Pull request #3342 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5420eddb2f6bee1c162a844d5cb5f20141f95b48+cb9c2e341f41af7151c441ed572f1003f1e13be3 (277be929e88ea58b448f024d736b2b60236a6c31) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33483 in /w/workspace/edgexfoundry_edgex-go_PR-3342 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cb9c2e341f41af7151c441ed572f1003f1e13be3 into PR head commit 5420eddb2f6bee1c162a844d5cb5f20141f95b48 Merge succeeded, producing 5420eddb2f6bee1c162a844d5cb5f20141f95b48 Checking out Revision 5420eddb2f6bee1c162a844d5cb5f20141f95b48 (PR-3342) > 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/3342/head:refs/remotes/origin/PR-3342 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5420eddb2f6bee1c162a844d5cb5f20141f95b48 # 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 cb9c2e341f41af7151c441ed572f1003f1e13be3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5420eddb2f6bee1c162a844d5cb5f20141f95b48 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-09T23:02:27.921Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-09T23:02:28.131Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-09T23:02:28.213Z] ========================================================= [2021-04-09T23:02:28.213Z] EdgeX Global Pipelines Version Info [2021-04-09T23:02:28.213Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4fcddca7a270866c646e429920970f8db685f393 # timeout=10 [2021-04-09T23:02:32.440Z] ------------------- [2021-04-09T23:02:32.440Z] stable info: [2021-04-09T23:02:32.440Z] ------------------- [2021-04-09T23:02:32.440Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-09T23:02:32.440Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-09T23:02:32.440Z] Message: update stable to v1.0.186 [2021-04-09T23:02:33.596Z] ------------------- [2021-04-09T23:02:33.596Z] experimental info: [2021-04-09T23:02:33.596Z] ------------------- [2021-04-09T23:02:33.596Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-09T23:02:33.596Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-09T23:02:33.596Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-09T23:02:33.873Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-09T23:02:33.952Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-09T23:02:34.037Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-09T23:02:34.133Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-09T23:02:34.211Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-09T23:02:34.298Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-09T23:02:34.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-09T23:02:34.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-09T23:02:34.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-09T23:02:34.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-09T23:02:34.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-09T23:02:34.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-09T23:02:34.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-09T23:02:35.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-09T23:02:35.126Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T23:02:35.207Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T23:02:35.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-09T23:02:35.370Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-09T23:02:35.492Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-09T23:02:35.578Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-09T23:02:35.671Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-09T23:02:35.755Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-09T23:02:35.835Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3342 [Pipeline] echo [2021-04-09T23:02:35.936Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3342 [Pipeline] echo [2021-04-09T23:02:36.024Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3342 [Pipeline] echo [2021-04-09T23:02:36.125Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5420eddb2f6bee1c162a844d5cb5f20141f95b48 [Pipeline] echo [2021-04-09T23:02:36.211Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5420edd [Pipeline] echo [2021-04-09T23:02:36.310Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T23:02:36.469Z] provisioning config files... [2021-04-09T23:02:36.516Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4191625209069470028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:02:37.124Z] ---> docker-login.sh [2021-04-09T23:02:37.124Z] nexus3.edgexfoundry.org:10001 [2021-04-09T23:02:37.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:02:38.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:02:38.398Z] Configure a credential helper to remove this warning. See [2021-04-09T23:02:38.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:02:38.398Z] [2021-04-09T23:02:38.398Z] Login Succeeded [2021-04-09T23:02:38.398Z] nexus3.edgexfoundry.org:10002 [2021-04-09T23:02:40.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:02:40.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:02:40.416Z] Configure a credential helper to remove this warning. See [2021-04-09T23:02:40.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:02:40.416Z] [2021-04-09T23:02:40.416Z] Login Succeeded [2021-04-09T23:02:40.416Z] nexus3.edgexfoundry.org:10003 [2021-04-09T23:02:41.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:02:41.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:02:41.080Z] Configure a credential helper to remove this warning. See [2021-04-09T23:02:41.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:02:41.080Z] [2021-04-09T23:02:41.080Z] Login Succeeded [2021-04-09T23:02:41.080Z] nexus3.edgexfoundry.org:10004 [2021-04-09T23:02:42.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:02:42.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:02:42.289Z] Configure a credential helper to remove this warning. See [2021-04-09T23:02:42.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:02:42.289Z] [2021-04-09T23:02:42.289Z] Login Succeeded [2021-04-09T23:02:42.289Z] docker.io [2021-04-09T23:02:42.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:02:42.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:02:42.865Z] Configure a credential helper to remove this warning. See [2021-04-09T23:02:42.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:02:42.865Z] [2021-04-09T23:02:42.865Z] Login Succeeded [2021-04-09T23:02:42.865Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T23:02:42.931Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T23:02:43.547Z] ++ 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-09T23:02:43.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:02:43.548Z] ++ cut -d/ -f2 [2021-04-09T23:02:43.548Z] ++ dirname cmd/core-command/Dockerfile [2021-04-09T23:02:43.548Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-09T23:02:43.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:02:43.548Z] ++ dirname cmd/core-data/Dockerfile [2021-04-09T23:02:43.548Z] ++ cut -d/ -f2 [2021-04-09T23:02:43.548Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-09T23:02:43.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:02:43.548Z] ++ cut -d/ -f2 [2021-04-09T23:02:43.548Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-09T23:02:43.548Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-09T23:02:43.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:02:43.548Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-09T23:02:43.548Z] ++ cut -d/ -f2 [2021-04-09T23:02:43.548Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-09T23:02:43.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:02:43.548Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-09T23:02:43.548Z] ++ cut -d/ -f2 [2021-04-09T23:02:43.548Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-09T23:02:43.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:02:43.548Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-09T23:02:43.548Z] ++ cut -d/ -f2 [2021-04-09T23:02:43.548Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-09T23:02:43.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:02:43.548Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-09T23:02:43.548Z] ++ cut -d/ -f2 [2021-04-09T23:02:43.548Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-09T23:02:43.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:02:43.548Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-09T23:02:43.548Z] ++ cut -d/ -f2 [2021-04-09T23:02:43.548Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-09T23:02:43.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T23:02:43.548Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-09T23:02:43.548Z] ++ cut -d/ -f2 [2021-04-09T23:02:43.548Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-09T23:02:43.730Z] 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-09T23:02:44.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T23:02:44.777Z] [2021-04-09T23:02:44.777Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:02:45.229Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T23:02:45.618Z] latest: Pulling from edgex-devops/git-semver [2021-04-09T23:02:45.618Z] 31603596830f: Pulling fs layer [2021-04-09T23:02:45.618Z] 2a8b12db71e7: Pulling fs layer [2021-04-09T23:02:45.618Z] 6ca5941a6612: Pulling fs layer [2021-04-09T23:02:45.618Z] ecc8261a40a4: Pulling fs layer [2021-04-09T23:02:45.618Z] ecc8261a40a4: Waiting [2021-04-09T23:02:45.945Z] 2a8b12db71e7: Verifying Checksum [2021-04-09T23:02:45.945Z] 2a8b12db71e7: Download complete [2021-04-09T23:02:46.522Z] 31603596830f: Verifying Checksum [2021-04-09T23:02:46.522Z] 31603596830f: Download complete [2021-04-09T23:02:47.522Z] ecc8261a40a4: Verifying Checksum [2021-04-09T23:02:47.522Z] ecc8261a40a4: Download complete [2021-04-09T23:02:47.901Z] 6ca5941a6612: Verifying Checksum [2021-04-09T23:02:47.901Z] 6ca5941a6612: Download complete [2021-04-09T23:02:47.901Z] 31603596830f: Pull complete [2021-04-09T23:02:48.259Z] 2a8b12db71e7: Pull complete [2021-04-09T23:02:49.951Z] 6ca5941a6612: Pull complete [2021-04-09T23:02:50.294Z] ecc8261a40a4: Pull complete [2021-04-09T23:02:50.294Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-09T23:02:50.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T23:02:50.294Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-09T23:02:51.019Z] prd-centos7-docker-4c-2g-33483 does not seem to be running inside a container [2021-04-09T23:02:51.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-09T23:02:55.625Z] $ docker top 1e027d28d3f9962faaa6a59967f52c2338a20643df2ee68cb9261d39940e747a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T23:02:56.748Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T23:02:56.748Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T23:02:57.943Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T23:02:57.952Z] $ docker exec 1e027d28d3f9962faaa6a59967f52c2338a20643df2ee68cb9261d39940e747a ssh-agent [2021-04-09T23:02:58.444Z] SSH_AUTH_SOCK=/tmp/ssh-8CoMJxsWvb8F/agent.11 [2021-04-09T23:02:58.444Z] SSH_AGENT_PID=16 [2021-04-09T23:02:58.497Z] Running ssh-add (command line suppressed) [2021-04-09T23:02:58.708Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_1581849040838854786.key (/w/workspace/edgex-go/4@tmp/private_key_1581849040838854786.key) [2021-04-09T23:02:58.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T23:02:59.702Z] + git tag --points-at HEAD [Pipeline] } [2021-04-09T23:02:59.974Z] $ docker exec --env ******** --env ******** 1e027d28d3f9962faaa6a59967f52c2338a20643df2ee68cb9261d39940e747a ssh-agent -k [2021-04-09T23:03:00.286Z] unset SSH_AUTH_SOCK; [2021-04-09T23:03:00.287Z] unset SSH_AGENT_PID; [2021-04-09T23:03:00.287Z] echo Agent pid 16 killed; [2021-04-09T23:03:00.482Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-09T23:03:00.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T23:03:00.653Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T23:03:01.523Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T23:03:01.554Z] $ docker exec 1e027d28d3f9962faaa6a59967f52c2338a20643df2ee68cb9261d39940e747a ssh-agent [2021-04-09T23:03:02.326Z] SSH_AUTH_SOCK=/tmp/ssh-d07Wk12QcqSp/agent.44 [2021-04-09T23:03:02.326Z] SSH_AGENT_PID=49 [2021-04-09T23:03:02.352Z] Running ssh-add (command line suppressed) [2021-04-09T23:03:03.094Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_7519850205623751985.key (/w/workspace/edgex-go/4@tmp/private_key_7519850205623751985.key) [2021-04-09T23:03:03.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T23:03:04.895Z] + git semver init [2021-04-09T23:03:04.895Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T23:03:04.895Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-04-09T23:03:04.895Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-04-09T23:03:04.895Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T23:03:04.895Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T23:03:04.895Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T23:03:04.895Z] # $SEMVER_BRANCH = PR-3342 [2021-04-09T23:03:04.895Z] # $SEMVER_TEMP = /tmp/semver-682273608 [2021-04-09T23:03:04.895Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-09T23:03:38.451Z] # '/tmp/semver-682273608' -> '/w/workspace/edgex-go/4/.semver' [2021-04-09T23:03:38.451Z] # -> Force: false [2021-04-09T23:03:38.451Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-04-09T23:03:38.487Z] $ docker exec --env ******** --env ******** 1e027d28d3f9962faaa6a59967f52c2338a20643df2ee68cb9261d39940e747a ssh-agent -k [2021-04-09T23:03:39.151Z] unset SSH_AUTH_SOCK; [2021-04-09T23:03:39.152Z] unset SSH_AGENT_PID; [2021-04-09T23:03:39.152Z] echo Agent pid 49 killed; [2021-04-09T23:03:39.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T23:03:40.291Z] + git semver [Pipeline] } [2021-04-09T23:03:40.399Z] $ docker stop --time=1 1e027d28d3f9962faaa6a59967f52c2338a20643df2ee68cb9261d39940e747a [2021-04-09T23:03:42.880Z] $ docker rm -f 1e027d28d3f9962faaa6a59967f52c2338a20643df2ee68cb9261d39940e747a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T23:03:43.625Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-09T23:03:44.915Z] Stashed 1 file(s) [Pipeline] echo [2021-04-09T23:03:44.918Z] [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-09T23:03:45.911Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-09T23:03:46.396Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T23:03:46.850Z] + sudo service docker restart [2021-04-09T23:03:46.850Z] + true [2021-04-09T23:03:46.850Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-09T23:03:47.904Z] ========================================================= [2021-04-09T23:03:47.904Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-09T23:03:47.904Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:03:48.412Z] + 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-09T23:03:58.923Z] Sending build context to Docker daemon 329.3MB [2021-04-09T23:03:58.923Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T23:03:58.923Z] Step 2/6 : FROM ${BASE} [2021-04-09T23:03:58.923Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-09T23:03:58.923Z] 188c0c94c7c5: Pulling fs layer [2021-04-09T23:03:58.923Z] 0ef7d3d256c8: Pulling fs layer [2021-04-09T23:03:58.923Z] de9db76c5a1d: Pulling fs layer [2021-04-09T23:03:58.923Z] bca2f99d35d6: Pulling fs layer [2021-04-09T23:03:58.923Z] 93359f2a8cfa: Pulling fs layer [2021-04-09T23:03:58.923Z] 7c6f9722023f: Pulling fs layer [2021-04-09T23:03:58.923Z] a35cf1a2eb13: Pulling fs layer [2021-04-09T23:03:58.923Z] 7c6f9722023f: Waiting [2021-04-09T23:03:58.923Z] a35cf1a2eb13: Waiting [2021-04-09T23:03:58.923Z] 93359f2a8cfa: Waiting [2021-04-09T23:03:58.923Z] de9db76c5a1d: Verifying Checksum [2021-04-09T23:03:58.923Z] de9db76c5a1d: Download complete [2021-04-09T23:03:58.923Z] 0ef7d3d256c8: Verifying Checksum [2021-04-09T23:03:58.923Z] 0ef7d3d256c8: Download complete [2021-04-09T23:03:58.923Z] 93359f2a8cfa: Verifying Checksum [2021-04-09T23:03:58.923Z] 93359f2a8cfa: Download complete [2021-04-09T23:03:58.923Z] 7c6f9722023f: Verifying Checksum [2021-04-09T23:03:58.923Z] 7c6f9722023f: Download complete [2021-04-09T23:03:59.234Z] 188c0c94c7c5: Verifying Checksum [2021-04-09T23:03:59.234Z] 188c0c94c7c5: Download complete [2021-04-09T23:04:00.288Z] Still waiting to schedule task [2021-04-09T23:04:00.288Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-09T23:04:00.404Z] 188c0c94c7c5: Pull complete [2021-04-09T23:04:01.096Z] 0ef7d3d256c8: Pull complete [2021-04-09T23:04:01.487Z] de9db76c5a1d: Pull complete [2021-04-09T23:04:08.215Z] a35cf1a2eb13: Verifying Checksum [2021-04-09T23:04:08.215Z] a35cf1a2eb13: Download complete [2021-04-09T23:04:12.754Z] bca2f99d35d6: Verifying Checksum [2021-04-09T23:04:12.754Z] bca2f99d35d6: Download complete [2021-04-09T23:04:32.213Z] bca2f99d35d6: Pull complete [2021-04-09T23:04:32.213Z] 93359f2a8cfa: Pull complete [2021-04-09T23:04:32.213Z] 7c6f9722023f: Pull complete [2021-04-09T23:04:39.140Z] a35cf1a2eb13: Pull complete [2021-04-09T23:04:39.532Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-09T23:04:39.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-09T23:04:39.533Z] ---> a62c8e92a672 [2021-04-09T23:04:39.533Z] 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-09T23:04:40.761Z] ---> Running in 5bc9d2fb7a76 [2021-04-09T23:04:43.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:04:44.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:04:44.980Z] (1/12) Installing libmagic (5.38-r0) [2021-04-09T23:04:44.980Z] (2/12) Installing file (5.38-r0) [2021-04-09T23:04:45.451Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-09T23:04:45.451Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-09T23:04:56.431Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-09T23:04:56.431Z] (6/12) Installing patch (2.7.6-r6) [2021-04-09T23:04:56.431Z] (7/12) Installing build-base (0.5-r2) [2021-04-09T23:04:56.431Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-09T23:04:56.431Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-09T23:04:56.431Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-09T23:04:56.431Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-09T23:04:56.431Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-09T23:04:56.431Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:04:56.431Z] OK: 233 MiB in 51 packages [2021-04-09T23:05:02.211Z] Removing intermediate container 5bc9d2fb7a76 [2021-04-09T23:05:02.211Z] ---> a6784a843554 [2021-04-09T23:05:02.211Z] Step 4/6 : WORKDIR /edgex-go [2021-04-09T23:05:02.211Z] ---> Running in f0fd074460ab [2021-04-09T23:05:02.582Z] Removing intermediate container f0fd074460ab [2021-04-09T23:05:02.582Z] ---> f0480cdfc9a1 [2021-04-09T23:05:02.582Z] Step 5/6 : COPY go.mod . [2021-04-09T23:05:04.828Z] ---> b3843a0bf866 [2021-04-09T23:05:04.828Z] Step 6/6 : RUN go mod download [2021-04-09T23:05:04.828Z] ---> Running in 3f722b6c1f74 [2021-04-09T23:05:37.838Z] Removing intermediate container 3f722b6c1f74 [2021-04-09T23:05:37.838Z] ---> 16febb9ecc37 [2021-04-09T23:05:37.838Z] Successfully built 16febb9ecc37 [2021-04-09T23:05:37.838Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:05:38.401Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T23:05:38.688Z] . [Pipeline] withDockerContainer [2021-04-09T23:05:39.370Z] prd-centos7-docker-4c-2g-33483 does not seem to be running inside a container [2021-04-09T23:05:39.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2021-04-09T23:05:42.582Z] $ docker top 8da0bdd07c0429e89705bcf137d4d164a2f8b5533a335fa7088dff8e4e10ce32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:05:44.251Z] + go version [2021-04-09T23:05:44.251Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-09T23:05:44.617Z] $ docker stop --time=1 8da0bdd07c0429e89705bcf137d4d164a2f8b5533a335fa7088dff8e4e10ce32 [2021-04-09T23:05:47.246Z] $ docker rm -f 8da0bdd07c0429e89705bcf137d4d164a2f8b5533a335fa7088dff8e4e10ce32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:05:48.634Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T23:05:48.634Z] . [Pipeline] withDockerContainer [2021-04-09T23:05:49.668Z] prd-centos7-docker-4c-2g-33483 does not seem to be running inside a container [2021-04-09T23:05:49.805Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2021-04-09T23:05:52.822Z] $ docker top 8ccaefd38eff9e861026c51bf5f5bb8a37b2888b3058c291f46a34894e1bcf1b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T23:05:53.426Z] ========================================================= [2021-04-09T23:05:53.426Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-09T23:05:53.426Z] ========================================================= [Pipeline] sh [2021-04-09T23:05:54.831Z] + make test [2021-04-09T23:05:54.831Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T23:06:18.065Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-09T23:06:50.198Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33493 in /w/workspace/edgexfoundry_edgex-go_PR-3342 [Pipeline] { [Pipeline] ws [2021-04-09T23:06:50.253Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-09T23:06:55.750Z] using credential edgex-jenkins-ssh [2021-04-09T23:06:55.811Z] Cloning the remote Git repository [2021-04-09T23:06:55.881Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:06:55.996Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-09T23:06:56.091Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:06:56.092Z] > git --version # timeout=10 [2021-04-09T23:06:56.122Z] > git --version # 'git version 2.17.1' [2021-04-09T23:06:56.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:06:56.203Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T23:07:06.120Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-09T23:07:14.428Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T23:07:14.456Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T23:07:14.483Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T23:07:14.526Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:07:14.527Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:07:14.547Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3342/head:refs/remotes/origin/PR-3342 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T23:07:15.261Z] Merging remotes/origin/master commit cb9c2e341f41af7151c441ed572f1003f1e13be3 into PR head commit 5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:07:15.826Z] Merge succeeded, producing 5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:07:15.827Z] Checking out Revision 5420eddb2f6bee1c162a844d5cb5f20141f95b48 (PR-3342) [2021-04-09T23:07:15.287Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T23:07:15.360Z] > git checkout -f 5420eddb2f6bee1c162a844d5cb5f20141f95b48 # timeout=10 [2021-04-09T23:07:15.728Z] > git remote # timeout=10 [2021-04-09T23:07:15.749Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T23:07:15.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:07:15.783Z] > git merge cb9c2e341f41af7151c441ed572f1003f1e13be3 # timeout=10 [2021-04-09T23:07:15.812Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T23:07:15.836Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T23:07:15.875Z] > git checkout -f 5420eddb2f6bee1c162a844d5cb5f20141f95b48 # timeout=10 [2021-04-09T23:07:20.602Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T23:07:22.142Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-09T23:07:22.609Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T23:07:22.959Z] + + sudotrue service [2021-04-09T23:07:22.959Z] docker restart [2021-04-09T23:07:25.408Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-09T23:07:25.409Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-09T23:07:25.409Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T23:07:25.695Z] provisioning config files... [2021-04-09T23:07:25.749Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5059623956257855105tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:07:26.167Z] ---> docker-login.sh [2021-04-09T23:07:26.167Z] nexus3.edgexfoundry.org:10001 [2021-04-09T23:07:27.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:07:27.201Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-09T23:07:27.201Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-09T23:07:27.201Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-09T23:07:27.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:07:27.420Z] Configure a credential helper to remove this warning. See [2021-04-09T23:07:27.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:07:27.420Z] [2021-04-09T23:07:27.420Z] Login Succeeded [2021-04-09T23:07:27.420Z] nexus3.edgexfoundry.org:10002 [2021-04-09T23:07:27.500Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-09T23:07:28.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:07:28.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:07:28.292Z] Configure a credential helper to remove this warning. See [2021-04-09T23:07:28.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:07:28.292Z] [2021-04-09T23:07:28.292Z] Login Succeeded [2021-04-09T23:07:28.292Z] nexus3.edgexfoundry.org:10003 [2021-04-09T23:07:28.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:07:28.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:07:28.841Z] Configure a credential helper to remove this warning. See [2021-04-09T23:07:28.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:07:28.841Z] [2021-04-09T23:07:28.841Z] Login Succeeded [2021-04-09T23:07:28.841Z] nexus3.edgexfoundry.org:10004 [2021-04-09T23:07:29.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:07:29.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:07:29.440Z] Configure a credential helper to remove this warning. See [2021-04-09T23:07:29.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:07:29.440Z] [2021-04-09T23:07:29.440Z] Login Succeeded [2021-04-09T23:07:29.440Z] docker.io [2021-04-09T23:07:29.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T23:07:29.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T23:07:29.985Z] Configure a credential helper to remove this warning. See [2021-04-09T23:07:29.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T23:07:29.985Z] [2021-04-09T23:07:29.985Z] Login Succeeded [2021-04-09T23:07:29.985Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T23:07:30.003Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-09T23:07:30.541Z] ========================================================= [2021-04-09T23:07:30.541Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-09T23:07:30.541Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:07:30.752Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-09T23:07:30.921Z] + 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-09T23:07:32.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-09T23:07:33.574Z] Sending build context to Docker daemon 167.2MB [2021-04-09T23:07:33.574Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T23:07:33.574Z] Step 2/6 : FROM ${BASE} [2021-04-09T23:07:33.574Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-09T23:07:33.574Z] 5f621e34cdf4: Pulling fs layer [2021-04-09T23:07:33.574Z] a4357932f1b6: Pulling fs layer [2021-04-09T23:07:33.574Z] 18c013af1878: Pulling fs layer [2021-04-09T23:07:33.574Z] 00ac8860ef70: Pulling fs layer [2021-04-09T23:07:33.574Z] 63d7cb157983: Pulling fs layer [2021-04-09T23:07:33.574Z] b116817d02f9: Pulling fs layer [2021-04-09T23:07:33.574Z] 745a02a5169b: Pulling fs layer [2021-04-09T23:07:33.574Z] 63d7cb157983: Waiting [2021-04-09T23:07:33.574Z] 00ac8860ef70: Waiting [2021-04-09T23:07:33.574Z] b116817d02f9: Waiting [2021-04-09T23:07:33.574Z] 745a02a5169b: Waiting [2021-04-09T23:07:33.574Z] 18c013af1878: Verifying Checksum [2021-04-09T23:07:33.574Z] 18c013af1878: Download complete [2021-04-09T23:07:33.574Z] a4357932f1b6: Verifying Checksum [2021-04-09T23:07:33.574Z] a4357932f1b6: Download complete [2021-04-09T23:07:33.574Z] 63d7cb157983: Verifying Checksum [2021-04-09T23:07:33.574Z] 63d7cb157983: Download complete [2021-04-09T23:07:33.849Z] b116817d02f9: Verifying Checksum [2021-04-09T23:07:33.849Z] b116817d02f9: Download complete [2021-04-09T23:07:33.849Z] 5f621e34cdf4: Verifying Checksum [2021-04-09T23:07:33.849Z] 5f621e34cdf4: Download complete [2021-04-09T23:07:34.466Z] 5f621e34cdf4: Pull complete [2021-04-09T23:07:35.072Z] a4357932f1b6: Pull complete [2021-04-09T23:07:35.674Z] 18c013af1878: Pull complete [2021-04-09T23:07:35.947Z] 745a02a5169b: Verifying Checksum [2021-04-09T23:07:35.947Z] 745a02a5169b: Download complete [2021-04-09T23:07:37.378Z] 00ac8860ef70: Verifying Checksum [2021-04-09T23:07:37.378Z] 00ac8860ef70: Download complete [2021-04-09T23:07:39.457Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-09T23:07:39.457Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-09T23:07:39.457Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-09T23:07:43.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 45.9% of statements [2021-04-09T23:07:43.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-09T23:07:43.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-09T23:07:43.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-09T23:07:43.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-09T23:07:43.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-09T23:07:43.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-09T23:07:43.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.172s coverage: 19.8% of statements [2021-04-09T23:07:43.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.363s coverage: 100.0% of statements [2021-04-09T23:07:47.544Z] 00ac8860ef70: Pull complete [2021-04-09T23:07:47.544Z] 63d7cb157983: Pull complete [2021-04-09T23:07:47.818Z] b116817d02f9: Pull complete [2021-04-09T23:07:49.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.679s coverage: 27.1% of statements [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-09T23:07:49.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.183s coverage: 100.0% of statements [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-09T23:07:49.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.122s coverage: 100.0% of statements [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-09T23:07:49.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.286s coverage: 71.3% of statements [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-09T23:07:49.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-09T23:07:50.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.239s coverage: 82.9% of statements [2021-04-09T23:07:50.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-09T23:07:50.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:07:50.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.170s coverage: 78.9% of statements [2021-04-09T23:07:50.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-09T23:07:52.123Z] 745a02a5169b: Pull complete [2021-04-09T23:07:52.123Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-09T23:07:52.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-09T23:07:52.123Z] ---> b7e6874047d6 [2021-04-09T23:07:52.123Z] 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-09T23:07:56.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.671s coverage: 28.6% of statements [2021-04-09T23:07:56.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-09T23:07:56.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-09T23:07:56.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-09T23:07:56.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-09T23:07:56.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-09T23:07:56.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-04-09T23:07:56.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-09T23:07:56.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.189s coverage: 100.0% of statements [2021-04-09T23:07:56.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-09T23:07:56.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.372s coverage: 86.7% of statements [2021-04-09T23:07:56.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-09T23:07:56.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements [2021-04-09T23:07:56.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-09T23:07:56.445Z] ---> Running in c88703b9ba5f [2021-04-09T23:07:56.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements [2021-04-09T23:07:56.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-09T23:07:56.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-09T23:07:56.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-09T23:07:56.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-09T23:07:57.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:07:57.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:07:58.626Z] (1/12) Installing libmagic (5.38-r0) [2021-04-09T23:07:58.626Z] (2/12) Installing file (5.38-r0) [2021-04-09T23:07:58.626Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-09T23:07:58.898Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-09T23:08:01.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.584s coverage: 92.8% of statements [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-09T23:08:01.283Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements [2021-04-09T23:08:01.283Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-09T23:08:01.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-09T23:08:01.284Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 1.0% of statements [2021-04-09T23:08:01.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-09T23:08:01.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-09T23:08:01.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-09T23:08:01.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements [2021-04-09T23:08:01.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.216s coverage: 79.5% of statements [2021-04-09T23:08:01.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-04-09T23:08:01.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.206s coverage: 96.3% of statements [2021-04-09T23:08:01.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements [2021-04-09T23:08:11.292Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-09T23:08:11.292Z] (6/12) Installing patch (2.7.6-r6) [2021-04-09T23:08:11.292Z] (7/12) Installing build-base (0.5-r2) [2021-04-09T23:08:11.292Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-09T23:08:11.292Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-09T23:08:11.292Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-09T23:08:11.292Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-09T23:08:11.292Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-09T23:08:11.292Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:08:11.292Z] OK: 217 MiB in 51 packages [2021-04-09T23:08:12.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.144s coverage: 94.4% of statements [2021-04-09T23:08:12.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-04-09T23:08:15.603Z] Removing intermediate container c88703b9ba5f [2021-04-09T23:08:15.603Z] ---> 6ab2cbfceb70 [2021-04-09T23:08:15.603Z] Step 4/6 : WORKDIR /edgex-go [2021-04-09T23:08:15.603Z] ---> Running in 1013580a8fb7 [2021-04-09T23:08:15.603Z] Removing intermediate container 1013580a8fb7 [2021-04-09T23:08:15.603Z] ---> 8b3fa1a696e1 [2021-04-09T23:08:15.603Z] Step 5/6 : COPY go.mod . [2021-04-09T23:08:16.203Z] ---> f39a2195aa35 [2021-04-09T23:08:16.203Z] Step 6/6 : RUN go mod download [2021-04-09T23:08:16.476Z] ---> Running in cb7e545a232f [2021-04-09T23:08:18.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.459s coverage: 81.5% of statements [2021-04-09T23:08:18.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-09T23:08:18.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.082s coverage: 87.1% of statements [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.251s coverage: 92.9% of statements [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.052s coverage: 77.8% of statements [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.231s coverage: 87.2% of statements [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.177s coverage: 100.0% of statements [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.181s coverage: 80.8% of statements [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.263s coverage: 87.2% of statements [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.6% of statements [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.639s coverage: 91.6% of statements [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.373s coverage: 64.4% of statements [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-09T23:08:29.365Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.119s coverage: 100.0% of statements [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.059s coverage: 91.3% of statements [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.171s coverage: 73.7% of statements [2021-04-09T23:08:29.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2021-04-09T23:08:29.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.992s coverage: 69.0% of statements [2021-04-09T23:08:29.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-09T23:08:29.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-09T23:08:29.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-09T23:08:31.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.362s coverage: 38.4% of statements [2021-04-09T23:08:31.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-09T23:08:31.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-09T23:08:31.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.124s coverage: 89.5% of statements [2021-04-09T23:08:31.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-09T23:08:31.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements [2021-04-09T23:08:36.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.393s coverage: 47.0% of statements [2021-04-09T23:08:36.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-09T23:08:36.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-09T23:08:36.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-09T23:08:36.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-09T23:08:36.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-09T23:08:36.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-04-09T23:08:36.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-09T23:08:36.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.127s coverage: 100.0% of statements [2021-04-09T23:08:36.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-09T23:08:36.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-09T23:08:36.995Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.157s coverage: 11.0% of statements [2021-04-09T23:08:36.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-09T23:08:38.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.337s coverage: 87.1% of statements [2021-04-09T23:08:38.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-09T23:08:38.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:08:38.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-09T23:08:42.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.748s coverage: 29.1% of statements [2021-04-09T23:08:42.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-09T23:08:42.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-09T23:08:42.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-09T23:08:42.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-09T23:08:42.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-09T23:08:42.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.174s coverage: 99.0% of statements [2021-04-09T23:08:42.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-09T23:08:42.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements [2021-04-09T23:08:42.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-09T23:08:42.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-09T23:08:42.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-09T23:08:42.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-09T23:08:43.282Z] Removing intermediate container cb7e545a232f [2021-04-09T23:08:43.282Z] ---> 8bd5099dcf25 [2021-04-09T23:08:43.282Z] Successfully built 8bd5099dcf25 [2021-04-09T23:08:43.555Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:08:43.897Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T23:08:43.897Z] . [Pipeline] withDockerContainer [2021-04-09T23:08:44.193Z] prd-ubuntu18.04-docker-arm64-4c-16g-33493 does not seem to be running inside a container [2021-04-09T23:08:44.280Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat [2021-04-09T23:08:44.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.596s coverage: 95.6% of statements [2021-04-09T23:08:44.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-09T23:08:44.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:08:44.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-09T23:08:44.970Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.160s coverage: 0.0% of statements [2021-04-09T23:08:44.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-09T23:08:44.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.189s coverage: 100.0% of statements [2021-04-09T23:08:44.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-09T23:08:44.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-09T23:08:44.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-09T23:08:44.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-09T23:08:45.425Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-04-09T23:08:45.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-09T23:08:45.425Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-09T23:08:45.982Z] $ docker top 6614e00816a2a820ad92b1061c251083effe84765e6a2cbbc1b6f3a9ea3d006d -eo pid,comm [2021-04-09T23:08:46.086Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.171s coverage: 100.0% of statements [Pipeline] { [Pipeline] sh [2021-04-09T23:08:46.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.179s coverage: 32.1% of statements [2021-04-09T23:08:47.038Z] + go version [2021-04-09T23:08:47.038Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-09T23:08:47.066Z] $ docker stop --time=1 6614e00816a2a820ad92b1061c251083effe84765e6a2cbbc1b6f3a9ea3d006d [2021-04-09T23:08:47.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.228s coverage: 100.0% of statements [2021-04-09T23:08:48.420Z] GO111MODULE=on go vet ./... [2021-04-09T23:08:49.048Z] $ docker rm -f 6614e00816a2a820ad92b1061c251083effe84765e6a2cbbc1b6f3a9ea3d006d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:08:50.138Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T23:08:50.138Z] . [Pipeline] withDockerContainer [2021-04-09T23:08:50.409Z] prd-ubuntu18.04-docker-arm64-4c-16g-33493 does not seem to be running inside a container [2021-04-09T23:08:50.490Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat [2021-04-09T23:08:52.052Z] $ docker top 9d9b2d06fd4b7a6c535e96d6d2f2ee77ca313ffabf5cef3ed3dce0821efefb98 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T23:08:52.513Z] ========================================================= [2021-04-09T23:08:52.513Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-09T23:08:52.513Z] ========================================================= [Pipeline] sh [2021-04-09T23:08:53.157Z] + make test [2021-04-09T23:08:53.157Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T23:09:19.958Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-09T23:10:06.940Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-09T23:10:11.304Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-09T23:10:13.281Z] gofmt -l . [2021-04-09T23:10:13.281Z] [ "`gofmt -l .`" = "" ] [2021-04-09T23:10:13.281Z] ./bin/test-go-mod-tidy.sh [2021-04-09T23:10:13.281Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-09T23:10:14.411Z] + ls -al . [2021-04-09T23:10:14.411Z] total 808 [2021-04-09T23:10:14.411Z] drwxrwxr-x 10 1001 1001 4096 Apr 9 23:10 . [2021-04-09T23:10:14.411Z] drwxr-xr-x 4 root root 28 Apr 9 23:05 .. [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 11 Apr 9 23:02 .dockerignore [2021-04-09T23:10:14.411Z] drwxrwxr-x 8 1001 1001 179 Apr 9 23:02 .git [2021-04-09T23:10:14.411Z] drwxrwxr-x 3 1001 1001 125 Apr 9 23:02 .github [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 818 Apr 9 23:02 .gitignore [2021-04-09T23:10:14.411Z] drwx------ 3 1001 1001 60 Apr 9 23:03 .semver [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 166 Apr 9 23:02 .sonarcloud.properties [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 8607 Apr 9 23:02 Attribution.txt [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 3804 Apr 9 23:02 CONTRIBUTING.md [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 931 Apr 9 23:02 Dockerfile.build [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 863 Apr 9 23:02 Jenkinsfile [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 10775 Apr 9 23:02 LICENSE [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 5774 Apr 9 23:02 Makefile [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 6548 Apr 9 23:02 README.md [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 6755 Apr 9 23:02 SECURITY.md [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 5 Apr 9 23:03 VERSION [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 4131 Apr 9 23:02 ZMQWindows.md [2021-04-09T23:10:14.411Z] drwxrwxr-x 2 1001 1001 117 Apr 9 23:02 bin [2021-04-09T23:10:14.411Z] drwxrwxr-x 14 1001 1001 4096 Apr 9 23:02 cmd [2021-04-09T23:10:14.411Z] -rw-r--r-- 1 root root 697383 Apr 9 23:08 coverage.out [2021-04-09T23:10:14.411Z] -rw-r--r-- 1 root root 1056 Apr 9 23:10 go.mod [2021-04-09T23:10:14.411Z] -rw-r--r-- 1 root root 22360 Apr 9 23:10 go.sum [2021-04-09T23:10:14.411Z] drwxrwxr-x 8 1001 1001 127 Apr 9 23:02 internal [2021-04-09T23:10:14.411Z] drwxrwxr-x 4 1001 1001 26 Apr 9 23:02 openapi [2021-04-09T23:10:14.411Z] drwxrwxr-x 4 1001 1001 71 Apr 9 23:02 snap [2021-04-09T23:10:14.411Z] -rw-rw-r-- 1 1001 1001 168 Apr 9 23:02 version.go [Pipeline] sh [2021-04-09T23:10:15.212Z] + '[' -e coverage.out ] [2021-04-09T23:10:15.212Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-09T23:10:15.729Z] Stashed 1 file(s) [Pipeline] sh [2021-04-09T23:10:16.072Z] + make build [2021-04-09T23:10:16.072Z] 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-09T23:10:19.963Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-09T23:10:19.963Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-09T23:10:23.368Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-09T23:10:23.368Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-09T23:10:23.368Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-09T23:10:23.368Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-09T23:10:25.992Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-09T23:10:26.846Z] 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-09T23:10:26.974Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-09T23:10:35.269Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-09T23:10:35.269Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-09T23:10:35.269Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-09T23:10:40.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 45.9% of statements [2021-04-09T23:10:40.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-09T23:10:40.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-09T23:10:40.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-09T23:10:40.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-09T23:10:40.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-09T23:10:40.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-09T23:10:40.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.144s coverage: 19.8% of statements [2021-04-09T23:10:40.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.282s coverage: 100.0% of statements [2021-04-09T23:10:49.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.480s coverage: 27.1% of statements [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-09T23:10:49.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.213s coverage: 100.0% of statements [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-09T23:10:49.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.195s coverage: 100.0% of statements [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-09T23:10:49.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.260s coverage: 71.3% of statements [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-09T23:10:49.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-09T23:10:49.621Z] 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-09T23:10:51.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.564s coverage: 82.9% of statements [2021-04-09T23:10:51.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-09T23:10:51.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:10:51.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.133s coverage: 78.9% of statements [2021-04-09T23:10:51.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-09T23:10:51.713Z] 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-09T23:10:55.808Z] 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-09T23:10:58.666Z] 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-09T23:11:03.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.161s coverage: 28.6% of statements [2021-04-09T23:11:03.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-09T23:11:03.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-09T23:11:03.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-09T23:11:03.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-09T23:11:03.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-09T23:11:03.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.214s coverage: 100.0% of statements [2021-04-09T23:11:03.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-09T23:11:03.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.257s coverage: 100.0% of statements [2021-04-09T23:11:03.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-09T23:11:03.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.379s coverage: 86.7% of statements [2021-04-09T23:11:03.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-09T23:11:03.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.464s coverage: 97.5% of statements [2021-04-09T23:11:03.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-09T23:11:03.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.210s coverage: 78.3% of statements [2021-04-09T23:11:03.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-09T23:11:03.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-09T23:11:03.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-09T23:11:03.463Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-09T23:11:09.502Z] 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-09T23:11:10.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.229s coverage: 92.8% of statements [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-09T23:11:10.222Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.137s coverage: 58.8% of statements [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-09T23:11:10.222Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 1.0% of statements [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-09T23:11:10.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-09T23:11:10.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.153s coverage: 47.1% of statements [2021-04-09T23:11:10.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.145s coverage: 79.5% of statements [2021-04-09T23:11:10.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.157s coverage: 94.1% of statements [2021-04-09T23:11:10.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.203s coverage: 96.3% of statements [2021-04-09T23:11:10.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.135s coverage: 87.5% of statements [2021-04-09T23:11:13.181Z] 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-09T23:11:16.789Z] 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-09T23:11:22.608Z] 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-09T23:11:22.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.143s coverage: 94.4% of statements [2021-04-09T23:11:22.660Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.124s coverage: 44.8% of statements [2021-04-09T23:11:25.559Z] 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-09T23:11:29.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.559s coverage: 81.5% of statements [2021-04-09T23:11:29.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-09T23:11:29.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.099s coverage: 87.1% of statements [2021-04-09T23:11:30.450Z] 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-09T23:11:41.512Z] $ docker stop --time=1 8ccaefd38eff9e861026c51bf5f5bb8a37b2888b3058c291f46a34894e1bcf1b [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.218s coverage: 92.9% of statements [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.065s coverage: 77.8% of statements [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.128s coverage: 80.8% of statements [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.199s coverage: 84.6% of statements [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.276s coverage: 91.6% of statements [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.633s coverage: 64.4% of statements [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-09T23:11:41.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-04-09T23:11:41.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-04-09T23:11:42.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.114s coverage: 73.7% of statements [2021-04-09T23:11:43.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-04-09T23:11:46.547Z] $ docker rm -f 8ccaefd38eff9e861026c51bf5f5bb8a37b2888b3058c291f46a34894e1bcf1b [2021-04-09T23:11:47.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.963s coverage: 69.0% of statements [2021-04-09T23:11:47.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-09T23:11:47.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-09T23:11:47.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-09T23:11:47.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.460s coverage: 38.4% of statements [2021-04-09T23:11:47.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-09T23:11:47.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-09T23:11:47.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.122s coverage: 89.5% of statements [2021-04-09T23:11:47.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-09T23:11:47.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.139s coverage: 84.8% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:11:49.591Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T23:11:49.901Z] [2021-04-09T23:11:49.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:11:50.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T23:11:51.113Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-09T23:11:51.113Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-09T23:11:51.113Z] ca9280d653b3: Pulling fs layer [2021-04-09T23:11:51.113Z] 7e9c9ca2126c: Pulling fs layer [2021-04-09T23:11:52.431Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-09T23:11:52.431Z] cbdbe7a5bc2a: Download complete [2021-04-09T23:11:53.747Z] cbdbe7a5bc2a: Pull complete [2021-04-09T23:11:53.747Z] ca9280d653b3: Verifying Checksum [2021-04-09T23:11:53.747Z] ca9280d653b3: Download complete [2021-04-09T23:11:56.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.436s coverage: 47.0% of statements [2021-04-09T23:11:56.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-09T23:11:56.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-09T23:11:56.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-09T23:11:56.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-09T23:11:56.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-09T23:11:56.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.176s coverage: 100.0% of statements [2021-04-09T23:11:56.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-09T23:11:56.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements [2021-04-09T23:11:56.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-09T23:11:56.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-09T23:11:56.038Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.156s coverage: 11.0% of statements [2021-04-09T23:11:56.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-09T23:11:57.491Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.492s coverage: 87.1% of statements [2021-04-09T23:11:57.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-09T23:11:57.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:11:57.491Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-09T23:12:00.360Z] ca9280d653b3: Pull complete [2021-04-09T23:12:02.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.236s coverage: 29.1% of statements [2021-04-09T23:12:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-09T23:12:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-09T23:12:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-09T23:12:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-09T23:12:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-09T23:12:02.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements [2021-04-09T23:12:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-09T23:12:02.928Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.157s coverage: 100.0% of statements [2021-04-09T23:12:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-09T23:12:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-09T23:12:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-09T23:12:02.928Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-09T23:12:03.205Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.364s coverage: 95.6% of statements [2021-04-09T23:12:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-09T23:12:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T23:12:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-09T23:12:03.205Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-04-09T23:12:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-09T23:12:03.205Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-04-09T23:12:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-09T23:12:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-09T23:12:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-09T23:12:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-09T23:12:03.205Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2021-04-09T23:12:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-09T23:12:03.205Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-09T23:12:04.200Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-04-09T23:12:04.798Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 32.1% of statements [2021-04-09T23:12:05.775Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-09T23:12:06.368Z] GO111MODULE=on go vet ./... [2021-04-09T23:12:23.528Z] 7e9c9ca2126c: Pull complete [2021-04-09T23:12:23.528Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-09T23:12:23.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T23:12:23.528Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-09T23:12:24.171Z] prd-centos7-docker-4c-2g-33483 does not seem to be running inside a container [2021-04-09T23:12:24.394Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-09T23:12:29.665Z] $ docker top ea779f7aedea5a5210099fd35681f549ed55ac7cfaa62c20ff458dc691d6971b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:12:32.565Z] + docker-compose build --help [2021-04-09T23:12:32.566Z] + grep parallel [2021-04-09T23:12:36.164Z] --parallel Build images in parallel. [Pipeline] } [2021-04-09T23:12:36.526Z] $ docker stop --time=1 ea779f7aedea5a5210099fd35681f549ed55ac7cfaa62c20ff458dc691d6971b [2021-04-09T23:12:39.798Z] $ docker rm -f ea779f7aedea5a5210099fd35681f549ed55ac7cfaa62c20ff458dc691d6971b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:12:40.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T23:12:40.983Z] . [Pipeline] withDockerContainer [2021-04-09T23:12:41.717Z] prd-centos7-docker-4c-2g-33483 does not seem to be running inside a container [2021-04-09T23:12:41.930Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-09T23:12:46.384Z] $ docker top 1f8c4f40783ea5820feceaf166d694144bbbc154aae3131efa482d926438868f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:12:48.784Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-09T23:12:49.862Z] Building docker-core-command-go ... [2021-04-09T23:12:49.862Z] Building docker-core-data-go ... [2021-04-09T23:12:49.862Z] Building docker-core-metadata-go ... [2021-04-09T23:12:49.862Z] Building docker-security-bootstrapper-go ... [2021-04-09T23:12:49.862Z] Building docker-security-proxy-setup-go ... [2021-04-09T23:12:49.862Z] Building docker-security-secretstore-setup-go ... [2021-04-09T23:12:49.862Z] Building docker-support-notifications-go ... [2021-04-09T23:12:49.862Z] Building docker-support-scheduler-go ... [2021-04-09T23:12:49.862Z] Building docker-sys-mgmt-agent-go ... [2021-04-09T23:12:49.862Z] Building docker-support-scheduler-go [2021-04-09T23:12:49.862Z] Building docker-security-bootstrapper-go [2021-04-09T23:12:49.862Z] Building docker-core-command-go [2021-04-09T23:12:49.862Z] Building docker-support-notifications-go [2021-04-09T23:12:49.862Z] Building docker-core-metadata-go [2021-04-09T23:13:28.227Z] gofmt -l . [2021-04-09T23:13:28.227Z] [ "`gofmt -l .`" = "" ] [2021-04-09T23:13:28.227Z] ./bin/test-go-mod-tidy.sh [2021-04-09T23:13:28.227Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-09T23:13:30.335Z] + ls -al . [2021-04-09T23:13:30.335Z] total 836 [2021-04-09T23:13:30.335Z] drwxrwxr-x 9 1001 1001 4096 Apr 9 23:13 . [2021-04-09T23:13:30.335Z] drwxr-xr-x 4 root root 4096 Apr 9 23:08 .. [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 11 Apr 9 23:07 .dockerignore [2021-04-09T23:13:30.335Z] drwxrwxr-x 8 1001 1001 4096 Apr 9 23:07 .git [2021-04-09T23:13:30.335Z] drwxrwxr-x 3 1001 1001 4096 Apr 9 23:07 .github [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 818 Apr 9 23:07 .gitignore [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 166 Apr 9 23:07 .sonarcloud.properties [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 8607 Apr 9 23:07 Attribution.txt [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 3804 Apr 9 23:07 CONTRIBUTING.md [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 931 Apr 9 23:07 Dockerfile.build [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 863 Apr 9 23:07 Jenkinsfile [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 10775 Apr 9 23:07 LICENSE [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 5774 Apr 9 23:07 Makefile [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 6548 Apr 9 23:07 README.md [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 6755 Apr 9 23:07 SECURITY.md [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 5 Apr 9 23:03 VERSION [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 4131 Apr 9 23:07 ZMQWindows.md [2021-04-09T23:13:30.335Z] drwxrwxr-x 2 1001 1001 4096 Apr 9 23:07 bin [2021-04-09T23:13:30.335Z] drwxrwxr-x 14 1001 1001 4096 Apr 9 23:07 cmd [2021-04-09T23:13:30.335Z] -rw-r--r-- 1 root root 697383 Apr 9 23:12 coverage.out [2021-04-09T23:13:30.335Z] -rw-r--r-- 1 root root 1056 Apr 9 23:13 go.mod [2021-04-09T23:13:30.335Z] -rw-r--r-- 1 root root 22360 Apr 9 23:13 go.sum [2021-04-09T23:13:30.335Z] drwxrwxr-x 8 1001 1001 4096 Apr 9 23:07 internal [2021-04-09T23:13:30.335Z] drwxrwxr-x 4 1001 1001 4096 Apr 9 23:07 openapi [2021-04-09T23:13:30.335Z] drwxrwxr-x 4 1001 1001 4096 Apr 9 23:07 snap [2021-04-09T23:13:30.335Z] -rw-rw-r-- 1 1001 1001 168 Apr 9 23:07 version.go [Pipeline] sh [2021-04-09T23:13:30.994Z] + '[' -e coverage.out ] [2021-04-09T23:13:30.994Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-09T23:13:31.066Z] Warning: overwriting stash ‘coverage-report’ [2021-04-09T23:13:32.144Z] Stashed 1 file(s) [Pipeline] sh [2021-04-09T23:13:32.790Z] + make build [2021-04-09T23:13:32.790Z] 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-09T23:13:45.204Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T23:14:07.386Z] 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-09T23:14:12.791Z] 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-09T23:14:13.400Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:14:13.401Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:14:13.401Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:14:13.401Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:14:13.401Z] ---> 16febb9ecc37 [2021-04-09T23:14:13.401Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:14:13.401Z] ---> 16febb9ecc37 [2021-04-09T23:14:13.401Z] Step 3/31 : WORKDIR /edgex-go [2021-04-09T23:14:13.401Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:14:13.401Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:14:13.401Z] ---> 16febb9ecc37 [2021-04-09T23:14:13.401Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T23:14:13.401Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:14:13.401Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:14:13.401Z] ---> 16febb9ecc37 [2021-04-09T23:14:13.401Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:14:13.401Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:14:13.401Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:14:13.401Z] ---> 16febb9ecc37 [2021-04-09T23:14:13.401Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T23:14:14.448Z] ---> Running in 0745d2f8fddb [2021-04-09T23:14:14.448Z] ---> Running in fd5869de612b [2021-04-09T23:14:14.448Z] ---> Running in c4e4948e9457 [2021-04-09T23:14:14.448Z] ---> Running in e295ac8d3bd6 [2021-04-09T23:14:14.448Z] ---> Running in 48f8ec497e7e [2021-04-09T23:14:16.062Z] Removing intermediate container fd5869de612b [2021-04-09T23:14:16.448Z] ---> a68f4f220bf3 [2021-04-09T23:14:16.448Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:14:16.448Z] Removing intermediate container c4e4948e9457 [2021-04-09T23:14:16.448Z] ---> 70f317b62955 [2021-04-09T23:14:16.448Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:14:16.448Z] Removing intermediate container 48f8ec497e7e [2021-04-09T23:14:16.448Z] ---> 2006b9b3f0fa [2021-04-09T23:14:16.448Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:14:16.448Z] Removing intermediate container e295ac8d3bd6 [2021-04-09T23:14:16.448Z] ---> f37693c866f6 [2021-04-09T23:14:16.448Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:14:16.448Z] Removing intermediate container 0745d2f8fddb [2021-04-09T23:14:16.448Z] ---> 5386c57fbdb0 [2021-04-09T23:14:16.448Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:14:16.865Z] ---> Running in b7eaefc06d41 [2021-04-09T23:14:16.865Z] ---> Running in 0a5e9d0a8dd4 [2021-04-09T23:14:16.866Z] ---> Running in bdeb5c98332c [2021-04-09T23:14:16.866Z] ---> Running in 96c05ebe3ea6 [2021-04-09T23:14:17.390Z] ---> Running in 3acfed7c608c [2021-04-09T23:14:18.194Z] 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-09T23:14:19.175Z] 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-09T23:14:22.722Z] Removing intermediate container b7eaefc06d41 [2021-04-09T23:14:22.722Z] ---> 038134427c6d [2021-04-09T23:14:22.722Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T23:14:22.992Z] Removing intermediate container 0a5e9d0a8dd4 [2021-04-09T23:14:22.992Z] ---> 165c05527bff [2021-04-09T23:14:22.992Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T23:14:22.992Z] ---> Running in cddea23ddb10 [2021-04-09T23:14:22.992Z] Removing intermediate container bdeb5c98332c [2021-04-09T23:14:22.992Z] ---> d60ca13cf2ab [2021-04-09T23:14:22.992Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-09T23:14:23.307Z] ---> Running in d6b8c8aba511 [2021-04-09T23:14:23.307Z] Removing intermediate container 3acfed7c608c [2021-04-09T23:14:23.307Z] ---> c65b39e7ecd5 [2021-04-09T23:14:23.307Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-09T23:14:23.307Z] Removing intermediate container 96c05ebe3ea6 [2021-04-09T23:14:23.307Z] ---> 8dcb544dae81 [2021-04-09T23:14:23.307Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-09T23:14:23.950Z] ---> Running in 7638f6074581 [2021-04-09T23:14:23.950Z] ---> Running in d49c018d3bb4 [2021-04-09T23:14:23.950Z] ---> Running in e6957d8ba6a6 [2021-04-09T23:14:24.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:14:24.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:14:24.575Z] 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-09T23:14:25.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:14:25.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:14:25.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:14:26.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:14:26.097Z] OK: 233 MiB in 51 packages [2021-04-09T23:14:26.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:14:26.502Z] OK: 233 MiB in 51 packages [2021-04-09T23:14:27.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:14:27.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:14:27.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:14:27.656Z] Removing intermediate container cddea23ddb10 [2021-04-09T23:14:27.656Z] ---> b9a8ecf57004 [2021-04-09T23:14:27.656Z] Step 6/23 : COPY go.mod . [2021-04-09T23:14:27.999Z] OK: 233 MiB in 51 packages [2021-04-09T23:14:27.999Z] OK: 233 MiB in 51 packages [2021-04-09T23:14:27.999Z] Removing intermediate container d6b8c8aba511 [2021-04-09T23:14:27.999Z] ---> dc64471d9501 [2021-04-09T23:14:27.999Z] Step 6/23 : COPY go.mod . [2021-04-09T23:14:27.999Z] OK: 233 MiB in 51 packages [2021-04-09T23:14:28.685Z] ---> ff16548aa1ac [2021-04-09T23:14:28.685Z] Step 7/23 : RUN go mod download [2021-04-09T23:14:29.016Z] ---> 336b024789e6 [2021-04-09T23:14:29.016Z] Step 7/23 : RUN go mod download [2021-04-09T23:14:29.416Z] ---> Running in 69d3ccf9146e [2021-04-09T23:14:29.974Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T23:14:30.088Z] ---> Running in be08350e118a [2021-04-09T23:14:30.802Z] Removing intermediate container 7638f6074581 [2021-04-09T23:14:30.802Z] ---> 7158289385a2 [2021-04-09T23:14:30.802Z] Step 6/22 : COPY go.mod . [2021-04-09T23:14:30.802Z] Removing intermediate container d49c018d3bb4 [2021-04-09T23:14:30.802Z] ---> 53d4bb3a0d83 [2021-04-09T23:14:30.802Z] Step 6/22 : COPY go.mod . [2021-04-09T23:14:30.802Z] Removing intermediate container e6957d8ba6a6 [2021-04-09T23:14:30.802Z] ---> 310b2cdc39bd [2021-04-09T23:14:30.802Z] Step 6/31 : COPY go.mod . [2021-04-09T23:14:31.673Z] ---> 5958388dd651 [2021-04-09T23:14:31.673Z] Step 7/22 : RUN go mod download [2021-04-09T23:14:32.093Z] ---> ee931202b22d [2021-04-09T23:14:32.093Z] Step 7/31 : RUN go mod download [2021-04-09T23:14:32.403Z] ---> Running in 470f1cc6ac1d [2021-04-09T23:14:32.403Z] ---> f7394ab85665 [2021-04-09T23:14:32.403Z] Step 7/22 : RUN go mod download [2021-04-09T23:14:32.748Z] ---> Running in 57abaa5cebd2 [2021-04-09T23:14:33.094Z] ---> Running in 3eb5f27ffb25 [2021-04-09T23:14:34.268Z] 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-09T23:14:36.836Z] Removing intermediate container be08350e118a [2021-04-09T23:14:36.836Z] ---> 1f76b2e73988 [2021-04-09T23:14:36.836Z] Step 8/23 : COPY . . [2021-04-09T23:14:36.836Z] Removing intermediate container 69d3ccf9146e [2021-04-09T23:14:36.836Z] ---> 074d09f85d00 [2021-04-09T23:14:36.836Z] Step 8/23 : COPY . . [2021-04-09T23:14:38.575Z] 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-09T23:14:40.658Z] Removing intermediate container 470f1cc6ac1d [2021-04-09T23:14:40.658Z] ---> a4abf488ad72 [2021-04-09T23:14:40.658Z] Step 8/22 : COPY . . [2021-04-09T23:14:43.984Z] 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-09T23:14:48.286Z] 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-09T23:14:49.540Z] Removing intermediate container 3eb5f27ffb25 [2021-04-09T23:14:49.540Z] ---> 915323dcf8d3 [2021-04-09T23:14:49.540Z] Step 8/22 : COPY . . [2021-04-09T23:14:51.261Z] Removing intermediate container 57abaa5cebd2 [2021-04-09T23:14:51.261Z] ---> 3b2a69a77b6a [2021-04-09T23:14:51.261Z] Step 8/31 : COPY . . [Pipeline] } [2021-04-09T23:14:55.045Z] $ docker stop --time=1 9d9b2d06fd4b7a6c535e96d6d2f2ee77ca313ffabf5cef3ed3dce0821efefb98 [2021-04-09T23:14:57.598Z] $ docker rm -f 9d9b2d06fd4b7a6c535e96d6d2f2ee77ca313ffabf5cef3ed3dce0821efefb98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:14:59.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T23:14:59.601Z] [2021-04-09T23:14:59.601Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:14:59.984Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T23:14:59.984Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-09T23:14:59.984Z] 29e5d40040c1: Pulling fs layer [2021-04-09T23:14:59.984Z] 1ce36da41761: Pulling fs layer [2021-04-09T23:14:59.984Z] 25b303627fd3: Pulling fs layer [2021-04-09T23:15:00.578Z] 29e5d40040c1: Verifying Checksum [2021-04-09T23:15:00.578Z] 29e5d40040c1: Download complete [2021-04-09T23:15:01.174Z] 1ce36da41761: Verifying Checksum [2021-04-09T23:15:01.174Z] 1ce36da41761: Download complete [2021-04-09T23:15:01.448Z] 29e5d40040c1: Pull complete [2021-04-09T23:15:02.884Z] 1ce36da41761: Pull complete [2021-04-09T23:15:02.884Z] 25b303627fd3: Verifying Checksum [2021-04-09T23:15:02.885Z] 25b303627fd3: Download complete [2021-04-09T23:15:15.282Z] 25b303627fd3: Pull complete [2021-04-09T23:15:15.282Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-09T23:15:15.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T23:15:15.282Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-09T23:15:15.557Z] prd-ubuntu18.04-docker-arm64-4c-16g-33493 does not seem to be running inside a container [2021-04-09T23:15:15.658Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-09T23:15:18.764Z] $ docker top 2390fb0c1e5ba83d3d1ddb6512932f6f1dfa050e447f12445c6fefa3f572949f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:15:19.723Z] + docker-compose build --help [2021-04-09T23:15:19.723Z] + grep parallel [2021-04-09T23:15:23.091Z] --parallel Build images in parallel. [Pipeline] } [2021-04-09T23:15:23.401Z] $ docker stop --time=1 2390fb0c1e5ba83d3d1ddb6512932f6f1dfa050e447f12445c6fefa3f572949f [2021-04-09T23:15:25.301Z] $ docker rm -f 2390fb0c1e5ba83d3d1ddb6512932f6f1dfa050e447f12445c6fefa3f572949f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:15:26.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T23:15:26.115Z] . [Pipeline] withDockerContainer [2021-04-09T23:15:26.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-33493 does not seem to be running inside a container [2021-04-09T23:15:26.464Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-09T23:15:27.908Z] $ docker top f8a3333e2171994cd64210396892304c894c786b3023efcded48499d1208cd96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:15:28.853Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-09T23:15:32.232Z] Building docker-core-command-go ... [2021-04-09T23:15:32.232Z] Building docker-core-data-go ... [2021-04-09T23:15:32.232Z] Building docker-core-metadata-go ... [2021-04-09T23:15:32.232Z] Building docker-security-bootstrapper-go ... [2021-04-09T23:15:32.232Z] Building docker-security-proxy-setup-go ... [2021-04-09T23:15:32.232Z] Building docker-security-secretstore-setup-go ... [2021-04-09T23:15:32.232Z] Building docker-support-notifications-go ... [2021-04-09T23:15:32.232Z] Building docker-support-scheduler-go ... [2021-04-09T23:15:32.232Z] Building docker-sys-mgmt-agent-go ... [2021-04-09T23:15:32.232Z] Building docker-security-secretstore-setup-go [2021-04-09T23:15:32.232Z] Building docker-security-proxy-setup-go [2021-04-09T23:15:32.232Z] Building docker-core-metadata-go [2021-04-09T23:15:32.232Z] Building docker-support-notifications-go [2021-04-09T23:15:32.232Z] Building docker-support-scheduler-go [2021-04-09T23:16:44.987Z] ---> 08373417adc0 [2021-04-09T23:16:44.987Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-09T23:16:45.370Z] ---> Running in e16964977dae [2021-04-09T23:16:45.370Z] ---> ff8fd0a7a672 [2021-04-09T23:16:45.370Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-09T23:16:45.370Z] ---> 9baf7e33e0ad [2021-04-09T23:16:45.370Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-09T23:16:45.770Z] ---> Running in ffade6ac6fc3 [2021-04-09T23:16:46.122Z] ---> Running in c80bca37b0b8 [2021-04-09T23:16:47.205Z] ---> f2418da84584 [2021-04-09T23:16:47.205Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-09T23:16:47.485Z] ---> 89a516bf0196 [2021-04-09T23:16:47.485Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-09T23:16:47.826Z] ---> Running in 27bd42f3479c [2021-04-09T23:16:47.826Z] ---> Running in efa203159bf8 [2021-04-09T23:16:49.416Z] 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-09T23:16:49.416Z] 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-09T23:16:49.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-09T23:16:49.743Z] 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-09T23:16:50.149Z] 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-09T23:16:54.013Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:16:54.013Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:16:54.013Z] ---> 8bd5099dcf25 [2021-04-09T23:16:54.013Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:16:54.013Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:16:54.013Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:16:54.013Z] ---> 8bd5099dcf25 [2021-04-09T23:16:54.013Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T23:16:54.013Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:16:54.013Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:16:54.013Z] ---> 8bd5099dcf25 [2021-04-09T23:16:54.013Z] Step 3/24 : WORKDIR /edgex-go [2021-04-09T23:16:54.013Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:16:54.013Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:16:54.013Z] ---> 8bd5099dcf25 [2021-04-09T23:16:54.013Z] Step 3/21 : WORKDIR /edgex-go [2021-04-09T23:16:54.013Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:16:54.013Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:16:54.013Z] ---> 8bd5099dcf25 [2021-04-09T23:16:54.013Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T23:16:54.013Z] ---> Running in 2f27de80b5c9 [2021-04-09T23:16:54.013Z] ---> Running in 2bf17050bc54 [2021-04-09T23:16:54.013Z] ---> Running in 73d2fc9a214d [2021-04-09T23:16:54.013Z] ---> Running in 7dc02c300d57 [2021-04-09T23:16:54.013Z] ---> Running in 77ebe9a9dfcd [2021-04-09T23:16:54.013Z] Removing intermediate container 2bf17050bc54 [2021-04-09T23:16:54.013Z] ---> fd4689bf3980 [2021-04-09T23:16:54.013Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:16:54.013Z] Removing intermediate container 77ebe9a9dfcd [2021-04-09T23:16:54.013Z] ---> f103d9dc4638 [2021-04-09T23:16:54.013Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:16:54.013Z] Removing intermediate container 2f27de80b5c9 [2021-04-09T23:16:54.013Z] ---> a6f4c42eec91 [2021-04-09T23:16:54.013Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:16:54.013Z] Removing intermediate container 7dc02c300d57 [2021-04-09T23:16:54.013Z] ---> 9c287cabf1cc [2021-04-09T23:16:54.013Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:16:54.013Z] Removing intermediate container 73d2fc9a214d [2021-04-09T23:16:54.013Z] ---> 71920cbbeb42 [2021-04-09T23:16:54.013Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:16:54.013Z] ---> Running in c2a50e1a8d55 [2021-04-09T23:16:54.013Z] ---> Running in df35f52eea92 [2021-04-09T23:16:54.013Z] ---> Running in 0b85def21b43 [2021-04-09T23:16:54.013Z] ---> Running in f42b2cf385a4 [2021-04-09T23:16:54.013Z] ---> Running in 92bedb63cd92 [2021-04-09T23:16:54.013Z] Removing intermediate container c2a50e1a8d55 [2021-04-09T23:16:54.013Z] ---> 5a759452b037 [2021-04-09T23:16:54.013Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-09T23:16:54.013Z] ---> Running in 792245e8f895 [2021-04-09T23:16:54.013Z] Removing intermediate container df35f52eea92 [2021-04-09T23:16:54.013Z] ---> 83e72fec6e40 [2021-04-09T23:16:54.013Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-09T23:16:54.013Z] Removing intermediate container 0b85def21b43 [2021-04-09T23:16:54.013Z] ---> 4f94dc727686 [2021-04-09T23:16:54.013Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T23:16:54.013Z] ---> Running in d0368bad8f30 [2021-04-09T23:16:54.013Z] ---> Running in 27e37b04e480 [2021-04-09T23:16:54.013Z] Removing intermediate container 92bedb63cd92 [2021-04-09T23:16:54.013Z] ---> 41b1510bff75 [2021-04-09T23:16:54.013Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-09T23:16:54.296Z] Removing intermediate container f42b2cf385a4 [2021-04-09T23:16:54.296Z] ---> 046b1d775c44 [2021-04-09T23:16:54.296Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-09T23:16:54.296Z] ---> Running in e31ccb5caaec [2021-04-09T23:16:54.572Z] ---> Running in 846b84301aa5 [2021-04-09T23:16:55.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:16:56.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:16:56.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:16:56.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:16:56.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:16:56.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:16:56.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:16:56.732Z] OK: 217 MiB in 51 packages [2021-04-09T23:16:57.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:16:57.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:16:57.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:16:57.571Z] OK: 217 MiB in 51 packages [2021-04-09T23:16:57.843Z] OK: 217 MiB in 51 packages [2021-04-09T23:16:57.843Z] OK: 217 MiB in 51 packages [2021-04-09T23:16:58.121Z] OK: 217 MiB in 51 packages [2021-04-09T23:16:58.121Z] Removing intermediate container 792245e8f895 [2021-04-09T23:16:58.121Z] ---> 662a2bae997a [2021-04-09T23:16:58.121Z] Step 6/22 : COPY go.mod . [2021-04-09T23:16:59.116Z] Removing intermediate container d0368bad8f30 [2021-04-09T23:16:59.116Z] ---> 7f12b50a22e0 [2021-04-09T23:16:59.116Z] Step 6/22 : COPY go.mod . [2021-04-09T23:16:59.397Z] ---> 59bb7a99a0f2 [2021-04-09T23:16:59.397Z] Step 7/22 : RUN go mod download [2021-04-09T23:16:59.397Z] Removing intermediate container 27e37b04e480 [2021-04-09T23:16:59.397Z] ---> 1dcd8bfeeedd [2021-04-09T23:16:59.397Z] Step 6/23 : COPY go.mod . [2021-04-09T23:16:59.672Z] ---> Running in cdbaf9b3b854 [2021-04-09T23:16:59.672Z] Removing intermediate container 846b84301aa5 [2021-04-09T23:16:59.672Z] ---> 86a83908674f [2021-04-09T23:16:59.672Z] Step 6/21 : COPY go.mod . [2021-04-09T23:16:59.949Z] Removing intermediate container e31ccb5caaec [2021-04-09T23:16:59.949Z] ---> f127c7b3e5a2 [2021-04-09T23:16:59.949Z] Step 6/24 : COPY go.mod . [2021-04-09T23:16:59.949Z] ---> cdbe86c930ea [2021-04-09T23:16:59.949Z] Step 7/22 : RUN go mod download [2021-04-09T23:17:00.224Z] ---> Running in d90db9f78c52 [2021-04-09T23:17:00.501Z] ---> 21e1e9015d9c [2021-04-09T23:17:00.777Z] Step 7/23 : RUN go mod download [2021-04-09T23:17:00.777Z] ---> 59334638884c [2021-04-09T23:17:00.777Z] Step 7/21 : RUN go mod download [2021-04-09T23:17:01.059Z] ---> Running in 01cc3ea653b6 [2021-04-09T23:17:01.059Z] ---> b6a2abe0d8c0 [2021-04-09T23:17:01.059Z] Step 7/24 : RUN go mod download [2021-04-09T23:17:01.059Z] ---> Running in 609125edd1b1 [2021-04-09T23:17:01.335Z] ---> Running in 28ed0793a0d1 [2021-04-09T23:17:03.990Z] Removing intermediate container cdbaf9b3b854 [2021-04-09T23:17:03.990Z] ---> 87e1f1dd807a [2021-04-09T23:17:03.990Z] Step 8/22 : COPY . . [2021-04-09T23:17:04.595Z] Removing intermediate container d90db9f78c52 [2021-04-09T23:17:04.596Z] ---> 89b7dd1e9a6e [2021-04-09T23:17:04.596Z] Step 8/22 : COPY . . [2021-04-09T23:17:06.034Z] Removing intermediate container 609125edd1b1 [2021-04-09T23:17:06.034Z] ---> ae4f6af3e6ef [2021-04-09T23:17:06.034Z] Step 8/21 : COPY . . [2021-04-09T23:17:06.629Z] Removing intermediate container 28ed0793a0d1 [2021-04-09T23:17:06.629Z] ---> 6e0c8e3acd62 [2021-04-09T23:17:06.629Z] Step 8/24 : COPY . . [2021-04-09T23:17:06.629Z] Removing intermediate container 01cc3ea653b6 [2021-04-09T23:17:06.629Z] ---> e4c2474bb656 [2021-04-09T23:17:06.629Z] Step 8/23 : COPY . . [2021-04-09T23:17:33.441Z] ---> 656061a4c3fc [2021-04-09T23:17:33.441Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-09T23:17:33.441Z] ---> e45df2a62ea4 [2021-04-09T23:17:33.441Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-09T23:17:33.441Z] ---> d77a8556133c [2021-04-09T23:17:33.441Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-09T23:17:33.441Z] ---> cf85b2c97697 [2021-04-09T23:17:33.441Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-09T23:17:33.441Z] ---> 98c49ef11256 [2021-04-09T23:17:33.441Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-09T23:17:33.441Z] ---> Running in f1e02dc8137e [2021-04-09T23:17:33.441Z] ---> Running in de1c922ef1ab [2021-04-09T23:17:33.441Z] ---> Running in b682bf0db30a [2021-04-09T23:17:33.441Z] ---> Running in 736d21d2cfc2 [2021-04-09T23:17:33.441Z] ---> Running in 5be52efe6b6a [2021-04-09T23:17:34.436Z] 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-09T23:17:34.436Z] 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-09T23:17:34.436Z] 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-09T23:17:34.720Z] 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-09T23:17:34.720Z] 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-09T23:18:29.529Z] Removing intermediate container c80bca37b0b8 [2021-04-09T23:18:29.530Z] ---> 3994c9b54524 [2021-04-09T23:18:29.530Z] [2021-04-09T23:18:29.530Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:18:29.530Z] Removing intermediate container efa203159bf8 [2021-04-09T23:18:29.530Z] ---> 9f5d59c9f66e [2021-04-09T23:18:29.530Z] [2021-04-09T23:18:29.530Z] Step 10/31 : FROM alpine:3.12 [2021-04-09T23:18:29.530Z] Removing intermediate container 27bd42f3479c [2021-04-09T23:18:29.530Z] ---> 29c8cab01280 [2021-04-09T23:18:29.530Z] [2021-04-09T23:18:29.530Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T23:18:29.530Z] Removing intermediate container ffade6ac6fc3 [2021-04-09T23:18:29.530Z] ---> 5a47730d1c99 [2021-04-09T23:18:29.530Z] [2021-04-09T23:18:29.530Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T23:18:29.530Z] 3.12: Pulling from library/alpine [2021-04-09T23:18:29.530Z] 3.12: Pulling from library/alpine [2021-04-09T23:18:29.530Z] 3.12: Pulling from library/alpine [2021-04-09T23:18:29.530Z] 3.12: Pulling from library/alpine [2021-04-09T23:18:29.530Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T23:18:29.530Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T23:18:29.530Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T23:18:29.530Z] Status: Image is up to date for alpine:3.12 [2021-04-09T23:18:29.530Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T23:18:29.530Z] Status: Image is up to date for alpine:3.12 [2021-04-09T23:18:29.530Z] ---> 7230e588e954 [2021-04-09T23:18:29.530Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:18:29.530Z] ---> 7230e588e954 [2021-04-09T23:18:29.530Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-09T23:18:29.530Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T23:18:29.530Z] Status: Image is up to date for alpine:3.12 [2021-04-09T23:18:29.530Z] ---> 7230e588e954 [2021-04-09T23:18:29.530Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-09T23:18:29.530Z] ---> 7230e588e954 [2021-04-09T23:18:29.530Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:18:29.530Z] ---> Running in a886fb55efa8 [2021-04-09T23:18:29.530Z] ---> Running in 41b0fba1093c [2021-04-09T23:18:29.530Z] ---> Running in 66c7ece45ca2 [2021-04-09T23:18:29.530Z] ---> Running in cd159d821d67 [2021-04-09T23:18:29.530Z] Removing intermediate container e16964977dae [2021-04-09T23:18:29.530Z] ---> f5a2561474b6 [2021-04-09T23:18:29.530Z] [2021-04-09T23:18:29.530Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:18:29.530Z] ---> 7230e588e954 [2021-04-09T23:18:29.530Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:18:29.530Z] Removing intermediate container 66c7ece45ca2 [2021-04-09T23:18:29.530Z] ---> e8600366b1fd [2021-04-09T23:18:29.530Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-09T23:18:29.530Z] ---> Running in e7cd1683208b [2021-04-09T23:18:29.530Z] ---> Running in 662513e34e7b [2021-04-09T23:18:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:18:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:18:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:18:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:18:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:18:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:18:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:18:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:18:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:18:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:18:29.530Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T23:18:29.530Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:18:29.530Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-09T23:18:29.530Z] OK: 6 MiB in 15 packages [2021-04-09T23:18:29.530Z] (2/2) Installing su-exec (0.2-r1) [2021-04-09T23:18:29.530Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:18:29.530Z] OK: 6 MiB in 16 packages [2021-04-09T23:18:29.530Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T23:18:29.530Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:18:29.530Z] OK: 6 MiB in 15 packages [2021-04-09T23:18:29.530Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T23:18:29.530Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-09T23:18:29.530Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-09T23:18:29.530Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:18:29.530Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:18:29.530Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:18:29.530Z] OK: 6 MiB in 15 packages [2021-04-09T23:18:29.530Z] OK: 6 MiB in 16 packages [2021-04-09T23:18:29.808Z] Removing intermediate container cd159d821d67 [2021-04-09T23:18:29.808Z] ---> 076e5ef7a166 [2021-04-09T23:18:29.808Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:18:29.808Z] Removing intermediate container 41b0fba1093c [2021-04-09T23:18:29.808Z] ---> 209c7f37adc5 [2021-04-09T23:18:29.808Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:18:30.094Z] ---> Running in 68caaa224eb1 [2021-04-09T23:18:30.094Z] ---> Running in 1749b1ff2dc8 [2021-04-09T23:18:30.094Z] Removing intermediate container 662513e34e7b [2021-04-09T23:18:30.094Z] ---> cfd1ddaa8bba [2021-04-09T23:18:30.094Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-09T23:18:30.518Z] Removing intermediate container e7cd1683208b [2021-04-09T23:18:30.518Z] ---> ec20dd74012e [2021-04-09T23:18:30.518Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:18:30.875Z] ---> Running in 4bc123e5cd01 [2021-04-09T23:18:30.875Z] Removing intermediate container 68caaa224eb1 [2021-04-09T23:18:30.875Z] ---> b5a027c4e33c [2021-04-09T23:18:30.875Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-09T23:18:30.875Z] ---> Running in 37c1ae58c8eb [2021-04-09T23:18:30.875Z] Removing intermediate container a886fb55efa8 [2021-04-09T23:18:30.875Z] ---> 493da41fb4e5 [2021-04-09T23:18:30.875Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:18:31.316Z] Removing intermediate container 1749b1ff2dc8 [2021-04-09T23:18:31.316Z] ---> 35955a1fa9b2 [2021-04-09T23:18:31.316Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-09T23:18:31.632Z] ---> Running in a8fadeff2198 [2021-04-09T23:18:31.633Z] ---> Running in ad9b962e29cd [2021-04-09T23:18:31.633Z] ---> Running in 9463b20bd085 [2021-04-09T23:18:31.900Z] Removing intermediate container 4bc123e5cd01 [2021-04-09T23:18:31.900Z] ---> b79d0cef03ee [2021-04-09T23:18:31.900Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-09T23:18:31.900Z] Removing intermediate container 37c1ae58c8eb [2021-04-09T23:18:31.900Z] ---> 49f723336542 [2021-04-09T23:18:31.900Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-09T23:18:32.256Z] ---> Running in 2bd78eee95b9 [2021-04-09T23:18:32.256Z] Removing intermediate container a8fadeff2198 [2021-04-09T23:18:32.256Z] ---> f3b3cfc4feb7 [2021-04-09T23:18:32.256Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T23:18:32.256Z] Removing intermediate container 9463b20bd085 [2021-04-09T23:18:32.256Z] ---> 2f7c117b789e [2021-04-09T23:18:32.256Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-09T23:18:32.256Z] Removing intermediate container ad9b962e29cd [2021-04-09T23:18:32.256Z] ---> f3f23226520f [2021-04-09T23:18:32.256Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T23:18:32.687Z] ---> Running in 229616f84cbd [2021-04-09T23:18:32.687Z] ---> Running in de339f647865 [2021-04-09T23:18:32.687Z] ---> Running in 49386035cd85 [2021-04-09T23:18:32.687Z] ---> Running in e7644b511e2e [2021-04-09T23:18:33.009Z] Removing intermediate container 2bd78eee95b9 [2021-04-09T23:18:33.009Z] ---> cba514a3b0fe [2021-04-09T23:18:33.009Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-09T23:18:33.009Z] Removing intermediate container 229616f84cbd [2021-04-09T23:18:33.009Z] ---> b68427a68533 [2021-04-09T23:18:33.009Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T23:18:33.367Z] Removing intermediate container 49386035cd85 [2021-04-09T23:18:33.367Z] ---> 6bbf5df08b9a [2021-04-09T23:18:33.367Z] Step 15/23 : WORKDIR / [2021-04-09T23:18:33.367Z] Removing intermediate container de339f647865 [2021-04-09T23:18:33.367Z] ---> f6df5520a770 [2021-04-09T23:18:33.367Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T23:18:33.367Z] Removing intermediate container e7644b511e2e [2021-04-09T23:18:33.367Z] ---> 2b91cfb41b13 [2021-04-09T23:18:33.367Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:18:33.367Z] ---> Running in 3e99d99f1e4c [2021-04-09T23:18:33.367Z] ---> Running in c46b5a9f2c58 [2021-04-09T23:18:33.367Z] ---> Running in 47eba3b3c8bc [2021-04-09T23:18:33.686Z] ---> Running in 89e59c070708 [2021-04-09T23:18:34.398Z] Removing intermediate container 89e59c070708 [2021-04-09T23:18:34.398Z] ---> a02bb8e9e03c [2021-04-09T23:18:34.398Z] Step 15/23 : WORKDIR / [2021-04-09T23:18:34.398Z] Removing intermediate container 3e99d99f1e4c [2021-04-09T23:18:34.398Z] ---> c765bcfb3eb5 [2021-04-09T23:18:34.398Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:18:34.713Z] ---> 8838adbe192a [2021-04-09T23:18:34.714Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-09T23:18:34.714Z] ---> Running in f99694ffcac9 [2021-04-09T23:18:34.714Z] Removing intermediate container c46b5a9f2c58 [2021-04-09T23:18:34.714Z] ---> 3c906ec0c747 [2021-04-09T23:18:34.714Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:18:35.396Z] Removing intermediate container f99694ffcac9 [2021-04-09T23:18:35.396Z] ---> c925d5185341 [2021-04-09T23:18:35.396Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:18:35.818Z] ---> 50a8cce4418a [2021-04-09T23:18:35.818Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-09T23:18:36.471Z] ---> b02daa517731 [2021-04-09T23:18:36.471Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-09T23:18:37.670Z] ---> db7c6cc60e94 [2021-04-09T23:18:37.670Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-09T23:18:37.670Z] ---> 69ba072c335b [2021-04-09T23:18:37.670Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-09T23:18:37.670Z] Removing intermediate container 47eba3b3c8bc [2021-04-09T23:18:37.670Z] ---> f0107df47437 [2021-04-09T23:18:37.670Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-09T23:18:38.022Z] ---> ea0a3f07d206 [2021-04-09T23:18:38.022Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-09T23:18:38.022Z] ---> 9ebc9e73267b [2021-04-09T23:18:38.022Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-09T23:18:38.372Z] ---> Running in 15798a5c9f30 [2021-04-09T23:18:38.372Z] ---> 9916a7296a43 [2021-04-09T23:18:38.372Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-09T23:18:38.787Z] ---> Running in 80ce3e1c3f44 [2021-04-09T23:18:39.119Z] Removing intermediate container 15798a5c9f30 [2021-04-09T23:18:39.119Z] ---> 68089d734ea1 [2021-04-09T23:18:39.119Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-09T23:18:39.119Z] ---> 34f5bbc83016 [2021-04-09T23:18:39.119Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-09T23:18:39.119Z] ---> Running in da5fbca13c23 [2021-04-09T23:18:39.119Z] Removing intermediate container 80ce3e1c3f44 [2021-04-09T23:18:39.119Z] ---> 3d95817cd4a1 [2021-04-09T23:18:39.119Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:18:39.416Z] ---> b95b1d3db04a [2021-04-09T23:18:39.416Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-09T23:18:39.416Z] ---> 77938656f4b2 [2021-04-09T23:18:39.416Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-09T23:18:39.416Z] ---> Running in e58557b207a4 [2021-04-09T23:18:39.416Z] ---> Running in d7f65d12b42e [2021-04-09T23:18:39.769Z] ---> 6b2e626b0ec2 [2021-04-09T23:18:39.769Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-09T23:18:39.769Z] Removing intermediate container da5fbca13c23 [2021-04-09T23:18:39.769Z] ---> 73750a3e0f67 [2021-04-09T23:18:39.769Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:18:40.140Z] ---> Running in d0dcf3e46a41 [2021-04-09T23:18:40.140Z] ---> Running in c07e60efbc74 [2021-04-09T23:18:40.463Z] Removing intermediate container d7f65d12b42e [2021-04-09T23:18:40.463Z] ---> cc27b0c0925d [2021-04-09T23:18:40.463Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:18:40.463Z] ---> 04507d2bf32a [2021-04-09T23:18:40.463Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-09T23:18:40.747Z] Removing intermediate container e58557b207a4 [2021-04-09T23:18:40.747Z] ---> f8fdc595a937 [2021-04-09T23:18:40.747Z] Step 20/22 : LABEL arch=x86_64 [2021-04-09T23:18:40.747Z] ---> Running in eea57b3392a3 [2021-04-09T23:18:40.747Z] ---> Running in ca533abdf45f [2021-04-09T23:18:40.747Z] ---> Running in 5457bf9caa9b [2021-04-09T23:18:41.062Z] Removing intermediate container c07e60efbc74 [2021-04-09T23:18:41.062Z] ---> e38654f346ac [2021-04-09T23:18:41.062Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T23:18:41.341Z] ---> Running in bcf874749b1c [2021-04-09T23:18:41.682Z] Removing intermediate container 5457bf9caa9b [2021-04-09T23:18:41.682Z] ---> 184debd7f659 [2021-04-09T23:18:41.683Z] Step 21/22 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:18:41.683Z] Removing intermediate container eea57b3392a3 [2021-04-09T23:18:41.683Z] ---> 85eb3a863a34 [2021-04-09T23:18:41.683Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:18:41.683Z] Removing intermediate container ca533abdf45f [2021-04-09T23:18:41.683Z] ---> 7ebb001e8754 [2021-04-09T23:18:41.683Z] Step 20/22 : LABEL arch=x86_64 [2021-04-09T23:18:41.683Z] ---> Running in 14a4a7b1483f [2021-04-09T23:18:42.035Z] ---> Running in 00d1c4d87070 [2021-04-09T23:18:42.035Z] ---> Running in a77acbd3c4c3 [2021-04-09T23:18:42.342Z] Removing intermediate container bcf874749b1c [2021-04-09T23:18:42.342Z] ---> 2029da85ca49 [2021-04-09T23:18:42.342Z] Step 22/23 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:18:42.342Z] ---> Running in 46dbe3aed426 [2021-04-09T23:18:42.342Z] Removing intermediate container 14a4a7b1483f [2021-04-09T23:18:42.647Z] ---> c2f01076da1d [2021-04-09T23:18:42.647Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T23:18:42.647Z] Removing intermediate container 00d1c4d87070 [2021-04-09T23:18:42.647Z] ---> 547478c1cd0c [2021-04-09T23:18:42.647Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T23:18:42.647Z] Removing intermediate container a77acbd3c4c3 [2021-04-09T23:18:42.647Z] ---> 19349b3f0fe0 [2021-04-09T23:18:42.647Z] Step 21/22 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:18:42.647Z] ---> Running in a0fc671224ba [2021-04-09T23:18:42.936Z] ---> Running in 640604237b5e [2021-04-09T23:18:42.936Z] ---> Running in fc2c5f86ae23 [2021-04-09T23:18:42.936Z] Removing intermediate container 46dbe3aed426 [2021-04-09T23:18:42.936Z] ---> 85e91f332c8e [2021-04-09T23:18:42.936Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:18:42.936Z] Removing intermediate container d0dcf3e46a41 [2021-04-09T23:18:42.936Z] ---> 621f49c3db3a [2021-04-09T23:18:42.936Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:18:43.265Z] ---> Running in e336a8dc7ca7 [2021-04-09T23:18:43.554Z] Removing intermediate container a0fc671224ba [2021-04-09T23:18:43.554Z] ---> 9504428708f0 [2021-04-09T23:18:43.554Z] [2021-04-09T23:18:43.554Z] Removing intermediate container 640604237b5e [2021-04-09T23:18:43.554Z] ---> d73988318403 [2021-04-09T23:18:43.554Z] Step 22/23 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:18:43.554Z] Removing intermediate container fc2c5f86ae23 [2021-04-09T23:18:43.554Z] ---> 6c696355e585 [2021-04-09T23:18:43.554Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T23:18:43.860Z] ---> Running in 9296c28aec28 [2021-04-09T23:18:43.860Z] ---> Running in 0f5f71b65ec2 [2021-04-09T23:18:43.860Z] ---> 027390c9af35 [2021-04-09T23:18:43.860Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-09T23:18:43.860Z] Removing intermediate container e336a8dc7ca7 [2021-04-09T23:18:43.860Z] ---> 6f9b34e9093a [2021-04-09T23:18:43.860Z] [2021-04-09T23:18:44.515Z] Removing intermediate container 9296c28aec28 [2021-04-09T23:18:44.515Z] ---> 597091a5656f [2021-04-09T23:18:44.515Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:18:44.837Z] Successfully built 9504428708f0 [2021-04-09T23:18:44.837Z] Removing intermediate container 0f5f71b65ec2 [2021-04-09T23:18:44.837Z] ---> 895c1cd3c08c [2021-04-09T23:18:44.837Z] [2021-04-09T23:18:44.837Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-09T23:18:44.837Z] Building docker-security-proxy-setup-go [2021-04-09T23:18:44.837Z]  Building docker-support-scheduler-go ... done Successfully built 6f9b34e9093a [2021-04-09T23:18:45.279Z] Successfully tagged docker-core-command-go:latest [2021-04-09T23:18:45.279Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-04-09T23:18:45.279Z] ---> Running in a07b02e88061 [2021-04-09T23:18:45.279Z] ---> 4c19fe9852fb [2021-04-09T23:18:45.279Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-09T23:18:45.648Z] Successfully built 895c1cd3c08c [2021-04-09T23:18:45.648Z] Successfully tagged docker-support-notifications-go:latest [2021-04-09T23:18:45.648Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-09T23:18:45.971Z] Removing intermediate container a07b02e88061 [2021-04-09T23:18:45.971Z] ---> 03ecb91f12d7 [2021-04-09T23:18:45.971Z] [2021-04-09T23:18:46.610Z] ---> 5ccddb366080 [2021-04-09T23:18:46.610Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-09T23:18:46.610Z] Successfully built 03ecb91f12d7 [2021-04-09T23:18:46.610Z] Successfully tagged docker-core-metadata-go:latest [2021-04-09T23:18:46.887Z] Building docker-sys-mgmt-agent-go [2021-04-09T23:18:49.162Z]  Building docker-core-metadata-go ... done  ---> a8243d9983b8 [2021-04-09T23:18:49.162Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-09T23:18:52.528Z] ---> fe27719c951c [2021-04-09T23:18:52.528Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-09T23:18:52.528Z] ---> Running in bf405d376305 [2021-04-09T23:18:54.892Z] Removing intermediate container bf405d376305 [2021-04-09T23:18:54.892Z] ---> 882aa3facc1e [2021-04-09T23:18:54.892Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-09T23:18:55.663Z] ---> ed2968646673 [2021-04-09T23:18:55.663Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-09T23:18:56.391Z] ---> Running in 399a8eb58c41 [2021-04-09T23:19:03.865Z] Removing intermediate container 399a8eb58c41 [2021-04-09T23:19:03.865Z] ---> 4c33fcf91aad [2021-04-09T23:19:03.865Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-09T23:19:03.865Z] ---> Running in 0c5817910244 [2021-04-09T23:19:04.216Z] Removing intermediate container 0c5817910244 [2021-04-09T23:19:04.216Z] ---> 43764bb24146 [2021-04-09T23:19:04.216Z] Step 28/31 : CMD ["gate"] [2021-04-09T23:19:05.783Z] ---> Running in 4427e6d10558 [2021-04-09T23:19:07.022Z] Removing intermediate container 4427e6d10558 [2021-04-09T23:19:07.022Z] ---> d350e1c7980b [2021-04-09T23:19:07.022Z] Step 29/31 : LABEL arch=x86_64 [2021-04-09T23:19:08.729Z] ---> Running in e0d4e8fc80e9 [2021-04-09T23:19:09.520Z] Removing intermediate container e0d4e8fc80e9 [2021-04-09T23:19:09.520Z] ---> 6a260046f538 [2021-04-09T23:19:09.520Z] Step 30/31 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:19:09.882Z] ---> Running in 8bda95133c1a [2021-04-09T23:19:10.615Z] Removing intermediate container 8bda95133c1a [2021-04-09T23:19:10.615Z] ---> 03aa6bd5c49a [2021-04-09T23:19:10.615Z] Step 31/31 : LABEL version=0.0.0 [2021-04-09T23:19:10.913Z] ---> Running in fe42ac83ffcb [2021-04-09T23:19:11.588Z] 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-09T23:19:11.588Z] 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-09T23:19:11.724Z] Removing intermediate container fe42ac83ffcb [2021-04-09T23:19:11.724Z] ---> 9b016c417e8c [2021-04-09T23:19:11.724Z] [2021-04-09T23:19:12.767Z] Successfully built 9b016c417e8c [2021-04-09T23:19:13.171Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-09T23:19:26.719Z] Removing intermediate container b682bf0db30a [2021-04-09T23:19:26.720Z] ---> db14b1bb8715 [2021-04-09T23:19:26.720Z] [2021-04-09T23:19:26.720Z] Step 10/21 : FROM alpine:3.12 [2021-04-09T23:19:26.720Z] 3.12: Pulling from library/alpine [2021-04-09T23:19:26.720Z] Removing intermediate container 736d21d2cfc2 [2021-04-09T23:19:26.720Z] ---> cffe16d2b8ad [2021-04-09T23:19:26.720Z] [2021-04-09T23:19:26.720Z] Step 10/24 : FROM alpine:3.12 [2021-04-09T23:19:26.720Z] 3.12: Pulling from library/alpine [2021-04-09T23:19:26.996Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T23:19:26.996Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T23:19:26.996Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T23:19:26.996Z] ---> d75e27dfc0a0 [2021-04-09T23:19:26.996Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-09T23:19:26.996Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T23:19:26.996Z] ---> d75e27dfc0a0 [2021-04-09T23:19:26.996Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-09T23:19:27.276Z] ---> Running in 195706bc702a [2021-04-09T23:19:27.276Z] ---> Running in f4ddd9fc4c92 [2021-04-09T23:19:29.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:29.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:29.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:29.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:30.429Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-09T23:19:30.429Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-09T23:19:30.706Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:19:30.706Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:19:30.706Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-09T23:19:30.706Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-09T23:19:30.706Z] (4/6) Installing curl (7.69.1-r3) [2021-04-09T23:19:30.706Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-09T23:19:30.706Z] (6/6) Installing su-exec (0.2-r1) [2021-04-09T23:19:30.706Z] (4/4) Installing curl (7.69.1-r3) [2021-04-09T23:19:30.706Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:19:30.706Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:19:30.706Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:19:30.706Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:19:30.982Z] OK: 7 MiB in 20 packages [2021-04-09T23:19:30.982Z] OK: 7 MiB in 18 packages [2021-04-09T23:19:34.396Z] Removing intermediate container de1c922ef1ab [2021-04-09T23:19:34.396Z] ---> 30cbd50d5535 [2021-04-09T23:19:34.396Z] [2021-04-09T23:19:34.396Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T23:19:34.396Z] ---> d75e27dfc0a0 [2021-04-09T23:19:34.396Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:19:34.992Z] ---> Running in edb535038cce [2021-04-09T23:19:34.992Z] Removing intermediate container 195706bc702a [2021-04-09T23:19:34.992Z] ---> ae41de6da4a7 [2021-04-09T23:19:34.992Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T23:19:35.265Z] Removing intermediate container f4ddd9fc4c92 [2021-04-09T23:19:35.265Z] ---> 59da66f22cd8 [2021-04-09T23:19:35.265Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T23:19:35.538Z] ---> Running in 5cf739fb4fc5 [2021-04-09T23:19:35.812Z] ---> Running in 34fe50b81827 [2021-04-09T23:19:37.249Z] Removing intermediate container 5cf739fb4fc5 [2021-04-09T23:19:37.249Z] ---> f44ed4394887 [2021-04-09T23:19:37.249Z] Step 13/24 : WORKDIR / [2021-04-09T23:19:37.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:37.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:37.524Z] ---> Running in e45072d0e3cd [2021-04-09T23:19:37.524Z] Removing intermediate container 34fe50b81827 [2021-04-09T23:19:37.524Z] ---> 845519584c77 [2021-04-09T23:19:37.524Z] Step 13/21 : WORKDIR /edgex [2021-04-09T23:19:37.799Z] Removing intermediate container f1e02dc8137e [2021-04-09T23:19:37.799Z] ---> a60b3a2191df [2021-04-09T23:19:37.799Z] [2021-04-09T23:19:37.799Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T23:19:37.799Z] ---> d75e27dfc0a0 [2021-04-09T23:19:37.799Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-09T23:19:37.799Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T23:19:37.799Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:19:37.799Z] OK: 5 MiB in 15 packages [2021-04-09T23:19:38.075Z] ---> Running in e89c32204285 [2021-04-09T23:19:38.075Z] ---> Running in 766bfabbe513 [2021-04-09T23:19:38.361Z] Removing intermediate container e45072d0e3cd [2021-04-09T23:19:38.361Z] ---> 8fabf7a8ece0 [2021-04-09T23:19:38.361Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-09T23:19:39.354Z] Removing intermediate container e89c32204285 [2021-04-09T23:19:39.354Z] ---> d097b158467d [2021-04-09T23:19:39.354Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-09T23:19:39.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:40.225Z] ---> d384fe7102e6 [2021-04-09T23:19:40.225Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-09T23:19:40.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:19:40.225Z] Removing intermediate container edb535038cce [2021-04-09T23:19:40.225Z] ---> 927d8bb4c382 [2021-04-09T23:19:40.225Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:19:40.497Z] ---> b5757091420b [2021-04-09T23:19:40.497Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-09T23:19:40.768Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-09T23:19:40.768Z] ---> Running in 99aaa6d7a918 [2021-04-09T23:19:40.768Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-09T23:19:40.768Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:19:40.768Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:19:41.039Z] OK: 6 MiB in 16 packages [2021-04-09T23:19:41.640Z] ---> ce002c1eb6fa [2021-04-09T23:19:41.640Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-09T23:19:42.238Z] Removing intermediate container 99aaa6d7a918 [2021-04-09T23:19:42.238Z] ---> d8aea72e4842 [2021-04-09T23:19:42.238Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-09T23:19:42.238Z] Removing intermediate container 5be52efe6b6a [2021-04-09T23:19:42.238Z] ---> 26f31a9ff701 [2021-04-09T23:19:42.238Z] [2021-04-09T23:19:42.238Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:19:42.238Z] ---> d75e27dfc0a0 [2021-04-09T23:19:42.238Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:19:42.238Z] ---> Using cache [2021-04-09T23:19:42.238Z] ---> 927d8bb4c382 [2021-04-09T23:19:42.238Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:19:42.238Z] ---> Using cache [2021-04-09T23:19:42.238Z] ---> d8aea72e4842 [2021-04-09T23:19:42.516Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-09T23:19:42.517Z] ---> Running in 94e545a0d849 [2021-04-09T23:19:42.793Z] ---> Running in 1df647d3c2a3 [2021-04-09T23:19:42.793Z] ---> 2a7305b997ad [2021-04-09T23:19:42.793Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-09T23:19:42.793Z] ---> cd7bd1c0cca1 [2021-04-09T23:19:42.793Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-09T23:19:43.775Z] Removing intermediate container 94e545a0d849 [2021-04-09T23:19:43.775Z] ---> e1b55abbf4a6 [2021-04-09T23:19:43.775Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T23:19:43.775Z] Removing intermediate container 1df647d3c2a3 [2021-04-09T23:19:43.775Z] ---> 501dca7ac349 [2021-04-09T23:19:43.775Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T23:19:44.047Z] Removing intermediate container 766bfabbe513 [2021-04-09T23:19:44.047Z] ---> d12ed58c8952 [2021-04-09T23:19:44.047Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:19:44.365Z] ---> Running in 87fca5894c3d [2021-04-09T23:19:44.365Z] ---> Running in fdabf0f4cdbc [2021-04-09T23:19:44.365Z] ---> Running in 47918e51a860 [2021-04-09T23:19:44.658Z] ---> 1a1f7c9a50ab [2021-04-09T23:19:44.658Z] ---> 887b6a38ec19 [2021-04-09T23:19:44.658Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-09T23:19:44.658Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-09T23:19:44.658Z] ---> Running in 87d6687523d7 [2021-04-09T23:19:44.948Z] Removing intermediate container 87fca5894c3d [2021-04-09T23:19:44.948Z] ---> 42cb176af459 [2021-04-09T23:19:44.948Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:19:45.240Z] Removing intermediate container fdabf0f4cdbc [2021-04-09T23:19:45.240Z] ---> a4d5a9991184 [2021-04-09T23:19:45.240Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-09T23:19:45.240Z] Removing intermediate container 47918e51a860 [2021-04-09T23:19:45.240Z] ---> 3093fce1c321 [2021-04-09T23:19:45.240Z] Step 15/23 : WORKDIR / [2021-04-09T23:19:45.530Z] ---> Running in 0e9e8916e72a [2021-04-09T23:19:45.530Z] ---> Running in 1ff10b12e771 [2021-04-09T23:19:45.842Z] Removing intermediate container 87d6687523d7 [2021-04-09T23:19:45.842Z] ---> feed6f16604e [2021-04-09T23:19:45.842Z] Step 18/21 : CMD ["--init=true"] [2021-04-09T23:19:46.155Z] ---> Running in 8d635a0ca321 [2021-04-09T23:19:46.429Z] ---> ca642f3b3550 [2021-04-09T23:19:46.429Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-09T23:19:46.429Z] Removing intermediate container 1ff10b12e771 [2021-04-09T23:19:46.429Z] ---> 3df374d0ae4d [2021-04-09T23:19:46.429Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T23:19:46.702Z] Removing intermediate container 0e9e8916e72a [2021-04-09T23:19:46.702Z] ---> ef273f94dee3 [2021-04-09T23:19:46.702Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:19:46.702Z] ---> Running in cfcc7f85e748 [2021-04-09T23:19:46.986Z] Removing intermediate container 8d635a0ca321 [2021-04-09T23:19:46.986Z] ---> 619947ce9f8d [2021-04-09T23:19:46.986Z] Step 19/21 : LABEL arch=arm64 [2021-04-09T23:19:46.986Z] ---> cf6cd339b669 [2021-04-09T23:19:46.986Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-09T23:19:47.257Z] ---> Running in b05927daa4d2 [2021-04-09T23:19:47.529Z] Removing intermediate container cfcc7f85e748 [2021-04-09T23:19:47.529Z] ---> 8c20156967ea [2021-04-09T23:19:47.529Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:19:48.124Z] ---> 698bad58f06b [2021-04-09T23:19:48.124Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-09T23:19:48.124Z] Removing intermediate container b05927daa4d2 [2021-04-09T23:19:48.124Z] ---> b9429094274e [2021-04-09T23:19:48.124Z] Step 20/21 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:19:48.124Z] ---> a148ad1adc99 [2021-04-09T23:19:48.124Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-09T23:19:48.124Z] ---> 9e3f37c40177 [2021-04-09T23:19:48.124Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-09T23:19:48.395Z] ---> Running in 42028c6cb472 [2021-04-09T23:19:48.395Z] ---> Running in a22103a096db [2021-04-09T23:19:48.669Z] ---> 545c45ce235d [2021-04-09T23:19:48.669Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-09T23:19:49.272Z] Removing intermediate container 42028c6cb472 [2021-04-09T23:19:49.272Z] ---> c10334038c7b [2021-04-09T23:19:49.272Z] Step 21/21 : LABEL version=0.0.0 [2021-04-09T23:19:49.272Z] ---> aaf5600cb049 [2021-04-09T23:19:49.272Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-09T23:19:49.548Z] ---> Running in ec97b32beb56 [2021-04-09T23:19:49.548Z] ---> Running in 10b948f27e49 [2021-04-09T23:19:50.152Z] ---> b81f5d98e6c4 [2021-04-09T23:19:50.152Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-09T23:19:50.425Z] ---> 4acd0d4e30f1 [2021-04-09T23:19:50.425Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-09T23:19:50.425Z] Removing intermediate container 10b948f27e49 [2021-04-09T23:19:50.425Z] ---> 8dc59e74846f [2021-04-09T23:19:50.425Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:19:50.425Z] Removing intermediate container ec97b32beb56 [2021-04-09T23:19:50.425Z] ---> 4fd66550b82e [2021-04-09T23:19:50.425Z] [2021-04-09T23:19:50.702Z] ---> Running in d5118a8662db [2021-04-09T23:19:51.301Z] Successfully built 4fd66550b82e [2021-04-09T23:19:51.301Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-09T23:19:51.301Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-04-09T23:19:51.578Z] Removing intermediate container d5118a8662db [2021-04-09T23:19:51.578Z] ---> 192aadcc4cec [2021-04-09T23:19:51.578Z] ---> a7a1b0273c46 [2021-04-09T23:19:51.578Z] Step 20/22 : LABEL arch=arm64 [2021-04-09T23:19:51.578Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-09T23:19:51.578Z] ---> b4ba18fbb81d [2021-04-09T23:19:51.578Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-09T23:19:51.578Z] ---> Running in 03c233b287ac [2021-04-09T23:19:51.578Z] ---> Running in 524593725b7c [2021-04-09T23:19:51.853Z] ---> Running in ab88a35b44de [2021-04-09T23:19:51.853Z] Removing intermediate container a22103a096db [2021-04-09T23:19:51.853Z] ---> 4832a767e839 [2021-04-09T23:19:51.853Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-09T23:19:52.134Z] ---> Running in a6bac208d973 [2021-04-09T23:19:52.405Z] Removing intermediate container 03c233b287ac [2021-04-09T23:19:52.405Z] ---> a5ec4ea8448a [2021-04-09T23:19:52.405Z] Step 21/22 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:19:52.405Z] Removing intermediate container 524593725b7c [2021-04-09T23:19:52.405Z] ---> daacc637dbf6 [2021-04-09T23:19:52.405Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:19:52.405Z] Removing intermediate container ab88a35b44de [2021-04-09T23:19:52.405Z] ---> f08f8d28e5fa [2021-04-09T23:19:52.405Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:19:52.678Z] ---> Running in 219772644dc6 [2021-04-09T23:19:52.949Z] Removing intermediate container a6bac208d973 [2021-04-09T23:19:52.949Z] ---> d757f4d97890 [2021-04-09T23:19:52.949Z] Step 22/24 : LABEL arch=arm64 [2021-04-09T23:19:52.949Z] ---> Running in 21d044978840 [2021-04-09T23:19:52.949Z] ---> Running in 7c3ffa9d2e8f [2021-04-09T23:19:53.928Z] ---> Running in 5bc88f1d9fa3 [2021-04-09T23:19:53.928Z] Removing intermediate container 219772644dc6 [2021-04-09T23:19:53.928Z] ---> 930757106efd [2021-04-09T23:19:53.928Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T23:19:54.207Z] Removing intermediate container 21d044978840 [2021-04-09T23:19:54.207Z] ---> d41d292b79bb [2021-04-09T23:19:54.207Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T23:19:54.481Z] Removing intermediate container 7c3ffa9d2e8f [2021-04-09T23:19:54.481Z] ---> ee1f7ebb9cdf [2021-04-09T23:19:54.481Z] Step 20/22 : LABEL arch=arm64 [2021-04-09T23:19:54.757Z] ---> Running in e58cd1f2291d [2021-04-09T23:19:54.757Z] ---> Running in 5d39354de657 [2021-04-09T23:19:54.757Z] ---> Running in a492f8e1b0bc [2021-04-09T23:19:55.032Z] Removing intermediate container 5bc88f1d9fa3 [2021-04-09T23:19:55.032Z] ---> c28d21460f2a [2021-04-09T23:19:55.032Z] Step 23/24 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:19:55.032Z] ---> Running in 59ebf1cc860f [2021-04-09T23:19:55.308Z] Removing intermediate container e58cd1f2291d [2021-04-09T23:19:55.308Z] ---> 072a3b1c815a [2021-04-09T23:19:55.308Z] [2021-04-09T23:19:55.308Z] Removing intermediate container 5d39354de657 [2021-04-09T23:19:55.308Z] ---> f664506b32c7 [2021-04-09T23:19:55.308Z] Step 22/23 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:19:55.902Z] Removing intermediate container a492f8e1b0bc [2021-04-09T23:19:55.902Z] ---> 9fccc4d1d978 [2021-04-09T23:19:55.902Z] Step 21/22 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:19:55.902Z] Successfully built 072a3b1c815a [2021-04-09T23:19:56.175Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-09T23:19:56.175Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-04-09T23:19:56.175Z] ---> Running in d6617c5be8b7 [2021-04-09T23:19:56.775Z] ---> Running in 05b7136077e2 [2021-04-09T23:19:56.775Z] Removing intermediate container 59ebf1cc860f [2021-04-09T23:19:56.775Z] ---> d1bb6fd900bb [2021-04-09T23:19:56.775Z] Step 24/24 : LABEL version=0.0.0 [2021-04-09T23:19:56.775Z] Removing intermediate container d6617c5be8b7 [2021-04-09T23:19:56.775Z] ---> 9cc3501bff5d [2021-04-09T23:19:56.775Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:19:57.048Z] ---> Running in 4c966367116a [2021-04-09T23:19:57.048Z] ---> Running in 970b4a0eec66 [2021-04-09T23:19:57.325Z] Removing intermediate container 05b7136077e2 [2021-04-09T23:19:57.325Z] ---> bf40f8f854f7 [2021-04-09T23:19:57.325Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T23:19:57.606Z] ---> Running in 36474f59071d [2021-04-09T23:19:57.606Z] Removing intermediate container 970b4a0eec66 [2021-04-09T23:19:57.606Z] ---> cbef5f3a7a4b [2021-04-09T23:19:57.606Z] [2021-04-09T23:19:57.880Z] Removing intermediate container 4c966367116a [2021-04-09T23:19:57.880Z] ---> fea70df31275 [2021-04-09T23:19:57.880Z] [2021-04-09T23:19:58.156Z] Successfully built cbef5f3a7a4b [2021-04-09T23:19:58.156Z] Successfully built fea70df31275 [2021-04-09T23:19:58.752Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-09T23:19:58.752Z] Building docker-core-command-go [2021-04-09T23:19:58.752Z]  Building docker-security-secretstore-setup-go ... done Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-09T23:19:58.752Z] Building docker-core-data-go [2021-04-09T23:19:58.752Z]  Building docker-core-metadata-go ... done Removing intermediate container 36474f59071d [2021-04-09T23:19:59.028Z] ---> 11afdb22d1e0 [2021-04-09T23:19:59.028Z] [2021-04-09T23:19:59.299Z] Successfully built 11afdb22d1e0 [2021-04-09T23:19:59.299Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-09T23:20:11.533Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:20:11.533Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:20:11.533Z] ---> 16febb9ecc37 [2021-04-09T23:20:11.533Z] Step 3/24 : WORKDIR /edgex-go [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> 5386c57fbdb0 [2021-04-09T23:20:11.533Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> c65b39e7ecd5 [2021-04-09T23:20:11.533Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> 53d4bb3a0d83 [2021-04-09T23:20:11.533Z] Step 6/24 : COPY go.mod . [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> f7394ab85665 [2021-04-09T23:20:11.533Z] Step 7/24 : RUN go mod download [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> 915323dcf8d3 [2021-04-09T23:20:11.533Z] Step 8/24 : COPY . . [2021-04-09T23:20:11.533Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:20:11.533Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:20:11.533Z] ---> 16febb9ecc37 [2021-04-09T23:20:11.533Z] Step 3/21 : WORKDIR /edgex-go [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> 5386c57fbdb0 [2021-04-09T23:20:11.533Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> c65b39e7ecd5 [2021-04-09T23:20:11.533Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> 53d4bb3a0d83 [2021-04-09T23:20:11.533Z] Step 6/21 : COPY go.mod . [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> f7394ab85665 [2021-04-09T23:20:11.533Z] Step 7/21 : RUN go mod download [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> 915323dcf8d3 [2021-04-09T23:20:11.533Z] Step 8/21 : COPY . . [2021-04-09T23:20:11.533Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:20:11.533Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:20:11.533Z] ---> 16febb9ecc37 [2021-04-09T23:20:11.533Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> 5386c57fbdb0 [2021-04-09T23:20:11.533Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> c65b39e7ecd5 [2021-04-09T23:20:11.533Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> f2418da84584 [2021-04-09T23:20:11.533Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> f2418da84584 [2021-04-09T23:20:11.533Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-09T23:20:11.533Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:20:11.533Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:20:11.533Z] ---> 16febb9ecc37 [2021-04-09T23:20:11.533Z] Step 3/26 : WORKDIR /edgex-go [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> 5386c57fbdb0 [2021-04-09T23:20:11.533Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:20:11.533Z] ---> Using cache [2021-04-09T23:20:11.533Z] ---> c65b39e7ecd5 [2021-04-09T23:20:11.533Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-09T23:20:12.636Z] ---> Running in 976919524b3f [2021-04-09T23:20:13.050Z] ---> Running in 7d77f16c171d [2021-04-09T23:20:13.050Z] ---> Running in ad2ada6c7201 [2021-04-09T23:20:13.050Z] ---> Running in 3d37f9416bd4 [2021-04-09T23:20:16.021Z] 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-09T23:20:16.021Z] 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-09T23:20:16.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:20:16.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:20:17.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:20:17.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:20:17.839Z] OK: 233 MiB in 51 packages [2021-04-09T23:20:18.113Z] OK: 233 MiB in 51 packages [2021-04-09T23:20:21.475Z] Removing intermediate container ad2ada6c7201 [2021-04-09T23:20:21.475Z] ---> c420725ea9f7 [2021-04-09T23:20:21.475Z] Step 6/26 : COPY go.mod . [2021-04-09T23:20:21.475Z] Removing intermediate container 7d77f16c171d [2021-04-09T23:20:21.475Z] ---> 1ffc097e836a [2021-04-09T23:20:21.475Z] Step 6/23 : COPY go.mod . [2021-04-09T23:20:21.475Z] ---> c6505d0d15c1 [2021-04-09T23:20:21.475Z] Step 7/26 : RUN go mod download [2021-04-09T23:20:21.945Z] ---> Running in e420371265d7 [2021-04-09T23:20:22.320Z] ---> 2123401f2904 [2021-04-09T23:20:22.320Z] Step 7/23 : RUN go mod download [2021-04-09T23:20:23.160Z] ---> Running in 6e1b249aba4b [2021-04-09T23:20:32.712Z] Removing intermediate container e420371265d7 [2021-04-09T23:20:32.712Z] ---> 56ea41458c39 [2021-04-09T23:20:32.712Z] Step 8/26 : COPY . . [2021-04-09T23:20:33.115Z] Removing intermediate container 6e1b249aba4b [2021-04-09T23:20:33.115Z] ---> 7ac05411a56c [2021-04-09T23:20:33.115Z] Step 8/23 : COPY . . [2021-04-09T23:20:46.269Z]  Building docker-support-notifications-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:20:46.269Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:20:46.269Z] ---> 8bd5099dcf25 [2021-04-09T23:20:46.269Z] Step 3/31 : WORKDIR /edgex-go [2021-04-09T23:20:46.269Z] ---> Using cache [2021-04-09T23:20:46.269Z] ---> 71920cbbeb42 [2021-04-09T23:20:46.269Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:20:46.269Z] ---> Using cache [2021-04-09T23:20:46.269Z] ---> 41b1510bff75 [2021-04-09T23:20:46.269Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-09T23:20:46.269Z] ---> Using cache [2021-04-09T23:20:46.269Z] ---> f127c7b3e5a2 [2021-04-09T23:20:46.269Z] Step 6/31 : COPY go.mod . [2021-04-09T23:20:46.269Z] ---> Using cache [2021-04-09T23:20:46.269Z] ---> b6a2abe0d8c0 [2021-04-09T23:20:46.269Z] Step 7/31 : RUN go mod download [2021-04-09T23:20:46.269Z] ---> Using cache [2021-04-09T23:20:46.269Z] ---> 6e0c8e3acd62 [2021-04-09T23:20:46.269Z] Step 8/31 : COPY . . [2021-04-09T23:20:46.269Z] ---> Using cache [2021-04-09T23:20:46.269Z] ---> cf85b2c97697 [2021-04-09T23:20:46.269Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-09T23:20:46.269Z] ---> Running in 1d15c5adcf91 [2021-04-09T23:20:46.547Z] 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-09T23:20:49.189Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:20:49.189Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:20:49.189Z] ---> 8bd5099dcf25 [2021-04-09T23:20:49.189Z] Step 3/26 : WORKDIR /edgex-go [2021-04-09T23:20:49.189Z] ---> Using cache [2021-04-09T23:20:49.189Z] ---> 71920cbbeb42 [2021-04-09T23:20:49.189Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:20:49.189Z] ---> Using cache [2021-04-09T23:20:49.189Z] ---> 41b1510bff75 [2021-04-09T23:20:49.189Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-09T23:20:50.188Z] ---> Running in 13e525405ab5 [2021-04-09T23:20:50.801Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:20:50.801Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:20:50.801Z] ---> 8bd5099dcf25 [2021-04-09T23:20:50.801Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:20:50.801Z] ---> Using cache [2021-04-09T23:20:50.801Z] ---> 71920cbbeb42 [2021-04-09T23:20:50.801Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:20:50.801Z] ---> Using cache [2021-04-09T23:20:50.801Z] ---> 41b1510bff75 [2021-04-09T23:20:50.801Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-09T23:20:50.801Z] ---> Running in 2bba7c0e01ab [2021-04-09T23:20:51.079Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T23:20:51.079Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T23:20:51.079Z] ---> 8bd5099dcf25 [2021-04-09T23:20:51.079Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T23:20:51.079Z] ---> Using cache [2021-04-09T23:20:51.079Z] ---> 71920cbbeb42 [2021-04-09T23:20:51.079Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:20:51.079Z] ---> Using cache [2021-04-09T23:20:51.079Z] ---> 41b1510bff75 [2021-04-09T23:20:51.079Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T23:20:51.079Z] ---> Using cache [2021-04-09T23:20:51.079Z] ---> f127c7b3e5a2 [2021-04-09T23:20:51.079Z] Step 6/23 : COPY go.mod . [2021-04-09T23:20:51.079Z] ---> Using cache [2021-04-09T23:20:51.079Z] ---> b6a2abe0d8c0 [2021-04-09T23:20:51.079Z] Step 7/23 : RUN go mod download [2021-04-09T23:20:51.079Z] ---> Using cache [2021-04-09T23:20:51.079Z] ---> 6e0c8e3acd62 [2021-04-09T23:20:51.079Z] Step 8/23 : COPY . . [2021-04-09T23:20:51.356Z] ---> Using cache [2021-04-09T23:20:51.356Z] ---> cf85b2c97697 [2021-04-09T23:20:51.356Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-09T23:20:51.635Z] ---> Running in 533ab960c8c9 [2021-04-09T23:20:52.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:20:53.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:20:53.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:20:53.792Z] 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-09T23:20:54.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:20:54.671Z] OK: 217 MiB in 51 packages [2021-04-09T23:20:55.271Z] OK: 217 MiB in 51 packages [2021-04-09T23:20:56.736Z] Removing intermediate container 13e525405ab5 [2021-04-09T23:20:56.736Z] ---> 390306fa7386 [2021-04-09T23:20:56.736Z] Step 6/26 : COPY go.mod . [2021-04-09T23:20:57.017Z] Removing intermediate container 2bba7c0e01ab [2021-04-09T23:20:57.017Z] ---> 6728f00ef50c [2021-04-09T23:20:57.017Z] Step 6/23 : COPY go.mod . [2021-04-09T23:20:58.016Z] ---> 90774602d6f3 [2021-04-09T23:20:58.016Z] Step 7/26 : RUN go mod download [2021-04-09T23:20:58.016Z] ---> Running in 189f28458ce7 [2021-04-09T23:20:58.292Z] ---> c4c4b6b5ba53 [2021-04-09T23:20:58.292Z] Step 7/23 : RUN go mod download [2021-04-09T23:20:58.568Z] ---> Running in 7b1b5c04c623 [2021-04-09T23:21:03.993Z] Removing intermediate container 189f28458ce7 [2021-04-09T23:21:03.993Z] ---> ee531addb01a [2021-04-09T23:21:03.993Z] Step 8/26 : COPY . . [2021-04-09T23:21:03.993Z] Removing intermediate container 7b1b5c04c623 [2021-04-09T23:21:03.993Z] ---> a30380b9128d [2021-04-09T23:21:03.993Z] Step 8/23 : COPY . . [2021-04-09T23:21:12.906Z] 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-09T23:21:12.906Z] 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-09T23:21:36.358Z] ---> 4d0a253ac863 [2021-04-09T23:21:36.358Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-09T23:21:36.358Z] ---> b47ff4b47519 [2021-04-09T23:21:36.358Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-09T23:21:36.358Z] ---> Running in ff46aaea549a [2021-04-09T23:21:36.358Z] ---> Running in 282a3b5ceca8 [2021-04-09T23:21:36.632Z] 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-09T23:21:36.632Z] 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-09T23:21:46.715Z] Removing intermediate container 3d37f9416bd4 [2021-04-09T23:21:46.715Z] ---> f5213bcd08dc [2021-04-09T23:21:46.715Z] [2021-04-09T23:21:46.715Z] Step 10/24 : FROM alpine:3.12 [2021-04-09T23:21:46.715Z] ---> 7230e588e954 [2021-04-09T23:21:46.715Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-09T23:21:46.715Z] Removing intermediate container 976919524b3f [2021-04-09T23:21:46.715Z] ---> 27b1266d40b9 [2021-04-09T23:21:46.715Z] [2021-04-09T23:21:46.715Z] Step 10/21 : FROM alpine:3.12 [2021-04-09T23:21:46.715Z] ---> 7230e588e954 [2021-04-09T23:21:46.715Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-09T23:21:47.881Z] ---> Running in bc5b184d36ff [2021-04-09T23:21:47.881Z] ---> Running in 94ec088a838b [2021-04-09T23:21:52.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:21:52.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:21:52.554Z] ---> 9240760a7485 [2021-04-09T23:21:52.554Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-09T23:21:52.554Z] ---> dfd11044f0e7 [2021-04-09T23:21:52.554Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-09T23:21:52.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:21:52.554Z] ---> Running in 0abf7e333344 [2021-04-09T23:21:53.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:21:53.025Z] ---> Running in c049596e999a [2021-04-09T23:21:53.025Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-09T23:21:53.309Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:21:53.309Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-09T23:21:53.309Z] (4/4) Installing curl (7.69.1-r3) [2021-04-09T23:21:53.309Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:21:53.309Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-09T23:21:53.309Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:21:53.583Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:21:53.583Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-09T23:21:53.583Z] (4/6) Installing curl (7.69.1-r3) [2021-04-09T23:21:53.583Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-09T23:21:53.583Z] (6/6) Installing su-exec (0.2-r1) [2021-04-09T23:21:53.583Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:21:53.583Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T23:21:53.583Z] OK: 7 MiB in 18 packages [2021-04-09T23:21:53.583Z] OK: 7 MiB in 20 packages [2021-04-09T23:21:54.958Z] Removing intermediate container 1d15c5adcf91 [2021-04-09T23:21:54.959Z] ---> fd169fbf33f7 [2021-04-09T23:21:54.959Z] [2021-04-09T23:21:54.959Z] Step 10/31 : FROM alpine:3.12 [2021-04-09T23:21:54.959Z] ---> d75e27dfc0a0 [2021-04-09T23:21:54.959Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-09T23:21:54.959Z] ---> Running in dae1c3d4e55c [2021-04-09T23:21:54.959Z] Removing intermediate container dae1c3d4e55c [2021-04-09T23:21:54.959Z] ---> b6d806528ca5 [2021-04-09T23:21:54.959Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-09T23:21:54.959Z] ---> Running in e49c46d8cc41 [2021-04-09T23:21:54.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:21:55.138Z] 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-09T23:21:55.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:21:55.829Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-09T23:21:55.829Z] (2/2) Installing su-exec (0.2-r1) [2021-04-09T23:21:55.829Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:21:55.829Z] OK: 5 MiB in 16 packages [2021-04-09T23:21:56.178Z] 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-09T23:21:57.808Z] Removing intermediate container e49c46d8cc41 [2021-04-09T23:21:57.808Z] ---> d919088262a3 [2021-04-09T23:21:57.808Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-09T23:21:57.808Z] ---> Running in 9ab410e17cf9 [2021-04-09T23:21:57.981Z] Removing intermediate container 94ec088a838b [2021-04-09T23:21:57.981Z] ---> de82cba3284b [2021-04-09T23:21:57.981Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T23:21:58.356Z] Removing intermediate container bc5b184d36ff [2021-04-09T23:21:58.356Z] ---> 46e9a3f8bf5e [2021-04-09T23:21:58.356Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T23:21:58.356Z] ---> Running in 52fd863dbd68 [2021-04-09T23:21:58.410Z] Removing intermediate container 9ab410e17cf9 [2021-04-09T23:21:58.410Z] ---> f2e741f0d126 [2021-04-09T23:21:58.410Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-09T23:21:58.685Z] ---> Running in a5a0a3df7aa6 [2021-04-09T23:21:58.709Z] ---> Running in 7ed960a8ad0d [2021-04-09T23:21:59.103Z] Removing intermediate container 52fd863dbd68 [2021-04-09T23:21:59.103Z] ---> c78b0308e6c5 [2021-04-09T23:21:59.103Z] Step 13/24 : WORKDIR / [2021-04-09T23:21:59.292Z] Removing intermediate container a5a0a3df7aa6 [2021-04-09T23:21:59.292Z] ---> 99de923c87cd [2021-04-09T23:21:59.292Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-09T23:21:59.473Z] ---> Running in 76ee4f2e8ba8 [2021-04-09T23:21:59.473Z] Removing intermediate container 7ed960a8ad0d [2021-04-09T23:21:59.473Z] ---> 4ec58482713f [2021-04-09T23:21:59.473Z] Step 13/21 : WORKDIR /edgex [2021-04-09T23:21:59.569Z] ---> Running in 917ee9e12f36 [2021-04-09T23:22:00.623Z] ---> Running in fb0516ab7dd4 [2021-04-09T23:22:00.623Z] Removing intermediate container 76ee4f2e8ba8 [2021-04-09T23:22:00.623Z] ---> bec7d7ea505e [2021-04-09T23:22:00.623Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-09T23:22:01.469Z] Removing intermediate container fb0516ab7dd4 [2021-04-09T23:22:01.470Z] ---> cab818d39f0c [2021-04-09T23:22:01.470Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-09T23:22:01.795Z] ---> 450002c8ec17 [2021-04-09T23:22:01.795Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-09T23:22:02.981Z] Removing intermediate container 917ee9e12f36 [2021-04-09T23:22:02.981Z] ---> 2cd6cb996bf3 [2021-04-09T23:22:02.981Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-09T23:22:02.993Z] ---> 5ff670ecfc95 [2021-04-09T23:22:02.993Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-09T23:22:03.257Z] ---> Running in 3a086862e87f [2021-04-09T23:22:03.322Z] ---> 28cb4c8275f6 [2021-04-09T23:22:03.322Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-09T23:22:03.859Z] Removing intermediate container 3a086862e87f [2021-04-09T23:22:03.859Z] ---> e232458aa4fa [2021-04-09T23:22:03.859Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-09T23:22:04.040Z] ---> 2b00f0f40d9e [2021-04-09T23:22:04.040Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-09T23:22:05.159Z] ---> 83832b74b863 [2021-04-09T23:22:05.159Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-09T23:22:05.463Z] ---> 8bb435377da3 [2021-04-09T23:22:05.463Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-09T23:22:05.463Z] ---> Running in 1d98dd37d248 [2021-04-09T23:22:06.890Z] ---> 2503a04236fe [2021-04-09T23:22:06.890Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-09T23:22:08.579Z] ---> 9a6b484c19b4 [2021-04-09T23:22:08.579Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-09T23:22:08.579Z] ---> Running in 44706cd62f0d [2021-04-09T23:22:08.939Z] ---> f01455fdea61 [2021-04-09T23:22:08.939Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-09T23:22:09.287Z] Removing intermediate container 44706cd62f0d [2021-04-09T23:22:09.287Z] ---> ddae7b0d6de0 [2021-04-09T23:22:09.287Z] Step 18/21 : CMD ["--init=true"] [2021-04-09T23:22:09.734Z] ---> Running in 9d8a058088ce [2021-04-09T23:22:09.734Z] ---> 5cfd3decfd8f [2021-04-09T23:22:09.734Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-09T23:22:09.870Z] Removing intermediate container 1d98dd37d248 [2021-04-09T23:22:09.870Z] ---> 8840b0d41989 [2021-04-09T23:22:09.870Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:22:10.130Z] ---> Running in 68e57ff8b251 [2021-04-09T23:22:10.130Z] Removing intermediate container 9d8a058088ce [2021-04-09T23:22:10.130Z] ---> 83210c892fc0 [2021-04-09T23:22:10.130Z] Step 19/21 : LABEL arch=x86_64 [2021-04-09T23:22:10.143Z] ---> e7eed53410f1 [2021-04-09T23:22:10.143Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-09T23:22:10.482Z] ---> Running in ca00c827fe23 [2021-04-09T23:22:12.403Z] Removing intermediate container ca00c827fe23 [2021-04-09T23:22:12.403Z] ---> d3cdf9b618c2 [2021-04-09T23:22:12.403Z] Step 20/21 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:22:12.403Z] ---> Running in b098f7136bdd [2021-04-09T23:22:12.776Z] ---> 3f88e5a42bc3 [2021-04-09T23:22:12.777Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-09T23:22:12.890Z] Removing intermediate container b098f7136bdd [2021-04-09T23:22:12.890Z] ---> caeb58de0a39 [2021-04-09T23:22:12.890Z] Step 21/21 : LABEL version=0.0.0 [2021-04-09T23:22:13.307Z] ---> Running in 204dc9de34a9 [2021-04-09T23:22:13.762Z] ---> e0700bb6380b [2021-04-09T23:22:13.762Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-09T23:22:13.968Z] Removing intermediate container 204dc9de34a9 [2021-04-09T23:22:13.968Z] ---> cc3a9fb47786 [2021-04-09T23:22:13.968Z] [2021-04-09T23:22:14.269Z] Removing intermediate container 68e57ff8b251 [2021-04-09T23:22:14.269Z] ---> 08c9eac5fb9d [2021-04-09T23:22:14.269Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-09T23:22:14.556Z] ---> Running in 60e409ef7bb7 [2021-04-09T23:22:14.867Z] Successfully built cc3a9fb47786 [2021-04-09T23:22:14.867Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-09T23:22:14.867Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 60e409ef7bb7 [2021-04-09T23:22:14.867Z] ---> 4126f647243d [2021-04-09T23:22:14.867Z] Step 22/24 : LABEL arch=x86_64 [2021-04-09T23:22:15.151Z] ---> Running in 39415c3e1c5b [2021-04-09T23:22:15.750Z] ---> 19429d65b248 [2021-04-09T23:22:15.750Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-09T23:22:15.769Z] Removing intermediate container 39415c3e1c5b [2021-04-09T23:22:15.769Z] ---> 73ed840186fe [2021-04-09T23:22:15.769Z] Step 23/24 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:22:16.062Z] ---> Running in b86e56251175 [2021-04-09T23:22:17.470Z] Removing intermediate container b86e56251175 [2021-04-09T23:22:17.470Z] ---> 969cdbef71f3 [2021-04-09T23:22:17.470Z] Step 24/24 : LABEL version=0.0.0 [2021-04-09T23:22:17.743Z] ---> 2ebdc9986723 [2021-04-09T23:22:17.743Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-09T23:22:17.743Z] Removing intermediate container 533ab960c8c9 [2021-04-09T23:22:17.743Z] ---> ad7bb4991107 [2021-04-09T23:22:17.743Z] [2021-04-09T23:22:17.743Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:22:17.743Z] ---> d75e27dfc0a0 [2021-04-09T23:22:17.743Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T23:22:17.743Z] ---> Using cache [2021-04-09T23:22:17.743Z] ---> 927d8bb4c382 [2021-04-09T23:22:17.743Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T23:22:17.743Z] ---> Using cache [2021-04-09T23:22:17.743Z] ---> d8aea72e4842 [2021-04-09T23:22:17.743Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-09T23:22:18.018Z] ---> Running in a73b15269fe6 [2021-04-09T23:22:18.018Z] ---> Running in aa2eec2beec3 [2021-04-09T23:22:18.206Z] ---> Running in cccd1e3f17bf [2021-04-09T23:22:18.633Z] Removing intermediate container a73b15269fe6 [2021-04-09T23:22:18.633Z] ---> d47d26032718 [2021-04-09T23:22:18.633Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-09T23:22:18.918Z] Removing intermediate container aa2eec2beec3 [2021-04-09T23:22:18.918Z] ---> 1f184a05e6c7 [2021-04-09T23:22:18.918Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T23:22:19.196Z] ---> Running in a2afa63260e4 [2021-04-09T23:22:19.369Z] Removing intermediate container cccd1e3f17bf [2021-04-09T23:22:19.369Z] ---> 2b3a7dc032b1 [2021-04-09T23:22:19.369Z] [2021-04-09T23:22:20.187Z] Removing intermediate container a2afa63260e4 [2021-04-09T23:22:20.187Z] ---> daa2b24bb6c0 [2021-04-09T23:22:20.187Z] Step 15/23 : WORKDIR / [2021-04-09T23:22:20.187Z] ---> fa80f6dd051e [2021-04-09T23:22:20.187Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-09T23:22:20.187Z] ---> Running in 6a7468224bbb [2021-04-09T23:22:20.470Z] ---> Running in 7f4d36ad5afe [2021-04-09T23:22:21.078Z] Removing intermediate container 6a7468224bbb [2021-04-09T23:22:21.078Z] ---> 9b5d53394ae8 [2021-04-09T23:22:21.078Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:22:21.125Z] Successfully built 2b3a7dc032b1 [2021-04-09T23:22:21.401Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-09T23:22:22.536Z] ---> 6b59a61ffcee [2021-04-09T23:22:22.537Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-09T23:22:24.538Z] Removing intermediate container 7f4d36ad5afe [2021-04-09T23:22:24.538Z] ---> 24805584ce4c [2021-04-09T23:22:24.538Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-09T23:22:24.538Z] ---> 5939d254a630 [2021-04-09T23:22:24.538Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-09T23:22:24.813Z] ---> Running in 8db1fa10a219 [2021-04-09T23:22:25.801Z] Removing intermediate container 8db1fa10a219 [2021-04-09T23:22:25.801Z] ---> 27516f834dc1 [2021-04-09T23:22:25.801Z] Step 28/31 : CMD ["gate"] [2021-04-09T23:22:26.082Z] ---> Running in e7b4aebc3f1a [2021-04-09T23:22:26.082Z] ---> a78c5a5dedc1 [2021-04-09T23:22:26.082Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-09T23:22:26.372Z] ---> Running in 84668c5acfec [2021-04-09T23:22:26.973Z] Removing intermediate container e7b4aebc3f1a [2021-04-09T23:22:26.973Z] ---> 0c2bdd4db8d0 [2021-04-09T23:22:26.973Z] Step 29/31 : LABEL arch=arm64 [2021-04-09T23:22:27.248Z] Removing intermediate container 84668c5acfec [2021-04-09T23:22:27.248Z] ---> 3db59bcbb297 [2021-04-09T23:22:27.248Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:22:27.248Z] ---> Running in 2a573e7e1243 [2021-04-09T23:22:27.526Z] ---> Running in 5d950a3bf90d [2021-04-09T23:22:28.134Z] Removing intermediate container 2a573e7e1243 [2021-04-09T23:22:28.134Z] ---> c370bed25131 [2021-04-09T23:22:28.134Z] Step 30/31 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:22:28.409Z] Removing intermediate container 5d950a3bf90d [2021-04-09T23:22:28.409Z] ---> 0f08cc6359c6 [2021-04-09T23:22:28.409Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T23:22:28.685Z] ---> Running in 44300a080533 [2021-04-09T23:22:28.685Z] ---> Running in 260a731f417a [2021-04-09T23:22:29.285Z] Removing intermediate container 44300a080533 [2021-04-09T23:22:29.285Z] ---> 0992df2c8c74 [2021-04-09T23:22:29.285Z] Step 31/31 : LABEL version=0.0.0 [2021-04-09T23:22:29.285Z] Removing intermediate container 260a731f417a [2021-04-09T23:22:29.285Z] ---> 205b0524f598 [2021-04-09T23:22:29.285Z] Step 22/23 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:22:29.887Z] ---> Running in 17ab8356f32f [2021-04-09T23:22:29.887Z] ---> Running in 51bfa13e4bfb [2021-04-09T23:22:30.488Z] Removing intermediate container 17ab8356f32f [2021-04-09T23:22:30.488Z] ---> 819e99703387 [2021-04-09T23:22:30.488Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:22:30.763Z] Removing intermediate container 51bfa13e4bfb [2021-04-09T23:22:30.763Z] ---> ac4b8b7a29db [2021-04-09T23:22:30.763Z] [2021-04-09T23:22:30.763Z] ---> Running in e80e9680bba0 [2021-04-09T23:22:31.368Z] Successfully built ac4b8b7a29db [2021-04-09T23:22:31.368Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-09T23:22:31.643Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container e80e9680bba0 [2021-04-09T23:22:31.643Z] ---> 804ed5d47ea5 [2021-04-09T23:22:31.643Z] [2021-04-09T23:22:31.919Z] Successfully built 804ed5d47ea5 [2021-04-09T23:22:32.195Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-09T23:22:37.033Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c049596e999a [2021-04-09T23:22:37.033Z] ---> 4af50e15832a [2021-04-09T23:22:37.033Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-09T23:22:37.033Z] ---> Running in faf9fb313256 [2021-04-09T23:22:37.402Z] 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-09T23:22:41.211Z] Removing intermediate container 0abf7e333344 [2021-04-09T23:22:41.211Z] ---> b58afa12c45d [2021-04-09T23:22:41.211Z] [2021-04-09T23:22:41.211Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:22:41.211Z] ---> 7230e588e954 [2021-04-09T23:22:41.211Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-09T23:22:41.211Z] ---> Running in 6abe871a3033 [2021-04-09T23:22:41.211Z] Removing intermediate container faf9fb313256 [2021-04-09T23:22:41.211Z] ---> f8f1b205cb98 [2021-04-09T23:22:41.211Z] [2021-04-09T23:22:41.211Z] Step 11/26 : FROM docker:20.10.0 [2021-04-09T23:22:41.211Z] Removing intermediate container 6abe871a3033 [2021-04-09T23:22:41.211Z] ---> 89592846b93f [2021-04-09T23:22:41.211Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-09T23:22:41.211Z] 20.10.0: Pulling from library/docker [2021-04-09T23:22:41.211Z] ---> Running in 3326e1de3206 [2021-04-09T23:22:42.039Z] Removing intermediate container 3326e1de3206 [2021-04-09T23:22:42.039Z] ---> 99edfb2bdb25 [2021-04-09T23:22:42.039Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-09T23:22:42.039Z] ---> Running in 4b852e0cc4c5 [2021-04-09T23:22:42.798Z] Removing intermediate container 4b852e0cc4c5 [2021-04-09T23:22:42.798Z] ---> 7ffaffa6f88f [2021-04-09T23:22:42.798Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:22:43.154Z] ---> Running in 6cf14241822e [2021-04-09T23:22:46.318Z] Removing intermediate container 6cf14241822e [2021-04-09T23:22:46.318Z] ---> ab0e8f896f72 [2021-04-09T23:22:46.318Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-09T23:22:46.318Z] ---> Running in e88306a5f259 [2021-04-09T23:22:47.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:22:47.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:22:48.968Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-09T23:22:48.968Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-09T23:22:48.968Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-09T23:22:48.968Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-09T23:22:49.361Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T23:22:49.628Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-09T23:22:49.628Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:22:49.628Z] OK: 8 MiB in 20 packages [2021-04-09T23:22:50.512Z]  Building docker-core-command-go ... done Removing intermediate container 282a3b5ceca8 [2021-04-09T23:22:50.512Z] ---> f8c94dcef8b9 [2021-04-09T23:22:50.512Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-09T23:22:50.512Z] ---> Running in e7c1d073fbb1 [2021-04-09T23:22:50.512Z] 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-09T23:22:50.709Z] Removing intermediate container e88306a5f259 [2021-04-09T23:22:50.709Z] ---> 1cdf74a7f357 [2021-04-09T23:22:50.709Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:22:51.051Z] ---> a26c0bdd1a07 [2021-04-09T23:22:51.051Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-09T23:22:52.729Z] ---> 388312571459 [2021-04-09T23:22:52.729Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-09T23:22:53.898Z] Removing intermediate container e7c1d073fbb1 [2021-04-09T23:22:53.898Z] ---> 1786478cf4ec [2021-04-09T23:22:53.898Z] [2021-04-09T23:22:53.898Z] Step 11/26 : FROM docker:20.10.0 [2021-04-09T23:22:53.898Z] 20.10.0: Pulling from library/docker [2021-04-09T23:22:53.922Z] ---> 5389511e8ce3 [2021-04-09T23:22:53.922Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-09T23:22:53.922Z] ---> Running in 8fdedf1432aa [2021-04-09T23:22:54.221Z] Removing intermediate container 8fdedf1432aa [2021-04-09T23:22:54.221Z] ---> 42c97af94d04 [2021-04-09T23:22:54.221Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:22:54.596Z] ---> Running in c84860889910 [2021-04-09T23:22:55.664Z] Removing intermediate container c84860889910 [2021-04-09T23:22:55.664Z] ---> 1e8f656785af [2021-04-09T23:22:55.664Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T23:22:55.664Z] ---> Running in 8978e5e46377 [2021-04-09T23:22:57.372Z] Removing intermediate container 8978e5e46377 [2021-04-09T23:22:57.372Z] ---> ded37f8de265 [2021-04-09T23:22:57.372Z] Step 22/23 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:22:57.372Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-09T23:22:57.372Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-09T23:22:57.372Z] ---> aefe523efa57 [2021-04-09T23:22:57.372Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-09T23:22:57.372Z] ---> Running in 1766cc6ce1b6 [2021-04-09T23:22:57.372Z] ---> Running in 47af6a66f156 [2021-04-09T23:22:58.664Z] Removing intermediate container 1766cc6ce1b6 [2021-04-09T23:22:58.664Z] ---> 61700bcc1958 [2021-04-09T23:22:58.664Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:22:58.664Z] ---> Running in 265804072a7c [2021-04-09T23:22:59.068Z] Removing intermediate container 265804072a7c [2021-04-09T23:22:59.068Z] ---> f7ba63263abd [2021-04-09T23:22:59.068Z] [2021-04-09T23:22:59.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:22:59.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:22:59.359Z] Successfully built f7ba63263abd [2021-04-09T23:22:59.359Z] Successfully tagged docker-core-data-go:latest [2021-04-09T23:22:59.692Z]  Building docker-core-data-go ... done (1/2) Installing readline (8.0.4-r0) [2021-04-09T23:22:59.692Z] (2/2) Installing bash (5.0.17-r0) [2021-04-09T23:22:59.692Z] Executing bash-5.0.17-r0.post-install [2021-04-09T23:22:59.692Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:22:59.692Z] OK: 12 MiB in 22 packages [2021-04-09T23:23:01.323Z] Removing intermediate container 47af6a66f156 [2021-04-09T23:23:01.323Z] ---> 340e4e233a3f [2021-04-09T23:23:01.323Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-09T23:23:01.678Z] ---> Running in b53a8970887b [2021-04-09T23:23:02.439Z] Removing intermediate container b53a8970887b [2021-04-09T23:23:02.439Z] ---> e408e65bc34e [2021-04-09T23:23:02.439Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-09T23:23:02.439Z] ---> Running in a8450658b73b [2021-04-09T23:23:02.746Z] Removing intermediate container a8450658b73b [2021-04-09T23:23:02.746Z] ---> 3a0823b74244 [2021-04-09T23:23:02.746Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-09T23:23:03.068Z] ---> Running in 87cf274e256e [2021-04-09T23:23:03.068Z] Removing intermediate container 87cf274e256e [2021-04-09T23:23:03.068Z] ---> 044a2bfa8118 [2021-04-09T23:23:03.068Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-09T23:23:04.039Z] Removing intermediate container ff46aaea549a [2021-04-09T23:23:04.039Z] ---> 603469ac31c3 [2021-04-09T23:23:04.039Z] [2021-04-09T23:23:04.039Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T23:23:04.039Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-09T23:23:04.039Z] ---> d75e27dfc0a0 [2021-04-09T23:23:04.039Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-09T23:23:04.039Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-09T23:23:04.039Z] ---> eeaf43b92773 [2021-04-09T23:23:04.039Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-09T23:23:04.039Z] ---> Running in 21b05441a080 [2021-04-09T23:23:04.039Z] ---> Running in 02a8f07e384b [2021-04-09T23:23:04.039Z] Removing intermediate container 21b05441a080 [2021-04-09T23:23:04.039Z] ---> abf123923471 [2021-04-09T23:23:04.040Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-09T23:23:04.040Z] ---> Running in 511cceba02f7 [2021-04-09T23:23:04.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:23:04.040Z] Removing intermediate container 511cceba02f7 [2021-04-09T23:23:04.040Z] ---> 1fc76931ae2f [2021-04-09T23:23:04.040Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-09T23:23:04.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:23:04.040Z] ---> Running in 1fa8839a5375 [2021-04-09T23:23:04.309Z] Removing intermediate container 1fa8839a5375 [2021-04-09T23:23:04.310Z] ---> c7be3baab261 [2021-04-09T23:23:04.310Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T23:23:04.310Z] (1/2) Installing readline (8.0.4-r0) [2021-04-09T23:23:04.581Z] (2/2) Installing bash (5.0.17-r0) [2021-04-09T23:23:04.581Z] Executing bash-5.0.17-r0.post-install [2021-04-09T23:23:04.581Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:23:04.581Z] OK: 12 MiB in 22 packages [2021-04-09T23:23:04.581Z] ---> Running in cdeb84588d2d [2021-04-09T23:23:05.232Z] ---> 5afb27c8bbd4 [2021-04-09T23:23:05.232Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-09T23:23:06.020Z] Removing intermediate container 02a8f07e384b [2021-04-09T23:23:06.020Z] ---> 455614d83645 [2021-04-09T23:23:06.020Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-09T23:23:06.020Z] ---> Running in cd698955b54d [2021-04-09T23:23:06.549Z] ---> 5fbeb9fdb4bd [2021-04-09T23:23:06.549Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-09T23:23:06.616Z] Removing intermediate container cd698955b54d [2021-04-09T23:23:06.616Z] ---> c53e84b81b6d [2021-04-09T23:23:06.616Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-09T23:23:06.888Z] ---> Running in fbc3d03ce253 [2021-04-09T23:23:06.888Z] Removing intermediate container cdeb84588d2d [2021-04-09T23:23:06.888Z] ---> 535d12618f31 [2021-04-09T23:23:06.888Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-09T23:23:07.160Z] ---> Running in 446c2efe9789 [2021-04-09T23:23:07.160Z] Removing intermediate container fbc3d03ce253 [2021-04-09T23:23:07.160Z] ---> 28df1aee8627 [2021-04-09T23:23:07.448Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-09T23:23:07.448Z] ---> Running in 3cde4a4df4ab [2021-04-09T23:23:08.057Z] Removing intermediate container 3cde4a4df4ab [2021-04-09T23:23:08.057Z] ---> bbf0f5f61ea1 [2021-04-09T23:23:08.057Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-09T23:23:08.085Z] ---> e8e3dec3a2b5 [2021-04-09T23:23:08.085Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-09T23:23:08.085Z] ---> Running in cacaa7df6c8c [2021-04-09T23:23:08.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:23:09.324Z] ---> ea30cecfb0e3 [2021-04-09T23:23:09.324Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-09T23:23:09.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:23:09.919Z] ---> 1bb377eb5bc5 [2021-04-09T23:23:09.919Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-09T23:23:09.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:23:09.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:23:10.191Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-09T23:23:10.191Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-09T23:23:10.191Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-09T23:23:10.310Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-09T23:23:10.460Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-09T23:23:10.683Z] (2/33) Installing expat (2.2.9-r1) [2021-04-09T23:23:10.683Z] (3/33) Installing libffi (3.3-r2) [2021-04-09T23:23:10.683Z] (4/33) Installing gdbm (1.13-r1) [2021-04-09T23:23:10.683Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-09T23:23:10.683Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-09T23:23:10.683Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-09T23:23:10.730Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T23:23:11.003Z] ---> 0d2fd5397a8f [2021-04-09T23:23:11.003Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-09T23:23:11.003Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-09T23:23:11.003Z] ---> Running in 2a2138ea527f [2021-04-09T23:23:11.003Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T23:23:11.003Z] OK: 8 MiB in 20 packages [2021-04-09T23:23:12.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:23:12.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T23:23:12.719Z] Removing intermediate container 446c2efe9789 [2021-04-09T23:23:12.719Z] ---> 08bde67e0c86 [2021-04-09T23:23:12.719Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T23:23:12.880Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-09T23:23:12.880Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-09T23:23:12.880Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-09T23:23:12.880Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-09T23:23:12.880Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-09T23:23:12.880Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-09T23:23:12.991Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-09T23:23:12.991Z] (2/33) Installing expat (2.2.9-r1) [2021-04-09T23:23:12.991Z] (3/33) Installing libffi (3.3-r2) [2021-04-09T23:23:12.991Z] (4/33) Installing gdbm (1.13-r1) [2021-04-09T23:23:12.991Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-09T23:23:12.991Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-09T23:23:13.160Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-09T23:23:13.160Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-09T23:23:13.160Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-09T23:23:13.160Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-09T23:23:13.160Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-09T23:23:13.160Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-09T23:23:13.161Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-09T23:23:13.161Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-09T23:23:13.161Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-09T23:23:13.266Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-09T23:23:13.436Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-09T23:23:13.436Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-09T23:23:13.436Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-09T23:23:13.436Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-09T23:23:13.436Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-09T23:23:13.436Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-09T23:23:13.436Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-09T23:23:13.436Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-09T23:23:13.436Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-09T23:23:13.436Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-09T23:23:13.436Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-09T23:23:13.776Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:23:13.776Z] OK: 71 MiB in 55 packages [2021-04-09T23:23:14.253Z] ---> 8b7f4541cd7b [2021-04-09T23:23:14.253Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-09T23:23:14.845Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-09T23:23:14.845Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-09T23:23:14.845Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-09T23:23:15.126Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-09T23:23:15.126Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-09T23:23:15.126Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-09T23:23:15.126Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-09T23:23:15.126Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-09T23:23:15.126Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-09T23:23:15.126Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-09T23:23:15.126Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-09T23:23:15.403Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-09T23:23:15.404Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-09T23:23:15.404Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-09T23:23:15.404Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-09T23:23:15.404Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-09T23:23:15.404Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-09T23:23:15.404Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-09T23:23:15.404Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-09T23:23:15.404Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-09T23:23:15.404Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-09T23:23:15.404Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-09T23:23:15.404Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-09T23:23:15.404Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-09T23:23:15.404Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-09T23:23:15.404Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-09T23:23:15.676Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:23:15.676Z] OK: 71 MiB in 55 packages [2021-04-09T23:23:15.948Z] ---> e5ef911ceee6 [2021-04-09T23:23:15.948Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-09T23:23:16.545Z] ---> f05cb2f5c36b [2021-04-09T23:23:16.545Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-09T23:23:16.819Z] ---> Running in 6ef43cb738cc [2021-04-09T23:23:17.416Z] Removing intermediate container 6ef43cb738cc [2021-04-09T23:23:17.416Z] ---> 28580616bc12 [2021-04-09T23:23:17.416Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:23:17.689Z] ---> Running in ac0d31f4e57e [2021-04-09T23:23:18.285Z] Removing intermediate container ac0d31f4e57e [2021-04-09T23:23:18.285Z] ---> 9331e96cd895 [2021-04-09T23:23:18.285Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T23:23:18.285Z] ---> Running in 1db9043c6b57 [2021-04-09T23:23:18.891Z] Removing intermediate container 1db9043c6b57 [2021-04-09T23:23:18.891Z] ---> e34e9dfedf42 [2021-04-09T23:23:18.891Z] Step 22/23 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:23:19.163Z] ---> Running in fe5c90bc1fcd [2021-04-09T23:23:19.758Z] Removing intermediate container fe5c90bc1fcd [2021-04-09T23:23:19.758Z] ---> 1f4bdb431356 [2021-04-09T23:23:19.758Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T23:23:19.758Z] ---> Running in 3122b54bdbb9 [2021-04-09T23:23:20.373Z] Removing intermediate container 3122b54bdbb9 [2021-04-09T23:23:20.373Z] ---> babff59dce72 [2021-04-09T23:23:20.373Z] [2021-04-09T23:23:21.007Z] Successfully built babff59dce72 [2021-04-09T23:23:21.007Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-09T23:23:21.674Z]  Building docker-core-data-go ... done Removing intermediate container 2a2138ea527f [2021-04-09T23:23:21.674Z] ---> f84d7fe9e4c9 [2021-04-09T23:23:21.674Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-09T23:23:21.674Z] ---> Running in d23e46925364 [2021-04-09T23:23:26.443Z] Removing intermediate container cacaa7df6c8c [2021-04-09T23:23:26.443Z] ---> 693aa45664b1 [2021-04-09T23:23:26.443Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-09T23:23:26.443Z] ---> Running in 3ad2f07319c9 [2021-04-09T23:23:27.113Z] Collecting docker-compose==1.23.2 [2021-04-09T23:23:27.113Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-09T23:23:27.113Z] Collecting cached-property<2,>=1.2.0 [2021-04-09T23:23:27.113Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-09T23:23:28.538Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-09T23:23:28.538Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-09T23:23:28.688Z] Collecting docker-compose==1.23.2 [2021-04-09T23:23:28.688Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-09T23:23:28.808Z] Collecting docopt<0.7,>=0.6.1 [2021-04-09T23:23:28.808Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-09T23:23:28.966Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-09T23:23:28.966Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-09T23:23:29.993Z] Collecting PyYAML<4,>=3.10 [2021-04-09T23:23:29.993Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-09T23:23:30.778Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-09T23:23:30.779Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-09T23:23:31.183Z] 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-09T23:23:31.183Z] Collecting texttable<0.10,>=0.9.0 [2021-04-09T23:23:31.183Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-09T23:23:31.374Z] Collecting docker<4.0,>=3.6.0 [2021-04-09T23:23:31.374Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-09T23:23:31.969Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-09T23:23:31.969Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-09T23:23:32.687Z] Collecting docopt<0.7,>=0.6.1 [2021-04-09T23:23:32.687Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-09T23:23:33.746Z] Collecting jsonschema<3,>=2.5.1 [2021-04-09T23:23:33.746Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-09T23:23:33.942Z] 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-09T23:23:34.027Z] Collecting cached-property<2,>=1.2.0 [2021-04-09T23:23:34.027Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-09T23:23:34.027Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-09T23:23:34.027Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-09T23:23:34.533Z] Collecting PyYAML<4,>=3.10 [2021-04-09T23:23:34.533Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-09T23:23:34.620Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-09T23:23:34.621Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-09T23:23:34.886Z] Collecting docker<4.0,>=3.6.0 [2021-04-09T23:23:34.886Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-09T23:23:35.158Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-09T23:23:35.158Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-09T23:23:35.158Z] Collecting idna<2.8,>=2.5 [2021-04-09T23:23:35.158Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-09T23:23:35.158Z] 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-09T23:23:35.158Z] 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-09T23:23:35.452Z] Collecting docker-pycreds>=0.4.0 [2021-04-09T23:23:35.452Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-09T23:23:35.452Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-09T23:23:35.452Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-09T23:23:35.452Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-09T23:23:35.452Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-09T23:23:35.792Z] Installing collected packages: dockerpty, PyYAML, texttable, docopt, jsonschema, cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-04-09T23:23:35.792Z] Running setup.py install for dockerpty: started [2021-04-09T23:23:36.430Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-09T23:23:36.430Z] Running setup.py install for PyYAML: started [2021-04-09T23:23:37.905Z] Collecting jsonschema<3,>=2.5.1 [2021-04-09T23:23:37.905Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-09T23:23:37.905Z] Collecting texttable<0.10,>=0.9.0 [2021-04-09T23:23:37.905Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-09T23:23:38.024Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-09T23:23:38.024Z] Running setup.py install for texttable: started [2021-04-09T23:23:39.235Z] Running setup.py install for texttable: finished with status 'done' [2021-04-09T23:23:39.235Z] Running setup.py install for docopt: started [2021-04-09T23:23:39.865Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-09T23:23:39.865Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-09T23:23:39.933Z] Running setup.py install for docopt: finished with status 'done' [2021-04-09T23:23:40.395Z] Attempting uninstall: urllib3 [2021-04-09T23:23:40.395Z] Found existing installation: urllib3 1.25.9 [2021-04-09T23:23:40.395Z] Uninstalling urllib3-1.25.9: [2021-04-09T23:23:40.456Z] Collecting idna<2.8,>=2.5 [2021-04-09T23:23:40.456Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-09T23:23:40.456Z] 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-09T23:23:40.456Z] 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-09T23:23:40.456Z] Collecting docker-pycreds>=0.4.0 [2021-04-09T23:23:40.456Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-09T23:23:40.723Z] Successfully uninstalled urllib3-1.25.9 [2021-04-09T23:23:40.726Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-09T23:23:40.726Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-09T23:23:40.726Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-09T23:23:40.726Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-09T23:23:41.038Z] Attempting uninstall: idna [2021-04-09T23:23:41.038Z] Found existing installation: idna 2.9 [2021-04-09T23:23:41.038Z] Uninstalling idna-2.9: [2021-04-09T23:23:41.038Z] Successfully uninstalled idna-2.9 [2021-04-09T23:23:41.314Z] Attempting uninstall: requests [2021-04-09T23:23:41.314Z] Found existing installation: requests 2.23.0 [2021-04-09T23:23:41.314Z] Uninstalling requests-2.23.0: [2021-04-09T23:23:41.314Z] Successfully uninstalled requests-2.23.0 [2021-04-09T23:23:41.321Z] Installing collected packages: cached-property, urllib3, idna, requests, docopt, websocket-client, docker-pycreds, docker, dockerpty, PyYAML, jsonschema, texttable, docker-compose [2021-04-09T23:23:41.591Z] Attempting uninstall: urllib3 [2021-04-09T23:23:41.591Z] Found existing installation: urllib3 1.25.9 [2021-04-09T23:23:41.591Z] Uninstalling urllib3-1.25.9: [2021-04-09T23:23:41.863Z] Successfully uninstalled urllib3-1.25.9 [2021-04-09T23:23:42.135Z] Attempting uninstall: idna [2021-04-09T23:23:42.135Z] Found existing installation: idna 2.9 [2021-04-09T23:23:42.338Z] 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-09T23:23:42.407Z] Uninstalling idna-2.9: [2021-04-09T23:23:42.407Z] Successfully uninstalled idna-2.9 [2021-04-09T23:23:42.999Z] Attempting uninstall: requests [2021-04-09T23:23:42.999Z] Found existing installation: requests 2.23.0 [2021-04-09T23:23:42.999Z] Uninstalling requests-2.23.0: [2021-04-09T23:23:43.269Z] Successfully uninstalled requests-2.23.0 [2021-04-09T23:23:43.541Z] Running setup.py install for docopt: started [2021-04-09T23:23:45.506Z] Running setup.py install for docopt: finished with status 'done' [2021-04-09T23:23:46.100Z] Running setup.py install for dockerpty: started [2021-04-09T23:23:46.769Z] Removing intermediate container 3ad2f07319c9 [2021-04-09T23:23:46.769Z] ---> a5faeb82618f [2021-04-09T23:23:46.769Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-09T23:23:46.769Z] ---> Running in c8e4da47af12 [2021-04-09T23:23:47.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T23:23:47.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T23:23:47.716Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:23:47.716Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-09T23:23:47.716Z] (3/3) Installing curl (7.69.1-r3) [2021-04-09T23:23:47.716Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:23:47.716Z] OK: 72 MiB in 58 packages [2021-04-09T23:23:48.068Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-09T23:23:48.068Z] Running setup.py install for PyYAML: started [2021-04-09T23:23:49.843Z] Removing intermediate container c8e4da47af12 [2021-04-09T23:23:49.843Z] ---> 9afe602d1b17 [2021-04-09T23:23:49.843Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-09T23:23:49.843Z] ---> Running in 51d8c0260a3f [2021-04-09T23:23:50.026Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-09T23:23:50.296Z] Running setup.py install for texttable: started [2021-04-09T23:23:50.926Z] Removing intermediate container 51d8c0260a3f [2021-04-09T23:23:50.926Z] ---> 0838c852cacf [2021-04-09T23:23:50.926Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T23:23:50.926Z] ---> Running in 24d12a4c20f0 [2021-04-09T23:23:51.516Z] Removing intermediate container 24d12a4c20f0 [2021-04-09T23:23:51.516Z] ---> 24594e583275 [2021-04-09T23:23:51.516Z] Step 24/26 : LABEL arch=x86_64 [2021-04-09T23:23:51.516Z] ---> Running in c92c2aebebeb [2021-04-09T23:23:51.815Z] Removing intermediate container c92c2aebebeb [2021-04-09T23:23:51.815Z] ---> 548d96fe0e1e [2021-04-09T23:23:51.815Z] Step 25/26 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:23:52.148Z] ---> Running in e3de88089f89 [2021-04-09T23:23:52.253Z] Running setup.py install for texttable: finished with status 'done' [2021-04-09T23:23:52.781Z] Removing intermediate container e3de88089f89 [2021-04-09T23:23:52.781Z] ---> 0646e518603e [2021-04-09T23:23:52.781Z] Step 26/26 : LABEL version=0.0.0 [2021-04-09T23:23:53.046Z] ---> Running in ec23b3a53c96 [2021-04-09T23:23:53.222Z] 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-09T23:23:53.316Z] Removing intermediate container ec23b3a53c96 [2021-04-09T23:23:53.316Z] ---> 0d674424ecce [2021-04-09T23:23:53.316Z] [2021-04-09T23:23:53.316Z] Successfully built 0d674424ecce [2021-04-09T23:23:53.707Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-09T23:23:54.150Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-09T23:23:54.268Z] $ docker stop --time=1 1f8c4f40783ea5820feceaf166d694144bbbc154aae3131efa482d926438868f [2021-04-09T23:23:56.598Z] Removing intermediate container d23e46925364 [2021-04-09T23:23:56.598Z] ---> c7889d408a0f [2021-04-09T23:23:56.598Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-09T23:23:56.598Z] ---> Running in 8530397f744d [2021-04-09T23:23:57.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T23:23:57.628Z] $ docker rm -f 1f8c4f40783ea5820feceaf166d694144bbbc154aae3131efa482d926438868f [2021-04-09T23:23:57.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T23:23:58.402Z] + docker images [2021-04-09T23:23:58.402Z] + grep docker [2021-04-09T23:23:58.442Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T23:23:58.442Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-09T23:23:58.442Z] (3/3) Installing curl (7.69.1-r3) [2021-04-09T23:23:58.442Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T23:23:58.442Z] OK: 72 MiB in 58 packages [2021-04-09T23:23:59.530Z] docker-sys-mgmt-agent-go latest 0d674424ecce 6 seconds ago 314MB [2021-04-09T23:23:59.530Z] docker-core-data-go latest f7ba63263abd About a minute ago 22.7MB [2021-04-09T23:23:59.530Z] docker-security-secretstore-setup-go latest 2b3a7dc032b1 About a minute ago 25.7MB [2021-04-09T23:23:59.530Z] docker-security-proxy-setup-go latest cc3a9fb47786 About a minute ago 25.4MB [2021-04-09T23:23:59.530Z] docker-security-bootstrapper-go latest 9b016c417e8c 4 minutes ago 19MB [2021-04-09T23:23:59.530Z] docker-core-metadata-go latest 03ecb91f12d7 5 minutes ago 19MB [2021-04-09T23:23:59.530Z] docker-support-notifications-go latest 895c1cd3c08c 5 minutes ago 17.9MB [2021-04-09T23:23:59.530Z] docker-core-command-go latest 6f9b34e9093a 5 minutes ago 17.3MB [2021-04-09T23:23:59.530Z] docker-support-scheduler-go latest 9504428708f0 5 minutes ago 17.4MB [2021-04-09T23:23:59.530Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-09T23:23:59.867Z] Removing intermediate container 8530397f744d [2021-04-09T23:23:59.868Z] ---> f052741404f5 [2021-04-09T23:23:59.868Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-09T23:23:59.868Z] ---> Running in 5087bead66a5 [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-04-09T23:24:00.138Z] Removing intermediate container 5087bead66a5 [2021-04-09T23:24:00.138Z] ---> d5a07bb479da [2021-04-09T23:24:00.138Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] findFiles [2021-04-09T23:24:00.410Z] ---> Running in 00c3ce699aa8 [Pipeline] node [2021-04-09T23:24:01.003Z] Removing intermediate container 00c3ce699aa8 [2021-04-09T23:24:01.003Z] ---> 7dd290ee3c09 [2021-04-09T23:24:01.003Z] Step 24/26 : LABEL arch=arm64 [2021-04-09T23:24:01.003Z] ---> Running in 3842f2affe09 [2021-04-09T23:24:01.597Z] Removing intermediate container 3842f2affe09 [2021-04-09T23:24:01.597Z] ---> f5e5b07b34ea [2021-04-09T23:24:01.597Z] Step 25/26 : LABEL git_sha=5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:24:01.869Z] ---> Running in 788919994d59 [2021-04-09T23:24:02.141Z] Removing intermediate container 788919994d59 [2021-04-09T23:24:02.414Z] ---> 5c67e81825fc [2021-04-09T23:24:02.414Z] Step 26/26 : LABEL version=0.0.0 [2021-04-09T23:24:02.414Z] ---> Running in 5cca65f9166c [2021-04-09T23:24:03.006Z] Removing intermediate container 5cca65f9166c [2021-04-09T23:24:03.006Z] ---> b263843b846c [2021-04-09T23:24:03.006Z] [2021-04-09T23:24:03.277Z] Successfully built b263843b846c [2021-04-09T23:24:03.277Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-09T23:24:03.885Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-09T23:24:03.921Z] $ docker stop --time=1 f8a3333e2171994cd64210396892304c894c786b3023efcded48499d1208cd96 [2021-04-09T23:24:05.777Z] $ docker rm -f f8a3333e2171994cd64210396892304c894c786b3023efcded48499d1208cd96 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T23:24:06.355Z] + docker images [2021-04-09T23:24:06.355Z] + grep docker [2021-04-09T23:24:06.624Z] docker-sys-mgmt-agent-go-arm64 latest b263843b846c 4 seconds ago 301MB [2021-04-09T23:24:06.624Z] docker-core-data-go-arm64 latest babff59dce72 46 seconds ago 21.4MB [2021-04-09T23:24:06.624Z] docker-core-command-go-arm64 latest 804ed5d47ea5 About a minute ago 16.3MB [2021-04-09T23:24:06.624Z] docker-security-bootstrapper-go-arm64 latest ac4b8b7a29db About a minute ago 17.9MB [2021-04-09T23:24:06.624Z] docker-support-notifications-go-arm64 latest 11afdb22d1e0 4 minutes ago 16.9MB [2021-04-09T23:24:06.624Z] docker-security-secretstore-setup-go-arm64 latest fea70df31275 4 minutes ago 24.4MB [2021-04-09T23:24:06.624Z] docker-core-metadata-go-arm64 latest cbef5f3a7a4b 4 minutes ago 17.9MB [2021-04-09T23:24:06.624Z] docker-support-scheduler-go-arm64 latest 072a3b1c815a 4 minutes ago 16.4MB [2021-04-09T23:24:06.624Z] docker-security-proxy-setup-go-arm64 latest 4fd66550b82e 4 minutes ago 24.1MB [2021-04-09T23:24:06.624Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:24:07.595Z] ---> job-cost.sh [2021-04-09T23:24:07.595Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2y9c [2021-04-09T23:24:15.535Z] Still waiting to schedule task [2021-04-09T23:24:15.535Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-09T23:24:46.538Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-09T23:25:08.095Z] Running on prd-ubuntu18.04-docker-8c-8g-33496 in /w/workspace/edgexfoundry_edgex-go_PR-3342 [Pipeline] { [Pipeline] ws [2021-04-09T23:25:08.157Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-09T23:25:10.440Z] using credential edgex-jenkins-ssh [2021-04-09T23:25:10.536Z] Cloning the remote Git repository [2021-04-09T23:25:10.557Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:25:10.627Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-09T23:25:10.662Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:25:10.662Z] > git --version # timeout=10 [2021-04-09T23:25:10.668Z] > git --version # 'git version 2.17.1' [2021-04-09T23:25:10.668Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:25:10.693Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T23:25:33.117Z] Merging remotes/origin/master commit cb9c2e341f41af7151c441ed572f1003f1e13be3 into PR head commit 5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:25:33.277Z] Merge succeeded, producing 5420eddb2f6bee1c162a844d5cb5f20141f95b48 [2021-04-09T23:25:33.278Z] Checking out Revision 5420eddb2f6bee1c162a844d5cb5f20141f95b48 (PR-3342) [2021-04-09T23:25:32.520Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T23:25:32.526Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T23:25:32.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T23:25:32.554Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T23:25:32.555Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:25:32.559Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3342/head:refs/remotes/origin/PR-3342 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T23:25:33.123Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T23:25:33.127Z] > git checkout -f 5420eddb2f6bee1c162a844d5cb5f20141f95b48 # timeout=10 [2021-04-09T23:25:33.248Z] > git remote # timeout=10 [2021-04-09T23:25:33.254Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T23:25:33.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T23:25:33.262Z] > git merge cb9c2e341f41af7151c441ed572f1003f1e13be3 # timeout=10 [2021-04-09T23:25:33.270Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T23:25:33.278Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T23:25:33.281Z] > git checkout -f 5420eddb2f6bee1c162a844d5cb5f20141f95b48 # timeout=10 [2021-04-09T23:25:36.954Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-04-09T23:25:37.232Z] [2021-04-09T23:25:37.232Z] GitHub has been notified of this commit’s build result [2021-04-09T23:25:37.232Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:25:37.909Z] + echo snap-build.sh [2021-04-09T23:25:37.909Z] snap-build.sh [2021-04-09T23:25:37.909Z] + SNAP_BASE_DIR=. [2021-04-09T23:25:37.909Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-04-09T23:25:37.909Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-04-09T23:25:37.909Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-04-09T23:25:37.909Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-04-09T23:25:37.909Z] + cd /w/workspace/edgex-go/4 [2021-04-09T23:25:37.909Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-09T23:25:37.909Z] Reading package lists... [2021-04-09T23:25:38.171Z] Building dependency tree... [2021-04-09T23:25:38.171Z] Reading state information... [2021-04-09T23:25:38.171Z] The following packages were automatically installed and are no longer required: [2021-04-09T23:25:38.171Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-09T23:25:38.171Z] uidmap xdelta3 [2021-04-09T23:25:38.171Z] Use 'sudo apt autoremove' to remove them. [2021-04-09T23:25:38.171Z] The following packages will be REMOVED: [2021-04-09T23:25:38.171Z] lxd* lxd-client* [2021-04-09T23:25:38.744Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-09T23:25:38.744Z] After this operation, 31.7 MB disk space will be freed. [2021-04-09T23:25:39.787Z] (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-09T23:25:39.787Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T23:25:40.733Z] Removing lxd dnsmasq configuration [2021-04-09T23:25:40.733Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T23:25:40.996Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-09T23:25:41.569Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-09T23:25:42.090Z] (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-09T23:25:42.090Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T23:25:43.485Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-09T23:25:43.485Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-09T23:25:44.871Z] + sudo snap remove --purge lxd [2021-04-09T23:25:45.132Z] snap "lxd" is not installed [2021-04-09T23:25:45.132Z] + sudo groupadd --force --system lxd [2021-04-09T23:25:45.132Z] ++ whoami [2021-04-09T23:25:45.132Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-09T23:25:45.132Z] + newgrp - lxd [2021-04-09T23:25:45.132Z] + sudo snap install lxd [2021-04-09T23:25:51.731Z] 2021-04-09T23:25:50Z INFO Waiting for automatic snapd restart... [2021-04-09T23:26:06.704Z] lxd 4.12 from Canonical* installed [2021-04-09T23:26:06.704Z] + sudo lxd init --auto [2021-04-09T23:26:14.859Z] + sudo snap install --classic snapcraft [2021-04-09T23:26:23.010Z] snapcraft 4.6 from Canonical* installed [2021-04-09T23:26:23.010Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-09T23:26:23.010Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-09T23:26:23.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T23:26:23.010Z] Dload Upload Total Spent Left Speed [2021-04-09T23:26:23.010Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4384 [2021-04-09T23:26:23.010Z] 100 3325k 100 3325k 0 0 8819k 0 --:--:-- --:--:-- --:--:-- 8819k [2021-04-09T23:26:23.010Z] ./yq_linux_amd64 [2021-04-09T23:26:23.010Z] + sudo snapcraft prime --use-lxd [2021-04-09T23:26:23.317Z] lf-activate-venv(): INFO: Adding /tmp/venv-2y9c/bin to PATH [2021-04-09T23:26:23.317Z] INFO: No Stack... [2021-04-09T23:26:23.317Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-09T23:26:23.317Z] INFO: Archiving Costs [Pipeline] sh [2021-04-09T23:26:23.658Z] + cut -d, -f6 [2021-04-09T23:26:23.658Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [Pipeline] lock [2021-04-09T23:26:23.771Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3342-4-stack-cost] [2021-04-09T23:26:23.779Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3342-4-stack-cost] did not exist. Created. [2021-04-09T23:26:23.779Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3342-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-09T23:26:23.960Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-09T23:26:23.960Z] 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-09T23:26:23.960Z] - README.md [2021-04-09T23:26:23.960Z] [2021-04-09T23:26:23.960Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-09T23:26:24.210Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-09T23:26:24.519Z] Stashed 1 file(s) [Pipeline] } [2021-04-09T23:26:24.532Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3342-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-04-09T23:26:24.914Z] Launching a container. [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-09T23:26:37.184Z] Waiting for container to be ready [2021-04-09T23:26:37.184Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-09T23:26:37.184Z] [2021-04-09T23:26:39.735Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-09T23:26:39.736Z] Waiting for network to be ready... [2021-04-09T23:26:40.309Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-09T23:26:40.309Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-09T23:26:40.309Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-09T23:26:40.309Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-09T23:26:40.309Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-09T23:26:40.309Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-09T23:26:40.309Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-09T23:26:40.309Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-09T23:26:40.309Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-09T23:26:40.309Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-09T23:26:40.881Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-09T23:26:40.881Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-09T23:26:41.147Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-09T23:26:41.147Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-09T23:26:41.147Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-09T23:26:41.147Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-09T23:26:41.147Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-09T23:26:41.147Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-09T23:26:41.410Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-09T23:26:41.981Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-09T23:26:41.981Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-09T23:26:41.981Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-09T23:26:41.981Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-09T23:26:41.981Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-09T23:26:41.981Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-09T23:26:41.981Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-09T23:26:41.981Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-09T23:26:45.289Z] Fetched 24.2 MB in 5s (5086 kB/s) [2021-04-09T23:26:45.862Z] Reading package lists... [2021-04-09T23:26:46.123Z] Reading package lists... [2021-04-09T23:26:46.384Z] Building dependency tree... [2021-04-09T23:26:46.384Z] Reading state information... [2021-04-09T23:26:46.644Z] The following additional packages will be installed: [2021-04-09T23:26:46.644Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-09T23:26:46.644Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-09T23:26:46.644Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-09T23:26:46.644Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-09T23:26:46.644Z] Suggested packages: [2021-04-09T23:26:46.644Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-09T23:26:46.644Z] Recommended packages: [2021-04-09T23:26:46.644Z] gnupg libsasl2-modules [2021-04-09T23:26:46.644Z] The following NEW packages will be installed: [2021-04-09T23:26:46.644Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-09T23:26:46.644Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-09T23:26:46.644Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-09T23:26:46.644Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-09T23:26:46.644Z] The following packages will be upgraded: [2021-04-09T23:26:46.644Z] gpg gpg-agent gpgconf libudev1 [2021-04-09T23:26:46.904Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-09T23:26:46.904Z] Need to get 3530 kB of archives. [2021-04-09T23:26:46.904Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-09T23:26:46.904Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-09T23:26:46.904Z] Get:2 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-09T23:26:46.904Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-09T23:26:47.164Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-09T23:26:47.164Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-09T23:26:47.164Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-09T23:26:47.425Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-09T23:26:47.425Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-09T23:26:47.425Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-09T23:26:47.425Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-09T23:26:47.425Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-09T23:26:47.686Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-09T23:26:47.686Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-09T23:26:47.686Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-09T23:26:47.686Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-09T23:26:47.686Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-09T23:26:47.686Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-09T23:26:47.686Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-09T23:26:47.686Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-09T23:26:47.686Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-09T23:26:47.686Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-09T23:26:47.686Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-09T23:26:47.948Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T23:26:47.948Z] Fetched 3530 kB in 1s (3148 kB/s) [2021-04-09T23:26:47.948Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-09T23:26:47.948Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-09T23:26:47.948Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T23:26:47.948Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-09T23:26:48.210Z] Selecting previously unselected package udev. [2021-04-09T23:26:48.210Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-09T23:26:48.210Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-09T23:26:48.210Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-09T23:26:48.472Z] Selecting previously unselected package libfuse2:amd64. [2021-04-09T23:26:48.472Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-09T23:26:48.472Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-09T23:26:48.472Z] Selecting previously unselected package fuse. [2021-04-09T23:26:48.472Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-09T23:26:48.472Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-09T23:26:48.472Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T23:26:48.472Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T23:26:48.733Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T23:26:48.733Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T23:26:48.733Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T23:26:48.733Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T23:26:48.994Z] Selecting previously unselected package libksba8:amd64. [2021-04-09T23:26:48.994Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-09T23:26:48.994Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-09T23:26:48.994Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-09T23:26:48.994Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:26:48.994Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:49.256Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-09T23:26:49.256Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:26:49.256Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:49.256Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-09T23:26:49.256Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:26:49.256Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:49.256Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-09T23:26:49.256Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:26:49.256Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:49.517Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-09T23:26:49.517Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:26:49.517Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:49.517Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-09T23:26:49.517Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:26:49.517Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:49.778Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-09T23:26:49.778Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:26:49.779Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:49.779Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-09T23:26:49.779Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:26:49.779Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:49.779Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-09T23:26:49.779Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T23:26:49.779Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:50.040Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-09T23:26:50.040Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-09T23:26:50.040Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T23:26:50.040Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-09T23:26:50.040Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-09T23:26:50.040Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T23:26:50.040Z] Selecting previously unselected package libldap-common. [2021-04-09T23:26:50.040Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-09T23:26:50.040Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T23:26:50.040Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-09T23:26:50.040Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-09T23:26:50.040Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T23:26:50.301Z] Selecting previously unselected package dirmngr. [2021-04-09T23:26:50.301Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T23:26:50.301Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-09T23:26:50.301Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T23:26:50.301Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-09T23:26:50.301Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-09T23:26:50.301Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T23:26:50.562Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T23:26:50.562Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-09T23:26:50.562Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:50.562Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-09T23:26:50.562Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T23:26:50.562Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-09T23:26:51.135Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-09T23:26:51.135Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:51.135Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-09T23:26:51.135Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-09T23:26:51.135Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-09T23:26:51.135Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:51.397Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:51.397Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:51.397Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:51.397Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:51.397Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:51.397Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T23:26:51.397Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T23:26:51.397Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-09T23:26:51.397Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T23:26:51.969Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-09T23:26:51.969Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-09T23:26:51.969Z] This means they are not meant to be enabled using systemctl. [2021-04-09T23:26:51.969Z] Possible reasons for having this kind of units are: [2021-04-09T23:26:51.969Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-09T23:26:51.969Z] .wants/ or .requires/ directory. [2021-04-09T23:26:51.969Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-09T23:26:51.969Z] a requirement dependency on it. [2021-04-09T23:26:51.969Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-09T23:26:51.969Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-09T23:26:51.969Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-09T23:26:51.969Z] instance name specified. [2021-04-09T23:26:52.231Z] Reading package lists... [2021-04-09T23:26:52.492Z] Building dependency tree... [2021-04-09T23:26:52.492Z] Reading state information... [2021-04-09T23:26:52.492Z] The following additional packages will be installed: [2021-04-09T23:26:52.492Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-09T23:26:52.492Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-09T23:26:52.492Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-09T23:26:52.492Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-09T23:26:52.492Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-09T23:26:52.492Z] Suggested packages: [2021-04-09T23:26:52.492Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-09T23:26:52.492Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-09T23:26:52.492Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-09T23:26:52.492Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-09T23:26:52.492Z] systemd-container policykit-1 [2021-04-09T23:26:52.492Z] Recommended packages: [2021-04-09T23:26:52.492Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-09T23:26:52.756Z] The following NEW packages will be installed: [2021-04-09T23:26:52.756Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-09T23:26:52.756Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-09T23:26:52.756Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-09T23:26:52.756Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-09T23:26:52.756Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-09T23:26:52.756Z] The following packages will be upgraded: [2021-04-09T23:26:52.756Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-09T23:26:52.756Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-09T23:26:52.756Z] Need to get 35.2 MB of archives. [2021-04-09T23:26:52.756Z] After this operation, 141 MB of additional disk space will be used. [2021-04-09T23:26:52.756Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-09T23:26:52.756Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-09T23:26:52.756Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-09T23:26:52.756Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-09T23:26:52.756Z] 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-09T23:26:52.756Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-09T23:26:53.021Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-09T23:26:53.021Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-09T23:26:53.021Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-09T23:26:53.021Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-09T23:26:53.021Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-09T23:26:53.021Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-09T23:26:53.021Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-09T23:26:53.021Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-09T23:26:53.021Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-09T23:26:53.021Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-09T23:26:53.021Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-09T23:26:53.595Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-09T23:26:53.595Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-09T23:26:53.595Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-09T23:26:53.856Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-09T23:26:53.856Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-09T23:26:53.856Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-09T23:26:53.856Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-09T23:26:53.856Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-09T23:26:53.857Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-09T23:26:53.857Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-09T23:26:53.857Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-09T23:26:53.857Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-09T23:26:53.857Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-09T23:26:54.118Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T23:26:54.118Z] Fetched 35.2 MB in 1s (28.5 MB/s) [2021-04-09T23:26:54.118Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T23:26:54.118Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-09T23:26:54.378Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T23:26:54.950Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-09T23:26:54.950Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T23:26:54.950Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-09T23:26:54.950Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T23:26:54.950Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-09T23:26:55.211Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-09T23:26:55.211Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-09T23:26:55.474Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T23:26:55.474Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-09T23:26:55.474Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-09T23:26:55.737Z] Setting up apt (1.6.13) ... [2021-04-09T23:26:55.737Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-09T23:26:56.312Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-09T23:26:56.312Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-09T23:26:56.312Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-09T23:26:56.572Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-09T23:26:56.572Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-09T23:26:56.572Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T23:26:56.833Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:26:56.833Z] Selecting previously unselected package libexpat1:amd64. [2021-04-09T23:26:56.833Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-09T23:26:56.833Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-09T23:26:57.093Z] Selecting previously unselected package python3.6-minimal. [2021-04-09T23:26:57.093Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T23:26:57.093Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:26:57.354Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-09T23:26:57.354Z] Checking for services that may need to be restarted...done. [2021-04-09T23:26:57.354Z] Checking for services that may need to be restarted...done. [2021-04-09T23:26:57.614Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:26:57.614Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-09T23:26:57.614Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:26:58.189Z] Selecting previously unselected package python3-minimal. [2021-04-09T23:26:58.189Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-09T23:26:58.189Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-09T23:26:58.189Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-09T23:26:58.189Z] Selecting previously unselected package mime-support. [2021-04-09T23:26:58.189Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-09T23:26:58.189Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-09T23:26:58.452Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-09T23:26:58.452Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-09T23:26:58.452Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-09T23:26:58.715Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-09T23:26:58.715Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T23:26:58.715Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:26:58.976Z] Selecting previously unselected package python3.6. [2021-04-09T23:26:58.976Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T23:26:58.976Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:26:58.976Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-09T23:26:58.976Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-09T23:26:58.976Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-09T23:26:59.241Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-09T23:26:59.589Z] Selecting previously unselected package python3. [2021-04-09T23:26:59.589Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-09T23:26:59.589Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-09T23:26:59.589Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-09T23:26:59.589Z] Selecting previously unselected package multiarch-support. [2021-04-09T23:26:59.589Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T23:26:59.589Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-09T23:26:59.589Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-09T23:26:59.853Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-09T23:26:59.853Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-09T23:26:59.853Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-09T23:26:59.853Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-09T23:26:59.853Z] Selecting previously unselected package libbsd0:amd64. [2021-04-09T23:26:59.853Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-09T23:26:59.853Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-09T23:27:00.114Z] Selecting previously unselected package sudo. [2021-04-09T23:27:00.114Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-09T23:27:00.114Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-09T23:27:00.114Z] Selecting previously unselected package apparmor. [2021-04-09T23:27:00.114Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-09T23:27:00.114Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-09T23:27:00.375Z] Selecting previously unselected package libedit2:amd64. [2021-04-09T23:27:00.375Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-09T23:27:00.375Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-09T23:27:00.375Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-09T23:27:00.375Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T23:27:00.637Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:27:00.637Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-09T23:27:00.637Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T23:27:00.637Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:27:00.637Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-09T23:27:00.637Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-09T23:27:00.637Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-09T23:27:00.898Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-09T23:27:00.898Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T23:27:00.898Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:27:00.898Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-09T23:27:00.898Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T23:27:00.898Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:27:01.161Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-09T23:27:01.161Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-09T23:27:01.161Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-09T23:27:01.427Z] Selecting previously unselected package openssh-client. [2021-04-09T23:27:01.427Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-09T23:27:01.427Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-09T23:27:01.427Z] Selecting previously unselected package squashfs-tools. [2021-04-09T23:27:01.427Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-09T23:27:01.427Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-09T23:27:01.689Z] Selecting previously unselected package snapd. [2021-04-09T23:27:01.689Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-09T23:27:01.689Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-09T23:27:04.996Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-09T23:27:04.996Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-09T23:27:04.996Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-09T23:27:04.996Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-09T23:27:04.996Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-09T23:27:04.996Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:27:04.996Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T23:27:04.996Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-09T23:27:04.996Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-09T23:27:05.951Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-09T23:27:05.951Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-09T23:27:06.214Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-09T23:27:06.214Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:27:06.214Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:27:06.214Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T23:27:07.158Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-09T23:27:07.158Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:27:07.158Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-09T23:27:07.158Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-09T23:27:07.158Z] running python rtupdate hooks for python3.6... [2021-04-09T23:27:07.158Z] running python post-rtupdate hooks for python3.6... [2021-04-09T23:27:07.158Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-09T23:27:09.089Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-09T23:27:09.089Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T23:27:09.089Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-09T23:27:09.089Z] Setting up snapd (2.48.3+18.04) ... [2021-04-09T23:27:09.662Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-09T23:27:09.924Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-09T23:27:10.186Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-09T23:27:10.186Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-09T23:27:10.450Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-09T23:27:10.450Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-09T23:27:10.714Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-09T23:27:10.975Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-09T23:27:10.975Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-09T23:27:11.237Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-09T23:27:11.499Z] /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-09T23:27:11.499Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T23:27:11.499Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-09T23:27:12.444Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T23:27:12.707Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T23:27:12.707Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T23:27:14.102Z] Reading package lists... [2021-04-09T23:27:14.365Z] Reading package lists... [2021-04-09T23:27:14.365Z] Building dependency tree... [2021-04-09T23:27:14.365Z] Reading state information... [2021-04-09T23:27:14.629Z] Calculating upgrade... [2021-04-09T23:27:14.629Z] The following packages will be upgraded: [2021-04-09T23:27:14.629Z] advancecomp base-files bash binutils binutils-common [2021-04-09T23:27:14.629Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-09T23:27:14.629Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-09T23:27:14.629Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-09T23:27:14.629Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-09T23:27:14.629Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-09T23:27:14.629Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-09T23:27:14.629Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-09T23:27:14.629Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-09T23:27:14.629Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-09T23:27:14.629Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-09T23:27:14.629Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-09T23:27:14.629Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-09T23:27:14.629Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-09T23:27:14.629Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-09T23:27:14.907Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T23:27:14.907Z] Need to get 63.8 MB of archives. [2021-04-09T23:27:14.907Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-09T23:27:14.907Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-09T23:27:14.907Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-09T23:27:15.878Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-09T23:27:15.878Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-09T23:27:15.878Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-09T23:27:15.878Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-09T23:27:15.878Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-09T23:27:15.878Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-09T23:27:15.878Z] 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-09T23:27:15.878Z] 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-09T23:27:15.878Z] 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-09T23:27:15.878Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-09T23:27:15.878Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-09T23:27:15.878Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-09T23:27:15.878Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-09T23:27:15.878Z] 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-09T23:27:15.878Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-09T23:27:15.878Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-09T23:27:15.878Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-09T23:27:15.878Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-09T23:27:15.878Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-09T23:27:15.878Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-09T23:27:15.878Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-09T23:27:15.878Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-09T23:27:15.878Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-09T23:27:15.878Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-09T23:27:15.878Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-09T23:27:15.878Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-09T23:27:15.878Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-09T23:27:15.878Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-09T23:27:16.140Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-09T23:27:16.140Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-09T23:27:16.140Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-09T23:27:16.140Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-09T23:27:16.140Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-09T23:27:16.140Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-09T23:27:16.140Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-09T23:27:16.140Z] Get:38 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-09T23:27:16.140Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-09T23:27:16.140Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-09T23:27:16.140Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-09T23:27:16.140Z] Get:42 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-09T23:27:16.140Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-09T23:27:16.140Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-09T23:27:16.140Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-09T23:27:16.140Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-09T23:27:16.140Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-09T23:27:16.140Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-09T23:27:16.140Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-09T23:27:16.141Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-09T23:27:16.141Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-09T23:27:16.141Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-09T23:27:16.141Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-09T23:27:16.141Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-09T23:27:16.141Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-09T23:27:16.141Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-09T23:27:16.141Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-09T23:27:16.141Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-09T23:27:16.141Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-09T23:27:16.402Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-09T23:27:16.402Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-09T23:27:16.402Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-09T23:27:16.402Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-09T23:27:16.402Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-09T23:27:16.403Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-09T23:27:16.403Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-09T23:27:16.403Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-09T23:27:16.403Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-09T23:27:16.403Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-09T23:27:16.403Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-09T23:27:16.403Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-09T23:27:16.403Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-09T23:27:16.403Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-09T23:27:16.403Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-09T23:27:16.403Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-09T23:27:16.403Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-09T23:27:16.403Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-09T23:27:16.403Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-09T23:27:16.403Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-09T23:27:16.403Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-09T23:27:16.403Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-09T23:27:16.403Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-09T23:27:16.664Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-09T23:27:16.664Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-09T23:27:16.664Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-09T23:27:16.664Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-09T23:27:16.664Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-09T23:27:16.664Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-09T23:27:16.664Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-09T23:27:16.664Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-09T23:27:16.927Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-09T23:27:17.503Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-09T23:27:17.503Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-09T23:27:17.503Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-09T23:27:17.769Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-09T23:27:17.769Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-09T23:27:17.769Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-09T23:27:17.769Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-09T23:27:17.769Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-09T23:27:18.031Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T23:27:18.031Z] Fetched 63.8 MB in 3s (20.4 MB/s) [2021-04-09T23:27:18.293Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:18.293Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T23:27:18.293Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T23:27:18.865Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T23:27:18.865Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T23:27:18.865Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-09T23:27:19.126Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-09T23:27:19.699Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:19.699Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:27:19.960Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:19.960Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:27:19.960Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:19.960Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:27:20.222Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:20.222Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:27:20.222Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:20.222Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:27:20.483Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:20.483Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:27:20.483Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:20.483Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:27:20.483Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:20.743Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T23:27:20.743Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:20.743Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-09T23:27:20.743Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:21.007Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T23:27:21.007Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:21.007Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:27:21.007Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:21.007Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:27:21.269Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:21.269Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T23:27:21.269Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:21.531Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T23:27:21.531Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T23:27:21.531Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T23:27:22.105Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-09T23:27:22.367Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T23:27:22.367Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-09T23:27:22.367Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-09T23:27:22.367Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-09T23:27:22.367Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-09T23:27:22.629Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-09T23:27:22.629Z] Installing new version of config file /etc/issue ... [2021-04-09T23:27:22.629Z] Installing new version of config file /etc/issue.net ... [2021-04-09T23:27:22.629Z] Installing new version of config file /etc/lsb-release ... [2021-04-09T23:27:22.629Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-09T23:27:22.890Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-09T23:27:22.890Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-09T23:27:22.890Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-09T23:27:23.152Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:23.152Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-09T23:27:23.152Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-09T23:27:23.152Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-09T23:27:23.413Z] 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-09T23:27:23.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:23.413Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:27:23.413Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-09T23:27:23.413Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:27:23.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:23.676Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-09T23:27:23.676Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-09T23:27:23.676Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-09T23:27:23.937Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:23.937Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-09T23:27:23.937Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T23:27:24.198Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-09T23:27:24.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:24.198Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T23:27:24.461Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T23:27:24.461Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T23:27:24.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:24.461Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T23:27:24.723Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T23:27:24.723Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-09T23:27:24.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:24.985Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-09T23:27:24.985Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-09T23:27:24.985Z] Setting up grep (3.1-2build1) ... [2021-04-09T23:27:25.247Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:25.247Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-09T23:27:25.247Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-09T23:27:25.247Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-09T23:27:25.508Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:25.508Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T23:27:25.508Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T23:27:25.508Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-09T23:27:25.508Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:25.508Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T23:27:25.508Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T23:27:26.080Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T23:27:26.341Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T23:27:26.341Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T23:27:26.341Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T23:27:26.912Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-09T23:27:27.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:27.173Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-09T23:27:27.173Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T23:27:28.116Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-09T23:27:28.116Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-09T23:27:28.117Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-09T23:27:28.378Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-09T23:27:28.378Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-09T23:27:28.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:28.378Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-09T23:27:28.378Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-09T23:27:28.639Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-09T23:27:28.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:28.639Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:27:28.639Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:27:28.901Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:27:28.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:28.901Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:27:28.901Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:27:29.177Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:27:29.177Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:29.177Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:27:29.177Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:27:29.438Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:27:29.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:29.438Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:27:29.438Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:27:29.438Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:27:29.699Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:29.699Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T23:27:29.699Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T23:27:29.699Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T23:27:29.960Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T23:27:29.960Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T23:27:29.960Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:29.960Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T23:27:29.960Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T23:27:30.220Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T23:27:30.220Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:30.220Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:27:30.220Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:27:30.481Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:27:30.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:30.481Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:27:30.742Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:27:30.742Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:27:31.026Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:31.026Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:27:31.026Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:27:31.292Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:27:31.876Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-09T23:27:31.876Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-09T23:27:32.144Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:32.144Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T23:27:32.144Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T23:27:32.418Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T23:27:32.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T23:27:32.418Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-09T23:27:32.418Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T23:27:32.679Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-09T23:27:32.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:32.679Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-09T23:27:32.679Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-09T23:27:32.941Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-09T23:27:33.202Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:33.202Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-09T23:27:33.203Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-09T23:27:33.203Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-09T23:27:33.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:33.469Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-09T23:27:33.469Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-09T23:27:33.469Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-09T23:27:33.739Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:33.739Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T23:27:33.739Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T23:27:33.739Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T23:27:34.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:34.006Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T23:27:34.006Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T23:27:34.006Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T23:27:34.271Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:34.271Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T23:27:34.271Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T23:27:34.532Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T23:27:34.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:34.794Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T23:27:34.794Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T23:27:34.794Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-09T23:27:35.054Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T23:27:35.054Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T23:27:35.054Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T23:27:35.054Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T23:27:35.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:35.316Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-09T23:27:35.316Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-09T23:27:35.316Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-09T23:27:35.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:35.577Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-09T23:27:35.577Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T23:27:35.577Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T23:27:36.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:36.149Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T23:27:36.150Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T23:27:36.150Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T23:27:36.150Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:36.150Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-09T23:27:36.150Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-09T23:27:36.411Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-09T23:27:36.411Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:36.411Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-09T23:27:36.411Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-09T23:27:36.984Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-09T23:27:36.985Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:36.985Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T23:27:36.985Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T23:27:37.245Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-09T23:27:37.245Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:37.245Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-09T23:27:37.245Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-09T23:27:37.245Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-09T23:27:37.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:37.507Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-09T23:27:37.507Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-09T23:27:37.507Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-09T23:27:37.769Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:37.769Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-09T23:27:37.769Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-09T23:27:38.029Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-09T23:27:38.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:38.030Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-09T23:27:38.030Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-09T23:27:38.290Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-09T23:27:38.290Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:38.290Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-09T23:27:38.290Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-09T23:27:38.551Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-09T23:27:38.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T23:27:38.551Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-09T23:27:38.551Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-09T23:27:38.551Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-09T23:27:38.813Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-09T23:27:38.813Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-09T23:27:38.813Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-09T23:27:39.074Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-09T23:27:39.074Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-09T23:27:39.335Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-09T23:27:39.335Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-09T23:27:39.595Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-09T23:27:39.595Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-09T23:27:39.595Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-09T23:27:39.856Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-09T23:27:39.856Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-09T23:27:39.856Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-09T23:27:39.856Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-09T23:27:39.856Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-09T23:27:40.120Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-09T23:27:40.120Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-09T23:27:40.120Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-09T23:27:40.120Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-09T23:27:40.381Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-09T23:27:40.381Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-09T23:27:40.381Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-09T23:27:40.381Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-09T23:27:40.643Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-09T23:27:40.643Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-09T23:27:42.035Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-09T23:27:42.035Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-09T23:27:42.035Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-09T23:27:42.296Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-09T23:27:42.297Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T23:27:42.297Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T23:27:42.871Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T23:27:42.871Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T23:27:43.133Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T23:27:43.133Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T23:27:43.133Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T23:27:43.133Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T23:27:43.396Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:43.396Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:27:43.657Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:43.657Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:27:43.657Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:43.657Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:27:43.922Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:43.922Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:27:44.867Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:44.867Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:27:46.254Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:46.254Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:27:46.826Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:46.826Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:27:47.398Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:47.398Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:27:48.340Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T23:27:48.340Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T23:27:48.340Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T23:27:48.340Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T23:27:48.604Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-09T23:27:48.604Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T23:27:48.870Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-09T23:27:48.870Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T23:27:48.870Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-09T23:27:48.870Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-09T23:27:48.870Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T23:27:49.141Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T23:27:49.141Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T23:27:49.141Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T23:27:49.141Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-09T23:27:49.402Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-09T23:27:49.402Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:49.402Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T23:27:49.402Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:49.402Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:49.662Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:49.662Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-09T23:27:49.662Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-09T23:27:49.662Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-09T23:27:49.662Z] [2021-04-09T23:27:49.662Z] Current default time zone: 'Etc/UTC' [2021-04-09T23:27:49.662Z] Local time is now: Fri Apr 9 23:27:49 UTC 2021. [2021-04-09T23:27:49.662Z] Universal Time is now: Fri Apr 9 23:27:49 UTC 2021. [2021-04-09T23:27:49.662Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-09T23:27:49.662Z] [2021-04-09T23:27:49.945Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-09T23:27:49.945Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:49.945Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-09T23:27:49.945Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-09T23:27:49.945Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-09T23:27:49.946Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-09T23:27:49.946Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-09T23:27:49.946Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-09T23:27:50.215Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-09T23:27:50.215Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-09T23:27:50.215Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:50.215Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-09T23:27:50.476Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:27:50.476Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-09T23:27:50.476Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:50.476Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-09T23:27:50.476Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-09T23:27:50.476Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-09T23:27:50.476Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-09T23:27:50.476Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-09T23:27:50.476Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-09T23:27:50.476Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-09T23:27:50.737Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-09T23:27:52.139Z] Updating certificates in /etc/ssl/certs... [2021-04-09T23:27:52.712Z] 23 added, 27 removed; done. [2021-04-09T23:27:52.975Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-09T23:27:52.975Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T23:27:52.975Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-09T23:27:52.975Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-09T23:27:52.975Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-09T23:27:53.236Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:27:53.236Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-09T23:27:53.236Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:27:53.236Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:27:53.236Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:27:53.236Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:27:53.236Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:27:53.498Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-09T23:27:53.498Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-09T23:27:53.498Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-09T23:27:53.498Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-09T23:27:53.498Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-09T23:27:53.498Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:27:53.498Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T23:27:53.498Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-09T23:27:53.761Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-09T23:27:53.761Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-09T23:27:53.761Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T23:27:53.761Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-09T23:27:53.761Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-09T23:27:54.022Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-09T23:27:54.022Z] Updating certificates in /etc/ssl/certs... [2021-04-09T23:27:54.285Z] 0 added, 0 removed; done. [2021-04-09T23:27:54.286Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-09T23:27:54.549Z] done. [2021-04-09T23:27:55.077Z] Reading package lists... [2021-04-09T23:27:55.077Z] Building dependency tree... [2021-04-09T23:27:55.077Z] Reading state information... [2021-04-09T23:27:55.341Z] The following NEW packages will be installed: [2021-04-09T23:27:55.341Z] apt-transport-https [2021-04-09T23:27:55.608Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T23:27:55.608Z] Need to get 1692 B of archives. [2021-04-09T23:27:55.608Z] After this operation, 154 kB of additional disk space will be used. [2021-04-09T23:27:55.608Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-09T23:27:55.608Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T23:27:55.608Z] Fetched 1692 B in 0s (8355 B/s) [2021-04-09T23:27:55.608Z] Selecting previously unselected package apt-transport-https. [2021-04-09T23:27:55.608Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-09T23:27:55.608Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-09T23:27:55.608Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-09T23:27:55.870Z] Setting up apt-transport-https (1.6.13) ... [2021-04-09T23:27:56.131Z] Waiting for network to be ready... [2021-04-09T23:28:02.753Z] 2021-04-09T23:27:59Z INFO Waiting for automatic snapd restart... [2021-04-09T23:28:02.753Z] snapd 2.49.2 from Canonical* installed [2021-04-09T23:28:03.325Z] "snapd" switched to the "latest/stable" channel [2021-04-09T23:28:03.325Z] [2021-04-09T23:28:07.540Z] core18 20210309 from Canonical* installed [2021-04-09T23:28:07.806Z] "core18" switched to the "latest/stable" channel [2021-04-09T23:28:07.806Z] [2021-04-09T23:28:13.098Z] snapcraft 4.6 from Canonical* installed [2021-04-09T23:28:13.098Z] "snapcraft" switched to the "latest/stable" channel [2021-04-09T23:28:13.098Z] [2021-04-09T23:28:17.309Z] 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-09T23:28:17.309Z] - README.md [2021-04-09T23:28:17.309Z] [2021-04-09T23:28:17.309Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-09T23:28:23.929Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T23:28:23.929Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T23:28:23.929Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T23:28:23.929Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T23:28:25.315Z] Reading package lists... [2021-04-09T23:28:25.577Z] 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-09T23:28:32.168Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T23:28:32.168Z] Reading package lists... [2021-04-09T23:28:32.168Z] Building dependency tree... [2021-04-09T23:28:32.168Z] Reading state information... [2021-04-09T23:28:32.168Z] Suggested packages: [2021-04-09T23:28:32.168Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-09T23:28:32.168Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-09T23:28:32.168Z] Recommended packages: [2021-04-09T23:28:32.168Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-09T23:28:32.168Z] The following NEW packages will be installed: [2021-04-09T23:28:32.168Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-09T23:28:32.168Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-09T23:28:32.168Z] pkg-config zip [2021-04-09T23:28:32.168Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T23:28:32.168Z] Need to get 7663 kB of archives. [2021-04-09T23:28:32.168Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-09T23:28:32.168Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-09T23:28:32.168Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-09T23:28:32.428Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-09T23:28:32.428Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-09T23:28:32.428Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-09T23:28:32.428Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-09T23:28:32.688Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-09T23:28:32.688Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-09T23:28:32.688Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-09T23:28:32.688Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-09T23:28:32.950Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-09T23:28:32.950Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-09T23:28:32.950Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-09T23:28:33.211Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-09T23:28:33.211Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-09T23:28:33.211Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T23:28:33.211Z] Fetched 7663 kB in 1s (7194 kB/s) [2021-04-09T23:28:33.475Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-09T23:28:33.475Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-09T23:28:33.475Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-09T23:28:33.475Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-09T23:28:33.475Z] Selecting previously unselected package libpsl5:amd64. [2021-04-09T23:28:33.475Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-09T23:28:33.475Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-09T23:28:33.735Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-09T23:28:33.735Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-09T23:28:33.735Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-09T23:28:33.735Z] Selecting previously unselected package librtmp1:amd64. [2021-04-09T23:28:33.735Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-09T23:28:33.735Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-09T23:28:33.735Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-09T23:28:33.735Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-09T23:28:33.735Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-09T23:28:33.996Z] Selecting previously unselected package liberror-perl. [2021-04-09T23:28:33.996Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-09T23:28:33.996Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-09T23:28:33.996Z] Selecting previously unselected package git-man. [2021-04-09T23:28:33.996Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-09T23:28:33.996Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-09T23:28:34.256Z] Selecting previously unselected package git. [2021-04-09T23:28:34.256Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-09T23:28:34.256Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-09T23:28:35.200Z] Selecting previously unselected package libnorm1:amd64. [2021-04-09T23:28:35.200Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-09T23:28:35.200Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-09T23:28:35.200Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-09T23:28:35.200Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-09T23:28:35.200Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-09T23:28:35.200Z] Selecting previously unselected package libsodium23:amd64. [2021-04-09T23:28:35.200Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-09T23:28:35.200Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-09T23:28:35.463Z] Selecting previously unselected package libzmq5:amd64. [2021-04-09T23:28:35.463Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-09T23:28:35.463Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T23:28:35.463Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-09T23:28:35.463Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-09T23:28:35.463Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T23:28:35.724Z] Selecting previously unselected package pkg-config. [2021-04-09T23:28:35.724Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-09T23:28:35.724Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-09T23:28:35.724Z] Selecting previously unselected package zip. [2021-04-09T23:28:35.724Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-09T23:28:35.724Z] Unpacking zip (3.0-11build1) ... [2021-04-09T23:28:35.724Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-09T23:28:35.724Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-09T23:28:35.992Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-09T23:28:35.992Z] Setting up liberror-perl (0.17025-1) ... [2021-04-09T23:28:35.992Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-09T23:28:35.992Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-09T23:28:35.992Z] No schema files found: doing nothing. [2021-04-09T23:28:35.992Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-09T23:28:35.992Z] Setting up zip (3.0-11build1) ... [2021-04-09T23:28:35.992Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-09T23:28:35.992Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-09T23:28:35.992Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-09T23:28:36.252Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T23:28:36.252Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-09T23:28:36.252Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T23:28:36.252Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-09T23:28:36.252Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T23:28:42.832Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T23:28:42.832Z] git set to automatically installed. [2021-04-09T23:28:42.832Z] git-man set to automatically installed. [2021-04-09T23:28:42.832Z] libcurl3-gnutls set to automatically installed. [2021-04-09T23:28:42.832Z] liberror-perl set to automatically installed. [2021-04-09T23:28:42.832Z] libglib2.0-0 set to automatically installed. [2021-04-09T23:28:42.832Z] libnghttp2-14 set to automatically installed. [2021-04-09T23:28:42.832Z] libnorm1 set to automatically installed. [2021-04-09T23:28:42.832Z] libpgm-5.2-0 set to automatically installed. [2021-04-09T23:28:42.832Z] libpsl5 set to automatically installed. [2021-04-09T23:28:42.832Z] librtmp1 set to automatically installed. [2021-04-09T23:28:42.832Z] libsodium23 set to automatically installed. [2021-04-09T23:28:42.832Z] libzmq3-dev set to automatically installed. [2021-04-09T23:28:42.832Z] libzmq5 set to automatically installed. [2021-04-09T23:28:42.832Z] pkg-config set to automatically installed. [2021-04-09T23:28:42.832Z] zip set to automatically installed. [2021-04-09T23:28:45.374Z] snapd is not logged in, snap install commands will use sudo [2021-04-09T23:28:51.960Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T23:29:06.896Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-09T23:29:06.896Z] snapd is not logged in, snap install commands will use sudo [2021-04-09T23:29:13.481Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T23:29:13.481Z] snap "core18" has no updates available [2021-04-09T23:29:14.864Z] Pulling go-build-helper [2021-04-09T23:29:14.864Z] + snapcraftctl pull [2021-04-09T23:29:15.806Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-09T23:29:15.806Z] Skipping pull go-build-helper (already ran) [2021-04-09T23:29:15.806Z] Building go-build-helper [2021-04-09T23:29:15.806Z] + snapcraftctl build [2021-04-09T23:29:18.374Z] Staging go-build-helper [2021-04-09T23:29:18.374Z] + snapcraftctl stage [2021-04-09T23:29:30.639Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-09T23:29:30.639Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-09T23:29:30.639Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-09T23:29:30.639Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-09T23:29:30.639Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-09T23:29:30.639Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-09T23:29:30.639Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-09T23:29:30.639Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-09T23:29:30.639Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-09T23:29:30.639Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-09T23:29:30.639Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-09T23:29:30.639Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-09T23:29:30.639Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-09T23:29:30.639Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-09T23:29:30.639Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-09T23:29:30.639Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-09T23:29:30.639Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-09T23:29:30.639Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-09T23:29:30.639Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-09T23:29:30.639Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-09T23:29:30.639Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-09T23:29:30.639Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-09T23:29:30.639Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-09T23:29:30.639Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-09T23:29:30.639Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-09T23:29:30.639Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-09T23:29:30.639Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-09T23:29:30.639Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-09T23:29:30.639Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-09T23:29:30.639Z] Fetched 224 kB in 0s (0 B/s) [2021-04-09T23:29:30.639Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-09T23:29:30.639Z] Fetched 157 kB in 0s (0 B/s) [2021-04-09T23:29:30.639Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-09T23:29:30.639Z] Fetched 221 kB in 0s (0 B/s) [2021-04-09T23:29:30.639Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-09T23:29:30.639Z] Fetched 143 kB in 0s (0 B/s) [2021-04-09T23:29:30.639Z] Pulling app-service-config [2021-04-09T23:29:30.639Z] + snapcraftctl pull [2021-04-09T23:29:31.213Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-09T23:29:32.160Z] Pulling config-common [2021-04-09T23:29:32.160Z] + snapcraftctl pull [2021-04-09T23:29:37.452Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T23:29:37.452Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T23:29:37.452Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T23:29:37.452Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:29:37.452Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-09T23:29:37.452Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:29:37.452Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-09T23:29:37.452Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:29:37.452Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-09T23:29:37.452Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:29:37.452Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-09T23:29:37.452Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:29:37.452Z] Pulling edgex-go [2021-04-09T23:29:37.452Z] + snapcraftctl pull [2021-04-09T23:29:59.429Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T23:29:59.429Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T23:29:59.429Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T23:29:59.429Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-09T23:29:59.429Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-09T23:29:59.429Z] Fetched 279 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-09T23:29:59.429Z] Fetched 122 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-09T23:29:59.429Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-09T23:29:59.429Z] Fetched 8848 B in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-09T23:29:59.429Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-09T23:29:59.429Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-09T23:29:59.429Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-09T23:29:59.429Z] Fetched 219 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-09T23:29:59.429Z] Fetched 154 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-09T23:29:59.429Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-09T23:29:59.429Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-09T23:29:59.429Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-09T23:29:59.429Z] Fetched 499 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-09T23:29:59.429Z] Fetched 111 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-09T23:29:59.429Z] Fetched 240 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-09T23:29:59.429Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-09T23:29:59.429Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-09T23:29:59.429Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-09T23:29:59.429Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-09T23:29:59.429Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-09T23:29:59.429Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-09T23:29:59.429Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-09T23:29:59.429Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-09T23:29:59.429Z] Fetched 8720 B in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-09T23:29:59.429Z] Fetched 137 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-09T23:29:59.429Z] Fetched 119 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-09T23:29:59.429Z] Fetched 109 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-09T23:29:59.429Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-09T23:29:59.429Z] Fetched 645 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-09T23:29:59.429Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-09T23:29:59.429Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-09T23:29:59.430Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-09T23:29:59.430Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-09T23:29:59.430Z] Fetched 368 kB in 0s (0 B/s) [2021-04-09T23:29:59.430Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-09T23:29:59.430Z] Fetched 187 kB in 0s (0 B/s) [2021-04-09T23:29:59.430Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-09T23:29:59.430Z] Fetched 175 kB in 0s (0 B/s) [2021-04-09T23:29:59.430Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-09T23:29:59.430Z] Fetched 206 kB in 0s (0 B/s) [2021-04-09T23:29:59.430Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-09T23:29:59.430Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-09T23:29:59.430Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-09T23:29:59.430Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-09T23:29:59.430Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-09T23:29:59.430Z] Fetched 159 kB in 0s (0 B/s) [2021-04-09T23:29:59.430Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-09T23:29:59.430Z] Fetched 107 kB in 0s (0 B/s) [2021-04-09T23:29:59.430Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-09T23:29:59.430Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-09T23:29:59.430Z] Pulling static-packages [2021-04-09T23:29:59.430Z] + snapcraftctl pull [2021-04-09T23:29:59.430Z] Pulling version [2021-04-09T23:29:59.430Z] + cd /root/project [2021-04-09T23:29:59.430Z] + [ -f VERSION ] [2021-04-09T23:29:59.430Z] + PROJECT_VERSION=local-dev [2021-04-09T23:29:59.430Z] + git rev-parse --short HEAD [2021-04-09T23:29:59.430Z] + GIT_REVISION=5420eddb [2021-04-09T23:29:59.430Z] + snapcraftctl set-version local-dev [2021-04-09T23:30:00.371Z] Skipping build go-build-helper (already ran) [2021-04-09T23:30:00.371Z] Building app-service-config [2021-04-09T23:30:00.371Z] + make build [2021-04-09T23:30:00.371Z] 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-09T23:30:02.950Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-09T23:30:02.950Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-09T23:30:02.950Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-09T23:30:02.950Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-09T23:30:02.950Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-09T23:30:02.950Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-09T23:30:02.950Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-09T23:30:02.950Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-09T23:30:02.950Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-09T23:30:02.950Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-09T23:30:03.211Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-09T23:30:03.472Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-09T23:30:03.472Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-09T23:30:03.733Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-09T23:30:03.733Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-09T23:30:04.018Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-09T23:30:04.018Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-09T23:30:04.018Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-09T23:30:04.018Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-09T23:30:04.018Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-09T23:30:04.018Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-09T23:30:04.018Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-09T23:30:04.019Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-09T23:30:04.019Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-09T23:30:04.019Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-09T23:30:04.293Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-09T23:30:04.293Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-09T23:30:04.293Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-09T23:30:04.293Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-09T23:30:04.293Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-09T23:30:04.293Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-09T23:30:04.293Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-09T23:30:04.293Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-09T23:30:04.293Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-09T23:30:04.293Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-09T23:30:04.293Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-09T23:30:04.293Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-09T23:30:04.293Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-09T23:30:04.293Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-09T23:30:04.293Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-09T23:30:04.560Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-09T23:30:04.560Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-09T23:30:04.560Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-09T23:30:04.560Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-09T23:30:04.560Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-09T23:30:16.846Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-09T23:30:16.846Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-09T23:30:16.846Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-09T23:30:16.846Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-09T23:30:16.846Z] Building config-common [2021-04-09T23:30:16.846Z] + snapcraftctl build [2021-04-09T23:30:20.144Z] Building edgex-go [2021-04-09T23:30:20.144Z] + cd /root/parts/edgex-go/src [2021-04-09T23:30:20.144Z] + make build [2021-04-09T23:30:20.144Z] 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-09T23:30:20.714Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 [2021-04-09T23:30:20.714Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-09T23:30:20.714Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-09T23:30:20.714Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-09T23:30:24.918Z] 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-09T23:30:24.918Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-09T23:30:30.223Z] 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-09T23:30:32.136Z] 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-09T23:30:33.529Z] 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-09T23:30:34.101Z] 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-09T23:30:34.362Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-09T23:30:34.623Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-09T23:30:34.623Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-09T23:30:34.623Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-09T23:30:36.535Z] 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-09T23:30:36.535Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-09T23:30:36.535Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-09T23:30:38.454Z] 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-09T23:30:39.395Z] 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-09T23:30:40.781Z] 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-09T23:30:42.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T23:30:42.164Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-09T23:30:43.598Z] 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-09T23:30:43.890Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-09T23:30:45.845Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-09T23:30:45.845Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-09T23:30:45.845Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-09T23:30:45.845Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-09T23:30:45.845Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-09T23:30:45.845Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-09T23:30:45.845Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-09T23:30:46.156Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-09T23:30:46.156Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-09T23:30:46.156Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-09T23:30:46.156Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-09T23:30:46.156Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-09T23:30:46.156Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-09T23:30:46.156Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-09T23:30:46.156Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-09T23:30:46.156Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-09T23:30:46.156Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-09T23:30:46.156Z] + 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-09T23:30:46.156Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-09T23:30:46.156Z] + 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-09T23:30:46.156Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-09T23:30:46.156Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-09T23:30:46.156Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-09T23:30:46.156Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-09T23:30:46.156Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-09T23:30:46.156Z] + 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-09T23:30:49.628Z] Building static-packages [2021-04-09T23:30:49.628Z] + snapcraftctl build [2021-04-09T23:30:51.672Z] Building version [2021-04-09T23:30:51.672Z] + snapcraftctl build [2021-04-09T23:30:54.971Z] Skipping stage go-build-helper (already ran) [2021-04-09T23:30:54.971Z] Staging app-service-config [2021-04-09T23:30:54.971Z] + snapcraftctl stage [2021-04-09T23:30:55.542Z] Staging config-common [2021-04-09T23:30:55.542Z] + snapcraftctl stage [2021-04-09T23:30:56.931Z] Staging edgex-go [2021-04-09T23:30:56.931Z] + snapcraftctl stage [2021-04-09T23:30:57.875Z] Staging static-packages [2021-04-09T23:30:57.875Z] + snapcraftctl stage [2021-04-09T23:30:59.260Z] Staging version [2021-04-09T23:30:59.260Z] + snapcraftctl stage [2021-04-09T23:31:00.204Z] Priming go-build-helper [2021-04-09T23:31:00.204Z] + snapcraftctl prime [2021-04-09T23:31:01.147Z] Priming app-service-config [2021-04-09T23:31:01.147Z] + snapcraftctl prime [2021-04-09T23:31:02.530Z] Priming config-common [2021-04-09T23:31:02.530Z] + snapcraftctl prime [2021-04-09T23:31:03.913Z] Priming edgex-go [2021-04-09T23:31:03.913Z] + snapcraftctl prime [2021-04-09T23:31:04.857Z] Priming static-packages [2021-04-09T23:31:04.857Z] + snapcraftctl prime [2021-04-09T23:31:07.400Z] Priming version [2021-04-09T23:31:07.400Z] + snapcraftctl prime [2021-04-09T23:31:08.344Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-09T23:31:12.214Z] provisioning config files... [2021-04-09T23:31:12.245Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7702108706196334574tmp [Pipeline] { [Pipeline] sh [2021-04-09T23:31:12.734Z] + set +x [2021-04-09T23:31:12.735Z] + curl -s https://codecov.io/bash [2021-04-09T23:31:12.735Z] + bash -s -- [2021-04-09T23:31:13.857Z] [2021-04-09T23:31:13.857Z] _____ _ [2021-04-09T23:31:13.857Z] / ____| | | [2021-04-09T23:31:13.857Z] | | ___ __| | ___ ___ _____ __ [2021-04-09T23:31:13.857Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-09T23:31:13.857Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-09T23:31:13.857Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-09T23:31:13.857Z] Bash-20210309-2b87ace [2021-04-09T23:31:13.857Z] [2021-04-09T23:31:13.857Z] [2021-04-09T23:31:13.857Z] ==> git version 2.24.3 found [2021-04-09T23:31:13.857Z] ==> 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-09T23:31:13.857Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-09T23:31:13.857Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-09T23:31:13.857Z] ==> Jenkins CI detected. [2021-04-09T23:31:13.857Z] project root: . [2021-04-09T23:31:13.857Z] --> token set from env [2021-04-09T23:31:13.857Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-09T23:31:13.857Z] ==> Running gcov in . (disable via -X gcov) [2021-04-09T23:31:14.234Z] ==> Python coveragepy not found [2021-04-09T23:31:14.235Z] ==> Searching for coverage reports in: [2021-04-09T23:31:14.235Z] + . [2021-04-09T23:31:14.716Z] -> Found 1 reports [2021-04-09T23:31:14.716Z] ==> Detecting git/mercurial file structure [2021-04-09T23:31:14.716Z] ==> Reading reports [2021-04-09T23:31:14.716Z] + ./coverage.out bytes=697383 [2021-04-09T23:31:14.716Z] ==> Appending adjustments [2021-04-09T23:31:14.716Z] https://docs.codecov.io/docs/fixing-reports [2021-04-09T23:31:23.600Z] + Found adjustments [2021-04-09T23:31:23.600Z] ==> Gzipping contents [2021-04-09T23:31:23.600Z] 100K /tmp/codecov.J2hahM.gz [2021-04-09T23:31:23.600Z] ==> Uploading reports [2021-04-09T23:31:23.600Z] url: https://codecov.io [2021-04-09T23:31:23.600Z] query: branch=PR-3342&commit=5420eddb2f6bee1c162a844d5cb5f20141f95b48&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3342%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3342&job=&cmd_args= [2021-04-09T23:31:23.600Z] -> Pinging Codecov [2021-04-09T23:31:23.600Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3342&commit=5420eddb2f6bee1c162a844d5cb5f20141f95b48&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3342%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3342&job=&cmd_args= [2021-04-09T23:31:23.899Z] -> Uploading to [2021-04-09T23:31:23.899Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-09/00271124DB129430A58F1EEE437C3FCB/5420eddb2f6bee1c162a844d5cb5f20141f95b48/f26a10a8-c6ac-4baf-8af8-ae08d9da76a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T233123Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d23aee9665859e8f3e578c63c0a206ec657f1ef16334392b0136161d2ca9ff8 [2021-04-09T23:31:23.899Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T23:31:23.899Z] Dload Upload Total Spent Left Speed [2021-04-09T23:31:24.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99498 0 0 100 99498 0 154k --:--:-- --:--:-- --:--:-- 154k 100 99498 0 0 100 99498 0 154k --:--:-- --:--:-- --:--:-- 153k [2021-04-09T23:31:24.503Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5420eddb2f6bee1c162a844d5cb5f20141f95b48 [Pipeline] } [2021-04-09T23:31:24.522Z] 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-09T23:31:26.185Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:31:28.228Z] ---> package-listing.sh [2021-04-09T23:31:28.228Z] ++ facter osfamily [2021-04-09T23:31:28.228Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-09T23:31:28.505Z] + OS_FAMILY=redhat [2021-04-09T23:31:28.505Z] + workspace=/w/workspace/edgex-go/4 [2021-04-09T23:31:28.505Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-09T23:31:28.505Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-09T23:31:28.505Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-09T23:31:28.505Z] + PACKAGES=/tmp/packages_start.txt [2021-04-09T23:31:28.505Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-09T23:31:28.505Z] + PACKAGES=/tmp/packages_end.txt [2021-04-09T23:31:28.505Z] + case "${OS_FAMILY}" in [2021-04-09T23:31:28.505Z] + sort [2021-04-09T23:31:28.505Z] + rpm -qa [2021-04-09T23:31:39.078Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-09T23:31:39.078Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-09T23:31:39.078Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-09T23:31:39.078Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-09T23:31:39.078Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-04-09T23:31:39.079Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-04-09T23:31:39.097Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-09T23:31:39.499Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:31:39.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T23:31:39.976Z] [2021-04-09T23:31:39.976Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-09T23:31:40.557Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T23:31:40.843Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-09T23:31:40.843Z] df20fa9351a1: Pulling fs layer [2021-04-09T23:31:40.843Z] 36b3adc4ff6f: Pulling fs layer [2021-04-09T23:31:40.843Z] 8ad3a11d3b57: Pulling fs layer [2021-04-09T23:31:40.843Z] 46f8f816bc3b: Pulling fs layer [2021-04-09T23:31:40.843Z] 93b61091891f: Pulling fs layer [2021-04-09T23:31:40.843Z] 93b9cdb0e59b: Pulling fs layer [2021-04-09T23:31:40.843Z] 5e14af77c1be: Pulling fs layer [2021-04-09T23:31:40.843Z] 01666e4c0597: Pulling fs layer [2021-04-09T23:31:40.843Z] aa168da1d23b: Pulling fs layer [2021-04-09T23:31:40.843Z] 46f8f816bc3b: Waiting [2021-04-09T23:31:40.843Z] 93b61091891f: Waiting [2021-04-09T23:31:40.843Z] 01666e4c0597: Waiting [2021-04-09T23:31:40.843Z] aa168da1d23b: Waiting [2021-04-09T23:31:40.843Z] 93b9cdb0e59b: Waiting [2021-04-09T23:31:40.843Z] 5e14af77c1be: Waiting [2021-04-09T23:31:40.843Z] 36b3adc4ff6f: Verifying Checksum [2021-04-09T23:31:40.843Z] 36b3adc4ff6f: Download complete [2021-04-09T23:31:41.172Z] 46f8f816bc3b: Verifying Checksum [2021-04-09T23:31:41.172Z] 46f8f816bc3b: Download complete [2021-04-09T23:31:41.172Z] df20fa9351a1: Verifying Checksum [2021-04-09T23:31:41.172Z] df20fa9351a1: Download complete [2021-04-09T23:31:41.172Z] 93b9cdb0e59b: Verifying Checksum [2021-04-09T23:31:41.172Z] 93b9cdb0e59b: Download complete [2021-04-09T23:31:41.460Z] 5e14af77c1be: Verifying Checksum [2021-04-09T23:31:41.460Z] 5e14af77c1be: Download complete [2021-04-09T23:31:41.460Z] 93b61091891f: Verifying Checksum [2021-04-09T23:31:41.460Z] 93b61091891f: Download complete [2021-04-09T23:31:41.460Z] 01666e4c0597: Verifying Checksum [2021-04-09T23:31:41.460Z] 01666e4c0597: Download complete [2021-04-09T23:31:43.076Z] 8ad3a11d3b57: Verifying Checksum [2021-04-09T23:31:43.076Z] 8ad3a11d3b57: Download complete [2021-04-09T23:31:43.076Z] df20fa9351a1: Pull complete [2021-04-09T23:31:44.197Z] 36b3adc4ff6f: Pull complete [2021-04-09T23:31:45.852Z] 8ad3a11d3b57: Pull complete [2021-04-09T23:31:46.625Z] 46f8f816bc3b: Pull complete [2021-04-09T23:31:49.021Z] 93b61091891f: Pull complete [2021-04-09T23:31:50.629Z] aa168da1d23b: Verifying Checksum [2021-04-09T23:31:50.629Z] aa168da1d23b: Download complete [2021-04-09T23:31:52.069Z] 93b9cdb0e59b: Pull complete [2021-04-09T23:31:53.118Z] 5e14af77c1be: Pull complete [2021-04-09T23:31:53.411Z] 01666e4c0597: Pull complete [2021-04-09T23:32:12.277Z] aa168da1d23b: Pull complete [2021-04-09T23:32:12.277Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-09T23:32:12.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T23:32:12.277Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-09T23:32:12.785Z] prd-centos7-docker-4c-2g-33483 does not seem to be running inside a container [2021-04-09T23:32:12.983Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-09T23:32:17.521Z] $ docker top b6425ddbb457d9905c0475a875096b655a0c1473acb3c751b132d6dcd941bd83 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T23:32:18.708Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-09T23:32:19.478Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-09T23:32:20.856Z] + ls /var/log/sa-host [2021-04-09T23:32:20.856Z] + sadf -c /var/log/sa-host/sa09 [2021-04-09T23:32:20.856Z] file_magic: OK [2021-04-09T23:32:20.856Z] HZ: Using current value: 100 [2021-04-09T23:32:20.856Z] file_header: OK [2021-04-09T23:32:20.856Z] 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-09T23:32:20.857Z] Statistics: [2021-04-09T23:32:20.857Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-09T23:32:20.857Z] File successfully converted to sysstat format version 12.2.1 [2021-04-09T23:32:20.857Z] + sadf -c /var/log/sa-host/sa23 [2021-04-09T23:32:20.857Z] file_magic: OK [2021-04-09T23:32:20.857Z] HZ: Using current value: 100 [2021-04-09T23:32:20.857Z] file_header: OK [2021-04-09T23:32:20.857Z] 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-09T23:32:20.857Z] Statistics: [2021-04-09T23:32:20.857Z] Hnuu...uuuununununu... [2021-04-09T23:32:20.857Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-09T23:32:21.145Z] provisioning config files... [2021-04-09T23:32:21.163Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8491255151594951788tmp [Pipeline] { [Pipeline] echo [2021-04-09T23:32:21.246Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:32:21.923Z] ---> create-netrc.sh [Pipeline] } [2021-04-09T23:32:21.940Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-09T23:32:22.034Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:32:23.356Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-09T23:32:23.393Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:32:24.810Z] ---> sudo-logs.sh [2021-04-09T23:32:24.810Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-09T23:32:24.938Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:32:26.101Z] ---> job-cost.sh [2021-04-09T23:32:26.101Z] lf-activate-venv: SKIPPING [2021-04-09T23:32:26.101Z] DEBUG: total: 0.20999999344348907 [2021-04-09T23:32:26.101Z] INFO: Retrieving Stack Cost... [2021-04-09T23:32:27.716Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-09T23:32:28.388Z] INFO: Archiving Costs [Pipeline] echo [2021-04-09T23:32:28.408Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T23:32:29.598Z] ---> logs-deploy.sh [2021-04-09T23:32:29.598Z] lf-activate-venv: SKIPPING [2021-04-09T23:32:29.598Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3342/4 [2021-04-09T23:32:29.598Z] INFO: archiving workspace using pattern(s): [2021-04-09T23:32:32.346Z] Archives upload complete. [2021-04-09T23:32:32.346Z] INFO: archiving logs to Nexus