Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 610f0bc9435d1798be70dd0b8c6c200fd605160f+257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 (15be197913366ce5bde31af39d7d0d0d68e5440e) 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27925 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 into PR head commit 610f0bc9435d1798be70dd0b8c6c200fd605160f > 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/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 610f0bc9435d1798be70dd0b8c6c200fd605160f # 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 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 Checking out Revision 0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 (PR-3202) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 # timeout=10 Commit message: "Merge commit '257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80' into HEAD" > git rev-list --no-walk 610f0bc9435d1798be70dd0b8c6c200fd605160f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-27T00:31:05.203Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-27T00:31:05.452Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-27T00:31:05.542Z] ========================================================= [2021-02-27T00:31:05.542Z] EdgeX Global Pipelines Version Info [2021-02-27T00:31:05.542Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-27T00:31:06.996Z] ------------------- [2021-02-27T00:31:06.996Z] stable info: [2021-02-27T00:31:06.996Z] ------------------- [2021-02-27T00:31:06.996Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-27T00:31:06.996Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-02-27T00:31:06.996Z] Message: update stable to v1.0.183 [2021-02-27T00:31:07.941Z] ------------------- [2021-02-27T00:31:07.941Z] experimental info: [2021-02-27T00:31:07.941Z] ------------------- [2021-02-27T00:31:07.941Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-27T00:31:07.941Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-02-27T00:31:07.941Z] Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-27T00:31:08.181Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-27T00:31:08.277Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-27T00:31:08.357Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-27T00:31:08.442Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-27T00:31:08.526Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-27T00:31:08.621Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-27T00:31:08.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-27T00:31:08.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-27T00:31:08.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-27T00:31:08.948Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-27T00:31:09.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-27T00:31:09.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-27T00:31:09.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-27T00:31:09.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-27T00:31:09.320Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-27T00:31:09.399Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-27T00:31:09.478Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-27T00:31:09.558Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-27T00:31:09.639Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-27T00:31:09.719Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-27T00:31:09.822Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-27T00:31:09.904Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-27T00:31:09.983Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3202 [Pipeline] echo [2021-02-27T00:31:10.089Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3202 [Pipeline] echo [2021-02-27T00:31:10.191Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3202 [Pipeline] echo [2021-02-27T00:31:10.288Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [Pipeline] echo [2021-02-27T00:31:10.365Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f7889a [Pipeline] echo [2021-02-27T00:31:10.561Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-27T00:31:10.717Z] provisioning config files... [2021-02-27T00:31:10.745Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5285110212280207947tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-27T00:31:11.110Z] ---> docker-login.sh [2021-02-27T00:31:11.110Z] nexus3.edgexfoundry.org:10001 [2021-02-27T00:31:11.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-27T00:31:11.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-27T00:31:11.637Z] Configure a credential helper to remove this warning. See [2021-02-27T00:31:11.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-27T00:31:11.637Z] [2021-02-27T00:31:11.637Z] Login Succeeded [2021-02-27T00:31:11.637Z] nexus3.edgexfoundry.org:10002 [2021-02-27T00:31:11.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-27T00:31:11.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-27T00:31:11.904Z] Configure a credential helper to remove this warning. See [2021-02-27T00:31:11.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-27T00:31:11.904Z] [2021-02-27T00:31:11.904Z] Login Succeeded [2021-02-27T00:31:11.904Z] nexus3.edgexfoundry.org:10003 [2021-02-27T00:31:11.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-27T00:31:12.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-27T00:31:12.167Z] Configure a credential helper to remove this warning. See [2021-02-27T00:31:12.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-27T00:31:12.167Z] [2021-02-27T00:31:12.167Z] Login Succeeded [2021-02-27T00:31:12.167Z] nexus3.edgexfoundry.org:10004 [2021-02-27T00:31:12.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-27T00:31:12.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-27T00:31:12.167Z] Configure a credential helper to remove this warning. See [2021-02-27T00:31:12.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-27T00:31:12.167Z] [2021-02-27T00:31:12.167Z] Login Succeeded [2021-02-27T00:31:12.167Z] docker.io [2021-02-27T00:31:12.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-27T00:31:12.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-27T00:31:12.693Z] Configure a credential helper to remove this warning. See [2021-02-27T00:31:12.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-27T00:31:12.693Z] [2021-02-27T00:31:12.693Z] Login Succeeded [2021-02-27T00:31:12.693Z] ---> docker-login.sh ends [Pipeline] } [2021-02-27T00:31:12.703Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-27T00:31:13.156Z] ++ 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-02-27T00:31:13.156Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-27T00:31:13.156Z] ++ dirname cmd/core-command/Dockerfile [2021-02-27T00:31:13.156Z] ++ cut -d/ -f2 [2021-02-27T00:31:13.156Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-27T00:31:13.156Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-27T00:31:13.156Z] ++ dirname cmd/core-data/Dockerfile [2021-02-27T00:31:13.156Z] ++ cut -d/ -f2 [2021-02-27T00:31:13.156Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-27T00:31:13.156Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-27T00:31:13.156Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-27T00:31:13.156Z] ++ cut -d/ -f2 [2021-02-27T00:31:13.156Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-27T00:31:13.156Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-27T00:31:13.156Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-27T00:31:13.156Z] ++ cut -d/ -f2 [2021-02-27T00:31:13.156Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-27T00:31:13.156Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-27T00:31:13.156Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-27T00:31:13.156Z] ++ cut -d/ -f2 [2021-02-27T00:31:13.156Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-27T00:31:13.156Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-27T00:31:13.156Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-27T00:31:13.156Z] ++ cut -d/ -f2 [2021-02-27T00:31:13.156Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-27T00:31:13.156Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-27T00:31:13.156Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-27T00:31:13.156Z] ++ cut -d/ -f2 [2021-02-27T00:31:13.156Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-27T00:31:13.156Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-27T00:31:13.156Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-27T00:31:13.156Z] ++ cut -d/ -f2 [2021-02-27T00:31:13.156Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-27T00:31:13.156Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-27T00:31:13.156Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-27T00:31:13.156Z] ++ cut -d/ -f2 [2021-02-27T00:31:13.156Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-27T00:31:13.278Z] 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-02-27T00:31:14.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-27T00:31:14.119Z] [2021-02-27T00:31:14.119Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:31:14.477Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-27T00:31:14.477Z] latest: Pulling from edgex-devops/git-semver [2021-02-27T00:31:14.477Z] 31603596830f: Pulling fs layer [2021-02-27T00:31:14.477Z] 2a8b12db71e7: Pulling fs layer [2021-02-27T00:31:14.477Z] 6ca5941a6612: Pulling fs layer [2021-02-27T00:31:14.477Z] ecc8261a40a4: Pulling fs layer [2021-02-27T00:31:14.477Z] ecc8261a40a4: Waiting [2021-02-27T00:31:14.477Z] 2a8b12db71e7: Verifying Checksum [2021-02-27T00:31:14.477Z] 2a8b12db71e7: Download complete [2021-02-27T00:31:14.746Z] 31603596830f: Verifying Checksum [2021-02-27T00:31:14.746Z] 31603596830f: Download complete [2021-02-27T00:31:14.746Z] ecc8261a40a4: Verifying Checksum [2021-02-27T00:31:14.746Z] ecc8261a40a4: Download complete [2021-02-27T00:31:14.746Z] 6ca5941a6612: Verifying Checksum [2021-02-27T00:31:14.746Z] 6ca5941a6612: Download complete [2021-02-27T00:31:15.007Z] 31603596830f: Pull complete [2021-02-27T00:31:15.269Z] 2a8b12db71e7: Pull complete [2021-02-27T00:31:15.845Z] 6ca5941a6612: Pull complete [2021-02-27T00:31:16.108Z] ecc8261a40a4: Pull complete [2021-02-27T00:31:16.108Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-27T00:31:16.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-27T00:31:16.370Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-27T00:31:16.488Z] prd-centos7-docker-4c-2g-27925 does not seem to be running inside a container [2021-02-27T00:31:16.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10004/edgex-devops/git-semver:latest cat [2021-02-27T00:31:19.137Z] $ docker top ba036721870b7860096f07e3a7d49b684466fa4666003fec83383715c2e2d920 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-27T00:31:19.555Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-27T00:31:19.555Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-27T00:31:19.824Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-27T00:31:19.829Z] $ docker exec ba036721870b7860096f07e3a7d49b684466fa4666003fec83383715c2e2d920 ssh-agent [2021-02-27T00:31:20.008Z] SSH_AUTH_SOCK=/tmp/ssh-Fkt6cSOXogMs/agent.11 [2021-02-27T00:31:20.008Z] SSH_AGENT_PID=17 [2021-02-27T00:31:20.025Z] Running ssh-add (command line suppressed) [2021-02-27T00:31:20.150Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7102997571346180723.key (/w/workspace/edgex-go/5@tmp/private_key_7102997571346180723.key) [2021-02-27T00:31:20.217Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-27T00:31:20.564Z] + git tag --points-at HEAD [Pipeline] } [2021-02-27T00:31:20.593Z] $ docker exec --env ******** --env ******** ba036721870b7860096f07e3a7d49b684466fa4666003fec83383715c2e2d920 ssh-agent -k [2021-02-27T00:31:20.722Z] unset SSH_AUTH_SOCK; [2021-02-27T00:31:20.722Z] unset SSH_AGENT_PID; [2021-02-27T00:31:20.723Z] echo Agent pid 17 killed; [2021-02-27T00:31:20.772Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-27T00:31:20.910Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-27T00:31:20.911Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-27T00:31:21.089Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-27T00:31:21.094Z] $ docker exec ba036721870b7860096f07e3a7d49b684466fa4666003fec83383715c2e2d920 ssh-agent [2021-02-27T00:31:21.279Z] SSH_AUTH_SOCK=/tmp/ssh-za2ti0HsXMGT/agent.47 [2021-02-27T00:31:21.279Z] SSH_AGENT_PID=52 [2021-02-27T00:31:21.287Z] Running ssh-add (command line suppressed) [2021-02-27T00:31:21.415Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2375732392248024332.key (/w/workspace/edgex-go/5@tmp/private_key_2375732392248024332.key) [2021-02-27T00:31:21.469Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-27T00:31:21.802Z] + git semver init [2021-02-27T00:31:21.802Z] # -> Open(): unable to determine branch for HEAD [2021-02-27T00:31:21.802Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-02-27T00:31:21.802Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-02-27T00:31:21.802Z] # $SEMVER_REMOTE_NAME = origin [2021-02-27T00:31:21.802Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-27T00:31:21.802Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-27T00:31:21.802Z] # $SEMVER_BRANCH = PR-3202 [2021-02-27T00:31:21.802Z] # $SEMVER_TEMP = /tmp/semver-087899158 [2021-02-27T00:31:21.802Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-27T00:31:40.006Z] # '/tmp/semver-087899158' -> '/w/workspace/edgex-go/5/.semver' [2021-02-27T00:31:40.006Z] # -> Force: false [2021-02-27T00:31:40.006Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-02-27T00:31:40.022Z] $ docker exec --env ******** --env ******** ba036721870b7860096f07e3a7d49b684466fa4666003fec83383715c2e2d920 ssh-agent -k [2021-02-27T00:31:40.233Z] unset SSH_AUTH_SOCK; [2021-02-27T00:31:40.233Z] unset SSH_AGENT_PID; [2021-02-27T00:31:40.233Z] echo Agent pid 52 killed; [2021-02-27T00:31:40.317Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-27T00:31:40.783Z] + git semver [Pipeline] } [2021-02-27T00:31:40.802Z] $ docker stop --time=1 ba036721870b7860096f07e3a7d49b684466fa4666003fec83383715c2e2d920 [2021-02-27T00:31:42.478Z] $ docker rm -f ba036721870b7860096f07e3a7d49b684466fa4666003fec83383715c2e2d920 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-27T00:31:43.031Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-27T00:31:43.546Z] Stashed 1 file(s) [Pipeline] echo [2021-02-27T00:31:43.549Z] [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-02-27T00:31:44.432Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-27T00:31:44.734Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-27T00:31:45.037Z] + sudo service docker restart [2021-02-27T00:31:45.037Z] + true [2021-02-27T00:31:45.037Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-27T00:31:45.627Z] ========================================================= [2021-02-27T00:31:45.627Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-27T00:31:45.627Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:31:45.964Z] + 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-02-27T00:31:50.215Z] Sending build context to Docker daemon 328.1MB [2021-02-27T00:31:50.215Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-27T00:31:50.215Z] Step 2/6 : FROM ${BASE} [2021-02-27T00:31:50.215Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-27T00:31:50.215Z] 188c0c94c7c5: Pulling fs layer [2021-02-27T00:31:50.215Z] 0ef7d3d256c8: Pulling fs layer [2021-02-27T00:31:50.215Z] de9db76c5a1d: Pulling fs layer [2021-02-27T00:31:50.215Z] bca2f99d35d6: Pulling fs layer [2021-02-27T00:31:50.215Z] 93359f2a8cfa: Pulling fs layer [2021-02-27T00:31:50.215Z] 7c6f9722023f: Pulling fs layer [2021-02-27T00:31:50.215Z] a35cf1a2eb13: Pulling fs layer [2021-02-27T00:31:50.215Z] 93359f2a8cfa: Waiting [2021-02-27T00:31:50.215Z] 7c6f9722023f: Waiting [2021-02-27T00:31:50.215Z] a35cf1a2eb13: Waiting [2021-02-27T00:31:50.215Z] bca2f99d35d6: Waiting [2021-02-27T00:31:50.215Z] de9db76c5a1d: Verifying Checksum [2021-02-27T00:31:50.215Z] de9db76c5a1d: Download complete [2021-02-27T00:31:50.215Z] 0ef7d3d256c8: Verifying Checksum [2021-02-27T00:31:50.215Z] 0ef7d3d256c8: Download complete [2021-02-27T00:31:50.215Z] 93359f2a8cfa: Verifying Checksum [2021-02-27T00:31:50.215Z] 93359f2a8cfa: Download complete [2021-02-27T00:31:50.215Z] 7c6f9722023f: Verifying Checksum [2021-02-27T00:31:50.215Z] 7c6f9722023f: Download complete [2021-02-27T00:31:50.215Z] 188c0c94c7c5: Verifying Checksum [2021-02-27T00:31:50.215Z] 188c0c94c7c5: Download complete [2021-02-27T00:31:50.215Z] 188c0c94c7c5: Pull complete [2021-02-27T00:31:50.480Z] 0ef7d3d256c8: Pull complete [2021-02-27T00:31:50.480Z] de9db76c5a1d: Pull complete [2021-02-27T00:31:51.434Z] a35cf1a2eb13: Verifying Checksum [2021-02-27T00:31:51.434Z] a35cf1a2eb13: Download complete [2021-02-27T00:31:52.394Z] bca2f99d35d6: Verifying Checksum [2021-02-27T00:31:52.394Z] bca2f99d35d6: Download complete [2021-02-27T00:31:57.729Z] bca2f99d35d6: Pull complete [2021-02-27T00:31:57.729Z] 93359f2a8cfa: Pull complete [2021-02-27T00:31:57.729Z] 7c6f9722023f: Pull complete [2021-02-27T00:31:58.901Z] Still waiting to schedule task [2021-02-27T00:31:58.901Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-27T00:32:03.061Z] a35cf1a2eb13: Pull complete [2021-02-27T00:32:03.061Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-27T00:32:03.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-27T00:32:03.061Z] ---> a62c8e92a672 [2021-02-27T00:32:03.061Z] 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-02-27T00:32:03.061Z] ---> Running in a9cf5c1ff392 [2021-02-27T00:32:03.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:32:04.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:32:04.794Z] (1/12) Installing libmagic (5.38-r0) [2021-02-27T00:32:05.063Z] (2/12) Installing file (5.38-r0) [2021-02-27T00:32:05.063Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-27T00:32:05.331Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-27T00:32:08.642Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-27T00:32:08.905Z] (6/12) Installing patch (2.7.6-r6) [2021-02-27T00:32:08.905Z] (7/12) Installing build-base (0.5-r2) [2021-02-27T00:32:08.905Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-27T00:32:09.479Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-27T00:32:09.479Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-27T00:32:09.479Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-27T00:32:10.053Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-27T00:32:10.054Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:32:10.054Z] OK: 233 MiB in 51 packages [2021-02-27T00:32:13.376Z] Removing intermediate container a9cf5c1ff392 [2021-02-27T00:32:13.376Z] ---> f6974ee3783b [2021-02-27T00:32:13.376Z] Step 4/6 : WORKDIR /edgex-go [2021-02-27T00:32:13.376Z] ---> Running in 337de0032447 [2021-02-27T00:32:13.376Z] Removing intermediate container 337de0032447 [2021-02-27T00:32:13.376Z] ---> 575e4d9d0d51 [2021-02-27T00:32:13.376Z] Step 5/6 : COPY go.mod . [2021-02-27T00:32:13.639Z] ---> 0d12c241042b [2021-02-27T00:32:13.639Z] Step 6/6 : RUN go mod download [2021-02-27T00:32:13.905Z] ---> Running in f2f62054a488 [2021-02-27T00:32:40.552Z] Removing intermediate container f2f62054a488 [2021-02-27T00:32:40.552Z] ---> 45429c2f68b1 [2021-02-27T00:32:40.552Z] Successfully built 45429c2f68b1 [2021-02-27T00:32:40.552Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:32:40.867Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-27T00:32:40.867Z] . [Pipeline] withDockerContainer [2021-02-27T00:32:40.974Z] prd-centos7-docker-4c-2g-27925 does not seem to be running inside a container [2021-02-27T00:32:41.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-27T00:32:41.913Z] $ docker top 5f2fa09d3282c5ba7b238b4ff3ab58c4d66599e5d837a66ff0257dd69cffae51 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-27T00:32:42.441Z] + go version [2021-02-27T00:32:42.441Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-27T00:32:42.456Z] $ docker stop --time=1 5f2fa09d3282c5ba7b238b4ff3ab58c4d66599e5d837a66ff0257dd69cffae51 [2021-02-27T00:32:44.664Z] $ docker rm -f 5f2fa09d3282c5ba7b238b4ff3ab58c4d66599e5d837a66ff0257dd69cffae51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:32:45.602Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-27T00:32:45.603Z] . [Pipeline] withDockerContainer [2021-02-27T00:32:45.706Z] prd-centos7-docker-4c-2g-27925 does not seem to be running inside a container [2021-02-27T00:32:45.750Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-27T00:32:46.624Z] $ docker top ded197d776ba8019736ec2d204ff3ea172be66d2f941145adcb6653e5692ee46 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-27T00:32:46.861Z] ========================================================= [2021-02-27T00:32:46.861Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-27T00:32:46.861Z] ========================================================= [Pipeline] sh [2021-02-27T00:32:47.161Z] + make test [2021-02-27T00:32:47.162Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-27T00:32:57.202Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-27T00:33:15.470Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-27T00:33:19.726Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-27T00:33:19.990Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-27T00:33:19.990Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-27T00:33:23.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-27T00:33:23.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-27T00:33:23.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-27T00:33:23.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-27T00:33:23.370Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-27T00:33:23.643Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-27T00:33:27.025Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-27T00:33:27.025Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-27T00:33:27.025Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-27T00:33:29.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 45.9% of statements [2021-02-27T00:33:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-27T00:33:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-27T00:33:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-27T00:33:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-27T00:33:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-27T00:33:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-27T00:33:29.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-27T00:33:29.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.105s coverage: 100.0% of statements [2021-02-27T00:33:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-27T00:33:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-27T00:33:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.111s coverage: 100.0% of statements [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-27T00:33:32.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 65.8% of statements [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-27T00:33:32.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-27T00:33:33.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.512s coverage: 82.7% of statements [2021-02-27T00:33:33.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-27T00:33:33.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-27T00:33:33.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.059s coverage: 90.0% of statements [2021-02-27T00:33:33.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-27T00:33:35.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.384s coverage: 28.6% of statements [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-27T00:33:35.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-27T00:33:35.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-27T00:33:35.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.100s coverage: 86.7% of statements [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-27T00:33:35.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-27T00:33:35.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-27T00:33:35.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-27T00:33:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.495s coverage: 92.8% of statements [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-27T00:33:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-27T00:33:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.089s coverage: 0.1% of statements [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-27T00:33:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-27T00:33:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 45.5% of statements [2021-02-27T00:33:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements [2021-02-27T00:33:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements [2021-02-27T00:33:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements [2021-02-27T00:33:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-02-27T00:33:51.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.044s coverage: 94.4% of statements [2021-02-27T00:33:51.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-02-27T00:34:03.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements [2021-02-27T00:34:03.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-27T00:34:03.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.045s coverage: 87.2% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 62.4% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.292s coverage: 68.9% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 38.4% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.166s coverage: 47.0% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 89.4% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.745s coverage: 29.1% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.072s coverage: 92.9% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-27T00:34:03.576Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements [2021-02-27T00:34:03.576Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-27T00:34:03.576Z] GO111MODULE=on go vet ./... [2021-02-27T00:34:30.368Z] gofmt -l . [2021-02-27T00:34:30.368Z] [ "`gofmt -l .`" = "" ] [2021-02-27T00:34:30.368Z] ./bin/test-go-mod-tidy.sh [2021-02-27T00:34:30.945Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-27T00:34:32.208Z] + ls -al . [2021-02-27T00:34:32.209Z] total 712 [2021-02-27T00:34:32.209Z] drwxrwxr-x 10 1001 1001 4096 Feb 27 00:34 . [2021-02-27T00:34:32.209Z] drwxr-xr-x 4 root root 28 Feb 27 00:32 .. [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 11 Feb 27 00:31 .dockerignore [2021-02-27T00:34:32.209Z] drwxrwxr-x 8 1001 1001 179 Feb 27 00:31 .git [2021-02-27T00:34:32.209Z] drwxrwxr-x 3 1001 1001 125 Feb 27 00:31 .github [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 818 Feb 27 00:31 .gitignore [2021-02-27T00:34:32.209Z] drwx------ 3 1001 1001 60 Feb 27 00:31 .semver [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 166 Feb 27 00:31 .sonarcloud.properties [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 8475 Feb 27 00:31 Attribution.txt [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 3804 Feb 27 00:31 CONTRIBUTING.md [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 931 Feb 27 00:31 Dockerfile.build [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 863 Feb 27 00:31 Jenkinsfile [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 10775 Feb 27 00:31 LICENSE [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 5774 Feb 27 00:31 Makefile [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 6524 Feb 27 00:31 README.md [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 6755 Feb 27 00:31 SECURITY.md [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 5 Feb 27 00:31 VERSION [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 4131 Feb 27 00:31 ZMQWindows.md [2021-02-27T00:34:32.209Z] drwxrwxr-x 2 1001 1001 117 Feb 27 00:31 bin [2021-02-27T00:34:32.209Z] drwxrwxr-x 14 1001 1001 4096 Feb 27 00:31 cmd [2021-02-27T00:34:32.209Z] -rw-r--r-- 1 root root 600958 Feb 27 00:34 coverage.out [2021-02-27T00:34:32.209Z] -rw-r--r-- 1 root root 1055 Feb 27 00:34 go.mod [2021-02-27T00:34:32.209Z] -rw-r--r-- 1 root root 21699 Feb 27 00:34 go.sum [2021-02-27T00:34:32.209Z] drwxrwxr-x 8 1001 1001 127 Feb 27 00:31 internal [2021-02-27T00:34:32.209Z] drwxrwxr-x 4 1001 1001 26 Feb 27 00:31 openapi [2021-02-27T00:34:32.209Z] drwxrwxr-x 4 1001 1001 71 Feb 27 00:31 snap [2021-02-27T00:34:32.209Z] -rw-rw-r-- 1 1001 1001 168 Feb 27 00:31 version.go [Pipeline] sh [2021-02-27T00:34:32.513Z] + '[' -e coverage.out ] [2021-02-27T00:34:32.513Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-27T00:34:32.736Z] Stashed 1 file(s) [Pipeline] sh [2021-02-27T00:34:33.029Z] + make build [2021-02-27T00:34:33.029Z] 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-02-27T00:34:37.273Z] 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-02-27T00:34:45.510Z] 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-02-27T00:34:46.910Z] 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-02-27T00:34:48.860Z] 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-02-27T00:34:49.129Z] 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-02-27T00:34:51.064Z] 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-02-27T00:34:52.510Z] 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-02-27T00:34:53.463Z] 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-02-27T00:34:54.880Z] 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-02-27T00:34:55.830Z] 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-02-27T00:34:57.223Z] 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-02-27T00:34:59.830Z] $ docker stop --time=1 ded197d776ba8019736ec2d204ff3ea172be66d2f941145adcb6653e5692ee46 [2021-02-27T00:35:01.580Z] $ docker rm -f ded197d776ba8019736ec2d204ff3ea172be66d2f941145adcb6653e5692ee46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:35:07.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-27T00:35:07.094Z] [2021-02-27T00:35:07.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:35:07.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-27T00:35:07.445Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-27T00:35:07.445Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-27T00:35:07.445Z] ca9280d653b3: Pulling fs layer [2021-02-27T00:35:07.445Z] 7e9c9ca2126c: Pulling fs layer [2021-02-27T00:35:07.709Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-27T00:35:07.709Z] cbdbe7a5bc2a: Download complete [2021-02-27T00:35:08.284Z] cbdbe7a5bc2a: Pull complete [2021-02-27T00:35:08.863Z] ca9280d653b3: Verifying Checksum [2021-02-27T00:35:08.863Z] ca9280d653b3: Download complete [2021-02-27T00:35:09.832Z] ca9280d653b3: Pull complete [2021-02-27T00:35:09.845Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27929 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws [2021-02-27T00:35:09.910Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-02-27T00:35:10.785Z] 7e9c9ca2126c: Verifying Checksum [2021-02-27T00:35:10.785Z] 7e9c9ca2126c: Download complete [2021-02-27T00:35:15.421Z] using credential edgex-jenkins-ssh [2021-02-27T00:35:15.487Z] Cloning the remote Git repository [2021-02-27T00:35:15.545Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-27T00:35:15.677Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-02-27T00:35:15.760Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-27T00:35:15.761Z] > git --version # timeout=10 [2021-02-27T00:35:15.782Z] > git --version # 'git version 2.17.1' [2021-02-27T00:35:15.784Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-27T00:35:15.870Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-27T00:35:17.412Z] 7e9c9ca2126c: Pull complete [2021-02-27T00:35:17.412Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-27T00:35:17.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-27T00:35:17.412Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-27T00:35:17.564Z] prd-centos7-docker-4c-2g-27925 does not seem to be running inside a container [2021-02-27T00:35:17.615Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-27T00:35:20.667Z] $ docker top c35cc2715c1bb1e68e3945dde0378206bfb7f0cc93e8dfa990dc84310ba2ece1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-27T00:35:21.261Z] + docker-compose build --help [2021-02-27T00:35:21.262Z] + grep parallel [2021-02-27T00:35:22.215Z] --parallel Build images in parallel. [Pipeline] } [2021-02-27T00:35:22.500Z] $ docker stop --time=1 c35cc2715c1bb1e68e3945dde0378206bfb7f0cc93e8dfa990dc84310ba2ece1 [2021-02-27T00:35:23.934Z] $ docker rm -f c35cc2715c1bb1e68e3945dde0378206bfb7f0cc93e8dfa990dc84310ba2ece1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:35:24.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-27T00:35:24.572Z] . [Pipeline] withDockerContainer [2021-02-27T00:35:24.695Z] prd-centos7-docker-4c-2g-27925 does not seem to be running inside a container [2021-02-27T00:35:24.769Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-27T00:35:25.563Z] $ docker top 6609eca25ac4a7e5a93320887284e97d5fc82f91ea584a0533af17309f4897b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-27T00:35:26.113Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-27T00:35:27.079Z] Building docker-core-command-go ... [2021-02-27T00:35:27.079Z] Building docker-core-data-go ... [2021-02-27T00:35:27.079Z] Building docker-core-metadata-go ... [2021-02-27T00:35:27.079Z] Building docker-security-bootstrapper-go ... [2021-02-27T00:35:27.079Z] Building docker-security-proxy-setup-go ... [2021-02-27T00:35:27.079Z] Building docker-security-secretstore-setup-go ... [2021-02-27T00:35:27.079Z] Building docker-support-notifications-go ... [2021-02-27T00:35:27.079Z] Building docker-support-scheduler-go ... [2021-02-27T00:35:27.079Z] Building docker-sys-mgmt-agent-go ... [2021-02-27T00:35:27.079Z] Building docker-support-notifications-go [2021-02-27T00:35:27.079Z] Building docker-support-scheduler-go [2021-02-27T00:35:27.079Z] Building docker-security-secretstore-setup-go [2021-02-27T00:35:27.079Z] Building docker-core-metadata-go [2021-02-27T00:35:27.079Z] Building docker-security-proxy-setup-go [2021-02-27T00:35:36.655Z] Merging remotes/origin/master commit 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 into PR head commit 610f0bc9435d1798be70dd0b8c6c200fd605160f [2021-02-27T00:35:35.592Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-27T00:35:35.611Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-27T00:35:35.646Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-27T00:35:35.685Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-27T00:35:35.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-27T00:35:35.700Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-27T00:35:36.681Z] > git config core.sparsecheckout # timeout=10 [2021-02-27T00:35:36.706Z] > git checkout -f 610f0bc9435d1798be70dd0b8c6c200fd605160f # timeout=10 [2021-02-27T00:35:37.398Z] Merge succeeded, producing 0b74181e001a95a19fdff8b5e0a738f66345ac46 [2021-02-27T00:35:37.398Z] Checking out Revision 0b74181e001a95a19fdff8b5e0a738f66345ac46 (PR-3202) [2021-02-27T00:35:37.046Z] > git remote # timeout=10 [2021-02-27T00:35:37.068Z] > git config --get remote.origin.url # timeout=10 [2021-02-27T00:35:37.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-27T00:35:37.095Z] > git merge 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 # timeout=10 [2021-02-27T00:35:37.382Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-27T00:35:37.405Z] > git config core.sparsecheckout # timeout=10 [2021-02-27T00:35:37.417Z] > git checkout -f 0b74181e001a95a19fdff8b5e0a738f66345ac46 # timeout=10 [2021-02-27T00:35:41.799Z] Commit message: "Merge commit '257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80' into HEAD" [2021-02-27T00:35:41.807Z] > git rev-list --no-walk 610f0bc9435d1798be70dd0b8c6c200fd605160f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-27T00:35:43.360Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-27T00:35:43.785Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-27T00:35:44.130Z] + sudo service docker restart [2021-02-27T00:35:44.130Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-27T00:35:46.195Z] provisioning config files... [2021-02-27T00:35:46.242Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6816558323401664467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-27T00:35:46.656Z] ---> docker-login.sh [2021-02-27T00:35:46.656Z] nexus3.edgexfoundry.org:10001 [2021-02-27T00:35:47.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-27T00:35:47.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-27T00:35:47.924Z] Configure a credential helper to remove this warning. See [2021-02-27T00:35:47.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-27T00:35:47.924Z] [2021-02-27T00:35:47.924Z] Login Succeeded [2021-02-27T00:35:47.924Z] nexus3.edgexfoundry.org:10002 [2021-02-27T00:35:48.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-27T00:35:48.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-27T00:35:48.526Z] Configure a credential helper to remove this warning. See [2021-02-27T00:35:48.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-27T00:35:48.526Z] [2021-02-27T00:35:48.526Z] Login Succeeded [2021-02-27T00:35:48.526Z] nexus3.edgexfoundry.org:10003 [2021-02-27T00:35:48.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-27T00:35:49.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-27T00:35:49.400Z] Configure a credential helper to remove this warning. See [2021-02-27T00:35:49.400Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-27T00:35:49.400Z] [2021-02-27T00:35:49.400Z] Login Succeeded [2021-02-27T00:35:49.400Z] nexus3.edgexfoundry.org:10004 [2021-02-27T00:35:49.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-27T00:35:49.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-27T00:35:49.672Z] Configure a credential helper to remove this warning. See [2021-02-27T00:35:49.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-27T00:35:49.672Z] [2021-02-27T00:35:49.672Z] Login Succeeded [2021-02-27T00:35:49.944Z] docker.io [2021-02-27T00:35:50.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-27T00:35:50.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-27T00:35:50.489Z] Configure a credential helper to remove this warning. See [2021-02-27T00:35:50.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-27T00:35:50.489Z] [2021-02-27T00:35:50.489Z] Login Succeeded [2021-02-27T00:35:50.489Z] ---> docker-login.sh ends [Pipeline] } [2021-02-27T00:35:50.506Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-27T00:35:51.161Z] ========================================================= [2021-02-27T00:35:51.161Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-27T00:35:51.161Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:35:51.590Z] + 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-02-27T00:35:54.262Z] Sending build context to Docker daemon 166.5MB [2021-02-27T00:35:54.262Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-27T00:35:54.262Z] Step 2/6 : FROM ${BASE} [2021-02-27T00:35:54.262Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-27T00:35:54.262Z] 5f621e34cdf4: Pulling fs layer [2021-02-27T00:35:54.262Z] a4357932f1b6: Pulling fs layer [2021-02-27T00:35:54.262Z] 18c013af1878: Pulling fs layer [2021-02-27T00:35:54.262Z] 00ac8860ef70: Pulling fs layer [2021-02-27T00:35:54.262Z] 63d7cb157983: Pulling fs layer [2021-02-27T00:35:54.262Z] b116817d02f9: Pulling fs layer [2021-02-27T00:35:54.262Z] 745a02a5169b: Pulling fs layer [2021-02-27T00:35:54.262Z] 00ac8860ef70: Waiting [2021-02-27T00:35:54.262Z] 63d7cb157983: Waiting [2021-02-27T00:35:54.262Z] b116817d02f9: Waiting [2021-02-27T00:35:54.262Z] 745a02a5169b: Waiting [2021-02-27T00:35:54.262Z] 18c013af1878: Verifying Checksum [2021-02-27T00:35:54.262Z] 18c013af1878: Download complete [2021-02-27T00:35:54.262Z] a4357932f1b6: Download complete [2021-02-27T00:35:54.262Z] 63d7cb157983: Verifying Checksum [2021-02-27T00:35:54.262Z] 63d7cb157983: Download complete [2021-02-27T00:35:54.262Z] b116817d02f9: Verifying Checksum [2021-02-27T00:35:54.262Z] b116817d02f9: Download complete [2021-02-27T00:35:54.262Z] 5f621e34cdf4: Verifying Checksum [2021-02-27T00:35:54.262Z] 5f621e34cdf4: Download complete [2021-02-27T00:35:54.876Z] 5f621e34cdf4: Pull complete [2021-02-27T00:35:55.485Z] a4357932f1b6: Pull complete [2021-02-27T00:35:55.763Z] 18c013af1878: Pull complete [2021-02-27T00:35:56.742Z] 745a02a5169b: Verifying Checksum [2021-02-27T00:35:56.742Z] 745a02a5169b: Download complete [2021-02-27T00:35:57.745Z] 00ac8860ef70: Verifying Checksum [2021-02-27T00:35:57.745Z] 00ac8860ef70: Download complete [2021-02-27T00:36:06.099Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:36:06.099Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:36:06.099Z] ---> 45429c2f68b1 [2021-02-27T00:36:06.099Z] Step 3/22 : WORKDIR /edgex-go [2021-02-27T00:36:06.099Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:36:06.099Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:36:06.099Z] ---> 45429c2f68b1 [2021-02-27T00:36:06.099Z] Step 3/23 : WORKDIR /edgex-go [2021-02-27T00:36:06.099Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:36:06.099Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:36:06.099Z] ---> 45429c2f68b1 [2021-02-27T00:36:06.099Z] Step 3/24 : WORKDIR /edgex-go [2021-02-27T00:36:06.099Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:36:06.099Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:36:06.099Z] ---> 45429c2f68b1 [2021-02-27T00:36:06.099Z] Step 3/21 : WORKDIR /edgex-go [2021-02-27T00:36:06.099Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:36:06.099Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:36:06.099Z] ---> 45429c2f68b1 [2021-02-27T00:36:06.099Z] Step 3/22 : WORKDIR /edgex-go [2021-02-27T00:36:06.099Z] ---> Running in c0365c12207b [2021-02-27T00:36:06.099Z] ---> Running in fe3d004d264d [2021-02-27T00:36:06.099Z] ---> Running in a2cc91a04d92 [2021-02-27T00:36:06.099Z] ---> Running in 63f37b603dda [2021-02-27T00:36:06.099Z] ---> Running in 537fd5a45b86 [2021-02-27T00:36:06.099Z] Removing intermediate container 63f37b603dda [2021-02-27T00:36:06.099Z] ---> 681bfda1de23 [2021-02-27T00:36:06.099Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:36:06.099Z] Removing intermediate container a2cc91a04d92 [2021-02-27T00:36:06.099Z] ---> 15f8e8a40a4f [2021-02-27T00:36:06.099Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:36:06.099Z] Removing intermediate container c0365c12207b [2021-02-27T00:36:06.099Z] ---> 48276f0d6a45 [2021-02-27T00:36:06.099Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:36:06.099Z] Removing intermediate container 537fd5a45b86 [2021-02-27T00:36:06.099Z] ---> 1dbd7b7efb4d [2021-02-27T00:36:06.099Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:36:06.099Z] Removing intermediate container fe3d004d264d [2021-02-27T00:36:06.099Z] ---> 0619bf9e7309 [2021-02-27T00:36:06.099Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:36:06.099Z] ---> Running in 6aaaf6733e46 [2021-02-27T00:36:06.099Z] ---> Running in b0886ab0d7ce [2021-02-27T00:36:06.099Z] ---> Running in 5a59979dadef [2021-02-27T00:36:06.099Z] ---> Running in 2c1f2f5c9775 [2021-02-27T00:36:06.099Z] ---> Running in 645bb5df1744 [2021-02-27T00:36:06.099Z] Removing intermediate container b0886ab0d7ce [2021-02-27T00:36:06.099Z] ---> ec4eeb7e7f1a [2021-02-27T00:36:06.099Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-27T00:36:06.099Z] Removing intermediate container 2c1f2f5c9775 [2021-02-27T00:36:06.099Z] ---> b99f233f9b08 [2021-02-27T00:36:06.099Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-27T00:36:06.099Z] Removing intermediate container 5a59979dadef [2021-02-27T00:36:06.099Z] ---> 1a81cb9279f3 [2021-02-27T00:36:06.099Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-27T00:36:06.099Z] Removing intermediate container 6aaaf6733e46 [2021-02-27T00:36:06.099Z] ---> 2d1f0fa8a222 [2021-02-27T00:36:06.099Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-27T00:36:06.099Z] ---> Running in 027ffe23451e [2021-02-27T00:36:06.099Z] ---> Running in 7e5ba38ea8cf [2021-02-27T00:36:06.099Z] ---> Running in 1cf010b30a07 [2021-02-27T00:36:06.099Z] Removing intermediate container 645bb5df1744 [2021-02-27T00:36:06.099Z] ---> 0df9e825a2a1 [2021-02-27T00:36:06.099Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-27T00:36:06.099Z] ---> Running in a642827cb250 [2021-02-27T00:36:06.099Z] ---> Running in 6dd450fdb91f [2021-02-27T00:36:07.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:36:07.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:36:07.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:36:07.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:36:07.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:36:07.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:36:07.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:36:07.928Z] 00ac8860ef70: Pull complete [2021-02-27T00:36:08.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:36:08.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:36:08.528Z] 63d7cb157983: Pull complete [2021-02-27T00:36:08.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:36:08.802Z] b116817d02f9: Pull complete [2021-02-27T00:36:09.033Z] OK: 233 MiB in 51 packages [2021-02-27T00:36:09.306Z] OK: 233 MiB in 51 packages [2021-02-27T00:36:09.571Z] OK: 233 MiB in 51 packages [2021-02-27T00:36:09.571Z] Removing intermediate container 7e5ba38ea8cf [2021-02-27T00:36:09.571Z] ---> 68e626dd73d3 [2021-02-27T00:36:09.571Z] Step 6/24 : COPY go.mod . [2021-02-27T00:36:09.838Z] OK: 233 MiB in 51 packages [2021-02-27T00:36:09.838Z] Removing intermediate container 1cf010b30a07 [2021-02-27T00:36:09.838Z] ---> 51facbed20f1 [2021-02-27T00:36:09.838Z] Step 6/22 : COPY go.mod . [2021-02-27T00:36:09.838Z] ---> f4f84c308110 [2021-02-27T00:36:09.838Z] Step 7/24 : RUN go mod download [2021-02-27T00:36:10.101Z] ---> Running in c8be2628d51b [2021-02-27T00:36:10.101Z] OK: 233 MiB in 51 packages [2021-02-27T00:36:10.363Z] ---> a302262f0aa2 [2021-02-27T00:36:10.364Z] Step 7/22 : RUN go mod download [2021-02-27T00:36:10.364Z] Removing intermediate container 027ffe23451e [2021-02-27T00:36:10.364Z] ---> 414f738818f4 [2021-02-27T00:36:10.364Z] Step 6/23 : COPY go.mod . [2021-02-27T00:36:10.629Z] ---> Running in c3000c8d7657 [2021-02-27T00:36:10.629Z] Removing intermediate container 6dd450fdb91f [2021-02-27T00:36:10.629Z] ---> 2aa4bfac4434 [2021-02-27T00:36:10.629Z] Step 6/22 : COPY go.mod . [2021-02-27T00:36:10.891Z] ---> 9c89e0c42f9c [2021-02-27T00:36:10.891Z] Step 7/23 : RUN go mod download [2021-02-27T00:36:11.156Z] ---> Running in 915eb9714b29 [2021-02-27T00:36:11.156Z] ---> a0867619c306 [2021-02-27T00:36:11.156Z] Step 7/22 : RUN go mod download [2021-02-27T00:36:11.424Z] Removing intermediate container a642827cb250 [2021-02-27T00:36:11.424Z] ---> 6bccba9e8df5 [2021-02-27T00:36:11.424Z] Step 6/21 : COPY go.mod . [2021-02-27T00:36:11.424Z] ---> Running in 96a8c51eef37 [2021-02-27T00:36:11.695Z] ---> ad1ec601ce41 [2021-02-27T00:36:11.695Z] Step 7/21 : RUN go mod download [2021-02-27T00:36:11.969Z] ---> Running in 64529c2419ee [2021-02-27T00:36:12.214Z] 745a02a5169b: Pull complete [2021-02-27T00:36:12.214Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-27T00:36:12.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-27T00:36:12.488Z] ---> b7e6874047d6 [2021-02-27T00:36:12.488Z] 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-02-27T00:36:12.940Z] Removing intermediate container c3000c8d7657 [2021-02-27T00:36:12.940Z] ---> 713f24b9aba8 [2021-02-27T00:36:12.940Z] Step 8/22 : COPY . . [2021-02-27T00:36:13.214Z] Removing intermediate container c8be2628d51b [2021-02-27T00:36:13.214Z] ---> f6df3599075d [2021-02-27T00:36:13.214Z] Step 8/24 : COPY . . [2021-02-27T00:36:13.485Z] Removing intermediate container 915eb9714b29 [2021-02-27T00:36:13.485Z] ---> 2df29401b824 [2021-02-27T00:36:13.485Z] Step 8/23 : COPY . . [2021-02-27T00:36:15.883Z] ---> Running in 1736b65aebf8 [2021-02-27T00:36:17.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:36:18.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:36:19.779Z] (1/12) Installing libmagic (5.38-r0) [2021-02-27T00:36:20.052Z] (2/12) Installing file (5.38-r0) [2021-02-27T00:36:20.052Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-27T00:36:20.052Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-27T00:36:20.161Z] Removing intermediate container 96a8c51eef37 [2021-02-27T00:36:20.161Z] ---> 1a2bf01e8394 [2021-02-27T00:36:20.161Z] Step 8/22 : COPY . . [2021-02-27T00:36:20.740Z] Removing intermediate container 64529c2419ee [2021-02-27T00:36:20.740Z] ---> 5a0d04afc0d1 [2021-02-27T00:36:20.740Z] Step 8/21 : COPY . . [2021-02-27T00:36:25.444Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-27T00:36:25.444Z] (6/12) Installing patch (2.7.6-r6) [2021-02-27T00:36:25.444Z] (7/12) Installing build-base (0.5-r2) [2021-02-27T00:36:25.444Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-27T00:36:25.444Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-27T00:36:25.444Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-27T00:36:25.444Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-27T00:36:25.444Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-27T00:36:25.444Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:36:25.444Z] OK: 217 MiB in 51 packages [2021-02-27T00:36:29.745Z] Removing intermediate container 1736b65aebf8 [2021-02-27T00:36:29.745Z] ---> 969ddd43b27f [2021-02-27T00:36:29.745Z] Step 4/6 : WORKDIR /edgex-go [2021-02-27T00:36:29.745Z] ---> Running in 3e78f76aa8c6 [2021-02-27T00:36:30.340Z] Removing intermediate container 3e78f76aa8c6 [2021-02-27T00:36:30.340Z] ---> 5d685e3e5ee6 [2021-02-27T00:36:30.340Z] Step 5/6 : COPY go.mod . [2021-02-27T00:36:30.934Z] ---> 634b006b00a2 [2021-02-27T00:36:30.934Z] Step 6/6 : RUN go mod download [2021-02-27T00:36:31.207Z] ---> Running in 135acff3711c [2021-02-27T00:36:58.015Z] Removing intermediate container 135acff3711c [2021-02-27T00:36:58.015Z] ---> 7064b5a5d89e [2021-02-27T00:36:58.287Z] Successfully built 7064b5a5d89e [2021-02-27T00:36:58.287Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:36:58.633Z] + docker inspect -f . ci-base-image-arm64 [2021-02-27T00:36:58.633Z] . [Pipeline] withDockerContainer [2021-02-27T00:36:58.924Z] prd-ubuntu18.04-docker-arm64-4c-16g-27929 does not seem to be running inside a container [2021-02-27T00:36:59.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-27T00:36:59.699Z] ---> 5148299e17b5 [2021-02-27T00:36:59.699Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-27T00:36:59.699Z] ---> dbec4afac09a [2021-02-27T00:36:59.699Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-27T00:36:59.699Z] ---> 71f0469e6b30 [2021-02-27T00:36:59.699Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-27T00:36:59.699Z] ---> c4e571785c77 [2021-02-27T00:36:59.699Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-27T00:36:59.699Z] ---> Running in 0c859a9a9c84 [2021-02-27T00:36:59.699Z] ---> Running in a7458ce60700 [2021-02-27T00:36:59.699Z] ---> Running in d1eda876ff34 [2021-02-27T00:36:59.699Z] ---> Running in bfd5da77cf99 [2021-02-27T00:36:59.699Z] ---> 1c9332930907 [2021-02-27T00:36:59.699Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-27T00:36:59.699Z] ---> Running in 1b9fcb4f1942 [2021-02-27T00:36:59.699Z] 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-02-27T00:36:59.699Z] 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-02-27T00:36:59.699Z] 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-02-27T00:36:59.699Z] 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-02-27T00:36:59.699Z] 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-02-27T00:37:00.653Z] $ docker top aa76475bd5826763a1ddb994a926d40b7108362a249221a54157ee69eed6347e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-27T00:37:01.716Z] + go version [2021-02-27T00:37:01.717Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-27T00:37:01.740Z] $ docker stop --time=1 aa76475bd5826763a1ddb994a926d40b7108362a249221a54157ee69eed6347e [2021-02-27T00:37:03.733Z] $ docker rm -f aa76475bd5826763a1ddb994a926d40b7108362a249221a54157ee69eed6347e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:37:04.761Z] + docker inspect -f . ci-base-image-arm64 [2021-02-27T00:37:04.761Z] . [Pipeline] withDockerContainer [2021-02-27T00:37:05.048Z] prd-ubuntu18.04-docker-arm64-4c-16g-27929 does not seem to be running inside a container [2021-02-27T00:37:05.147Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-27T00:37:06.725Z] $ docker top ce8682afd4e57181242fcd156e0c03105d17c1fde7668c2cb2b6659e22280b8b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-27T00:37:07.129Z] ========================================================= [2021-02-27T00:37:07.129Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-27T00:37:07.129Z] ========================================================= [Pipeline] sh [2021-02-27T00:37:07.780Z] + make test [2021-02-27T00:37:07.780Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-27T00:37:26.458Z] 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-02-27T00:37:26.458Z] 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-02-27T00:37:34.587Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-27T00:37:36.576Z] Removing intermediate container d1eda876ff34 [2021-02-27T00:37:36.576Z] ---> 147bc97f9a97 [2021-02-27T00:37:36.576Z] [2021-02-27T00:37:36.576Z] Step 10/24 : FROM alpine:3.12 [2021-02-27T00:37:36.576Z] Removing intermediate container bfd5da77cf99 [2021-02-27T00:37:36.576Z] ---> 121796c9911c [2021-02-27T00:37:36.576Z] [2021-02-27T00:37:36.576Z] Step 10/21 : FROM alpine:3.12 [2021-02-27T00:37:36.576Z] 3.12: Pulling from library/alpine [2021-02-27T00:37:36.576Z] 3.12: Pulling from library/alpine [2021-02-27T00:37:37.151Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-27T00:37:37.151Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-27T00:37:37.151Z] Status: Downloaded newer image for alpine:3.12 [2021-02-27T00:37:37.151Z] ---> 88dd2752d2ea [2021-02-27T00:37:37.151Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-27T00:37:37.151Z] Status: Downloaded newer image for alpine:3.12 [2021-02-27T00:37:37.151Z] ---> 88dd2752d2ea [2021-02-27T00:37:37.151Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-27T00:37:41.385Z] ---> Running in 434efb482f10 [2021-02-27T00:37:41.385Z] ---> Running in 2dfe8d5fb0f2 [2021-02-27T00:37:41.385Z] Removing intermediate container 0c859a9a9c84 [2021-02-27T00:37:41.385Z] ---> dbb2f84da8d0 [2021-02-27T00:37:41.385Z] [2021-02-27T00:37:41.385Z] Step 10/22 : FROM alpine:3.12 [2021-02-27T00:37:41.385Z] ---> 88dd2752d2ea [2021-02-27T00:37:41.385Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-27T00:37:41.648Z] Removing intermediate container 1b9fcb4f1942 [2021-02-27T00:37:41.648Z] ---> 42af16aa5363 [2021-02-27T00:37:41.648Z] [2021-02-27T00:37:41.648Z] Step 10/22 : FROM alpine:3.12 [2021-02-27T00:37:41.648Z] ---> 88dd2752d2ea [2021-02-27T00:37:41.648Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-27T00:37:41.914Z] Removing intermediate container a7458ce60700 [2021-02-27T00:37:41.914Z] ---> 78e16b6fd19d [2021-02-27T00:37:41.914Z] [2021-02-27T00:37:41.914Z] Step 10/23 : FROM alpine:3.12 [2021-02-27T00:37:41.914Z] ---> 88dd2752d2ea [2021-02-27T00:37:41.914Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-27T00:37:41.914Z] ---> Running in 895b7ecd2ec7 [2021-02-27T00:37:41.914Z] ---> Running in ccc66fdc13fa [2021-02-27T00:37:41.914Z] ---> Running in 0c730e6b9d2e [2021-02-27T00:37:43.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:37:43.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:37:43.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:37:43.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:37:43.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:37:43.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:37:43.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:37:43.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:37:43.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:37:43.617Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-27T00:37:43.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:37:43.617Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-27T00:37:43.617Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-27T00:37:43.617Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-27T00:37:43.617Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:37:43.617Z] (4/5) Installing curl (7.69.1-r3) [2021-02-27T00:37:43.617Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-27T00:37:43.617Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-27T00:37:43.617Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:37:43.617Z] OK: 6 MiB in 15 packages [2021-02-27T00:37:43.617Z] Executing ca-certificates-20191127-r4.trigger [2021-02-27T00:37:43.617Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-27T00:37:43.617Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-27T00:37:43.617Z] (4/4) Installing curl (7.69.1-r3) [2021-02-27T00:37:43.617Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:37:43.617Z] Executing ca-certificates-20191127-r4.trigger [2021-02-27T00:37:43.617Z] OK: 7 MiB in 19 packages [2021-02-27T00:37:43.617Z] OK: 7 MiB in 18 packages [2021-02-27T00:37:43.617Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-27T00:37:43.887Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-27T00:37:43.887Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:37:43.887Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-27T00:37:43.887Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:37:43.887Z] OK: 6 MiB in 15 packages [2021-02-27T00:37:43.887Z] Executing ca-certificates-20191127-r4.trigger [2021-02-27T00:37:43.887Z] OK: 6 MiB in 16 packages [2021-02-27T00:37:47.210Z] Removing intermediate container 895b7ecd2ec7 [2021-02-27T00:37:47.210Z] ---> ab88b4c81695 [2021-02-27T00:37:47.210Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-27T00:37:47.210Z] Removing intermediate container 2dfe8d5fb0f2 [2021-02-27T00:37:47.210Z] ---> 80839b8e4203 [2021-02-27T00:37:47.210Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-27T00:37:47.472Z] Removing intermediate container 0c730e6b9d2e [2021-02-27T00:37:47.472Z] ---> b543cc0d51e8 [2021-02-27T00:37:47.472Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-27T00:37:47.736Z] ---> Running in 8079251d44b5 [2021-02-27T00:37:47.736Z] ---> Running in f1a00c9f23ce [2021-02-27T00:37:47.736Z] Removing intermediate container 434efb482f10 [2021-02-27T00:37:47.736Z] ---> b0b99207b67c [2021-02-27T00:37:47.736Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-27T00:37:47.736Z] Removing intermediate container ccc66fdc13fa [2021-02-27T00:37:47.736Z] ---> 50087326c466 [2021-02-27T00:37:47.736Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-27T00:37:47.736Z] ---> Running in 99354df0f4da [2021-02-27T00:37:47.999Z] ---> Running in e64f27ed1b64 [2021-02-27T00:37:47.999Z] ---> Running in 9cd97ec45c62 [2021-02-27T00:37:47.999Z] Removing intermediate container f1a00c9f23ce [2021-02-27T00:37:47.999Z] ---> f18f0b77ac82 [2021-02-27T00:37:47.999Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-27T00:37:47.999Z] Removing intermediate container 8079251d44b5 [2021-02-27T00:37:47.999Z] ---> db08002bbc6b [2021-02-27T00:37:47.999Z] Step 13/21 : WORKDIR /edgex [2021-02-27T00:37:48.263Z] Removing intermediate container 99354df0f4da [2021-02-27T00:37:48.263Z] ---> f4cad90e2260 [2021-02-27T00:37:48.263Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-27T00:37:48.263Z] ---> Running in 278afed4d061 [2021-02-27T00:37:48.263Z] ---> Running in 329043e2e714 [2021-02-27T00:37:48.263Z] ---> Running in 4fb48da5932e [2021-02-27T00:37:48.263Z] Removing intermediate container e64f27ed1b64 [2021-02-27T00:37:48.263Z] ---> ae51769e13a6 [2021-02-27T00:37:48.263Z] Step 13/24 : WORKDIR / [2021-02-27T00:37:48.527Z] Removing intermediate container 9cd97ec45c62 [2021-02-27T00:37:48.527Z] ---> 81ac57def163 [2021-02-27T00:37:48.527Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-27T00:37:48.527Z] ---> Running in daabdfff40cc [2021-02-27T00:37:48.527Z] ---> Running in 210341bdc50c [2021-02-27T00:37:48.791Z] Removing intermediate container 329043e2e714 [2021-02-27T00:37:48.791Z] ---> 9ebf9eed4671 [2021-02-27T00:37:48.791Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-27T00:37:48.791Z] Removing intermediate container 278afed4d061 [2021-02-27T00:37:48.791Z] ---> 01471a52d8ab [2021-02-27T00:37:48.791Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-27T00:37:48.791Z] Removing intermediate container 4fb48da5932e [2021-02-27T00:37:48.791Z] ---> 68d0ea89c239 [2021-02-27T00:37:48.791Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-27T00:37:49.060Z] ---> Running in 1ad5fde425b5 [2021-02-27T00:37:49.060Z] ---> Running in 51e3b177eabd [2021-02-27T00:37:49.060Z] Removing intermediate container 210341bdc50c [2021-02-27T00:37:49.060Z] ---> 1cce728e56dc [2021-02-27T00:37:49.060Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-27T00:37:49.060Z] Removing intermediate container daabdfff40cc [2021-02-27T00:37:49.060Z] ---> dffb357e3bdf [2021-02-27T00:37:49.060Z] 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-02-27T00:37:49.060Z] ---> b7d4209969d8 [2021-02-27T00:37:49.060Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-27T00:37:49.060Z] ---> Running in c7c42df43393 [2021-02-27T00:37:49.330Z] Removing intermediate container 1ad5fde425b5 [2021-02-27T00:37:49.330Z] ---> fa75b33324c0 [2021-02-27T00:37:49.330Z] Step 15/23 : WORKDIR / [2021-02-27T00:37:49.330Z] Removing intermediate container 51e3b177eabd [2021-02-27T00:37:49.330Z] ---> 8f6ff6eb45a7 [2021-02-27T00:37:49.330Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:37:49.599Z] ---> Running in 8c4099c43ffe [2021-02-27T00:37:49.599Z] ---> 05f9f970bd90 [2021-02-27T00:37:49.599Z] 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-02-27T00:37:49.599Z] Removing intermediate container c7c42df43393 [2021-02-27T00:37:49.599Z] ---> 64221a6de63b [2021-02-27T00:37:49.599Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:37:49.865Z] ---> 107862e662d1 [2021-02-27T00:37:49.865Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-27T00:37:49.865Z] ---> 812e3fa179f9 [2021-02-27T00:37:49.865Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-27T00:37:49.865Z] Removing intermediate container 8c4099c43ffe [2021-02-27T00:37:49.865Z] ---> c65c3647f20e [2021-02-27T00:37:49.865Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:37:50.147Z] ---> 5a3fa2f06977 [2021-02-27T00:37:50.147Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-27T00:37:50.147Z] ---> 2a81593e4a2e [2021-02-27T00:37:50.147Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-27T00:37:50.419Z] ---> 463ce8d1d66e [2021-02-27T00:37:50.419Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-27T00:37:50.419Z] ---> 7aae92396b56 [2021-02-27T00:37:50.419Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-27T00:37:50.419Z] ---> Running in ea07aca101ce [2021-02-27T00:37:50.692Z] ---> 6d05b1cc9fbf [2021-02-27T00:37:50.692Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-27T00:37:50.692Z] ---> ded23cbc227b [2021-02-27T00:37:50.692Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-27T00:37:50.963Z] Removing intermediate container ea07aca101ce [2021-02-27T00:37:50.963Z] ---> df77a0409b8c [2021-02-27T00:37:50.963Z] Step 18/21 : CMD ["--init=true"] [2021-02-27T00:37:50.963Z] ---> 2a058ea86028 [2021-02-27T00:37:50.963Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-27T00:37:50.963Z] ---> Running in e144d7e3bb6b [2021-02-27T00:37:51.227Z] ---> eb09b5a9f34b [2021-02-27T00:37:51.227Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-27T00:37:51.227Z] ---> 3fed69ed8be1 [2021-02-27T00:37:51.227Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-27T00:37:51.489Z] Removing intermediate container e144d7e3bb6b [2021-02-27T00:37:51.489Z] ---> a9e09ce62797 [2021-02-27T00:37:51.490Z] Step 19/21 : LABEL arch=x86_64 [2021-02-27T00:37:51.490Z] ---> Running in af418671f813 [2021-02-27T00:37:51.752Z] ---> 568e4a40f0b2 [2021-02-27T00:37:51.752Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-27T00:37:51.752Z] ---> 9fd36145b028 [2021-02-27T00:37:51.752Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-27T00:37:52.015Z] ---> Running in 2b6a5465aacd [2021-02-27T00:37:52.015Z] ---> e0b7c4abbb71 [2021-02-27T00:37:52.015Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-27T00:37:52.278Z] ---> Running in a77e4e0f78d2 [2021-02-27T00:37:52.278Z] Removing intermediate container af418671f813 [2021-02-27T00:37:52.278Z] ---> c3561620c5ae [2021-02-27T00:37:52.278Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:37:52.278Z] ---> Running in 0f518a9e93e5 [2021-02-27T00:37:52.278Z] Removing intermediate container 2b6a5465aacd [2021-02-27T00:37:52.278Z] ---> 0654ce98be82 [2021-02-27T00:37:52.278Z] Step 20/21 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:37:52.278Z] ---> 38e3c01b5fff [2021-02-27T00:37:52.278Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-27T00:37:52.278Z] ---> Running in 790b49c83323 [2021-02-27T00:37:52.541Z] Removing intermediate container a77e4e0f78d2 [2021-02-27T00:37:52.541Z] ---> 6e0b0d8ceffd [2021-02-27T00:37:52.541Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:37:52.541Z] ---> Running in df8f66f70131 [2021-02-27T00:37:52.541Z] ---> Running in f4369c285f9a [2021-02-27T00:37:52.803Z] Removing intermediate container 0f518a9e93e5 [2021-02-27T00:37:52.803Z] ---> 0bcbdf27ec61 [2021-02-27T00:37:52.803Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:37:52.803Z] Removing intermediate container 790b49c83323 [2021-02-27T00:37:52.803Z] ---> 395646ca58ee [2021-02-27T00:37:52.803Z] Step 20/22 : LABEL arch=x86_64 [2021-02-27T00:37:52.803Z] ---> Running in 73a1842b2a43 [2021-02-27T00:37:52.803Z] ---> d4efe08fb131 [2021-02-27T00:37:52.803Z] 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-02-27T00:37:53.066Z] ---> Running in e20cd8077561 [2021-02-27T00:37:53.066Z] Removing intermediate container df8f66f70131 [2021-02-27T00:37:53.066Z] ---> 6ced5c67306a [2021-02-27T00:37:53.066Z] Step 21/21 : LABEL version=0.0.0 [2021-02-27T00:37:53.066Z] ---> Running in 074c6dc3c8d1 [2021-02-27T00:37:53.066Z] Removing intermediate container f4369c285f9a [2021-02-27T00:37:53.066Z] ---> 98bdc3836dce [2021-02-27T00:37:53.066Z] Step 20/22 : LABEL arch=x86_64 [2021-02-27T00:37:53.328Z] ---> Running in ee24d7cd933f [2021-02-27T00:37:53.596Z] Removing intermediate container 73a1842b2a43 [2021-02-27T00:37:53.596Z] ---> 1b5ece6686b6 [2021-02-27T00:37:53.596Z] Step 21/23 : LABEL arch=x86_64 [2021-02-27T00:37:53.596Z] ---> Running in 48a7084c08fd [2021-02-27T00:37:53.596Z] Removing intermediate container e20cd8077561 [2021-02-27T00:37:53.596Z] ---> 3a1efc62b362 [2021-02-27T00:37:53.596Z] Step 21/22 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:37:53.596Z] Removing intermediate container ee24d7cd933f [2021-02-27T00:37:53.596Z] ---> 21a0bf341aa1 [2021-02-27T00:37:53.596Z] [2021-02-27T00:37:53.596Z] ---> Running in d94bf64c42e6 [2021-02-27T00:37:53.864Z] ---> Running in 4a46ea10b36d [2021-02-27T00:37:53.864Z] Removing intermediate container 48a7084c08fd [2021-02-27T00:37:53.864Z] ---> d43f1d8e6c98 [2021-02-27T00:37:53.864Z] Step 21/22 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:37:53.864Z] ---> Running in 3f8e498693e2 [2021-02-27T00:37:54.131Z] Successfully built 21a0bf341aa1 [2021-02-27T00:37:54.131Z] Removing intermediate container d94bf64c42e6 [2021-02-27T00:37:54.131Z] ---> 7d8b7ef47999 [2021-02-27T00:37:54.131Z] Step 22/23 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:37:54.131Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-27T00:37:54.131Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-27T00:37:54.131Z] Removing intermediate container 4a46ea10b36d [2021-02-27T00:37:54.131Z] ---> ad05e415f5dc [2021-02-27T00:37:54.131Z] Step 22/22 : LABEL version=0.0.0 [2021-02-27T00:37:54.397Z] ---> Running in ea182aa7e5f5 [2021-02-27T00:37:54.397Z] ---> Running in b6cf930f52ce [2021-02-27T00:37:54.397Z] Removing intermediate container 3f8e498693e2 [2021-02-27T00:37:54.397Z] ---> cf356b94db80 [2021-02-27T00:37:54.397Z] Step 22/22 : LABEL version=0.0.0 [2021-02-27T00:37:54.684Z] ---> Running in 727cd9c4df10 [2021-02-27T00:37:54.684Z] Removing intermediate container ea182aa7e5f5 [2021-02-27T00:37:54.684Z] ---> 202b2f4fb51c [2021-02-27T00:37:54.684Z] Step 23/23 : LABEL version=0.0.0 [2021-02-27T00:37:54.949Z] Removing intermediate container b6cf930f52ce [2021-02-27T00:37:54.949Z] ---> 4a70f8c620d6 [2021-02-27T00:37:54.949Z] [2021-02-27T00:37:54.949Z] ---> Running in c330b267dcf2 [2021-02-27T00:37:55.216Z] Successfully built 4a70f8c620d6 [2021-02-27T00:37:55.216Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-27T00:37:55.216Z] Building docker-core-command-go [2021-02-27T00:37:55.216Z] Removing intermediate container 727cd9c4df10 [2021-02-27T00:37:55.216Z] ---> 2f9fbce15cb0 [2021-02-27T00:37:55.216Z] [2021-02-27T00:37:55.483Z]  Building docker-support-scheduler-go ... done Removing intermediate container 074c6dc3c8d1 [2021-02-27T00:37:55.483Z] ---> f4187ba37cb9 [2021-02-27T00:37:55.483Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-27T00:37:55.483Z] Successfully built 2f9fbce15cb0 [2021-02-27T00:37:55.483Z] Removing intermediate container c330b267dcf2 [2021-02-27T00:37:55.483Z] ---> 68d8acf371b7 [2021-02-27T00:37:55.483Z] [2021-02-27T00:37:55.483Z] ---> Running in 8e08f83f8026 [2021-02-27T00:37:55.483Z] Successfully tagged docker-support-notifications-go:latest [2021-02-27T00:37:55.483Z] Building docker-core-data-go [2021-02-27T00:37:55.748Z]  Building docker-support-notifications-go ... done Successfully built 68d8acf371b7 [2021-02-27T00:37:55.748Z] Successfully tagged docker-core-metadata-go:latest [2021-02-27T00:37:55.748Z] Building docker-security-bootstrapper-go [2021-02-27T00:37:56.013Z]  Building docker-core-metadata-go ... done Removing intermediate container 8e08f83f8026 [2021-02-27T00:37:56.013Z] ---> c8d966802400 [2021-02-27T00:37:56.013Z] Step 22/24 : LABEL arch=x86_64 [2021-02-27T00:37:56.013Z] ---> Running in 72e812d75806 [2021-02-27T00:37:56.278Z] Removing intermediate container 72e812d75806 [2021-02-27T00:37:56.278Z] ---> 8d0e739d954f [2021-02-27T00:37:56.278Z] Step 23/24 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:37:56.278Z] ---> Running in 2489196bf2d2 [2021-02-27T00:38:02.906Z] Removing intermediate container 2489196bf2d2 [2021-02-27T00:38:02.906Z] ---> affcb3e536db [2021-02-27T00:38:02.906Z] Step 24/24 : LABEL version=0.0.0 [2021-02-27T00:38:03.175Z] ---> Running in 5336cb667cb4 [2021-02-27T00:38:03.753Z] Removing intermediate container 5336cb667cb4 [2021-02-27T00:38:03.753Z] ---> 47def96486af [2021-02-27T00:38:03.753Z] [2021-02-27T00:38:04.339Z] Successfully built 47def96486af [2021-02-27T00:38:05.741Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-27T00:38:24.015Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:38:24.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:38:24.015Z] ---> 45429c2f68b1 [2021-02-27T00:38:24.015Z] Step 3/23 : WORKDIR /edgex-go [2021-02-27T00:38:24.015Z] ---> Using cache [2021-02-27T00:38:24.015Z] ---> 0619bf9e7309 [2021-02-27T00:38:24.015Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:38:24.015Z] ---> Using cache [2021-02-27T00:38:24.015Z] ---> 0df9e825a2a1 [2021-02-27T00:38:24.015Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-27T00:38:24.015Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:38:24.015Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:38:24.015Z] ---> 45429c2f68b1 [2021-02-27T00:38:24.015Z] Step 3/23 : WORKDIR /edgex-go [2021-02-27T00:38:24.015Z] ---> Using cache [2021-02-27T00:38:24.015Z] ---> 0619bf9e7309 [2021-02-27T00:38:24.015Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:38:24.015Z] ---> Using cache [2021-02-27T00:38:24.015Z] ---> 0df9e825a2a1 [2021-02-27T00:38:24.015Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-27T00:38:24.015Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:38:24.015Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:38:24.015Z] ---> 45429c2f68b1 [2021-02-27T00:38:24.015Z] Step 3/26 : WORKDIR /edgex-go [2021-02-27T00:38:24.015Z] ---> Using cache [2021-02-27T00:38:24.015Z] ---> 0619bf9e7309 [2021-02-27T00:38:24.015Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:38:24.015Z] ---> Using cache [2021-02-27T00:38:24.015Z] ---> 0df9e825a2a1 [2021-02-27T00:38:24.015Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-27T00:38:24.015Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:38:24.015Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:38:24.015Z] ---> 45429c2f68b1 [2021-02-27T00:38:24.015Z] Step 3/30 : WORKDIR /edgex-go [2021-02-27T00:38:24.015Z] ---> Using cache [2021-02-27T00:38:24.015Z] ---> 0619bf9e7309 [2021-02-27T00:38:24.015Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:38:24.015Z] ---> Using cache [2021-02-27T00:38:24.015Z] ---> 0df9e825a2a1 [2021-02-27T00:38:24.015Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-27T00:38:24.967Z] ---> Running in 4a54f63d772b [2021-02-27T00:38:24.967Z] ---> Running in 9c7b30399e4d [2021-02-27T00:38:24.967Z] ---> Running in 66ad6d0cb605 [2021-02-27T00:38:24.967Z] ---> Running in c30eb158023e [2021-02-27T00:38:26.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:38:26.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:38:26.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:38:26.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:38:26.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:38:26.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:38:26.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:38:26.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:38:27.896Z] OK: 233 MiB in 51 packages [2021-02-27T00:38:27.896Z] OK: 233 MiB in 51 packages [2021-02-27T00:38:27.896Z] OK: 233 MiB in 51 packages [2021-02-27T00:38:27.896Z] OK: 233 MiB in 51 packages [2021-02-27T00:38:28.860Z] Removing intermediate container 9c7b30399e4d [2021-02-27T00:38:28.860Z] ---> a17e3519559c [2021-02-27T00:38:28.860Z] Step 6/30 : COPY go.mod . [2021-02-27T00:38:28.860Z] Removing intermediate container 4a54f63d772b [2021-02-27T00:38:28.860Z] ---> feab4233d200 [2021-02-27T00:38:28.860Z] Step 6/23 : COPY go.mod . [2021-02-27T00:38:28.860Z] Removing intermediate container 66ad6d0cb605 [2021-02-27T00:38:28.860Z] ---> ffced6a85f12 [2021-02-27T00:38:28.860Z] Step 6/23 : COPY go.mod . [2021-02-27T00:38:28.860Z] Removing intermediate container c30eb158023e [2021-02-27T00:38:28.860Z] ---> ec7e4177a821 [2021-02-27T00:38:28.860Z] Step 6/26 : COPY go.mod . [2021-02-27T00:38:29.143Z] ---> 7d37109b47ff [2021-02-27T00:38:29.143Z] Step 7/30 : RUN go mod download [2021-02-27T00:38:29.143Z] ---> 0ca2b1038b0a [2021-02-27T00:38:29.143Z] Step 7/23 : RUN go mod download [2021-02-27T00:38:29.143Z] ---> Running in 6efc3e486a3c [2021-02-27T00:38:29.406Z] ---> Running in 43c5cc3a3c80 [2021-02-27T00:38:29.406Z] ---> a124e8f66b22 [2021-02-27T00:38:29.406Z] Step 7/23 : RUN go mod download [2021-02-27T00:38:29.406Z] ---> d509eadb1c4b [2021-02-27T00:38:29.406Z] Step 7/26 : RUN go mod download [2021-02-27T00:38:29.671Z] ---> Running in a4db6bc3ccf3 [2021-02-27T00:38:29.671Z] ---> Running in 305b9440295d [2021-02-27T00:38:31.250Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-27T00:38:32.246Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-27T00:38:32.261Z] Removing intermediate container a4db6bc3ccf3 [2021-02-27T00:38:32.261Z] ---> 51a6a2eab98a [2021-02-27T00:38:32.261Z] Step 8/23 : COPY . . [2021-02-27T00:38:32.261Z] Removing intermediate container 6efc3e486a3c [2021-02-27T00:38:32.261Z] ---> 2a5bcdb8c3ad [2021-02-27T00:38:32.261Z] Step 8/30 : COPY . . [2021-02-27T00:38:32.261Z] Removing intermediate container 305b9440295d [2021-02-27T00:38:32.261Z] ---> f60dfdacb76f [2021-02-27T00:38:32.261Z] Step 8/26 : COPY . . [2021-02-27T00:38:32.261Z] Removing intermediate container 43c5cc3a3c80 [2021-02-27T00:38:32.261Z] ---> f519db26786d [2021-02-27T00:38:32.261Z] Step 8/23 : COPY . . [2021-02-27T00:38:42.707Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-27T00:38:42.707Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-27T00:38:46.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-27T00:38:46.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-27T00:38:46.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-27T00:38:46.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-27T00:38:48.781Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-27T00:38:49.773Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-27T00:38:58.099Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-27T00:38:58.099Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-27T00:38:58.099Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-27T00:39:04.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.398s coverage: 45.9% of statements [2021-02-27T00:39:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-27T00:39:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-27T00:39:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-27T00:39:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-27T00:39:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-27T00:39:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-27T00:39:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-27T00:39:04.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.213s coverage: 100.0% of statements [2021-02-27T00:39:11.956Z] ---> 6f0e5009403d [2021-02-27T00:39:11.956Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-27T00:39:11.956Z] ---> b725f6baea66 [2021-02-27T00:39:11.956Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-27T00:39:11.956Z] ---> Running in 977c7a83a478 [2021-02-27T00:39:11.956Z] ---> 1f617c249aa9 [2021-02-27T00:39:11.956Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-27T00:39:11.956Z] ---> e03080331655 [2021-02-27T00:39:11.956Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-27T00:39:11.956Z] ---> Running in 33435a5f4b01 [2021-02-27T00:39:11.956Z] ---> Running in 4e985bb909b6 [2021-02-27T00:39:11.956Z] ---> Running in 9929497551d6 [2021-02-27T00:39:11.956Z] 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-02-27T00:39:11.956Z] 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-02-27T00:39:11.956Z] 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-02-27T00:39:11.956Z] 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-02-27T00:39:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.601s coverage: 27.1% of statements [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-27T00:39:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-27T00:39:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-27T00:39:13.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 65.8% of statements [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-27T00:39:13.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-27T00:39:14.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.807s coverage: 82.7% of statements [2021-02-27T00:39:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-27T00:39:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-27T00:39:14.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.156s coverage: 90.0% of statements [2021-02-27T00:39:14.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-27T00:39:24.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.126s coverage: 28.6% of statements [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-27T00:39:24.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.176s coverage: 100.0% of statements [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-27T00:39:24.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-27T00:39:24.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.339s coverage: 86.7% of statements [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-27T00:39:24.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.311s coverage: 97.5% of statements [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-27T00:39:24.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.178s coverage: 78.3% of statements [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-27T00:39:24.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-27T00:39:33.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.328s coverage: 92.8% of statements [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-27T00:39:33.125Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-27T00:39:33.125Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.239s coverage: 0.1% of statements [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-27T00:39:33.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-27T00:39:33.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.105s coverage: 45.5% of statements [2021-02-27T00:39:33.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.118s coverage: 79.5% of statements [2021-02-27T00:39:33.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-02-27T00:39:33.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-02-27T00:39:33.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-02-27T00:39:44.403Z] Removing intermediate container 977c7a83a478 [2021-02-27T00:39:44.403Z] ---> e454b4b0e82d [2021-02-27T00:39:44.403Z] [2021-02-27T00:39:44.403Z] Step 10/30 : FROM alpine:3.12 [2021-02-27T00:39:44.403Z] ---> 88dd2752d2ea [2021-02-27T00:39:44.403Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-27T00:39:44.403Z] Removing intermediate container 4e985bb909b6 [2021-02-27T00:39:44.403Z] ---> 8a43f7a7e2a9 [2021-02-27T00:39:44.403Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-27T00:39:44.403Z] Removing intermediate container 33435a5f4b01 [2021-02-27T00:39:44.403Z] ---> 72d9dcc99a31 [2021-02-27T00:39:44.403Z] [2021-02-27T00:39:44.403Z] Step 10/23 : FROM alpine:3.12 [2021-02-27T00:39:44.403Z] ---> 88dd2752d2ea [2021-02-27T00:39:44.403Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-27T00:39:44.403Z] ---> Using cache [2021-02-27T00:39:44.403Z] ---> b543cc0d51e8 [2021-02-27T00:39:44.403Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-27T00:39:44.403Z] ---> Using cache [2021-02-27T00:39:44.403Z] ---> f4cad90e2260 [2021-02-27T00:39:44.403Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-27T00:39:44.403Z] ---> Running in d3318f19f5d9 [2021-02-27T00:39:44.403Z] ---> Running in f80df02a1dc8 [2021-02-27T00:39:44.403Z] ---> Running in 10250ad46ad1 [2021-02-27T00:39:44.403Z] Removing intermediate container 10250ad46ad1 [2021-02-27T00:39:44.403Z] ---> fa4dfe312cd7 [2021-02-27T00:39:44.403Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-27T00:39:44.403Z] Removing intermediate container f80df02a1dc8 [2021-02-27T00:39:44.403Z] ---> 184f769a8ea3 [2021-02-27T00:39:44.403Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-27T00:39:44.403Z] 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-02-27T00:39:44.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2021-02-27T00:39:44.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-27T00:39:44.993Z] ---> Running in 2a8d11452b20 [2021-02-27T00:39:44.993Z] ---> Running in 9bd96128cd5d [2021-02-27T00:39:47.553Z] Removing intermediate container 9929497551d6 [2021-02-27T00:39:47.553Z] ---> 7f73f57f0671 [2021-02-27T00:39:47.553Z] [2021-02-27T00:39:47.553Z] Step 10/23 : FROM alpine:3.12 [2021-02-27T00:39:47.553Z] ---> 88dd2752d2ea [2021-02-27T00:39:47.553Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-27T00:39:47.553Z] Removing intermediate container 2a8d11452b20 [2021-02-27T00:39:47.553Z] ---> 5859a905be95 [2021-02-27T00:39:47.553Z] Step 15/23 : WORKDIR / [2021-02-27T00:39:47.553Z] ---> Running in 4dcf96fed559 [2021-02-27T00:39:47.553Z] ---> Running in 52157ace00f8 [2021-02-27T00:39:47.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:39:47.816Z] Removing intermediate container 4dcf96fed559 [2021-02-27T00:39:47.816Z] ---> 92a67e8823f1 [2021-02-27T00:39:47.816Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-27T00:39:47.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:39:47.816Z] ---> Running in 9b8a7f4d486b [2021-02-27T00:39:47.816Z] Removing intermediate container 52157ace00f8 [2021-02-27T00:39:47.816Z] ---> 8bea80f98886 [2021-02-27T00:39:47.816Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:39:48.080Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-27T00:39:48.080Z] (2/2) Installing su-exec (0.2-r1) [2021-02-27T00:39:48.080Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:39:48.080Z] OK: 6 MiB in 16 packages [2021-02-27T00:39:48.080Z] Removing intermediate container d3318f19f5d9 [2021-02-27T00:39:48.080Z] ---> 7e1c1b678b68 [2021-02-27T00:39:48.080Z] [2021-02-27T00:39:48.080Z] Step 11/26 : FROM docker:20.10.0 [2021-02-27T00:39:48.080Z] 20.10.0: Pulling from library/docker [2021-02-27T00:39:48.080Z] Removing intermediate container 9b8a7f4d486b [2021-02-27T00:39:48.080Z] ---> b2594fe683ec [2021-02-27T00:39:48.080Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-27T00:39:48.345Z] ---> Running in 2a8ddf9cc2fe [2021-02-27T00:39:48.345Z] ---> c4f1a5e1bc1d [2021-02-27T00:39:48.345Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-27T00:39:48.615Z] Removing intermediate container 2a8ddf9cc2fe [2021-02-27T00:39:48.615Z] ---> 4e73df8088f6 [2021-02-27T00:39:48.615Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:39:49.196Z] ---> Running in 06c49f6f4c9c [2021-02-27T00:39:49.196Z] Removing intermediate container 9bd96128cd5d [2021-02-27T00:39:49.196Z] ---> ed9fe3389239 [2021-02-27T00:39:49.196Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-27T00:39:50.161Z] ---> Running in 9741709d19f6 [2021-02-27T00:39:50.161Z] ---> 336f1ee8a5e3 [2021-02-27T00:39:50.161Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-27T00:39:50.437Z] Removing intermediate container 9741709d19f6 [2021-02-27T00:39:50.437Z] ---> ec0200bd9824 [2021-02-27T00:39:50.437Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-27T00:39:50.437Z] ---> Running in a166662f0094 [2021-02-27T00:39:50.704Z] ---> 8f249e1cc837 [2021-02-27T00:39:50.704Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-27T00:39:50.704Z] ---> Running in 76a3df0a9f0e [2021-02-27T00:39:50.971Z] Removing intermediate container a166662f0094 [2021-02-27T00:39:50.971Z] ---> 69847a543af9 [2021-02-27T00:39:50.971Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-27T00:39:50.971Z] ---> Running in a4cec7334993 [2021-02-27T00:39:51.238Z] Removing intermediate container 76a3df0a9f0e [2021-02-27T00:39:51.238Z] ---> 2467300e1ebf [2021-02-27T00:39:51.238Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:39:51.506Z] ---> Running in 9586030e51d2 [2021-02-27T00:39:51.779Z] Removing intermediate container 06c49f6f4c9c [2021-02-27T00:39:51.779Z] ---> 5ac1ab5a0088 [2021-02-27T00:39:51.779Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-27T00:39:51.779Z] ---> Running in 37f5069d5d94 [2021-02-27T00:39:52.062Z] Removing intermediate container 9586030e51d2 [2021-02-27T00:39:52.062Z] ---> a676e8ac44e8 [2021-02-27T00:39:52.062Z] Step 21/23 : LABEL arch=x86_64 [2021-02-27T00:39:52.062Z] ---> Running in a5a594c6fb08 [2021-02-27T00:39:52.326Z] Removing intermediate container a5a594c6fb08 [2021-02-27T00:39:52.326Z] ---> 35251f2d3920 [2021-02-27T00:39:52.326Z] Step 22/23 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:39:52.590Z] ---> Running in 132f4c0fd814 [2021-02-27T00:39:52.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:39:52.854Z] Removing intermediate container a4cec7334993 [2021-02-27T00:39:52.854Z] ---> b1b725690ee9 [2021-02-27T00:39:52.854Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR}Removing intermediate container 132f4c0fd814 [2021-02-27T00:39:52.854Z] ---> 3ea378767308 [2021-02-27T00:39:52.854Z] Step 23/23 : LABEL version=0.0.0 [2021-02-27T00:39:52.854Z] [2021-02-27T00:39:53.119Z] ---> Running in c67022d20476 [2021-02-27T00:39:53.119Z] ---> Running in 52c6e5e03ae5 [2021-02-27T00:39:53.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:39:53.384Z] Removing intermediate container c67022d20476 [2021-02-27T00:39:53.384Z] ---> 7b5fc2ea22f2 [2021-02-27T00:39:53.384Z] [2021-02-27T00:39:53.384Z] Removing intermediate container 52c6e5e03ae5 [2021-02-27T00:39:53.384Z] ---> 2deca48451f9 [2021-02-27T00:39:53.384Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-27T00:39:53.648Z] Successfully built 7b5fc2ea22f2 [2021-02-27T00:39:53.910Z] Successfully tagged docker-core-command-go:latest [2021-02-27T00:39:53.911Z]  Building docker-core-command-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-02-27T00:39:53.911Z] ---> ee0ebbb40239 [2021-02-27T00:39:53.911Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-27T00:39:54.177Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-27T00:39:54.177Z] ---> Running in f07efbf3f41d [2021-02-27T00:39:54.177Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-27T00:39:54.177Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-27T00:39:54.445Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-27T00:39:54.707Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-27T00:39:54.707Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-27T00:39:54.707Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-27T00:39:54.707Z] ---> aefe523efa57 [2021-02-27T00:39:54.707Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-27T00:39:54.707Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:39:54.707Z] OK: 8 MiB in 20 packages [2021-02-27T00:39:54.971Z] ---> Running in b2997b98b48e [2021-02-27T00:39:55.566Z] Removing intermediate container 37f5069d5d94 [2021-02-27T00:39:55.566Z] ---> 887918fb81d1 [2021-02-27T00:39:55.566Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:39:55.566Z] Removing intermediate container f07efbf3f41d [2021-02-27T00:39:55.566Z] ---> e2aec2e7679d [2021-02-27T00:39:55.566Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:39:56.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:39:56.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:39:56.147Z] (1/2) Installing readline (8.0.4-r0) [2021-02-27T00:39:56.147Z] (2/2) Installing bash (5.0.17-r0) [2021-02-27T00:39:56.412Z] ---> 929d961ff964 [2021-02-27T00:39:56.412Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-27T00:39:56.412Z] Executing bash-5.0.17-r0.post-install [2021-02-27T00:39:56.412Z] ---> 6ad1ab834a83 [2021-02-27T00:39:56.412Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-27T00:39:56.412Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:39:56.412Z] OK: 12 MiB in 22 packages [2021-02-27T00:39:57.361Z] ---> 580ce18e2d44 [2021-02-27T00:39:57.361Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-27T00:39:57.361Z] ---> 76f673b4c3d7 [2021-02-27T00:39:57.361Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-27T00:39:57.361Z] Removing intermediate container b2997b98b48e [2021-02-27T00:39:57.361Z] ---> edd6e3982eaa [2021-02-27T00:39:57.361Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-27T00:39:57.361Z] ---> Running in f922b8a05528 [2021-02-27T00:39:57.361Z] ---> adca4f2012b6 [2021-02-27T00:39:57.361Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-27T00:39:57.361Z] ---> a6b3403bbc7b [2021-02-27T00:39:57.361Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-27T00:39:57.627Z] Removing intermediate container f922b8a05528 [2021-02-27T00:39:57.627Z] ---> 347598330d31 [2021-02-27T00:39:57.627Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-27T00:39:57.627Z] ---> Running in 1205382f5aef [2021-02-27T00:39:57.627Z] ---> Running in e269cf21e09a [2021-02-27T00:39:57.889Z] ---> 4e972311ecde [2021-02-27T00:39:57.889Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-27T00:39:57.889Z] Removing intermediate container 1205382f5aef [2021-02-27T00:39:57.889Z] ---> 797f010b44fd [2021-02-27T00:39:57.889Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:39:58.154Z] Removing intermediate container e269cf21e09a [2021-02-27T00:39:58.154Z] ---> ca8a27f913ec [2021-02-27T00:39:58.154Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-27T00:39:58.154Z] ---> Running in cb6cc7fc667e [2021-02-27T00:39:58.154Z] ---> Running in 9adf4d695179 [2021-02-27T00:39:58.417Z] ---> Running in debec921edd7 [2021-02-27T00:39:58.417Z] Removing intermediate container cb6cc7fc667e [2021-02-27T00:39:58.417Z] ---> 68e459e955ac [2021-02-27T00:39:58.417Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-27T00:39:58.417Z] Removing intermediate container 9adf4d695179 [2021-02-27T00:39:58.417Z] ---> a62babb6dc59 [2021-02-27T00:39:58.417Z] Step 21/23 : LABEL arch=x86_64 [2021-02-27T00:39:58.682Z] Removing intermediate container debec921edd7 [2021-02-27T00:39:58.682Z] ---> 3b653bf6a68c [2021-02-27T00:39:58.682Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-27T00:39:58.682Z] ---> Running in 724b67e335ee [2021-02-27T00:39:58.682Z] ---> 9803b710f630 [2021-02-27T00:39:58.682Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-27T00:39:59.265Z] ---> Running in df3169d7c3e5 [2021-02-27T00:39:59.265Z] Removing intermediate container 724b67e335ee [2021-02-27T00:39:59.265Z] ---> 3001f1e85282 [2021-02-27T00:39:59.265Z] Step 22/23 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:39:59.265Z] ---> Running in 8f8d745a7120 [2021-02-27T00:39:59.265Z] ---> 231b733c20c0 [2021-02-27T00:39:59.265Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-27T00:39:59.528Z] Removing intermediate container 8f8d745a7120 [2021-02-27T00:39:59.528Z] ---> 75b51f64821b [2021-02-27T00:39:59.528Z] Step 23/23 : LABEL version=0.0.0 [2021-02-27T00:39:59.528Z] ---> Running in 6a1e00415112 [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 77.8% of statements [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.6% of statements [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.6% of statements [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.555s coverage: 62.4% of statements [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-27T00:39:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.855s coverage: 68.9% of statements [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-27T00:39:59.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-27T00:39:59.798Z] ---> 3296daf28fc2 [2021-02-27T00:39:59.798Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-27T00:39:59.798Z] Removing intermediate container 6a1e00415112 [2021-02-27T00:39:59.798Z] ---> 64b033a60425 [2021-02-27T00:39:59.798Z] [2021-02-27T00:40:00.065Z] Successfully built 64b033a60425 [2021-02-27T00:40:00.065Z] Successfully tagged docker-core-data-go:latest [2021-02-27T00:40:00.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.362s coverage: 38.4% of statements [2021-02-27T00:40:00.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-27T00:40:00.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-27T00:40:00.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements [2021-02-27T00:40:00.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-02-27T00:40:00.329Z]  Building docker-core-data-go ... done  ---> d3b2f175965b [2021-02-27T00:40:00.329Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-27T00:40:00.329Z] ---> Running in f0bf3ab039b6 [2021-02-27T00:40:00.599Z] Removing intermediate container df3169d7c3e5 [2021-02-27T00:40:00.599Z] ---> 1025032b95e3 [2021-02-27T00:40:00.599Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-27T00:40:00.863Z] ---> Running in ce4d2d9eac28 [2021-02-27T00:40:00.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:40:00.863Z] Removing intermediate container ce4d2d9eac28 [2021-02-27T00:40:00.863Z] ---> 9f1bfc10dcf0 [2021-02-27T00:40:00.863Z] Step 27/30 : CMD ["gate"] [2021-02-27T00:40:00.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:40:01.126Z] ---> Running in 7498a814bcfe [2021-02-27T00:40:01.126Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-27T00:40:01.126Z] (2/33) Installing expat (2.2.9-r1) [2021-02-27T00:40:01.126Z] (3/33) Installing libffi (3.3-r2) [2021-02-27T00:40:01.126Z] (4/33) Installing gdbm (1.13-r1) [2021-02-27T00:40:01.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.105s coverage: 84.8% of statements [2021-02-27T00:40:01.396Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-27T00:40:01.396Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-27T00:40:01.396Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-27T00:40:01.396Z] Removing intermediate container 7498a814bcfe [2021-02-27T00:40:01.396Z] ---> e54ecd426b9f [2021-02-27T00:40:01.396Z] Step 28/30 : LABEL arch=x86_64 [2021-02-27T00:40:04.719Z] ---> Running in a13eef161843 [2021-02-27T00:40:04.981Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-27T00:40:04.981Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-27T00:40:04.981Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-27T00:40:04.981Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-27T00:40:04.981Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-27T00:40:04.981Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-27T00:40:04.981Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-27T00:40:04.981Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-27T00:40:04.981Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-27T00:40:05.558Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-27T00:40:05.822Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-27T00:40:05.822Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-27T00:40:05.822Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-27T00:40:05.822Z] Removing intermediate container a13eef161843 [2021-02-27T00:40:05.822Z] ---> b74b1dfa23bc [2021-02-27T00:40:05.822Z] Step 29/30 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:40:05.822Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-27T00:40:06.397Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-27T00:40:06.397Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-27T00:40:06.397Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-27T00:40:06.397Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-27T00:40:06.397Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-27T00:40:06.980Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-27T00:40:06.981Z] ---> Running in 0960cc1e6db7 [2021-02-27T00:40:06.981Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-27T00:40:06.981Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-27T00:40:06.981Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-27T00:40:06.981Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-27T00:40:06.981Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-27T00:40:06.981Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-27T00:40:06.981Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:40:06.981Z] OK: 71 MiB in 55 packages [2021-02-27T00:40:07.930Z] Removing intermediate container 0960cc1e6db7 [2021-02-27T00:40:07.930Z] ---> d1e399b55f16 [2021-02-27T00:40:07.930Z] Step 30/30 : LABEL version=0.0.0 [2021-02-27T00:40:07.968Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.459s coverage: 47.0% of statements [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-27T00:40:07.968Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-27T00:40:07.968Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.172s coverage: 100.0% of statements [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-27T00:40:07.968Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.357s coverage: 89.4% of statements [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-27T00:40:07.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-27T00:40:08.202Z] ---> Running in cb03c4d5d619 [2021-02-27T00:40:08.202Z] Removing intermediate container cb03c4d5d619 [2021-02-27T00:40:08.202Z] ---> f7fbf48b1795 [2021-02-27T00:40:08.202Z] [2021-02-27T00:40:08.468Z] Successfully built f7fbf48b1795 [2021-02-27T00:40:08.468Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-27T00:40:13.804Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container f0bf3ab039b6 [2021-02-27T00:40:13.804Z] ---> 2ffdb062996b [2021-02-27T00:40:13.804Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-27T00:40:13.804Z] ---> Running in 99baa9452c62 [2021-02-27T00:40:14.752Z] Collecting docker-compose==1.23.2 [2021-02-27T00:40:14.752Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-27T00:40:15.015Z] Collecting docker<4.0,>=3.6.0 [2021-02-27T00:40:15.015Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-27T00:40:15.276Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-27T00:40:15.276Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-27T00:40:15.539Z] Collecting PyYAML<4,>=3.10 [2021-02-27T00:40:15.539Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-27T00:40:16.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.044s coverage: 29.1% of statements [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-27T00:40:16.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-27T00:40:16.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-27T00:40:16.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.163s coverage: 92.9% of statements [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-27T00:40:16.248Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-27T00:40:16.248Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-27T00:40:16.248Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-27T00:40:16.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements [2021-02-27T00:40:16.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-27T00:40:16.249Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-27T00:40:16.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-02-27T00:40:16.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-27T00:40:16.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-02-27T00:40:16.485Z] 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-02-27T00:40:16.485Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-27T00:40:16.485Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-27T00:40:16.520Z] GO111MODULE=on go vet ./... [2021-02-27T00:40:17.888Z] Collecting texttable<0.10,>=0.9.0 [2021-02-27T00:40:17.888Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-27T00:40:18.461Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-27T00:40:18.461Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-27T00:40:18.461Z] Collecting cached-property<2,>=1.2.0 [2021-02-27T00:40:18.461Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-27T00:40:18.722Z] Collecting jsonschema<3,>=2.5.1 [2021-02-27T00:40:18.722Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-27T00:40:18.722Z] Collecting docopt<0.7,>=0.6.1 [2021-02-27T00:40:18.722Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-27T00:40:19.296Z] Collecting docker-pycreds>=0.4.0 [2021-02-27T00:40:19.296Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-27T00:40:19.296Z] 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-02-27T00:40:19.296Z] 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-02-27T00:40:19.296Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-27T00:40:19.296Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-27T00:40:19.558Z] Collecting idna<2.8,>=2.5 [2021-02-27T00:40:19.558Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-27T00:40:19.558Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-27T00:40:19.558Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-27T00:40:19.558Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-27T00:40:19.558Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-27T00:40:19.819Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, dockerpty, texttable, cached-property, jsonschema, docopt, docker-compose [2021-02-27T00:40:19.819Z] Attempting uninstall: urllib3 [2021-02-27T00:40:19.819Z] Found existing installation: urllib3 1.25.9 [2021-02-27T00:40:19.819Z] Uninstalling urllib3-1.25.9: [2021-02-27T00:40:19.819Z] Successfully uninstalled urllib3-1.25.9 [2021-02-27T00:40:20.082Z] Attempting uninstall: idna [2021-02-27T00:40:20.082Z] Found existing installation: idna 2.9 [2021-02-27T00:40:20.082Z] Uninstalling idna-2.9: [2021-02-27T00:40:20.082Z] Successfully uninstalled idna-2.9 [2021-02-27T00:40:20.345Z] Attempting uninstall: requests [2021-02-27T00:40:20.345Z] Found existing installation: requests 2.23.0 [2021-02-27T00:40:20.345Z] Uninstalling requests-2.23.0: [2021-02-27T00:40:20.345Z] Successfully uninstalled requests-2.23.0 [2021-02-27T00:40:20.610Z] Running setup.py install for PyYAML: started [2021-02-27T00:40:21.185Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-27T00:40:21.185Z] Running setup.py install for dockerpty: started [2021-02-27T00:40:21.759Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-27T00:40:21.759Z] Running setup.py install for texttable: started [2021-02-27T00:40:22.337Z] Running setup.py install for texttable: finished with status 'done' [2021-02-27T00:40:22.337Z] Running setup.py install for docopt: started [2021-02-27T00:40:22.911Z] Running setup.py install for docopt: finished with status 'done' [2021-02-27T00:40:23.173Z] 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.57.0 [2021-02-27T00:40:26.493Z] Removing intermediate container 99baa9452c62 [2021-02-27T00:40:26.493Z] ---> 4c5bb3654313 [2021-02-27T00:40:26.493Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-27T00:40:26.493Z] ---> Running in a14171c4f1a2 [2021-02-27T00:40:26.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-27T00:40:26.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-27T00:40:26.764Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-27T00:40:26.764Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-27T00:40:26.764Z] (3/3) Installing curl (7.69.1-r3) [2021-02-27T00:40:26.764Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:40:26.764Z] OK: 72 MiB in 58 packages [2021-02-27T00:40:27.719Z] Removing intermediate container a14171c4f1a2 [2021-02-27T00:40:27.719Z] ---> 5e67f89361fe [2021-02-27T00:40:27.719Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-27T00:40:27.719Z] ---> Running in 605cd2450493 [2021-02-27T00:40:27.719Z] Removing intermediate container 605cd2450493 [2021-02-27T00:40:27.719Z] ---> 8f84540a6268 [2021-02-27T00:40:27.719Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:40:27.719Z] ---> Running in 7d9a03b3fb2a [2021-02-27T00:40:27.982Z] Removing intermediate container 7d9a03b3fb2a [2021-02-27T00:40:27.982Z] ---> d496329a8821 [2021-02-27T00:40:27.982Z] Step 24/26 : LABEL arch=x86_64 [2021-02-27T00:40:27.982Z] ---> Running in 634806ae5ade [2021-02-27T00:40:28.247Z] Removing intermediate container 634806ae5ade [2021-02-27T00:40:28.247Z] ---> d8ef20ba389a [2021-02-27T00:40:28.247Z] Step 25/26 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:40:28.247Z] ---> Running in a17164bd3d2d [2021-02-27T00:40:28.514Z] Removing intermediate container a17164bd3d2d [2021-02-27T00:40:28.514Z] ---> b4a3d7d7cf3d [2021-02-27T00:40:28.514Z] Step 26/26 : LABEL version=0.0.0 [2021-02-27T00:40:28.514Z] ---> Running in fed363397e3d [2021-02-27T00:40:28.514Z] Removing intermediate container fed363397e3d [2021-02-27T00:40:28.514Z] ---> 3f1f57c45e76 [2021-02-27T00:40:28.514Z] [2021-02-27T00:40:28.780Z] Successfully built 3f1f57c45e76 [2021-02-27T00:40:28.781Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-27T00:40:29.388Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-27T00:40:29.398Z] $ docker stop --time=1 6609eca25ac4a7e5a93320887284e97d5fc82f91ea584a0533af17309f4897b8 [2021-02-27T00:40:31.797Z] $ docker rm -f 6609eca25ac4a7e5a93320887284e97d5fc82f91ea584a0533af17309f4897b8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-27T00:40:32.327Z] + docker images [2021-02-27T00:40:32.327Z] + grep docker [2021-02-27T00:40:32.589Z] docker-sys-mgmt-agent-go latest 3f1f57c45e76 4 seconds ago 313MB [2021-02-27T00:40:32.590Z] docker-security-bootstrapper-go latest f7fbf48b1795 24 seconds ago 18.7MB [2021-02-27T00:40:32.590Z] docker-core-data-go latest 64b033a60425 33 seconds ago 22.4MB [2021-02-27T00:40:32.590Z] docker-core-command-go latest 7b5fc2ea22f2 39 seconds ago 17MB [2021-02-27T00:40:32.590Z] docker-security-secretstore-setup-go latest 47def96486af 2 minutes ago 24.9MB [2021-02-27T00:40:32.590Z] docker-core-metadata-go latest 68d8acf371b7 2 minutes ago 19MB [2021-02-27T00:40:32.590Z] docker-support-notifications-go latest 2f9fbce15cb0 2 minutes ago 17.8MB [2021-02-27T00:40:32.590Z] docker-support-scheduler-go latest 4a70f8c620d6 2 minutes ago 17.2MB [2021-02-27T00:40:32.590Z] docker-security-proxy-setup-go latest 21a0bf341aa1 2 minutes ago 24.7MB [2021-02-27T00:40:32.590Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-27T00:40:48.229Z] Still waiting to schedule task [2021-02-27T00:40:48.229Z] ‘prd-ubuntu18.04-docker-8c-8g-27931’ is offline [2021-02-27T00:41:38.275Z] gofmt -l . [2021-02-27T00:41:38.275Z] [ "`gofmt -l .`" = "" ] [2021-02-27T00:41:38.275Z] ./bin/test-go-mod-tidy.sh [2021-02-27T00:41:38.275Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-27T00:41:38.607Z] + ls -al . [2021-02-27T00:41:38.877Z] total 740 [2021-02-27T00:41:38.877Z] drwxrwxr-x 9 1001 1001 4096 Feb 27 00:41 . [2021-02-27T00:41:38.877Z] drwxr-xr-x 4 root root 4096 Feb 27 00:37 .. [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 11 Feb 27 00:35 .dockerignore [2021-02-27T00:41:38.877Z] drwxrwxr-x 8 1001 1001 4096 Feb 27 00:35 .git [2021-02-27T00:41:38.877Z] drwxrwxr-x 3 1001 1001 4096 Feb 27 00:35 .github [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 818 Feb 27 00:35 .gitignore [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 166 Feb 27 00:35 .sonarcloud.properties [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 8475 Feb 27 00:35 Attribution.txt [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 3804 Feb 27 00:35 CONTRIBUTING.md [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 931 Feb 27 00:35 Dockerfile.build [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 863 Feb 27 00:35 Jenkinsfile [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 10775 Feb 27 00:35 LICENSE [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 5774 Feb 27 00:35 Makefile [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 6524 Feb 27 00:35 README.md [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 6755 Feb 27 00:35 SECURITY.md [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 5 Feb 27 00:31 VERSION [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 4131 Feb 27 00:35 ZMQWindows.md [2021-02-27T00:41:38.877Z] drwxrwxr-x 2 1001 1001 4096 Feb 27 00:35 bin [2021-02-27T00:41:38.877Z] drwxrwxr-x 14 1001 1001 4096 Feb 27 00:35 cmd [2021-02-27T00:41:38.877Z] -rw-r--r-- 1 root root 600958 Feb 27 00:40 coverage.out [2021-02-27T00:41:38.877Z] -rw-r--r-- 1 root root 1055 Feb 27 00:41 go.mod [2021-02-27T00:41:38.877Z] -rw-r--r-- 1 root root 21699 Feb 27 00:41 go.sum [2021-02-27T00:41:38.877Z] drwxrwxr-x 8 1001 1001 4096 Feb 27 00:35 internal [2021-02-27T00:41:38.877Z] drwxrwxr-x 4 1001 1001 4096 Feb 27 00:35 openapi [2021-02-27T00:41:38.877Z] drwxrwxr-x 4 1001 1001 4096 Feb 27 00:35 snap [2021-02-27T00:41:38.877Z] -rw-rw-r-- 1 1001 1001 168 Feb 27 00:35 version.go [Pipeline] sh [2021-02-27T00:41:39.530Z] + '[' -e coverage.out ] [2021-02-27T00:41:39.531Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-27T00:41:39.593Z] Warning: overwriting stash ‘coverage-report’ [2021-02-27T00:41:40.737Z] Stashed 1 file(s) [Pipeline] sh [2021-02-27T00:41:41.462Z] + make build [2021-02-27T00:41:41.462Z] 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-02-27T00:41:53.896Z] 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-02-27T00:42:16.091Z] 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-02-27T00:42:20.394Z] 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-02-27T00:42:27.119Z] 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-02-27T00:42:28.557Z] 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-02-27T00:42:31.402Z] Running on prd-ubuntu18.04-docker-8c-8g-27933 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws [2021-02-27T00:42:31.461Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-02-27T00:42:33.489Z] using credential edgex-jenkins-ssh [2021-02-27T00:42:33.538Z] Cloning the remote Git repository [2021-02-27T00:42:33.513Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-27T00:42:33.578Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-02-27T00:42:33.605Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-27T00:42:33.605Z] > git --version # timeout=10 [2021-02-27T00:42:33.615Z] > git --version # 'git version 2.17.1' [2021-02-27T00:42:33.616Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-27T00:42:33.643Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-27T00:42:33.981Z] 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-02-27T00:42:38.279Z] 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-02-27T00:42:42.577Z] 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-02-27T00:42:46.882Z] 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-02-27T00:42:48.717Z] Merging remotes/origin/master commit 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 into PR head commit 610f0bc9435d1798be70dd0b8c6c200fd605160f [2021-02-27T00:42:48.882Z] Merge succeeded, producing fc1fc3eba6b45da505c7b8a65257a6f193d61286 [2021-02-27T00:42:48.883Z] Checking out Revision fc1fc3eba6b45da505c7b8a65257a6f193d61286 (PR-3202) [2021-02-27T00:42:48.001Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-27T00:42:48.009Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-27T00:42:48.019Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-27T00:42:48.030Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-27T00:42:48.031Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-27T00:42:48.035Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-27T00:42:48.711Z] > git config core.sparsecheckout # timeout=10 [2021-02-27T00:42:48.716Z] > git checkout -f 610f0bc9435d1798be70dd0b8c6c200fd605160f # timeout=10 [2021-02-27T00:42:48.787Z] > git remote # timeout=10 [2021-02-27T00:42:48.794Z] > git config --get remote.origin.url # timeout=10 [2021-02-27T00:42:48.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-27T00:42:48.800Z] > git merge 257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80 # timeout=10 [2021-02-27T00:42:48.861Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-27T00:42:48.871Z] > git config core.sparsecheckout # timeout=10 [2021-02-27T00:42:48.875Z] > git checkout -f fc1fc3eba6b45da505c7b8a65257a6f193d61286 # timeout=10 [2021-02-27T00:42:50.272Z] 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-02-27T00:42:52.758Z] Commit message: "Merge commit '257616abaff3c1ecb4bdd5a12dfc2cf7c49ecb80' into HEAD" [2021-02-27T00:42:52.751Z] > git rev-list --no-walk 610f0bc9435d1798be70dd0b8c6c200fd605160f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-27T00:42:53.839Z] + echo snap-build.sh [2021-02-27T00:42:53.839Z] snap-build.sh [2021-02-27T00:42:53.839Z] + SNAP_BASE_DIR=. [2021-02-27T00:42:53.839Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-02-27T00:42:53.839Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-02-27T00:42:53.839Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-02-27T00:42:53.839Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-02-27T00:42:53.839Z] + cd /w/workspace/edgex-go/5 [2021-02-27T00:42:53.839Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-27T00:42:53.839Z] Reading package lists... [2021-02-27T00:42:53.839Z] Building dependency tree... [2021-02-27T00:42:53.839Z] Reading state information... [2021-02-27T00:42:54.101Z] The following packages were automatically installed and are no longer required: [2021-02-27T00:42:54.101Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-27T00:42:54.101Z] uidmap xdelta3 [2021-02-27T00:42:54.101Z] Use 'sudo apt autoremove' to remove them. [2021-02-27T00:42:54.101Z] The following packages will be REMOVED: [2021-02-27T00:42:54.101Z] lxd* lxd-client* [2021-02-27T00:42:54.673Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-27T00:42:54.673Z] After this operation, 31.7 MB disk space will be freed. [2021-02-27T00:42:55.467Z] (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-02-27T00:42:55.467Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-27T00:42:55.683Z] 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-02-27T00:42:56.419Z] Removing lxd dnsmasq configuration [2021-02-27T00:42:56.419Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-27T00:42:56.695Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-27T00:42:57.649Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-27T00:42:57.649Z] (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-02-27T00:42:57.649Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-27T00:42:59.039Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-27T00:42:59.039Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-27T00:43:00.433Z] + sudo snap remove --purge lxd [2021-02-27T00:43:00.694Z] snap "lxd" is not installed [2021-02-27T00:43:00.694Z] + sudo groupadd --force --system lxd [2021-02-27T00:43:00.694Z] ++ whoami [2021-02-27T00:43:00.694Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-27T00:43:00.694Z] + newgrp - lxd [2021-02-27T00:43:00.694Z] + sudo snap install lxd [Pipeline] } [2021-02-27T00:43:02.433Z] $ docker stop --time=1 ce8682afd4e57181242fcd156e0c03105d17c1fde7668c2cb2b6659e22280b8b [2021-02-27T00:43:04.928Z] $ docker rm -f ce8682afd4e57181242fcd156e0c03105d17c1fde7668c2cb2b6659e22280b8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:43:06.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-27T00:43:06.897Z] [2021-02-27T00:43:06.897Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:43:07.328Z] 2021-02-27T00:43:05Z INFO Waiting for automatic snapd restart... [2021-02-27T00:43:07.562Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-27T00:43:07.562Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-27T00:43:07.562Z] 29e5d40040c1: Pulling fs layer [2021-02-27T00:43:07.562Z] 1ce36da41761: Pulling fs layer [2021-02-27T00:43:07.562Z] 25b303627fd3: Pulling fs layer [2021-02-27T00:43:07.839Z] 29e5d40040c1: Verifying Checksum [2021-02-27T00:43:07.839Z] 29e5d40040c1: Download complete [2021-02-27T00:43:08.822Z] 29e5d40040c1: Pull complete [2021-02-27T00:43:08.822Z] 1ce36da41761: Verifying Checksum [2021-02-27T00:43:08.822Z] 1ce36da41761: Download complete [2021-02-27T00:43:09.819Z] 1ce36da41761: Pull complete [2021-02-27T00:43:10.099Z] 25b303627fd3: Verifying Checksum [2021-02-27T00:43:10.099Z] 25b303627fd3: Download complete [2021-02-27T00:43:20.262Z] 25b303627fd3: Pull complete [2021-02-27T00:43:20.262Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-27T00:43:20.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-27T00:43:20.262Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-27T00:43:20.531Z] prd-ubuntu18.04-docker-arm64-4c-16g-27929 does not seem to be running inside a container [2021-02-27T00:43:20.600Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-27T00:43:23.548Z] $ docker top 5ccaf0227c06d520dfd5fcc13d0074fcd8950cbc8a25fc9053faf5e6c04d3c13 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-27T00:43:24.529Z] + grep parallel [2021-02-27T00:43:24.529Z] + docker-compose build --help [2021-02-27T00:43:25.497Z] lxd 4.11 from Canonical* installed [2021-02-27T00:43:25.497Z] + sudo lxd init --auto [2021-02-27T00:43:28.841Z] --parallel Build images in parallel. [Pipeline] } [2021-02-27T00:43:28.861Z] $ docker stop --time=1 5ccaf0227c06d520dfd5fcc13d0074fcd8950cbc8a25fc9053faf5e6c04d3c13 [2021-02-27T00:43:30.877Z] $ docker rm -f 5ccaf0227c06d520dfd5fcc13d0074fcd8950cbc8a25fc9053faf5e6c04d3c13 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:43:31.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-27T00:43:31.711Z] . [Pipeline] withDockerContainer [2021-02-27T00:43:31.957Z] prd-ubuntu18.04-docker-arm64-4c-16g-27929 does not seem to be running inside a container [2021-02-27T00:43:32.055Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-27T00:43:32.096Z] + sudo snap install --classic snapcraft [2021-02-27T00:43:33.476Z] $ docker top 78f2bb21489c20311cfdb73b0ef948b792942d91c84e0da6db0638a3fa7426a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-27T00:43:34.532Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-27T00:43:37.402Z] snapcraft 4.5.1 from Canonical* installed [2021-02-27T00:43:37.402Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-27T00:43:37.402Z] + patch --verbose -p1 [2021-02-27T00:43:37.402Z] Hmm... Looks like a unified diff to me... [2021-02-27T00:43:37.402Z] The text leading up to this was: [2021-02-27T00:43:37.402Z] -------------------------- [2021-02-27T00:43:37.402Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-27T00:43:37.402Z] |From: Tony Espy [2021-02-27T00:43:37.402Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-27T00:43:37.402Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-27T00:43:37.402Z] | [2021-02-27T00:43:37.402Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-27T00:43:37.402Z] |optimize the snap CI check run for pull requests. When [2021-02-27T00:43:37.402Z] |applied, it essentially strips out everything (apps and [2021-02-27T00:43:37.402Z] |parts) from the snapcraft.yaml file except those required [2021-02-27T00:43:37.402Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-27T00:43:37.402Z] |catch changes to edgex-go that break the snap build. [2021-02-27T00:43:37.402Z] | [2021-02-27T00:43:37.402Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-27T00:43:37.402Z] |to update this patch file, otherwise it may fail to apply, [2021-02-27T00:43:37.402Z] |resulting in a failed snap build CI check in the associated [2021-02-27T00:43:37.402Z] |pull request. [2021-02-27T00:43:37.402Z] | [2021-02-27T00:43:37.402Z] |Note - in addition to applying this patch, the pipeline also [2021-02-27T00:43:37.402Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-27T00:43:37.402Z] |need to build the finally binary .snap file (and it won't [2021-02-27T00:43:37.402Z] |work with the patch applied). This further reduces the build [2021-02-27T00:43:37.402Z] |time. [2021-02-27T00:43:37.402Z] |--- [2021-02-27T00:43:37.402Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-27T00:43:37.402Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-27T00:43:37.402Z] | [2021-02-27T00:43:37.402Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-27T00:43:37.402Z] |index 1e537489..faf42425 100644 [2021-02-27T00:43:37.402Z] |--- a/snap/snapcraft.yaml [2021-02-27T00:43:37.402Z] |+++ b/snap/snapcraft.yaml [2021-02-27T00:43:37.402Z] -------------------------- [2021-02-27T00:43:37.402Z] patching file snap/snapcraft.yaml [2021-02-27T00:43:37.402Z] Using Plan A... [2021-02-27T00:43:37.402Z] Hunk #1 succeeded at 73. [2021-02-27T00:43:37.402Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-27T00:43:37.402Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-27T00:43:37.402Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-27T00:43:37.402Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-27T00:43:37.402Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-27T00:43:37.402Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-27T00:43:37.402Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-27T00:43:37.402Z] Hmm... Ignoring the trailing garbage. [2021-02-27T00:43:37.402Z] done [2021-02-27T00:43:37.402Z] + sudo snapcraft prime --use-lxd [2021-02-27T00:43:37.973Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-27T00:43:37.973Z] 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-02-27T00:43:37.973Z] - README.md [2021-02-27T00:43:37.973Z] - snapcraft.yaml.orig [2021-02-27T00:43:37.973Z] [2021-02-27T00:43:37.973Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-27T00:43:38.545Z] Launching a container. [2021-02-27T00:43:38.825Z] Building docker-core-command-go ... [2021-02-27T00:43:38.825Z] Building docker-core-data-go ... [2021-02-27T00:43:38.825Z] Building docker-core-metadata-go ... [2021-02-27T00:43:38.825Z] Building docker-security-bootstrapper-go ... [2021-02-27T00:43:38.825Z] Building docker-security-proxy-setup-go ... [2021-02-27T00:43:38.825Z] Building docker-security-secretstore-setup-go ... [2021-02-27T00:43:38.825Z] Building docker-support-notifications-go ... [2021-02-27T00:43:38.825Z] Building docker-support-scheduler-go ... [2021-02-27T00:43:38.825Z] Building docker-sys-mgmt-agent-go ... [2021-02-27T00:43:38.825Z] Building docker-support-notifications-go [2021-02-27T00:43:38.825Z] Building docker-core-metadata-go [2021-02-27T00:43:38.825Z] Building docker-security-proxy-setup-go [2021-02-27T00:43:38.825Z] Building docker-sys-mgmt-agent-go [2021-02-27T00:43:38.825Z] Building docker-core-command-go [2021-02-27T00:43:50.782Z] Waiting for container to be ready [2021-02-27T00:43:50.783Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-27T00:43:50.783Z] [2021-02-27T00:43:53.328Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-27T00:43:53.588Z] Waiting for network to be ready... [2021-02-27T00:43:54.159Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-27T00:43:54.159Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-27T00:43:54.420Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-27T00:43:54.680Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-27T00:43:54.680Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-27T00:43:54.940Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-27T00:43:54.940Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-27T00:43:54.940Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-27T00:43:54.940Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-27T00:43:54.940Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-27T00:43:54.940Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-27T00:43:54.940Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-27T00:43:54.940Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-27T00:43:54.940Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-27T00:43:54.940Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-27T00:43:54.940Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-27T00:43:54.940Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-27T00:43:55.199Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-27T00:43:55.459Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-27T00:43:55.720Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-27T00:43:55.720Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-27T00:43:55.720Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-27T00:43:55.720Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-27T00:43:55.720Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-27T00:43:55.720Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-27T00:43:55.720Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-02-27T00:43:55.984Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-27T00:43:58.532Z] Fetched 24.0 MB in 4s (5727 kB/s) [2021-02-27T00:43:59.105Z] Reading package lists... [2021-02-27T00:43:59.105Z] Reading package lists... [2021-02-27T00:43:59.367Z] Building dependency tree... [2021-02-27T00:43:59.367Z] Reading state information... [2021-02-27T00:43:59.629Z] The following additional packages will be installed: [2021-02-27T00:43:59.629Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-27T00:43:59.629Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-27T00:43:59.629Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-27T00:43:59.629Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-27T00:43:59.629Z] Suggested packages: [2021-02-27T00:43:59.629Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-27T00:43:59.629Z] Recommended packages: [2021-02-27T00:43:59.629Z] gnupg libsasl2-modules [2021-02-27T00:43:59.629Z] The following NEW packages will be installed: [2021-02-27T00:43:59.629Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-27T00:43:59.629Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-27T00:43:59.629Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-27T00:43:59.629Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-27T00:43:59.629Z] The following packages will be upgraded: [2021-02-27T00:43:59.629Z] gpg gpg-agent gpgconf libudev1 [2021-02-27T00:43:59.629Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-27T00:43:59.629Z] Need to get 3530 kB of archives. [2021-02-27T00:43:59.629Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-27T00:43:59.629Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-27T00:43:59.629Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-27T00:43:59.629Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-02-27T00:43:59.629Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-02-27T00:43:59.629Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-27T00:43:59.890Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-27T00:44:00.460Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-27T00:44:00.460Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-27T00:44:00.460Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-02-27T00:44:00.460Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-02-27T00:44:00.460Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-02-27T00:44:00.460Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-27T00:44:00.460Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-27T00:44:00.460Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-27T00:44:00.460Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-27T00:44:00.460Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-27T00:44:00.460Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-27T00:44:00.460Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-27T00:44:00.460Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-27T00:44:00.460Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-27T00:44:00.460Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-27T00:44:00.460Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-02-27T00:44:00.721Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-27T00:44:00.721Z] Fetched 3530 kB in 1s (3515 kB/s) [2021-02-27T00:44:00.721Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-27T00:44:00.721Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-27T00:44:00.721Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-27T00:44:00.990Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-27T00:44:00.990Z] Selecting previously unselected package udev. [2021-02-27T00:44:00.990Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-27T00:44:00.990Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-27T00:44:00.990Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-27T00:44:01.250Z] Selecting previously unselected package libfuse2:amd64. [2021-02-27T00:44:01.250Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-27T00:44:01.250Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-27T00:44:01.250Z] Selecting previously unselected package fuse. [2021-02-27T00:44:01.250Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-27T00:44:01.250Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-27T00:44:01.512Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-27T00:44:01.512Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-27T00:44:01.512Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-27T00:44:01.513Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-27T00:44:01.513Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-27T00:44:01.773Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-27T00:44:01.773Z] Selecting previously unselected package libksba8:amd64. [2021-02-27T00:44:01.773Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-27T00:44:01.773Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-27T00:44:01.773Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-27T00:44:01.773Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-27T00:44:01.773Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:02.035Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-27T00:44:02.035Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-27T00:44:02.035Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:02.035Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-27T00:44:02.035Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-27T00:44:02.035Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:02.035Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-27T00:44:02.035Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-27T00:44:02.035Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:02.295Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-27T00:44:02.295Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-27T00:44:02.295Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:02.295Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-27T00:44:02.295Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-27T00:44:02.295Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:02.556Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-27T00:44:02.556Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-27T00:44:02.556Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:02.556Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-27T00:44:02.556Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-27T00:44:02.556Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:02.556Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-27T00:44:02.556Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-27T00:44:02.556Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:02.818Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-27T00:44:02.818Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-27T00:44:02.818Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-27T00:44:02.818Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-27T00:44:02.818Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-27T00:44:02.818Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-27T00:44:02.818Z] Selecting previously unselected package libldap-common. [2021-02-27T00:44:02.818Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-02-27T00:44:02.818Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-27T00:44:03.079Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-27T00:44:03.079Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-02-27T00:44:03.079Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-27T00:44:03.079Z] Selecting previously unselected package dirmngr. [2021-02-27T00:44:03.079Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-27T00:44:03.079Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-27T00:44:03.340Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-27T00:44:03.340Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-02-27T00:44:03.340Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-27T00:44:03.340Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-27T00:44:03.341Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-27T00:44:03.341Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-02-27T00:44:03.341Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:03.341Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-27T00:44:03.341Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-27T00:44:03.602Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-27T00:44:03.863Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-27T00:44:03.863Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:04.124Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-27T00:44:04.124Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-27T00:44:04.124Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-02-27T00:44:04.124Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:04.124Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:04.124Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:04.124Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:04.124Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:04.385Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:04.385Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-27T00:44:04.386Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-27T00:44:04.386Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-27T00:44:04.386Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-27T00:44:04.956Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-27T00:44:04.956Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-27T00:44:04.956Z] This means they are not meant to be enabled using systemctl. [2021-02-27T00:44:04.956Z] Possible reasons for having this kind of units are: [2021-02-27T00:44:04.956Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-27T00:44:04.956Z] .wants/ or .requires/ directory. [2021-02-27T00:44:04.956Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-27T00:44:04.956Z] a requirement dependency on it. [2021-02-27T00:44:04.956Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-27T00:44:04.956Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-27T00:44:04.956Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-27T00:44:04.956Z] instance name specified. [2021-02-27T00:44:05.215Z] Reading package lists... [2021-02-27T00:44:05.216Z] Building dependency tree... [2021-02-27T00:44:05.216Z] Reading state information... [2021-02-27T00:44:05.476Z] The following additional packages will be installed: [2021-02-27T00:44:05.476Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-27T00:44:05.476Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-27T00:44:05.476Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-27T00:44:05.476Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-27T00:44:05.476Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-27T00:44:05.476Z] Suggested packages: [2021-02-27T00:44:05.476Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-27T00:44:05.476Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-27T00:44:05.476Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-27T00:44:05.476Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-27T00:44:05.476Z] systemd-container policykit-1 [2021-02-27T00:44:05.476Z] Recommended packages: [2021-02-27T00:44:05.476Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-27T00:44:05.476Z] The following NEW packages will be installed: [2021-02-27T00:44:05.476Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-27T00:44:05.476Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-27T00:44:05.476Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-27T00:44:05.476Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-27T00:44:05.476Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-27T00:44:05.476Z] The following packages will be upgraded: [2021-02-27T00:44:05.476Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-27T00:44:05.476Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-27T00:44:05.476Z] Need to get 35.2 MB of archives. [2021-02-27T00:44:05.476Z] After this operation, 141 MB of additional disk space will be used. [2021-02-27T00:44:05.476Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-27T00:44:05.476Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-27T00:44:06.418Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-27T00:44:06.418Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-27T00:44:06.418Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-27T00:44:06.418Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-27T00:44:06.418Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-27T00:44:06.418Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-27T00:44:06.418Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-27T00:44:06.418Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-27T00:44:06.418Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-27T00:44:06.418Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-27T00:44:06.418Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-27T00:44:06.418Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-02-27T00:44:06.679Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-27T00:44:06.679Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-02-27T00:44:06.679Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-27T00:44:06.679Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-02-27T00:44:06.679Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-02-27T00:44:06.679Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-02-27T00:44:06.679Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-27T00:44:06.679Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-27T00:44:06.679Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-27T00:44:06.679Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-27T00:44:06.679Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-27T00:44:06.679Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-27T00:44:06.679Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-27T00:44:06.940Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-27T00:44:06.940Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-27T00:44:06.940Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-27T00:44:08.325Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-27T00:44:08.325Z] Fetched 35.2 MB in 3s (13.4 MB/s) [2021-02-27T00:44:08.325Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-27T00:44:08.325Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-27T00:44:08.325Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-27T00:44:08.896Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-27T00:44:08.896Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-27T00:44:09.158Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-27T00:44:09.158Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-27T00:44:09.158Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-27T00:44:09.158Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-27T00:44:09.420Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-27T00:44:09.420Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-27T00:44:09.420Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-27T00:44:09.681Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-27T00:44:09.942Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-27T00:44:09.942Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-27T00:44:10.204Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-27T00:44:10.465Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-27T00:44:10.465Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-27T00:44:10.465Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-27T00:44:10.726Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-27T00:44:10.727Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-27T00:44:10.727Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-27T00:44:10.727Z] Selecting previously unselected package libexpat1:amd64. [2021-02-27T00:44:10.727Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-27T00:44:10.986Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-27T00:44:10.986Z] Selecting previously unselected package python3.6-minimal. [2021-02-27T00:44:10.986Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-27T00:44:10.986Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-02-27T00:44:11.248Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-27T00:44:11.248Z] Checking for services that may need to be restarted...done. [2021-02-27T00:44:11.248Z] Checking for services that may need to be restarted...done. [2021-02-27T00:44:11.248Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-27T00:44:11.508Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-27T00:44:11.508Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-02-27T00:44:11.769Z] Selecting previously unselected package python3-minimal. [2021-02-27T00:44:11.769Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-27T00:44:11.769Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-27T00:44:11.769Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-27T00:44:12.063Z] Selecting previously unselected package mime-support. [2021-02-27T00:44:12.063Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-27T00:44:12.063Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-27T00:44:12.063Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-27T00:44:12.063Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-27T00:44:12.063Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-27T00:44:12.063Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-27T00:44:12.063Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-27T00:44:12.063Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-27T00:44:12.325Z] Selecting previously unselected package python3.6. [2021-02-27T00:44:12.325Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-02-27T00:44:12.325Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-27T00:44:12.588Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-27T00:44:12.588Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-27T00:44:12.588Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-27T00:44:12.588Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-27T00:44:12.849Z] Selecting previously unselected package python3. [2021-02-27T00:44:12.849Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-27T00:44:12.849Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-27T00:44:12.849Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-27T00:44:12.849Z] Selecting previously unselected package multiarch-support. [2021-02-27T00:44:12.849Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-27T00:44:12.849Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-27T00:44:12.849Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-27T00:44:13.113Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-27T00:44:13.113Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-27T00:44:13.113Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-27T00:44:13.113Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-27T00:44:13.113Z] Selecting previously unselected package libbsd0:amd64. [2021-02-27T00:44:13.113Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-27T00:44:13.113Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-27T00:44:13.374Z] Selecting previously unselected package sudo. [2021-02-27T00:44:13.374Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-27T00:44:13.374Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-27T00:44:13.374Z] Selecting previously unselected package apparmor. [2021-02-27T00:44:13.374Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-27T00:44:13.374Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-27T00:44:13.635Z] Selecting previously unselected package libedit2:amd64. [2021-02-27T00:44:13.635Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-27T00:44:13.635Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-27T00:44:13.897Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-27T00:44:13.897Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-27T00:44:13.897Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-27T00:44:13.897Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-27T00:44:13.897Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-27T00:44:13.897Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-27T00:44:13.897Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-27T00:44:13.897Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-27T00:44:13.897Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-27T00:44:14.159Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-27T00:44:14.159Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-27T00:44:14.159Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-27T00:44:14.732Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-27T00:44:14.732Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-27T00:44:14.732Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-27T00:44:15.306Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-27T00:44:15.306Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-27T00:44:15.306Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-27T00:44:15.567Z] Selecting previously unselected package openssh-client. [2021-02-27T00:44:15.567Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-27T00:44:15.567Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-27T00:44:15.828Z] Selecting previously unselected package squashfs-tools. [2021-02-27T00:44:15.828Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-27T00:44:15.828Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-27T00:44:15.828Z] Selecting previously unselected package snapd. [2021-02-27T00:44:15.828Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-27T00:44:15.828Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-27T00:44:18.373Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-27T00:44:18.373Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-27T00:44:18.373Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-27T00:44:18.373Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-27T00:44:18.373Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-27T00:44:18.373Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-27T00:44:18.373Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-27T00:44:18.373Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-27T00:44:18.373Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-27T00:44:19.318Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-27T00:44:19.318Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-27T00:44:19.318Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-27T00:44:19.318Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-27T00:44:19.318Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-27T00:44:19.318Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-02-27T00:44:19.891Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-27T00:44:19.891Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-27T00:44:19.891Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-27T00:44:20.155Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-27T00:44:20.155Z] running python rtupdate hooks for python3.6... [2021-02-27T00:44:20.155Z] running python post-rtupdate hooks for python3.6... [2021-02-27T00:44:20.155Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-27T00:44:23.158Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-27T00:44:23.158Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-27T00:44:23.158Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-27T00:44:23.158Z] Setting up snapd (2.48.3+18.04) ... [2021-02-27T00:44:23.419Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-27T00:44:23.680Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-27T00:44:23.944Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-27T00:44:23.944Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-27T00:44:24.205Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-27T00:44:24.205Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-27T00:44:24.469Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-27T00:44:24.469Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-27T00:44:24.731Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-27T00:44:24.992Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-27T00:44:24.992Z] /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-02-27T00:44:24.992Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-27T00:44:25.254Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-27T00:44:26.211Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-27T00:44:26.211Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-27T00:44:26.211Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-27T00:44:27.418Z] Reading package lists... [2021-02-27T00:44:27.418Z] Reading package lists... [2021-02-27T00:44:27.679Z] Building dependency tree... [2021-02-27T00:44:27.679Z] Reading state information... [2021-02-27T00:44:27.679Z] Calculating upgrade... [2021-02-27T00:44:27.940Z] The following packages will be upgraded: [2021-02-27T00:44:27.940Z] advancecomp base-files bash binutils binutils-common [2021-02-27T00:44:27.940Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-27T00:44:27.940Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-27T00:44:27.940Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-27T00:44:27.940Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-27T00:44:27.940Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-27T00:44:27.940Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-27T00:44:27.940Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-27T00:44:27.940Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-27T00:44:27.940Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-27T00:44:27.940Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-27T00:44:27.940Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-27T00:44:27.940Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-27T00:44:27.940Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-27T00:44:27.940Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-27T00:44:27.940Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-27T00:44:27.940Z] Need to get 63.8 MB of archives. [2021-02-27T00:44:27.940Z] After this operation, 5201 kB of additional disk space will be used. [2021-02-27T00:44:27.940Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-27T00:44:27.940Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-02-27T00:44:28.882Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-27T00:44:28.882Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-27T00:44:28.882Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-27T00:44:28.882Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-27T00:44:28.882Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-27T00:44:28.882Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-27T00:44:28.882Z] 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-02-27T00:44:28.882Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-27T00:44:28.882Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-27T00:44:28.882Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-27T00:44:28.882Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-27T00:44:28.882Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-27T00:44:28.882Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-27T00:44:28.882Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-27T00:44:28.882Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-27T00:44:28.882Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-27T00:44:28.882Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-27T00:44:28.882Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-27T00:44:28.882Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-27T00:44:28.882Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-27T00:44:28.882Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-27T00:44:28.882Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-27T00:44:28.882Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-27T00:44:28.882Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-27T00:44:28.882Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-27T00:44:28.882Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-27T00:44:28.882Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-27T00:44:28.882Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-27T00:44:29.143Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-27T00:44:29.143Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-27T00:44:29.143Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-27T00:44:29.143Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-27T00:44:29.143Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-27T00:44:29.143Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-27T00:44:29.143Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-27T00:44:29.143Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-27T00:44:29.143Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-27T00:44:29.143Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-27T00:44:29.143Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-27T00:44:29.143Z] 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-02-27T00:44:29.143Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-27T00:44:29.143Z] 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-02-27T00:44:29.143Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-27T00:44:29.143Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-27T00:44:29.403Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-27T00:44:29.403Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-27T00:44:29.403Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-27T00:44:29.403Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-27T00:44:29.403Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-27T00:44:29.403Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-27T00:44:29.403Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-02-27T00:44:29.403Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-27T00:44:29.403Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-27T00:44:29.403Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-27T00:44:29.403Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-27T00:44:29.403Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-27T00:44:29.403Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-27T00:44:29.404Z] Get:60 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-02-27T00:44:29.404Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-27T00:44:29.404Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-27T00:44:29.404Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-27T00:44:29.404Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-27T00:44:29.404Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-27T00:44:29.404Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-27T00:44:29.404Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-27T00:44:29.404Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-27T00:44:29.404Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-27T00:44:29.404Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-27T00:44:29.404Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-27T00:44:29.404Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-27T00:44:29.404Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-27T00:44:29.664Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-27T00:44:29.664Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-27T00:44:29.664Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-27T00:44:29.664Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-27T00:44:29.664Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-27T00:44:29.664Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-27T00:44:29.664Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-27T00:44:29.664Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-27T00:44:29.664Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-27T00:44:29.664Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-27T00:44:29.924Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-27T00:44:29.924Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-27T00:44:29.924Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-27T00:44:29.924Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-27T00:44:29.924Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-27T00:44:29.924Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-27T00:44:29.924Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-27T00:44:30.496Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-27T00:44:30.756Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-27T00:44:30.756Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-27T00:44:31.017Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-27T00:44:31.278Z] 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-02-27T00:44:31.278Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-27T00:44:31.278Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-27T00:44:31.278Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-27T00:44:31.278Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-27T00:44:31.539Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-27T00:44:31.539Z] Fetched 63.8 MB in 3s (18.4 MB/s) [2021-02-27T00:44:31.539Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:31.539Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-27T00:44:31.539Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-27T00:44:32.117Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-27T00:44:32.118Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-27T00:44:32.379Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-02-27T00:44:32.379Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-02-27T00:44:33.323Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:33.323Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-27T00:44:33.323Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:33.323Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-27T00:44:33.323Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:33.323Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-27T00:44:33.583Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:33.583Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-27T00:44:33.583Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:33.583Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-27T00:44:33.844Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:33.844Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-27T00:44:33.844Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:33.844Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-27T00:44:34.105Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:44:34.105Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-27T00:44:34.105Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:34.105Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-27T00:44:34.105Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:44:34.367Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-27T00:44:34.367Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:34.367Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-27T00:44:34.367Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:34.367Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-27T00:44:34.628Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:34.628Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-27T00:44:34.628Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:44:34.890Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-27T00:44:34.890Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-27T00:44:35.152Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-27T00:44:35.424Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-27T00:44:35.684Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-27T00:44:35.684Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-27T00:44:35.684Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-27T00:44:35.684Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-27T00:44:35.684Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-27T00:44:35.945Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-27T00:44:36.207Z] Installing new version of config file /etc/issue ... [2021-02-27T00:44:36.207Z] Installing new version of config file /etc/issue.net ... [2021-02-27T00:44:36.207Z] Installing new version of config file /etc/lsb-release ... [2021-02-27T00:44:36.207Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-27T00:44:36.468Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-27T00:44:36.468Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-27T00:44:36.468Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-27T00:44:36.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:36.468Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-27T00:44:36.729Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-27T00:44:36.729Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-27T00:44:36.729Z] 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-02-27T00:44:36.990Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:36.990Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-27T00:44:36.990Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-27T00:44:36.990Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-27T00:44:37.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:37.251Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-27T00:44:37.251Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-27T00:44:37.511Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-27T00:44:37.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:37.511Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-27T00:44:37.511Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-27T00:44:37.773Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-27T00:44:38.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:38.034Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-27T00:44:38.034Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-27T00:44:38.034Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-27T00:44:38.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:38.034Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-27T00:44:38.294Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-27T00:44:38.294Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-27T00:44:38.294Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:38.294Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-27T00:44:38.294Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-27T00:44:38.555Z] Setting up grep (3.1-2build1) ... [2021-02-27T00:44:38.555Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:38.555Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-27T00:44:38.555Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-27T00:44:38.816Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-27T00:44:38.816Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:38.816Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-27T00:44:38.816Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-27T00:44:39.076Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-27T00:44:39.076Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:39.076Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-27T00:44:39.076Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-27T00:44:39.647Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-27T00:44:39.647Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-27T00:44:39.647Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-27T00:44:40.219Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-27T00:44:40.480Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-27T00:44:40.740Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:40.740Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-27T00:44:40.740Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-27T00:44:41.684Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-27T00:44:41.684Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-27T00:44:41.945Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-27T00:44:41.945Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-27T00:44:41.945Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-27T00:44:41.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:41.945Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-27T00:44:42.206Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-27T00:44:42.206Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-27T00:44:42.467Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:42.467Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-27T00:44:42.467Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-27T00:44:42.467Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-27T00:44:42.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:42.728Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-27T00:44:42.728Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-27T00:44:42.728Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-27T00:44:42.728Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:42.728Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-27T00:44:42.990Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-27T00:44:42.990Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-27T00:44:42.990Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:42.990Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-27T00:44:43.251Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-27T00:44:43.251Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-27T00:44:43.512Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:43.512Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-27T00:44:43.512Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-27T00:44:43.512Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-27T00:44:43.773Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-27T00:44:43.773Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-27T00:44:43.773Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:43.773Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-27T00:44:44.043Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-27T00:44:44.043Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-27T00:44:44.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:44.043Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-27T00:44:44.308Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-27T00:44:44.308Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-27T00:44:44.308Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:44.308Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-27T00:44:44.308Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-27T00:44:44.570Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-27T00:44:44.570Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:44.570Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-27T00:44:44.830Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-27T00:44:45.092Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-27T00:44:45.663Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-27T00:44:45.663Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-27T00:44:45.926Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:45.926Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-27T00:44:45.926Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-27T00:44:46.187Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-27T00:44:46.187Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-27T00:44:46.187Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-27T00:44:46.451Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-27T00:44:46.451Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-27T00:44:46.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:46.712Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-27T00:44:46.712Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-27T00:44:46.712Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-27T00:44:46.974Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:46.974Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-27T00:44:46.974Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-27T00:44:46.974Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-27T00:44:47.235Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:47.235Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-27T00:44:47.235Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-27T00:44:47.235Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-27T00:44:47.496Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:47.496Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-27T00:44:47.496Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-27T00:44:47.496Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-27T00:44:47.757Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:47.757Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-27T00:44:47.757Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-27T00:44:47.757Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-27T00:44:48.019Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:48.019Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-27T00:44:48.019Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-27T00:44:48.281Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-27T00:44:48.543Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:48.543Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-27T00:44:48.543Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-27T00:44:48.543Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-27T00:44:48.543Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-27T00:44:48.804Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-27T00:44:48.804Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-27T00:44:48.804Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-27T00:44:49.066Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:49.066Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-27T00:44:49.066Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-27T00:44:49.066Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-27T00:44:49.327Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:49.327Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-27T00:44:49.327Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-27T00:44:49.327Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-27T00:44:49.589Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:49.589Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-27T00:44:49.851Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-27T00:44:49.851Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-27T00:44:49.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:49.851Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-27T00:44:49.851Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-27T00:44:50.112Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-27T00:44:50.112Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:50.112Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-27T00:44:50.374Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-27T00:44:50.950Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-27T00:44:50.950Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:50.950Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-27T00:44:50.950Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-27T00:44:51.212Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-02-27T00:44:51.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:51.212Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-27T00:44:51.212Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-27T00:44:51.472Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-27T00:44:51.472Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:51.472Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-27T00:44:51.472Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-27T00:44:51.733Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-27T00:44:51.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:51.733Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-27T00:44:51.733Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-27T00:44:51.994Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-27T00:44:51.994Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:51.994Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-27T00:44:51.994Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-27T00:44:52.256Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-27T00:44:52.256Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:52.256Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-27T00:44:52.256Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-27T00:44:52.518Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-27T00:44:52.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-27T00:44:52.518Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-27T00:44:52.518Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-27T00:44:52.781Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-27T00:44:52.781Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-27T00:44:52.781Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-27T00:44:52.781Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-27T00:44:53.042Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-27T00:44:53.042Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-27T00:44:53.042Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-27T00:44:53.042Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-27T00:44:53.303Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-27T00:44:53.303Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-27T00:44:53.563Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-27T00:44:53.563Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-27T00:44:53.563Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-27T00:44:53.563Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-27T00:44:53.824Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-27T00:44:53.824Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-27T00:44:53.824Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-27T00:44:54.087Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-27T00:44:54.087Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-27T00:44:54.087Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-27T00:44:54.660Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-27T00:44:54.921Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-27T00:44:55.495Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-27T00:44:55.756Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-27T00:44:56.017Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-27T00:44:56.017Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-27T00:44:56.960Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-27T00:44:56.960Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-27T00:44:56.960Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-27T00:44:56.960Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-27T00:44:57.219Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-27T00:44:57.219Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-27T00:44:57.481Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-27T00:44:57.481Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-27T00:44:58.053Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-27T00:44:58.053Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-27T00:44:58.053Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-27T00:44:58.314Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-27T00:44:58.314Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:58.314Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-27T00:44:58.575Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:58.575Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-27T00:44:58.575Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:58.836Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-27T00:44:58.836Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:58.836Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-27T00:44:59.779Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-27T00:44:59.779Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-27T00:45:00.625Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:45:00.625Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:45:00.625Z] ---> 7064b5a5d89e [2021-02-27T00:45:00.625Z] Step 3/26 : WORKDIR /edgex-go [2021-02-27T00:45:00.625Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:45:00.625Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:45:00.625Z] ---> 7064b5a5d89e [2021-02-27T00:45:00.625Z] Step 3/22 : WORKDIR /edgex-go [2021-02-27T00:45:00.625Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:45:00.625Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:45:00.625Z] ---> 7064b5a5d89e [2021-02-27T00:45:00.625Z] Step 3/23 : WORKDIR /edgex-go [2021-02-27T00:45:00.625Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:45:00.625Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:45:00.625Z] ---> 7064b5a5d89e [2021-02-27T00:45:00.625Z] Step 3/21 : WORKDIR /edgex-go [2021-02-27T00:45:00.625Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:45:00.625Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:45:00.625Z] ---> 7064b5a5d89e [2021-02-27T00:45:00.625Z] Step 3/23 : WORKDIR /edgex-go [2021-02-27T00:45:00.625Z] ---> Running in 9cc00130539b [2021-02-27T00:45:00.625Z] ---> Running in 6ba73f0b9a28 [2021-02-27T00:45:00.625Z] ---> Running in b830ccbf980a [2021-02-27T00:45:00.625Z] ---> Running in 9d98c2e7a93b [2021-02-27T00:45:00.625Z] ---> Running in 5e462038f427 [2021-02-27T00:45:00.625Z] Removing intermediate container 9d98c2e7a93b [2021-02-27T00:45:00.625Z] ---> e4d33d9ef0d5 [2021-02-27T00:45:00.625Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 6ba73f0b9a28 [2021-02-27T00:45:00.625Z] [2021-02-27T00:45:00.625Z] ---> 49f05b2f659e [2021-02-27T00:45:00.625Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:45:00.625Z] Removing intermediate container 9cc00130539b [2021-02-27T00:45:00.625Z] ---> 4aa4fdafb4a5 [2021-02-27T00:45:00.625Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:45:00.625Z] Removing intermediate container 5e462038f427 [2021-02-27T00:45:00.625Z] ---> 00a4525d5750 [2021-02-27T00:45:00.625Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:45:00.625Z] Removing intermediate container b830ccbf980a [2021-02-27T00:45:00.625Z] ---> 4f9105db63cd [2021-02-27T00:45:00.625Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:45:00.625Z] ---> Running in 9dd7fd63e3a3 [2021-02-27T00:45:00.625Z] ---> Running in c76258dd0f02 [2021-02-27T00:45:00.625Z] ---> Running in 3d2e4d4e0926 [2021-02-27T00:45:00.625Z] ---> Running in 505bbfe77743 [2021-02-27T00:45:00.625Z] ---> Running in 958fea36917a [2021-02-27T00:45:00.625Z] Removing intermediate container 9dd7fd63e3a3 [2021-02-27T00:45:00.625Z] ---> b3f59d0c2174 [2021-02-27T00:45:00.625Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-27T00:45:00.625Z] ---> Running in 036f7e980a5b [2021-02-27T00:45:00.625Z] Removing intermediate container 3d2e4d4e0926 [2021-02-27T00:45:00.625Z] ---> 75ecdd332410 [2021-02-27T00:45:00.625Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-27T00:45:00.625Z] Removing intermediate container 958fea36917a [2021-02-27T00:45:00.625Z] ---> dd7226b4557d [2021-02-27T00:45:00.625Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-27T00:45:00.625Z] ---> Running in 2797b81facd8 [2021-02-27T00:45:00.625Z] Removing intermediate container 505bbfe77743 [2021-02-27T00:45:00.625Z] ---> e854d58d16c4 [2021-02-27T00:45:00.625Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-27T00:45:00.625Z] ---> Running in c11bb09b10ed [2021-02-27T00:45:00.625Z] Removing intermediate container c76258dd0f02 [2021-02-27T00:45:00.625Z] ---> 5712a109df49 [2021-02-27T00:45:00.625Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-27T00:45:00.625Z] ---> Running in 547541310a48 [2021-02-27T00:45:00.625Z] ---> Running in 5d8972148db9 [2021-02-27T00:45:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:45:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:45:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:45:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:45:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:45:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:45:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:45:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:45:00.625Z] OK: 217 MiB in 51 packages [2021-02-27T00:45:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:45:00.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:45:00.723Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-27T00:45:00.723Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-27T00:45:01.237Z] OK: 217 MiB in 51 packages [2021-02-27T00:45:01.520Z] OK: 217 MiB in 51 packages [2021-02-27T00:45:01.670Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-27T00:45:01.670Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-27T00:45:01.670Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-27T00:45:01.671Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-27T00:45:01.804Z] OK: 217 MiB in 51 packages [2021-02-27T00:45:01.804Z] OK: 217 MiB in 51 packages [2021-02-27T00:45:02.415Z] Removing intermediate container 036f7e980a5b [2021-02-27T00:45:02.415Z] ---> 75467a85858f [2021-02-27T00:45:02.415Z] Step 6/21 : COPY go.mod . [2021-02-27T00:45:02.620Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-27T00:45:02.620Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-27T00:45:02.620Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-27T00:45:02.620Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-27T00:45:02.890Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-27T00:45:02.890Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-27T00:45:03.029Z] Removing intermediate container 2797b81facd8 [2021-02-27T00:45:03.029Z] ---> 01cd76f0f9f6 [2021-02-27T00:45:03.029Z] Step 6/23 : COPY go.mod . [2021-02-27T00:45:03.153Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-27T00:45:03.153Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-27T00:45:03.301Z] Removing intermediate container c11bb09b10ed [2021-02-27T00:45:03.301Z] ---> 32e970dd02f9 [2021-02-27T00:45:03.301Z] Step 6/26 : COPY go.mod . [2021-02-27T00:45:03.417Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-27T00:45:03.417Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-27T00:45:03.417Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-27T00:45:03.417Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-27T00:45:03.579Z] ---> 0dfeda514a5f [2021-02-27T00:45:03.579Z] Step 7/21 : RUN go mod download [2021-02-27T00:45:03.679Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-27T00:45:03.680Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-27T00:45:03.680Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-27T00:45:03.680Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-27T00:45:03.854Z] ---> Running in d8c68e9ac823 [2021-02-27T00:45:03.855Z] Removing intermediate container 5d8972148db9 [2021-02-27T00:45:03.855Z] ---> 10f71ef7e2cd [2021-02-27T00:45:03.855Z] Step 6/22 : COPY go.mod . [2021-02-27T00:45:03.855Z] ---> c1da2b30c7be [2021-02-27T00:45:03.855Z] Step 7/23 : RUN go mod download [2021-02-27T00:45:03.943Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:45:03.943Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-27T00:45:03.943Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:45:03.943Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:45:03.943Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:45:03.943Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-27T00:45:03.943Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-27T00:45:03.943Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-27T00:45:04.132Z] Removing intermediate container 547541310a48 [2021-02-27T00:45:04.132Z] ---> 6916d4e2ea9d [2021-02-27T00:45:04.132Z] Step 6/23 : COPY go.mod . [2021-02-27T00:45:04.132Z] ---> Running in 6a06df920dec [2021-02-27T00:45:04.209Z] [2021-02-27T00:45:04.209Z] Current default time zone: 'Etc/UTC' [2021-02-27T00:45:04.209Z] Local time is now: Sat Feb 27 00:45:04 UTC 2021. [2021-02-27T00:45:04.209Z] Universal Time is now: Sat Feb 27 00:45:04 UTC 2021. [2021-02-27T00:45:04.209Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-27T00:45:04.209Z] [2021-02-27T00:45:04.209Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-27T00:45:04.209Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:45:04.209Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-02-27T00:45:04.209Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-27T00:45:04.209Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-27T00:45:04.209Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-27T00:45:04.209Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-27T00:45:04.209Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-27T00:45:04.405Z] ---> 39584b2d7291 [2021-02-27T00:45:04.405Z] Step 7/26 : RUN go mod download [2021-02-27T00:45:04.471Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-27T00:45:04.472Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-27T00:45:04.472Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:45:04.472Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-27T00:45:04.687Z] ---> Running in 4ff5191e87bb [2021-02-27T00:45:04.732Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-27T00:45:04.732Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-27T00:45:04.732Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:45:04.732Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-27T00:45:04.732Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-27T00:45:04.732Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-27T00:45:04.732Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-27T00:45:04.732Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-27T00:45:04.732Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-27T00:45:04.732Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-27T00:45:04.976Z] ---> 36440056a88c [2021-02-27T00:45:04.976Z] Step 7/22 : RUN go mod download [2021-02-27T00:45:04.992Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-27T00:45:05.255Z] ---> Running in c4c9c847e998 [2021-02-27T00:45:05.255Z] ---> 0da18a406986 [2021-02-27T00:45:05.255Z] Step 7/23 : RUN go mod download [2021-02-27T00:45:05.535Z] ---> Running in cfff4b8dc04f [2021-02-27T00:45:06.907Z] Updating certificates in /etc/ssl/certs... [2021-02-27T00:45:07.479Z] 23 added, 27 removed; done. [2021-02-27T00:45:07.479Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-27T00:45:07.479Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-27T00:45:07.479Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-27T00:45:07.741Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-27T00:45:07.741Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-27T00:45:07.741Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-27T00:45:07.741Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-27T00:45:07.741Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-27T00:45:07.741Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-27T00:45:08.003Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-27T00:45:08.003Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-27T00:45:08.003Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-27T00:45:08.003Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-27T00:45:08.003Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-27T00:45:08.003Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-27T00:45:08.003Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-27T00:45:08.003Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-27T00:45:08.264Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-27T00:45:08.264Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-27T00:45:08.264Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-27T00:45:08.264Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-27T00:45:08.264Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-27T00:45:08.264Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-27T00:45:08.525Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-27T00:45:08.525Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-27T00:45:08.525Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-27T00:45:08.525Z] Updating certificates in /etc/ssl/certs... [2021-02-27T00:45:08.942Z] Removing intermediate container d8c68e9ac823 [2021-02-27T00:45:08.942Z] ---> 18b84e0f4194 [2021-02-27T00:45:08.942Z] Step 8/21 : COPY . . [2021-02-27T00:45:08.942Z] Removing intermediate container 6a06df920dec [2021-02-27T00:45:08.942Z] ---> 2b50c979fc65 [2021-02-27T00:45:08.942Z] Step 8/23 : COPY . . [2021-02-27T00:45:08.942Z] Removing intermediate container 4ff5191e87bb [2021-02-27T00:45:08.942Z] ---> 4cfc20d71bd9 [2021-02-27T00:45:08.942Z] Step 8/26 : COPY . . [2021-02-27T00:45:09.098Z] 0 added, 0 removed; done. [2021-02-27T00:45:09.098Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-27T00:45:09.098Z] done. [2021-02-27T00:45:09.673Z] Reading package lists... [2021-02-27T00:45:09.673Z] Building dependency tree... [2021-02-27T00:45:09.673Z] Reading state information... [2021-02-27T00:45:09.933Z] The following NEW packages will be installed: [2021-02-27T00:45:09.934Z] apt-transport-https [2021-02-27T00:45:09.934Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-27T00:45:09.934Z] Need to get 1696 B of archives. [2021-02-27T00:45:09.934Z] After this operation, 153 kB of additional disk space will be used. [2021-02-27T00:45:09.934Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-27T00:45:09.934Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-27T00:45:09.934Z] Fetched 1696 B in 0s (42.0 kB/s) [2021-02-27T00:45:09.934Z] Selecting previously unselected package apt-transport-https. [2021-02-27T00:45:09.934Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-27T00:45:09.934Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-27T00:45:09.934Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-27T00:45:10.194Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-27T00:45:10.389Z] Removing intermediate container c4c9c847e998 [2021-02-27T00:45:10.389Z] ---> e48eff22d266 [2021-02-27T00:45:10.389Z] Step 8/22 : COPY . . [2021-02-27T00:45:10.389Z] Removing intermediate container cfff4b8dc04f [2021-02-27T00:45:10.389Z] ---> 5d707e855219 [2021-02-27T00:45:10.389Z] Step 8/23 : COPY . . [2021-02-27T00:45:10.456Z] Waiting for network to be ready... [2021-02-27T00:45:15.748Z] 2021-02-27T00:45:13Z INFO Waiting for automatic snapd restart... [2021-02-27T00:45:15.748Z] snapd 2.48.2.1 from Canonical* installed [2021-02-27T00:45:15.748Z] "snapd" switched to the "latest/stable" channel [2021-02-27T00:45:15.748Z] [2021-02-27T00:45:18.291Z] core18 20210128 from Canonical* installed [2021-02-27T00:45:18.552Z] "core18" switched to the "latest/stable" channel [2021-02-27T00:45:18.552Z] [2021-02-27T00:45:21.868Z] snapcraft 4.5.1 from Canonical* installed [2021-02-27T00:45:21.868Z] "snapcraft" switched to the "latest/stable" channel [2021-02-27T00:45:21.868Z] [2021-02-27T00:45:25.166Z] 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-02-27T00:45:25.166Z] - README.md [2021-02-27T00:45:25.166Z] - snapcraft.yaml.orig [2021-02-27T00:45:25.166Z] [2021-02-27T00:45:25.166Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-27T00:45:31.753Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-27T00:45:31.753Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-27T00:45:31.753Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-27T00:45:32.015Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-27T00:45:32.956Z] Reading package lists... [2021-02-27T00:45:33.218Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-02-27T00:45:37.208Z] ---> 528b452ce4b4 [2021-02-27T00:45:37.208Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-27T00:45:37.208Z] ---> 0ab95cc7338e [2021-02-27T00:45:37.208Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-27T00:45:37.208Z] ---> 23777af4440b [2021-02-27T00:45:37.208Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-27T00:45:37.208Z] ---> 144260dee04c [2021-02-27T00:45:37.208Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-27T00:45:37.208Z] ---> c36d8d3444e6 [2021-02-27T00:45:37.208Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-27T00:45:37.208Z] ---> Running in d413f183fa4c [2021-02-27T00:45:37.208Z] ---> Running in 93453869d432 [2021-02-27T00:45:37.208Z] ---> Running in 447819fd417a [2021-02-27T00:45:37.208Z] ---> Running in 8a9e8f9cd986 [2021-02-27T00:45:37.208Z] ---> Running in ab54c0f6938e [2021-02-27T00:45:37.481Z] 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-02-27T00:45:37.759Z] 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-02-27T00:45:37.759Z] 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-02-27T00:45:38.032Z] 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-02-27T00:45:38.032Z] 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-02-27T00:45:39.805Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-27T00:45:39.805Z] Reading package lists... [2021-02-27T00:45:39.805Z] Building dependency tree... [2021-02-27T00:45:39.805Z] Reading state information... [2021-02-27T00:45:39.805Z] Suggested packages: [2021-02-27T00:45:39.805Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-27T00:45:39.805Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-27T00:45:39.805Z] Recommended packages: [2021-02-27T00:45:39.805Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-27T00:45:39.805Z] The following NEW packages will be installed: [2021-02-27T00:45:39.805Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-27T00:45:39.805Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-27T00:45:39.805Z] pkg-config zip [2021-02-27T00:45:39.805Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-27T00:45:39.805Z] Need to get 7655 kB of archives. [2021-02-27T00:45:39.805Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-27T00:45:39.805Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-27T00:45:39.805Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-27T00:45:40.065Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-27T00:45:40.065Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-27T00:45:40.326Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-27T00:45:40.326Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-27T00:45:40.326Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-27T00:45:40.326Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-27T00:45:40.326Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-27T00:45:40.326Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-27T00:45:40.588Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-27T00:45:40.588Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-27T00:45:40.588Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-27T00:45:40.850Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-27T00:45:40.850Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-27T00:45:40.850Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-27T00:45:41.111Z] Fetched 7655 kB in 1s (6598 kB/s) [2021-02-27T00:45:41.111Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-27T00:45:41.111Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-27T00:45:41.111Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-27T00:45:41.111Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-27T00:45:41.372Z] Selecting previously unselected package libpsl5:amd64. [2021-02-27T00:45:41.372Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-27T00:45:41.372Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-27T00:45:41.372Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-27T00:45:41.372Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-27T00:45:41.372Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-27T00:45:41.372Z] Selecting previously unselected package librtmp1:amd64. [2021-02-27T00:45:41.372Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-27T00:45:41.372Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-27T00:45:41.636Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-27T00:45:41.636Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-27T00:45:41.636Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-27T00:45:41.636Z] Selecting previously unselected package liberror-perl. [2021-02-27T00:45:41.636Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-27T00:45:41.636Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-27T00:45:41.636Z] Selecting previously unselected package git-man. [2021-02-27T00:45:41.636Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-27T00:45:41.636Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-27T00:45:41.914Z] Selecting previously unselected package git. [2021-02-27T00:45:41.914Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-27T00:45:41.914Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-27T00:45:42.492Z] Selecting previously unselected package libnorm1:amd64. [2021-02-27T00:45:42.492Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-27T00:45:42.492Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-27T00:45:42.758Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-27T00:45:42.758Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-27T00:45:42.758Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-27T00:45:42.758Z] Selecting previously unselected package libsodium23:amd64. [2021-02-27T00:45:42.758Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-27T00:45:42.758Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-27T00:45:43.021Z] Selecting previously unselected package libzmq5:amd64. [2021-02-27T00:45:43.021Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-27T00:45:43.021Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-27T00:45:43.021Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-27T00:45:43.021Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-27T00:45:43.021Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-27T00:45:43.281Z] Selecting previously unselected package pkg-config. [2021-02-27T00:45:43.281Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-27T00:45:43.281Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-27T00:45:43.281Z] Selecting previously unselected package zip. [2021-02-27T00:45:43.281Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-27T00:45:43.282Z] Unpacking zip (3.0-11build1) ... [2021-02-27T00:45:43.282Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-27T00:45:43.544Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-27T00:45:43.544Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-27T00:45:43.544Z] Setting up liberror-perl (0.17025-1) ... [2021-02-27T00:45:43.804Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-27T00:45:44.064Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-27T00:45:44.064Z] No schema files found: doing nothing. [2021-02-27T00:45:44.065Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-27T00:45:44.065Z] Setting up zip (3.0-11build1) ... [2021-02-27T00:45:44.065Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-27T00:45:44.065Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-27T00:45:44.065Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-27T00:45:44.325Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-27T00:45:44.325Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-27T00:45:44.325Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-27T00:45:44.325Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-27T00:45:44.325Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-27T00:45:50.927Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-27T00:45:50.927Z] git set to automatically installed. [2021-02-27T00:45:50.927Z] git-man set to automatically installed. [2021-02-27T00:45:50.927Z] libcurl3-gnutls set to automatically installed. [2021-02-27T00:45:50.927Z] liberror-perl set to automatically installed. [2021-02-27T00:45:50.927Z] libglib2.0-0 set to automatically installed. [2021-02-27T00:45:50.927Z] libnghttp2-14 set to automatically installed. [2021-02-27T00:45:50.927Z] libnorm1 set to automatically installed. [2021-02-27T00:45:50.927Z] libpgm-5.2-0 set to automatically installed. [2021-02-27T00:45:50.927Z] libpsl5 set to automatically installed. [2021-02-27T00:45:50.927Z] librtmp1 set to automatically installed. [2021-02-27T00:45:50.927Z] libsodium23 set to automatically installed. [2021-02-27T00:45:50.927Z] libzmq3-dev set to automatically installed. [2021-02-27T00:45:50.927Z] libzmq5 set to automatically installed. [2021-02-27T00:45:50.927Z] pkg-config set to automatically installed. [2021-02-27T00:45:50.927Z] zip set to automatically installed. [2021-02-27T00:45:52.840Z] snapd is not logged in, snap install commands will use sudo [2021-02-27T00:45:59.430Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-27T00:45:59.430Z] snap "core18" has no updates available [2021-02-27T00:46:00.001Z] Pulling config-common [2021-02-27T00:46:00.001Z] + snapcraftctl pull [2021-02-27T00:46:00.949Z] Pulling go-build-helper [2021-02-27T00:46:00.949Z] + snapcraftctl pull [2021-02-27T00:46:22.923Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-27T00:46:22.923Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-27T00:46:22.923Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-27T00:46:22.923Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-02-27T00:46:22.923Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-27T00:46:22.923Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-27T00:46:22.923Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-27T00:46:22.923Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-27T00:46:22.923Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-27T00:46:22.923Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-27T00:46:22.923Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-27T00:46:22.923Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-02-27T00:46:22.923Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] [2021-02-27T00:46:22.923Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] [2021-02-27T00:46:22.923Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] [2021-02-27T00:46:22.923Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] [2021-02-27T00:46:22.923Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-27T00:46:22.923Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-02-27T00:46:22.923Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-27T00:46:22.923Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-27T00:46:22.923Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-27T00:46:22.923Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] [2021-02-27T00:46:22.923Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] [2021-02-27T00:46:22.923Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-27T00:46:22.923Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-27T00:46:22.923Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-02-27T00:46:22.923Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-27T00:46:22.923Z] Fetched 24.0 MB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-27T00:46:22.923Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-27T00:46:22.923Z] Fetched 279 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-27T00:46:22.923Z] Fetched 122 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-27T00:46:22.923Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-27T00:46:22.923Z] Fetched 8848 B in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-27T00:46:22.923Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-27T00:46:22.923Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-27T00:46:22.923Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-27T00:46:22.923Z] Fetched 214 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-02-27T00:46:22.923Z] Fetched 154 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-27T00:46:22.923Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-27T00:46:22.923Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-27T00:46:22.923Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-27T00:46:22.923Z] Fetched 499 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-27T00:46:22.923Z] Fetched 111 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-27T00:46:22.923Z] Fetched 240 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-27T00:46:22.923Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-27T00:46:22.923Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-27T00:46:22.923Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-27T00:46:22.923Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-27T00:46:22.923Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-27T00:46:22.923Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-02-27T00:46:22.923Z] Fetched 15.8 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-27T00:46:22.923Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-27T00:46:22.923Z] Fetched 8720 B in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-27T00:46:22.923Z] Fetched 137 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-27T00:46:22.923Z] Fetched 119 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-27T00:46:22.923Z] Fetched 109 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-27T00:46:22.923Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-27T00:46:22.923Z] Fetched 645 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-27T00:46:22.923Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-27T00:46:22.923Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-27T00:46:22.923Z] Fetched 368 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-27T00:46:22.923Z] Fetched 187 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-27T00:46:22.923Z] Fetched 175 kB in 0s (0 B/s) [2021-02-27T00:46:22.923Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-27T00:46:25.471Z] Fetched 206 kB in 0s (0 B/s) [2021-02-27T00:46:25.471Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-27T00:46:25.471Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-27T00:46:25.471Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-27T00:46:25.471Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-27T00:46:25.471Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-27T00:46:25.471Z] Fetched 159 kB in 0s (0 B/s) [2021-02-27T00:46:25.471Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-27T00:46:25.471Z] Fetched 107 kB in 0s (0 B/s) [2021-02-27T00:46:25.471Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-27T00:46:25.471Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-27T00:46:25.471Z] Pulling static-packages [2021-02-27T00:46:25.471Z] + snapcraftctl pull [2021-02-27T00:46:26.043Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-27T00:46:26.043Z] Skipping pull go-build-helper (already ran) [2021-02-27T00:46:26.043Z] Skipping pull static-packages (already ran) [2021-02-27T00:46:26.043Z] Building go-build-helper [2021-02-27T00:46:26.043Z] + snapcraftctl build [2021-02-27T00:46:30.263Z] Building static-packages [2021-02-27T00:46:30.263Z] + snapcraftctl build [2021-02-27T00:46:32.176Z] Staging go-build-helper [2021-02-27T00:46:32.176Z] + snapcraftctl stage [2021-02-27T00:46:32.747Z] Staging static-packages [2021-02-27T00:46:32.747Z] + snapcraftctl stage [2021-02-27T00:46:33.687Z] Pulling go115 [2021-02-27T00:46:33.687Z] + snapcraftctl pull [2021-02-27T00:46:34.627Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-27T00:46:34.627Z] Skipping pull go115 (already ran) [2021-02-27T00:46:34.628Z] Building go115 [2021-02-27T00:46:34.628Z] + dpkg --print-architecture [2021-02-27T00:46:34.628Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-27T00:46:34.628Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-27T00:46:34.628Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-27T00:46:34.628Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-27T00:46:34.628Z] Dload Upload Total Spent Left Speed [2021-02-27T00:46:38.474Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 272k 0 0 942k 0 0:02:05 --:--:-- 0:02:05 939k 30 115M 30 35.3M 0 0 26.7M 0 0:00:04 0:00:01 0:00:03 26.7M 59 115M 59 69.1M 0 0 30.2M 0 0:00:03 0:00:02 0:00:01 30.2M 89 115M 89 103M 0 0 31.4M 0 0:00:03 0:00:03 --:--:-- 31.4M 100 115M 100 115M 0 0 30.9M 0 0:00:03 0:00:03 --:--:-- 30.8M [2021-02-27T00:46:38.474Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-27T00:46:38.474Z] + sha256sum -c sha256 [2021-02-27T00:46:38.474Z] + grep OK [2021-02-27T00:46:39.046Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-27T00:46:39.046Z] + mkdir -p /root/stage/go1.15 [2021-02-27T00:46:39.046Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-27T00:46:42.356Z] Staging go115 [2021-02-27T00:46:42.356Z] + snapcraftctl stage [2021-02-27T00:46:48.961Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-27T00:46:48.961Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-27T00:46:48.961Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-27T00:46:48.961Z] Fetched 0 B in 0s (0 B/s) [2021-02-27T00:46:48.961Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-27T00:46:48.961Z] Fetched 224 kB in 0s (0 B/s) [2021-02-27T00:46:48.961Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-27T00:46:48.961Z] Fetched 157 kB in 0s (0 B/s) [2021-02-27T00:46:48.961Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-27T00:46:48.961Z] Fetched 221 kB in 0s (0 B/s) [2021-02-27T00:46:48.961Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-27T00:46:48.961Z] Fetched 143 kB in 0s (0 B/s) [2021-02-27T00:46:48.961Z] Pulling edgex-go [2021-02-27T00:46:48.961Z] + snapcraftctl pull [2021-02-27T00:46:48.961Z] Pulling version [2021-02-27T00:46:48.961Z] + cd /root/project [2021-02-27T00:46:48.961Z] + [ -f VERSION ] [2021-02-27T00:46:48.961Z] + PROJECT_VERSION=local-dev [2021-02-27T00:46:48.961Z] + git rev-parse --short HEAD [2021-02-27T00:46:48.961Z] + GIT_REVISION=fc1fc3eb [2021-02-27T00:46:48.961Z] + snapcraftctl set-version local-dev [2021-02-27T00:46:49.906Z] Building config-common [2021-02-27T00:46:49.906Z] + snapcraftctl build [2021-02-27T00:46:51.820Z] Skipping build go-build-helper (already ran) [2021-02-27T00:46:51.820Z] Skipping build static-packages (already ran) [2021-02-27T00:46:51.820Z] Skipping build go115 (already ran) [2021-02-27T00:46:51.820Z] Building edgex-go [2021-02-27T00:46:52.082Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-27T00:46:52.082Z] + cd /root/parts/edgex-go/src [2021-02-27T00:46:52.082Z] + make build [2021-02-27T00:46:52.082Z] 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-02-27T00:46:53.997Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-27T00:46:53.997Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-02-27T00:46:53.997Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-27T00:46:53.997Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 [2021-02-27T00:46:53.997Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-02-27T00:46:53.997Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-02-27T00:46:53.997Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-27T00:46:53.997Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-27T00:46:53.997Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-27T00:46:54.258Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-27T00:46:54.258Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-27T00:46:54.258Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-27T00:46:54.258Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-27T00:46:54.258Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-27T00:46:54.258Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-27T00:46:54.258Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-27T00:46:54.258Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-02-27T00:46:54.258Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-27T00:46:54.258Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-27T00:46:54.258Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-27T00:46:54.258Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-27T00:46:54.258Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-27T00:46:54.258Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-27T00:46:54.258Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-27T00:46:54.258Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-27T00:46:54.258Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-27T00:46:54.258Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-27T00:46:54.258Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-27T00:46:54.258Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-27T00:46:54.258Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-27T00:46:54.258Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-27T00:46:54.258Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-27T00:46:54.258Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-27T00:46:54.258Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-27T00:46:54.520Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-27T00:46:54.520Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-27T00:46:54.520Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-27T00:46:54.520Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-27T00:46:54.520Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-27T00:46:54.520Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-27T00:46:54.520Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-27T00:46:54.520Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-27T00:46:54.781Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-27T00:46:54.781Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-27T00:47:01.360Z] 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-02-27T00:47:01.360Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-27T00:47:06.655Z] 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-02-27T00:47:06.915Z] 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-02-27T00:47:08.305Z] 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-02-27T00:47:08.565Z] 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-02-27T00:47:08.565Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-27T00:47:08.825Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-27T00:47:08.825Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-27T00:47:08.825Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-27T00:47:10.209Z] 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-02-27T00:47:10.468Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-27T00:47:10.468Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-27T00:47:11.853Z] 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-02-27T00:47:12.424Z] 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-02-27T00:47:12.424Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-27T00:47:14.333Z] 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-02-27T00:47:14.835Z] 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-02-27T00:47:14.904Z] 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-02-27T00:47:14.904Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-27T00:47:16.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-02-27T00:47:16.287Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-27T00:47:17.672Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-27T00:47:17.672Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-27T00:47:17.672Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-27T00:47:17.932Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-27T00:47:17.932Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-27T00:47:17.932Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-27T00:47:17.932Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-27T00:47:17.932Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-27T00:47:17.932Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-27T00:47:17.932Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-27T00:47:17.932Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-27T00:47:17.932Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-27T00:47:17.932Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-27T00:47:17.932Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-27T00:47:17.932Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-27T00:47:17.932Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-27T00:47:17.932Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-27T00:47:17.932Z] + 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-02-27T00:47:17.932Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-27T00:47:17.932Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-27T00:47:17.932Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-27T00:47:17.932Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-27T00:47:17.932Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-27T00:47:17.932Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-27T00:47:17.932Z] + 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-02-27T00:47:18.875Z] Building version [2021-02-27T00:47:19.135Z] + snapcraftctl build [2021-02-27T00:47:21.049Z] Staging config-common [2021-02-27T00:47:21.049Z] + snapcraftctl stage [2021-02-27T00:47:21.989Z] Skipping stage go-build-helper (already ran) [2021-02-27T00:47:21.989Z] Skipping stage static-packages (already ran) [2021-02-27T00:47:21.989Z] Skipping stage go115 (already ran) [2021-02-27T00:47:21.989Z] Staging edgex-go [2021-02-27T00:47:21.989Z] + snapcraftctl stage [2021-02-27T00:47:22.935Z] Staging version [2021-02-27T00:47:22.935Z] + snapcraftctl stage [2021-02-27T00:47:23.127Z] Removing intermediate container d413f183fa4c [2021-02-27T00:47:23.127Z] ---> 0cb216dfa9b5 [2021-02-27T00:47:23.127Z] [2021-02-27T00:47:23.127Z] Step 10/21 : FROM alpine:3.12 [2021-02-27T00:47:23.405Z] 3.12: Pulling from library/alpine [2021-02-27T00:47:23.505Z] Priming config-common [2021-02-27T00:47:23.505Z] + snapcraftctl prime [2021-02-27T00:47:24.446Z] Priming go-build-helper [2021-02-27T00:47:24.446Z] + snapcraftctl prime [2021-02-27T00:47:25.402Z] Priming static-packages [2021-02-27T00:47:25.402Z] + snapcraftctl prime [2021-02-27T00:47:25.417Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-27T00:47:25.417Z] Status: Downloaded newer image for alpine:3.12 [2021-02-27T00:47:25.417Z] ---> d10569e2745f [2021-02-27T00:47:25.417Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-27T00:47:26.429Z] ---> Running in f57e5837a0b7 [2021-02-27T00:47:26.739Z] Removing intermediate container 447819fd417a [2021-02-27T00:47:26.739Z] ---> 43d649b01bd2 [2021-02-27T00:47:26.739Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-27T00:47:27.019Z] ---> Running in 887a1ee10882 [2021-02-27T00:47:27.567Z] Priming go115 [2021-02-27T00:47:27.567Z] + snapcraftctl prime [2021-02-27T00:47:28.682Z] Priming edgex-go [2021-02-27T00:47:28.682Z] + snapcraftctl prime [2021-02-27T00:47:29.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:47:29.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:47:29.304Z] 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-02-27T00:47:29.583Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-27T00:47:29.766Z] Priming version [2021-02-27T00:47:29.766Z] + snapcraftctl prime [2021-02-27T00:47:29.863Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-27T00:47:29.864Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-27T00:47:29.864Z] (4/4) Installing curl (7.69.1-r3) [2021-02-27T00:47:29.864Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:47:29.864Z] Executing ca-certificates-20191127-r4.trigger [2021-02-27T00:47:30.148Z] OK: 7 MiB in 18 packages [2021-02-27T00:47:30.784Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-27T00:47:33.609Z] Removing intermediate container f57e5837a0b7 [2021-02-27T00:47:33.609Z] ---> cad77b28e98c [2021-02-27T00:47:33.609Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-27T00:47:33.609Z] ---> Running in 3d0a72c0610e [2021-02-27T00:47:34.607Z] Removing intermediate container 3d0a72c0610e [2021-02-27T00:47:34.607Z] ---> 12a55b14e9a0 [2021-02-27T00:47:34.607Z] Step 13/21 : WORKDIR /edgex [2021-02-27T00:47:34.880Z] ---> Running in da32f6d1a55b [2021-02-27T00:47:35.487Z] Removing intermediate container da32f6d1a55b [2021-02-27T00:47:35.487Z] ---> 6e7d687f0371 [2021-02-27T00:47:35.487Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-27T00:47:36.094Z] Removing intermediate container 887a1ee10882 [2021-02-27T00:47:36.094Z] ---> 0ed3542b992a [2021-02-27T00:47:36.094Z] [2021-02-27T00:47:36.094Z] Step 11/26 : FROM docker:20.10.0 [2021-02-27T00:47:36.390Z] 20.10.0: Pulling from library/docker [2021-02-27T00:47:38.591Z] ---> 51a9ba61858e [2021-02-27T00:47:38.591Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-27T00:47:42.927Z] ---> 34e77a076195 [2021-02-27T00:47:42.927Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-27T00:47:42.927Z] Removing intermediate container 8a9e8f9cd986 [2021-02-27T00:47:42.927Z] ---> 0d4808ee7e06 [2021-02-27T00:47:42.927Z] [2021-02-27T00:47:42.927Z] Step 10/23 : FROM alpine:3.12 [2021-02-27T00:47:42.927Z] ---> d10569e2745f [2021-02-27T00:47:42.927Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-27T00:47:42.927Z] Removing intermediate container ab54c0f6938e [2021-02-27T00:47:42.927Z] ---> 81f24362f5ad [2021-02-27T00:47:42.927Z] [2021-02-27T00:47:42.927Z] Step 10/22 : FROM alpine:3.12 [2021-02-27T00:47:42.927Z] ---> d10569e2745f [2021-02-27T00:47:42.927Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-27T00:47:43.202Z] ---> Running in 2b99355c0ae9 [2021-02-27T00:47:43.202Z] ---> Running in 3b7923fb9aa5 [2021-02-27T00:47:43.805Z] ---> 07931043a269 [2021-02-27T00:47:43.805Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-27T00:47:44.410Z] ---> Running in d91ce6695296 [2021-02-27T00:47:45.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:47:45.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:47:45.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:47:45.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:47:45.880Z] Removing intermediate container d91ce6695296 [2021-02-27T00:47:45.880Z] ---> 7fed024a6cba [2021-02-27T00:47:45.880Z] Step 18/21 : CMD ["--init=true"] [2021-02-27T00:47:45.880Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-27T00:47:45.880Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:47:45.880Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-27T00:47:45.880Z] OK: 5 MiB in 15 packages [2021-02-27T00:47:46.154Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-27T00:47:46.154Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:47:46.154Z] Executing ca-certificates-20191127-r4.trigger [2021-02-27T00:47:46.430Z] OK: 6 MiB in 16 packages [2021-02-27T00:47:46.430Z] ---> Running in 63295717bce0 [2021-02-27T00:47:47.866Z] Removing intermediate container 63295717bce0 [2021-02-27T00:47:47.866Z] ---> aae68cd7dbc6 [2021-02-27T00:47:47.866Z] Step 19/21 : LABEL arch=arm64 [2021-02-27T00:47:48.141Z] Removing intermediate container 93453869d432 [2021-02-27T00:47:48.141Z] ---> 65acb0a2c9f1 [2021-02-27T00:47:48.141Z] [2021-02-27T00:47:48.141Z] Step 10/23 : FROM alpine:3.12 [2021-02-27T00:47:48.141Z] ---> d10569e2745f [2021-02-27T00:47:48.141Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-27T00:47:48.738Z] ---> Running in 1999e2e4e959 [2021-02-27T00:47:48.738Z] ---> Running in 2015ee242a28 [2021-02-27T00:47:48.738Z] Removing intermediate container 2b99355c0ae9 [2021-02-27T00:47:48.738Z] ---> e52461d3930f [2021-02-27T00:47:48.738Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-27T00:47:49.017Z] Removing intermediate container 3b7923fb9aa5 [2021-02-27T00:47:49.017Z] ---> 028c28df2a43 [2021-02-27T00:47:49.017Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-27T00:47:49.290Z] ---> Running in f473abb0565b [2021-02-27T00:47:49.290Z] Removing intermediate container 2015ee242a28 [2021-02-27T00:47:49.290Z] ---> 3c5ee51d2107 [2021-02-27T00:47:49.290Z] Step 20/21 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:47:49.563Z] ---> Running in 67ecd98b00b2 [2021-02-27T00:47:49.838Z] ---> Running in 433a34ef136b [2021-02-27T00:47:50.113Z] Removing intermediate container f473abb0565b [2021-02-27T00:47:50.113Z] ---> 961a988f318f [2021-02-27T00:47:50.113Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-27T00:47:50.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:47:50.406Z] ---> Running in a9e20a4ee0f0 [2021-02-27T00:47:50.406Z] Removing intermediate container 67ecd98b00b2 [2021-02-27T00:47:50.406Z] ---> 2d01fd5cd2c6 [2021-02-27T00:47:50.406Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-27T00:47:50.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:47:50.677Z] Removing intermediate container 433a34ef136b [2021-02-27T00:47:50.677Z] ---> ec98e8436be7 [2021-02-27T00:47:50.677Z] Step 21/21 : LABEL version=0.0.0 [2021-02-27T00:47:50.954Z] ---> Running in f515bca2ac1d [2021-02-27T00:47:50.955Z] ---> Running in d6ecc43a9a3f [2021-02-27T00:47:50.955Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-27T00:47:50.955Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:47:50.955Z] OK: 5 MiB in 15 packages [2021-02-27T00:47:51.231Z] Removing intermediate container a9e20a4ee0f0 [2021-02-27T00:47:51.231Z] ---> 34ed16ac66a9 [2021-02-27T00:47:51.231Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-27T00:47:51.831Z] ---> Running in 3b51f9a0653d [2021-02-27T00:47:51.831Z] Removing intermediate container f515bca2ac1d [2021-02-27T00:47:51.831Z] ---> 96b83f6767e2 [2021-02-27T00:47:51.831Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-27T00:47:52.104Z] Removing intermediate container d6ecc43a9a3f [2021-02-27T00:47:52.104Z] ---> 7e89b3c491d2 [2021-02-27T00:47:52.104Z] [2021-02-27T00:47:52.104Z] ---> Running in b33b2fd947e9 [2021-02-27T00:47:52.378Z] Removing intermediate container 3b51f9a0653d [2021-02-27T00:47:52.378Z] ---> f7ebe11009df [2021-02-27T00:47:52.378Z] Step 15/23 : WORKDIR / [2021-02-27T00:47:52.655Z] Successfully built 7e89b3c491d2 [2021-02-27T00:47:52.655Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-27T00:47:52.655Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-27T00:47:52.929Z] ---> Running in 0a9ac2bf2231 [2021-02-27T00:47:53.207Z] Removing intermediate container 1999e2e4e959 [2021-02-27T00:47:53.207Z] Removing intermediate container b33b2fd947e9 [2021-02-27T00:47:53.207Z] ---> 470e071e5abf [2021-02-27T00:47:53.207Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:47:53.207Z] ---> 06adfc63a521 [2021-02-27T00:47:53.207Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-27T00:47:53.485Z] ---> Running in ece45579dddf [2021-02-27T00:47:53.758Z] Removing intermediate container 0a9ac2bf2231 [2021-02-27T00:47:53.758Z] ---> d89730d1a55f [2021-02-27T00:47:53.758Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:47:54.354Z] Removing intermediate container ece45579dddf [2021-02-27T00:47:54.354Z] ---> 352dedb33ad2 [2021-02-27T00:47:54.354Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-27T00:47:55.331Z] ---> Running in 9bff3f58f83a [2021-02-27T00:47:55.331Z] ---> 0f249cd8b261 [2021-02-27T00:47:55.331Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-27T00:47:55.605Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-27T00:47:55.886Z] ---> 0a072798034c [2021-02-27T00:47:55.886Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-27T00:47:55.886Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-27T00:47:55.886Z] ---> eeaf43b92773 [2021-02-27T00:47:55.886Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-27T00:47:56.513Z] Removing intermediate container 9bff3f58f83a [2021-02-27T00:47:56.513Z] ---> 1b1e16bf3a5c [2021-02-27T00:47:56.513Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-27T00:47:56.784Z] ---> Running in 6f355059bf21 [2021-02-27T00:47:57.062Z] ---> bd0ecb811936 [2021-02-27T00:47:57.062Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-27T00:47:57.062Z] ---> Running in 4238073f3cea [2021-02-27T00:47:58.047Z] ---> e6faae973d4a [2021-02-27T00:47:58.047Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-27T00:47:58.322Z] Removing intermediate container 4238073f3cea [2021-02-27T00:47:58.322Z] ---> 7550d222cc04 [2021-02-27T00:47:58.322Z] Step 15/23 : WORKDIR / [2021-02-27T00:47:58.322Z] ---> fe0d82bf48ff [2021-02-27T00:47:58.322Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-27T00:47:58.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:47:58.593Z] ---> Running in 8d3c3234eb2f [2021-02-27T00:47:58.869Z] ---> Running in 1633e6c6eda1 [2021-02-27T00:47:58.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:47:58.869Z] ---> 33948cd71c28 [2021-02-27T00:47:58.869Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-27T00:47:59.148Z] ---> Running in 8b531cf5c8a2 [2021-02-27T00:47:59.429Z] Removing intermediate container 8d3c3234eb2f [2021-02-27T00:47:59.429Z] ---> f42999083358 [2021-02-27T00:47:59.429Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:47:59.429Z] Removing intermediate container 1633e6c6eda1 [2021-02-27T00:47:59.429Z] ---> 8abec2c9dce9 [2021-02-27T00:47:59.429Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:47:59.712Z] (1/2) Installing readline (8.0.4-r0) [2021-02-27T00:47:59.712Z] (2/2) Installing bash (5.0.17-r0) [2021-02-27T00:47:59.712Z] Executing bash-5.0.17-r0.post-install [2021-02-27T00:47:59.712Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:47:59.712Z] OK: 12 MiB in 22 packages [2021-02-27T00:47:59.712Z] ---> Running in c7cc88941e6b [2021-02-27T00:47:59.985Z] Removing intermediate container 8b531cf5c8a2 [2021-02-27T00:47:59.985Z] ---> 2325992867e5 [2021-02-27T00:47:59.985Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:48:00.289Z] ---> Running in 5a6af5f77b4c [2021-02-27T00:48:00.563Z] Removing intermediate container c7cc88941e6b [2021-02-27T00:48:00.563Z] ---> 60592132ea42 [2021-02-27T00:48:00.563Z] Step 20/22 : LABEL arch=arm64 [2021-02-27T00:48:00.840Z] ---> b28cd350d952 [2021-02-27T00:48:00.840Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-27T00:48:00.840Z] ---> Running in 7265364a0f2e [2021-02-27T00:48:01.114Z] Removing intermediate container 5a6af5f77b4c [2021-02-27T00:48:01.114Z] ---> e0202acd8a8c [2021-02-27T00:48:01.114Z] Step 21/23 : LABEL arch=arm64 [2021-02-27T00:48:01.398Z] ---> Running in 7de500767f65 [2021-02-27T00:48:01.999Z] Removing intermediate container 7265364a0f2e [2021-02-27T00:48:01.999Z] ---> 717f0381fb6c [2021-02-27T00:48:01.999Z] Step 21/22 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:48:01.999Z] Removing intermediate container 6f355059bf21 [2021-02-27T00:48:01.999Z] ---> 55f6456fd894 [2021-02-27T00:48:01.999Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-27T00:48:02.270Z] Removing intermediate container 7de500767f65 [2021-02-27T00:48:02.270Z] ---> 357531aebca8 [2021-02-27T00:48:02.270Z] Step 22/23 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:48:02.543Z] ---> Running in 68672d60371e [2021-02-27T00:48:02.543Z] ---> Running in c1d8c416fcb4 [2021-02-27T00:48:02.822Z] ---> Running in 7f4913b9099f [2021-02-27T00:48:03.111Z] ---> 18932ca81540 [2021-02-27T00:48:03.111Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-27T00:48:03.407Z] Removing intermediate container c1d8c416fcb4 [2021-02-27T00:48:03.407Z] ---> 3ccfaac29d3c [2021-02-27T00:48:03.407Z] Step 22/22 : LABEL version=0.0.0 [2021-02-27T00:48:03.407Z] Removing intermediate container 68672d60371e [2021-02-27T00:48:03.407Z] ---> 24d1987df97e [2021-02-27T00:48:03.407Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-27T00:48:03.683Z] Removing intermediate container 7f4913b9099f [2021-02-27T00:48:03.683Z] ---> 6e1a287ff50e [2021-02-27T00:48:03.683Z] Step 23/23 : LABEL version=0.0.0 [2021-02-27T00:48:03.961Z] ---> Running in d7c60589c4bd [2021-02-27T00:48:03.961Z] ---> Running in 650474af099b [2021-02-27T00:48:04.239Z] ---> Running in 6653abbc6c2a [2021-02-27T00:48:04.239Z] ---> 5a4212d4106b [2021-02-27T00:48:04.239Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-27T00:48:04.842Z] ---> Running in 221915f71e4c [2021-02-27T00:48:05.121Z] Removing intermediate container d7c60589c4bd [2021-02-27T00:48:05.121Z] ---> a2042b2b703f [2021-02-27T00:48:05.121Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-27T00:48:05.121Z] Removing intermediate container 650474af099b [2021-02-27T00:48:05.121Z] ---> f8c8b2f702be [2021-02-27T00:48:05.121Z] [2021-02-27T00:48:05.400Z] Removing intermediate container 6653abbc6c2a [2021-02-27T00:48:05.400Z] ---> ed93ede53646 [2021-02-27T00:48:05.400Z] [2021-02-27T00:48:05.674Z] Successfully built f8c8b2f702be [2021-02-27T00:48:05.674Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-27T00:48:05.674Z] Building docker-support-scheduler-go [2021-02-27T00:48:05.674Z] ---> Running in c4a8700def78 [2021-02-27T00:48:05.948Z]  Building docker-support-notifications-go ... done Successfully built ed93ede53646 [2021-02-27T00:48:06.227Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-27T00:48:06.227Z] Building docker-security-secretstore-setup-go [2021-02-27T00:48:06.227Z]  Building docker-core-command-go ... done Removing intermediate container 221915f71e4c [2021-02-27T00:48:06.227Z] ---> 20f9b85ade24 [2021-02-27T00:48:06.227Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:48:06.501Z] Removing intermediate container c4a8700def78 [2021-02-27T00:48:06.501Z] ---> efb8dd3464bb [2021-02-27T00:48:06.501Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-27T00:48:06.501Z] ---> Running in a16994e5ab4d [2021-02-27T00:48:07.104Z] Removing intermediate container a16994e5ab4d [2021-02-27T00:48:07.104Z] ---> db98531cdfc9 [2021-02-27T00:48:07.104Z] Step 21/23 : LABEL arch=arm64 [2021-02-27T00:48:07.381Z] ---> Running in 9bf0a9580d43 [2021-02-27T00:48:07.978Z] ---> 657f109df4ce [2021-02-27T00:48:07.978Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-27T00:48:07.978Z] Removing intermediate container 9bf0a9580d43 [2021-02-27T00:48:07.978Z] ---> fb30d9246662 [2021-02-27T00:48:07.978Z] Step 22/23 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:48:08.255Z] ---> Running in e59779ef9f8c [2021-02-27T00:48:08.881Z] Removing intermediate container e59779ef9f8c [2021-02-27T00:48:08.881Z] ---> eff783efd34c [2021-02-27T00:48:08.881Z] Step 23/23 : LABEL version=0.0.0 [2021-02-27T00:48:09.495Z] ---> 6b3a1c60ddd5 [2021-02-27T00:48:09.495Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-27T00:48:09.495Z] ---> Running in bc3abce2d55a [2021-02-27T00:48:10.945Z] Removing intermediate container bc3abce2d55a [2021-02-27T00:48:10.945Z] ---> 3112365b01a8 [2021-02-27T00:48:10.945Z] [2021-02-27T00:48:11.220Z] Successfully built 3112365b01a8 [2021-02-27T00:48:11.490Z] ---> e61be0d2f3ad [2021-02-27T00:48:11.490Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-27T00:48:11.760Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-27T00:48:11.760Z] Building docker-security-bootstrapper-go [2021-02-27T00:48:12.369Z]  Building docker-core-metadata-go ... done  ---> Running in 99ae5bab27ef [2021-02-27T00:48:13.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:48:13.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:48:14.211Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-27T00:48:14.211Z] (2/33) Installing expat (2.2.9-r1) [2021-02-27T00:48:14.211Z] (3/33) Installing libffi (3.3-r2) [2021-02-27T00:48:14.211Z] (4/33) Installing gdbm (1.13-r1) [2021-02-27T00:48:14.211Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-27T00:48:14.211Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-27T00:48:14.211Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-27T00:48:16.179Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-27T00:48:16.179Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-27T00:48:16.179Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-27T00:48:16.179Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-27T00:48:16.179Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-27T00:48:16.179Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-27T00:48:16.179Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-27T00:48:16.449Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-27T00:48:16.449Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-27T00:48:16.449Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-27T00:48:16.449Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-27T00:48:16.449Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-27T00:48:16.449Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-27T00:48:16.449Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-27T00:48:16.449Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-27T00:48:16.718Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-27T00:48:16.718Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-27T00:48:16.718Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-27T00:48:16.718Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-27T00:48:16.718Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-27T00:48:16.718Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-27T00:48:16.718Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-27T00:48:16.718Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-27T00:48:16.718Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-27T00:48:16.719Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-27T00:48:16.719Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-27T00:48:16.988Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:48:16.988Z] OK: 71 MiB in 55 packages [2021-02-27T00:48:19.612Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:48:19.612Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:48:19.612Z] ---> 7064b5a5d89e [2021-02-27T00:48:19.612Z] Step 3/23 : WORKDIR /edgex-go [2021-02-27T00:48:19.612Z] ---> Using cache [2021-02-27T00:48:19.612Z] ---> 4f9105db63cd [2021-02-27T00:48:19.612Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:48:19.612Z] ---> Using cache [2021-02-27T00:48:19.612Z] ---> dd7226b4557d [2021-02-27T00:48:19.612Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-27T00:48:25.001Z] ---> Running in 9d83d074766f [2021-02-27T00:48:25.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:48:26.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:48:28.020Z] OK: 217 MiB in 51 packages [2021-02-27T00:48:30.669Z] Removing intermediate container 9d83d074766f [2021-02-27T00:48:30.669Z] ---> 817beabf3cb6 [2021-02-27T00:48:30.669Z] Step 6/23 : COPY go.mod . [2021-02-27T00:48:31.269Z] Removing intermediate container 99ae5bab27ef [2021-02-27T00:48:31.269Z] ---> 47a4135b6fed [2021-02-27T00:48:31.269Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-27T00:48:31.863Z] ---> Running in dafd7cec19e7 [2021-02-27T00:48:32.135Z] ---> 07c8a442ce5f [2021-02-27T00:48:32.135Z] Step 7/23 : RUN go mod download [2021-02-27T00:48:32.740Z] ---> Running in f64509193b7e [2021-02-27T00:48:38.162Z] Removing intermediate container f64509193b7e [2021-02-27T00:48:38.162Z] ---> 81db21f1b0b6 [2021-02-27T00:48:38.162Z] Step 8/23 : COPY . . [2021-02-27T00:48:38.437Z] Collecting docker-compose==1.23.2 [2021-02-27T00:48:38.437Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-27T00:48:39.425Z] Collecting cached-property<2,>=1.2.0 [2021-02-27T00:48:39.425Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-27T00:48:39.701Z] Collecting texttable<0.10,>=0.9.0 [2021-02-27T00:48:39.701Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-27T00:48:42.332Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-27T00:48:42.332Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-27T00:48:45.128Z] Collecting jsonschema<3,>=2.5.1 [2021-02-27T00:48:45.128Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-27T00:48:46.121Z] Collecting docker<4.0,>=3.6.0 [2021-02-27T00:48:46.121Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-27T00:48:46.720Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:48:46.720Z] 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-02-27T00:48:46.720Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:48:46.720Z] ---> 7064b5a5d89e [2021-02-27T00:48:46.720Z] Step 3/22 : WORKDIR /edgex-go [2021-02-27T00:48:46.720Z] ---> Using cache [2021-02-27T00:48:46.720Z] ---> 4f9105db63cd [2021-02-27T00:48:46.720Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:48:46.720Z] ---> Using cache [2021-02-27T00:48:46.720Z] ---> dd7226b4557d [2021-02-27T00:48:46.720Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-27T00:48:46.994Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:48:46.995Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:48:46.995Z] ---> 7064b5a5d89e [2021-02-27T00:48:46.995Z] Step 3/24 : WORKDIR /edgex-go [2021-02-27T00:48:46.995Z] ---> Using cache [2021-02-27T00:48:46.995Z] ---> 4f9105db63cd [2021-02-27T00:48:46.995Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:48:46.995Z] ---> Using cache [2021-02-27T00:48:46.995Z] ---> dd7226b4557d [2021-02-27T00:48:46.995Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-27T00:48:48.427Z] Collecting PyYAML<4,>=3.10 [2021-02-27T00:48:48.427Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-27T00:48:48.427Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-27T00:48:48.427Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-27T00:48:48.427Z] ---> 7064b5a5d89e [2021-02-27T00:48:48.427Z] Step 3/30 : WORKDIR /edgex-go [2021-02-27T00:48:48.427Z] ---> Using cache [2021-02-27T00:48:48.427Z] ---> 4f9105db63cd [2021-02-27T00:48:48.427Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:48:48.427Z] ---> Using cache [2021-02-27T00:48:48.427Z] ---> dd7226b4557d [2021-02-27T00:48:48.427Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-27T00:48:50.420Z] ---> Running in ba9854793851 [2021-02-27T00:48:50.420Z] ---> Running in c5409df9bb55 [2021-02-27T00:48:50.420Z] ---> Running in 26867f05cd4f [2021-02-27T00:48:52.408Z] Collecting docopt<0.7,>=0.6.1 [2021-02-27T00:48:52.408Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-27T00:48:52.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:48:52.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:48:52.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:48:53.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:48:53.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:48:54.808Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-27T00:48:54.808Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-27T00:48:54.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:48:54.808Z] OK: 217 MiB in 51 packages [2021-02-27T00:48:55.085Z] OK: 217 MiB in 51 packages [2021-02-27T00:48:56.544Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-27T00:48:56.544Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-27T00:48:57.537Z] OK: 217 MiB in 51 packages [2021-02-27T00:48:57.537Z] Collecting docker-pycreds>=0.4.0 [2021-02-27T00:48:57.537Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-27T00:48:57.812Z] 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-02-27T00:48:57.812Z] 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-02-27T00:48:58.416Z] ---> 47e36d9578e0 [2021-02-27T00:48:58.416Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-27T00:48:58.416Z] Removing intermediate container c5409df9bb55 [2021-02-27T00:48:58.416Z] ---> b0a46c304131 [2021-02-27T00:48:58.416Z] Step 6/22 : COPY go.mod . [2021-02-27T00:48:58.416Z] Removing intermediate container 26867f05cd4f [2021-02-27T00:48:58.416Z] ---> d3669e28ccd8 [2021-02-27T00:48:58.416Z] Step 6/30 : COPY go.mod . [2021-02-27T00:48:58.691Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-27T00:48:58.691Z] ---> Running in b892d4f7ec0e [2021-02-27T00:48:58.691Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-27T00:48:59.301Z] Removing intermediate container ba9854793851 [2021-02-27T00:48:59.301Z] ---> 999a9b3208e7 [2021-02-27T00:48:59.301Z] Step 6/24 : COPY go.mod . [2021-02-27T00:48:59.301Z] Collecting idna<2.8,>=2.5 [2021-02-27T00:48:59.301Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-27T00:48:59.301Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-27T00:48:59.301Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-27T00:48:59.301Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-27T00:48:59.301Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-27T00:48:59.912Z] ---> 18c94edbfcca [2021-02-27T00:48:59.912Z] Step 7/30 : RUN go mod download [2021-02-27T00:48:59.912Z] ---> 4245fe7cdb52 [2021-02-27T00:48:59.912Z] Step 7/22 : RUN go mod download [2021-02-27T00:49:00.188Z] ---> Running in 00cbc7380fb6 [2021-02-27T00:49:00.188Z] ---> Running in 758a43615e51 [2021-02-27T00:49:00.188Z] 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-02-27T00:49:00.468Z] ---> e569af9729e6 [2021-02-27T00:49:00.468Z] Step 7/24 : RUN go mod download [2021-02-27T00:49:00.745Z] ---> Running in 7790232042e3 [2021-02-27T00:49:00.745Z] Installing collected packages: cached-property, texttable, dockerpty, jsonschema, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, docopt, docker-compose [2021-02-27T00:49:00.745Z] Running setup.py install for texttable: started [2021-02-27T00:49:04.163Z] Running setup.py install for texttable: finished with status 'done' [2021-02-27T00:49:04.163Z] Running setup.py install for dockerpty: started [2021-02-27T00:49:05.158Z] Removing intermediate container 00cbc7380fb6 [2021-02-27T00:49:05.158Z] ---> 0686dbd3b19f [2021-02-27T00:49:05.158Z] Step 8/30 : COPY . . [2021-02-27T00:49:05.755Z] Removing intermediate container 7790232042e3 [2021-02-27T00:49:05.755Z] ---> a6fc1fc746c2 [2021-02-27T00:49:05.755Z] Step 8/24 : COPY . . [2021-02-27T00:49:05.755Z] Removing intermediate container 758a43615e51 [2021-02-27T00:49:05.755Z] ---> 64648b61b7d9 [2021-02-27T00:49:05.755Z] Step 8/22 : COPY . . [2021-02-27T00:49:06.733Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-27T00:49:07.326Z] Attempting uninstall: urllib3 [2021-02-27T00:49:07.326Z] Found existing installation: urllib3 1.25.9 [2021-02-27T00:49:07.326Z] Uninstalling urllib3-1.25.9: [2021-02-27T00:49:07.602Z] Successfully uninstalled urllib3-1.25.9 [2021-02-27T00:49:08.194Z] Attempting uninstall: idna [2021-02-27T00:49:08.194Z] Found existing installation: idna 2.9 [2021-02-27T00:49:08.194Z] Uninstalling idna-2.9: [2021-02-27T00:49:08.194Z] Successfully uninstalled idna-2.9 [2021-02-27T00:49:09.171Z] Attempting uninstall: requests [2021-02-27T00:49:09.171Z] Found existing installation: requests 2.23.0 [2021-02-27T00:49:09.171Z] Uninstalling requests-2.23.0: [2021-02-27T00:49:09.171Z] Successfully uninstalled requests-2.23.0 [2021-02-27T00:49:11.148Z] Running setup.py install for PyYAML: started [2021-02-27T00:49:13.774Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-27T00:49:13.774Z] Running setup.py install for docopt: started [2021-02-27T00:49:16.404Z] Running setup.py install for docopt: finished with status 'done' [2021-02-27T00:49:17.395Z] 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.57.0 [2021-02-27T00:49:29.846Z] Removing intermediate container dafd7cec19e7 [2021-02-27T00:49:29.846Z] ---> c6f66ae29a20 [2021-02-27T00:49:29.846Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-27T00:49:30.454Z] ---> Running in 9913e367cfc1 [2021-02-27T00:49:33.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:49:33.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:49:33.980Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-27T00:49:34.257Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-27T00:49:34.257Z] (3/3) Installing curl (7.69.1-r3) [2021-02-27T00:49:34.257Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:49:34.257Z] OK: 71 MiB in 58 packages [2021-02-27T00:49:37.674Z] Removing intermediate container 9913e367cfc1 [2021-02-27T00:49:37.674Z] ---> a272ab63d691 [2021-02-27T00:49:37.674Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-27T00:49:38.283Z] ---> Running in 5f285a74efc6 [2021-02-27T00:49:39.724Z] Removing intermediate container 5f285a74efc6 [2021-02-27T00:49:39.724Z] ---> 8889fc9a5cb1 [2021-02-27T00:49:39.724Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:49:40.000Z] ---> Running in 5ee8f574393c [2021-02-27T00:49:41.989Z] Removing intermediate container 5ee8f574393c [2021-02-27T00:49:41.989Z] ---> 67fad7009181 [2021-02-27T00:49:41.989Z] Step 24/26 : LABEL arch=arm64 [2021-02-27T00:49:41.989Z] ---> Running in 542c1ec0d725 [2021-02-27T00:49:43.431Z] Removing intermediate container 542c1ec0d725 [2021-02-27T00:49:43.431Z] ---> d9ddfc487488 [2021-02-27T00:49:43.431Z] Step 25/26 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:49:43.431Z] ---> 47e65795fa6b [2021-02-27T00:49:43.431Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-27T00:49:43.712Z] ---> Running in 291e9908abaa [2021-02-27T00:49:43.986Z] ---> Running in 2aca0e17b3d8 [2021-02-27T00:49:44.973Z] Removing intermediate container 291e9908abaa [2021-02-27T00:49:44.973Z] ---> ecd9d0cb2c3c [2021-02-27T00:49:44.973Z] Step 26/26 : LABEL version=0.0.0 [2021-02-27T00:49:45.248Z] ---> Running in 8b856608b58b [2021-02-27T00:49:46.245Z] ---> 98b1e7d814ef [2021-02-27T00:49:46.245Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-27T00:49:46.245Z] ---> 893ba472a804 [2021-02-27T00:49:46.245Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-27T00:49:46.538Z] ---> Running in 4990d8f6a029 [2021-02-27T00:49:46.538Z] Removing intermediate container 8b856608b58b [2021-02-27T00:49:46.538Z] ---> a24fd7b3106a [2021-02-27T00:49:46.538Z] [2021-02-27T00:49:46.812Z] ---> Running in 9d4392b17c84 [2021-02-27T00:49:46.812Z] 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-02-27T00:49:47.409Z] Successfully built a24fd7b3106a [2021-02-27T00:49:47.409Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-27T00:49:48.850Z]  Building docker-sys-mgmt-agent-go ... done 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-02-27T00:49:48.850Z] 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-02-27T00:50:27.877Z] Removing intermediate container b892d4f7ec0e [2021-02-27T00:50:27.877Z] ---> cb25aad3b870 [2021-02-27T00:50:27.877Z] [2021-02-27T00:50:27.877Z] Step 10/23 : FROM alpine:3.12 [2021-02-27T00:50:27.877Z] ---> d10569e2745f [2021-02-27T00:50:27.877Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-27T00:50:27.877Z] ---> Running in c672d81f6004 [2021-02-27T00:50:27.877Z] Removing intermediate container c672d81f6004 [2021-02-27T00:50:27.877Z] ---> beebe3943369 [2021-02-27T00:50:27.877Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-27T00:50:27.877Z] ---> Running in a9ab4154e6d3 [2021-02-27T00:50:27.877Z] Removing intermediate container a9ab4154e6d3 [2021-02-27T00:50:27.877Z] ---> ab954981a6b1 [2021-02-27T00:50:27.877Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-27T00:50:27.877Z] ---> Running in 6554e2904e7e [2021-02-27T00:50:27.877Z] Removing intermediate container 6554e2904e7e [2021-02-27T00:50:27.877Z] ---> 866365006056 [2021-02-27T00:50:27.877Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-27T00:50:27.877Z] ---> Running in fddad1a62d93 [2021-02-27T00:50:30.494Z] Removing intermediate container fddad1a62d93 [2021-02-27T00:50:30.494Z] ---> 9ab5ee8c0403 [2021-02-27T00:50:30.494Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-27T00:50:30.494Z] ---> Running in 6552d4efe003 [2021-02-27T00:50:32.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:50:33.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:50:34.049Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-27T00:50:34.049Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-27T00:50:34.321Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-27T00:50:34.321Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-27T00:50:34.917Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-27T00:50:34.917Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-27T00:50:35.192Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:50:35.192Z] OK: 8 MiB in 20 packages [2021-02-27T00:50:37.181Z] Removing intermediate container 6552d4efe003 [2021-02-27T00:50:37.181Z] ---> 827be31b9132 [2021-02-27T00:50:37.181Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:50:38.165Z] ---> 82b75ae8883f [2021-02-27T00:50:38.165Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-27T00:50:40.159Z] ---> 5233026bfc71 [2021-02-27T00:50:40.159Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-27T00:50:41.605Z] ---> 13c91cbb678e [2021-02-27T00:50:41.605Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-27T00:50:41.605Z] ---> Running in a2a831a9e350 [2021-02-27T00:50:42.215Z] Removing intermediate container a2a831a9e350 [2021-02-27T00:50:42.215Z] ---> 0f4b589c6f3d [2021-02-27T00:50:42.215Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:50:42.500Z] ---> Running in b67c39b4e52a [2021-02-27T00:50:43.128Z] Removing intermediate container b67c39b4e52a [2021-02-27T00:50:43.128Z] ---> 3e9f53f58289 [2021-02-27T00:50:43.128Z] Step 21/23 : LABEL arch=arm64 [2021-02-27T00:50:43.128Z] ---> Running in c717e2d47811 [2021-02-27T00:50:43.756Z] Removing intermediate container c717e2d47811 [2021-02-27T00:50:43.756Z] ---> 99ba51feb7bd [2021-02-27T00:50:43.756Z] Step 22/23 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:50:44.037Z] ---> Running in 86574e212204 [2021-02-27T00:50:44.658Z] Removing intermediate container 86574e212204 [2021-02-27T00:50:44.658Z] ---> b74d949c8cb2 [2021-02-27T00:50:44.658Z] Step 23/23 : LABEL version=0.0.0 [2021-02-27T00:50:44.947Z] ---> Running in 190319c4d37e [2021-02-27T00:50:45.557Z] Removing intermediate container 190319c4d37e [2021-02-27T00:50:45.557Z] ---> 11b87d0caf7a [2021-02-27T00:50:45.557Z] [2021-02-27T00:50:45.836Z] Successfully built 11b87d0caf7a [2021-02-27T00:50:46.112Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-27T00:50:57.346Z]  Building docker-core-data-go ... done 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-02-27T00:51:07.536Z] Removing intermediate container 2aca0e17b3d8 [2021-02-27T00:51:07.536Z] ---> 834fa708a2ef [2021-02-27T00:51:07.536Z] [2021-02-27T00:51:07.536Z] Step 10/30 : FROM alpine:3.12 [2021-02-27T00:51:07.536Z] ---> d10569e2745f [2021-02-27T00:51:07.536Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-27T00:51:07.808Z] ---> Running in c61c4f3a10fb [2021-02-27T00:51:08.434Z] Removing intermediate container c61c4f3a10fb [2021-02-27T00:51:08.434Z] ---> 5c9db9ce1433 [2021-02-27T00:51:08.434Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-27T00:51:08.711Z] ---> Running in 2871bf85053a [2021-02-27T00:51:09.315Z] Removing intermediate container 9d4392b17c84 [2021-02-27T00:51:09.315Z] ---> 5877494452e2 [2021-02-27T00:51:09.315Z] [2021-02-27T00:51:09.315Z] Step 10/24 : FROM alpine:3.12 [2021-02-27T00:51:09.315Z] ---> d10569e2745f [2021-02-27T00:51:09.315Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-27T00:51:09.592Z] ---> Running in f42a099c8220 [2021-02-27T00:51:10.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:51:10.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:51:10.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-27T00:51:11.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-27T00:51:11.145Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-27T00:51:11.145Z] (2/2) Installing su-exec (0.2-r1) [2021-02-27T00:51:11.145Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:51:11.145Z] OK: 5 MiB in 16 packages [2021-02-27T00:51:11.744Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-27T00:51:11.744Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-27T00:51:11.744Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-27T00:51:11.744Z] (4/5) Installing curl (7.69.1-r3) [2021-02-27T00:51:11.744Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-27T00:51:11.744Z] Executing busybox-1.31.1-r19.trigger [2021-02-27T00:51:11.744Z] Executing ca-certificates-20191127-r4.trigger [2021-02-27T00:51:12.019Z] OK: 7 MiB in 19 packages [2021-02-27T00:51:13.012Z] Removing intermediate container 2871bf85053a [2021-02-27T00:51:13.012Z] ---> 41d7a1b911f9 [2021-02-27T00:51:13.012Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-27T00:51:13.609Z] ---> Running in 0c5ff69811d9 [2021-02-27T00:51:13.890Z] Removing intermediate container 4990d8f6a029 [2021-02-27T00:51:13.890Z] ---> f7a40e7c9e34 [2021-02-27T00:51:13.890Z] [2021-02-27T00:51:13.890Z] Step 10/22 : FROM alpine:3.12 [2021-02-27T00:51:13.890Z] ---> d10569e2745f [2021-02-27T00:51:13.890Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-27T00:51:13.890Z] ---> Using cache [2021-02-27T00:51:13.890Z] ---> 06adfc63a521 [2021-02-27T00:51:13.890Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-27T00:51:13.890Z] ---> Using cache [2021-02-27T00:51:13.890Z] ---> 352dedb33ad2 [2021-02-27T00:51:13.890Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-27T00:51:13.890Z] Removing intermediate container f42a099c8220 [2021-02-27T00:51:13.890Z] ---> b020e1d8dd82 [2021-02-27T00:51:13.890Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-27T00:51:14.167Z] ---> Running in 5d52f81c63ff [2021-02-27T00:51:14.167Z] ---> Running in d9963ff83432 [2021-02-27T00:51:14.167Z] Removing intermediate container 0c5ff69811d9 [2021-02-27T00:51:14.167Z] ---> 131db3c8c7e1 [2021-02-27T00:51:14.167Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-27T00:51:14.442Z] ---> Running in 4503ecce7320 [2021-02-27T00:51:14.713Z] Removing intermediate container 5d52f81c63ff [2021-02-27T00:51:14.713Z] ---> ba92517da3f1 [2021-02-27T00:51:14.713Z] Step 13/24 : WORKDIR / [2021-02-27T00:51:14.713Z] Removing intermediate container d9963ff83432 [2021-02-27T00:51:14.713Z] ---> 8f708bcd0e2e [2021-02-27T00:51:14.713Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-27T00:51:14.713Z] ---> Running in 7f77b97901c1 [2021-02-27T00:51:14.986Z] Removing intermediate container 4503ecce7320 [2021-02-27T00:51:14.986Z] ---> 876ee408b09c [2021-02-27T00:51:14.986Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-27T00:51:14.986Z] ---> Running in 935b4ecebcd4 [2021-02-27T00:51:15.259Z] ---> Running in 58f04727bb7c [2021-02-27T00:51:15.534Z] Removing intermediate container 7f77b97901c1 [2021-02-27T00:51:15.535Z] ---> aafb95a9690e [2021-02-27T00:51:15.535Z] 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-02-27T00:51:15.535Z] Removing intermediate container 935b4ecebcd4 [2021-02-27T00:51:15.535Z] ---> 190943b7cf29 [2021-02-27T00:51:15.535Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:51:16.516Z] ---> 70a7dabffd09 [2021-02-27T00:51:16.516Z] ---> e487e0c43fe2 [2021-02-27T00:51:16.516Z] 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-02-27T00:51:16.516Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-27T00:51:17.497Z] ---> 94cefd7d16b7 [2021-02-27T00:51:17.497Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-27T00:51:18.092Z] Removing intermediate container 58f04727bb7c [2021-02-27T00:51:18.092Z] ---> 797b8ebbe548 [2021-02-27T00:51:18.092Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-27T00:51:18.092Z] ---> c3d401d733b0 [2021-02-27T00:51:18.092Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-27T00:51:18.092Z] ---> Running in 8ec6274db071 [2021-02-27T00:51:18.367Z] ---> 50286c7e7bc9 [2021-02-27T00:51:18.367Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-27T00:51:18.962Z] Removing intermediate container 8ec6274db071 [2021-02-27T00:51:18.962Z] ---> 1f4545f41d31 [2021-02-27T00:51:18.962Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-27T00:51:19.235Z] ---> d0a99ad8c304 [2021-02-27T00:51:19.235Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-27T00:51:19.512Z] ---> Running in 3293e92cf2b7 [2021-02-27T00:51:19.512Z] ---> 81dc91449587 [2021-02-27T00:51:19.512Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-27T00:51:19.783Z] ---> 3e3a2e87d7c3 [2021-02-27T00:51:19.783Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-27T00:51:19.783Z] Removing intermediate container 3293e92cf2b7 [2021-02-27T00:51:19.783Z] ---> 9e8bd1d1cc75 [2021-02-27T00:51:19.783Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-27T00:51:20.068Z] ---> Running in 7ad866eb1fd2 [2021-02-27T00:51:20.068Z] ---> Running in 190a53e6db99 [2021-02-27T00:51:21.058Z] Removing intermediate container 7ad866eb1fd2 [2021-02-27T00:51:21.058Z] ---> b7001ebe6cbb [2021-02-27T00:51:21.058Z] Step 20/22 : LABEL arch=arm64 [2021-02-27T00:51:21.058Z] ---> 3dd30c267fd7 [2021-02-27T00:51:21.058Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-27T00:51:21.058Z] ---> Running in 4e67edb0630e [2021-02-27T00:51:21.658Z] Removing intermediate container 4e67edb0630e [2021-02-27T00:51:21.658Z] ---> a353ed739205 [2021-02-27T00:51:21.658Z] Step 21/22 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:51:21.942Z] ---> Running in 06898a61dc0d [2021-02-27T00:51:21.942Z] ---> a668f68bae39 [2021-02-27T00:51:21.942Z] 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-02-27T00:51:22.216Z] ---> Running in 6e2d5762df4e [2021-02-27T00:51:22.494Z] Removing intermediate container 06898a61dc0d [2021-02-27T00:51:22.494Z] ---> 183475c013e7 [2021-02-27T00:51:22.494Z] Step 22/22 : LABEL version=0.0.0 [2021-02-27T00:51:22.773Z] ---> Running in 53c85a2a1d17 [2021-02-27T00:51:22.773Z] Removing intermediate container 190a53e6db99 [2021-02-27T00:51:22.773Z] ---> 849c8a89540e [2021-02-27T00:51:22.773Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-27T00:51:23.371Z] Removing intermediate container 53c85a2a1d17 [2021-02-27T00:51:23.371Z] ---> 297ee78ff07b [2021-02-27T00:51:23.371Z] [2021-02-27T00:51:23.976Z] Successfully built 297ee78ff07b [2021-02-27T00:51:23.976Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-27T00:51:23.976Z]  Building docker-support-scheduler-go ... done  ---> 666bbb2a9907 [2021-02-27T00:51:23.976Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-27T00:51:25.427Z] Removing intermediate container 6e2d5762df4e [2021-02-27T00:51:25.427Z] ---> 75e5cf1313ef [2021-02-27T00:51:25.427Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-27T00:51:25.427Z] ---> fd2d2ad5ba85 [2021-02-27T00:51:25.427Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-27T00:51:25.427Z] ---> Running in abfd8eb1c5eb [2021-02-27T00:51:26.031Z] Removing intermediate container abfd8eb1c5eb [2021-02-27T00:51:26.031Z] ---> 3fab238b1c81 [2021-02-27T00:51:26.031Z] Step 22/24 : LABEL arch=arm64 [2021-02-27T00:51:26.307Z] ---> Running in 9bf44e86ef1b [2021-02-27T00:51:26.307Z] ---> 04cddbf097c7 [2021-02-27T00:51:26.307Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-27T00:51:26.900Z] Removing intermediate container 9bf44e86ef1b [2021-02-27T00:51:26.900Z] ---> 4f0575471c05 [2021-02-27T00:51:26.900Z] Step 23/24 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:51:26.900Z] ---> Running in 47e79d717292 [2021-02-27T00:51:27.495Z] ---> d3454f8e5466 [2021-02-27T00:51:27.495Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-27T00:51:27.495Z] Removing intermediate container 47e79d717292 [2021-02-27T00:51:27.495Z] ---> e3527284cfd0 [2021-02-27T00:51:27.495Z] Step 24/24 : LABEL version=0.0.0 [2021-02-27T00:51:27.768Z] ---> Running in 2bc70241461a [2021-02-27T00:51:27.768Z] ---> Running in 22432dc00af6 [2021-02-27T00:51:28.364Z] Removing intermediate container 2bc70241461a [2021-02-27T00:51:28.364Z] ---> 980a8a59ea9c [2021-02-27T00:51:28.364Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-27T00:51:28.364Z] Removing intermediate container 22432dc00af6 [2021-02-27T00:51:28.364Z] ---> fc046839495a [2021-02-27T00:51:28.364Z] [2021-02-27T00:51:28.957Z] Successfully built fc046839495a [2021-02-27T00:51:28.957Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-27T00:51:29.230Z]  Building docker-security-secretstore-setup-go ... done  ---> 14d6db36358f [2021-02-27T00:51:29.230Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-27T00:51:29.501Z] ---> Running in b07ff75f14d3 [2021-02-27T00:51:31.466Z] Removing intermediate container b07ff75f14d3 [2021-02-27T00:51:31.466Z] ---> 0d9f922ef397 [2021-02-27T00:51:31.466Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-27T00:51:32.058Z] ---> Running in 1fc77428187e [2021-02-27T00:51:32.329Z] Removing intermediate container 1fc77428187e [2021-02-27T00:51:32.329Z] ---> fa9c33c7391d [2021-02-27T00:51:32.329Z] Step 27/30 : CMD ["gate"] [2021-02-27T00:51:32.600Z] ---> Running in 76d9b2b3f536 [2021-02-27T00:51:33.194Z] Removing intermediate container 76d9b2b3f536 [2021-02-27T00:51:33.194Z] ---> 7bb445b174f7 [2021-02-27T00:51:33.194Z] Step 28/30 : LABEL arch=arm64 [2021-02-27T00:51:33.465Z] ---> Running in 7dd1245ca6f2 [2021-02-27T00:51:34.059Z] Removing intermediate container 7dd1245ca6f2 [2021-02-27T00:51:34.059Z] ---> d957e4aa3978 [2021-02-27T00:51:34.059Z] Step 29/30 : LABEL git_sha=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [2021-02-27T00:51:34.334Z] ---> Running in b1b215d5702d [2021-02-27T00:51:34.929Z] Removing intermediate container b1b215d5702d [2021-02-27T00:51:34.929Z] ---> 98d16a9b11c9 [2021-02-27T00:51:34.929Z] Step 30/30 : LABEL version=0.0.0 [2021-02-27T00:51:35.200Z] ---> Running in 027c2e3c0bd6 [2021-02-27T00:51:35.472Z] Removing intermediate container 027c2e3c0bd6 [2021-02-27T00:51:35.472Z] ---> 5508b3ca1371 [2021-02-27T00:51:35.472Z] [2021-02-27T00:51:36.060Z] Successfully built 5508b3ca1371 [2021-02-27T00:51:36.060Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-27T00:51:36.083Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-27T00:51:36.078Z] $ docker stop --time=1 78f2bb21489c20311cfdb73b0ef948b792942d91c84e0da6db0638a3fa7426a8 [2021-02-27T00:51:38.024Z] $ docker rm -f 78f2bb21489c20311cfdb73b0ef948b792942d91c84e0da6db0638a3fa7426a8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-27T00:51:38.807Z] + grep docker [2021-02-27T00:51:38.807Z] + docker images [2021-02-27T00:51:39.084Z] docker-security-bootstrapper-go-arm64 latest 5508b3ca1371 3 seconds ago 17.6MB [2021-02-27T00:51:39.084Z] docker-security-secretstore-setup-go-arm64 latest fc046839495a 10 seconds ago 23.7MB [2021-02-27T00:51:39.084Z] docker-support-scheduler-go-arm64 latest 297ee78ff07b 15 seconds ago 16.3MB [2021-02-27T00:51:39.084Z] docker-core-data-go-arm64 latest 11b87d0caf7a 53 seconds ago 21.1MB [2021-02-27T00:51:39.084Z] docker-sys-mgmt-agent-go-arm64 latest a24fd7b3106a About a minute ago 300MB [2021-02-27T00:51:39.084Z] docker-core-metadata-go-arm64 latest 3112365b01a8 3 minutes ago 17.9MB [2021-02-27T00:51:39.084Z] docker-core-command-go-arm64 latest ed93ede53646 3 minutes ago 16.2MB [2021-02-27T00:51:39.084Z] docker-support-notifications-go-arm64 latest f8c8b2f702be 3 minutes ago 16.8MB [2021-02-27T00:51:39.084Z] docker-security-proxy-setup-go-arm64 latest 7e89b3c491d2 3 minutes ago 23.4MB [2021-02-27T00:51:39.084Z] docker 20.10.0 eeaf43b92773 2 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-02-27T00:51:39.968Z] ---> job-cost.sh [2021-02-27T00:51:39.968Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-slSS [2021-02-27T00:52:26.900Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-27T00:55:03.737Z] lf-activate-venv(): INFO: Adding /tmp/venv-slSS/bin to PATH [2021-02-27T00:55:03.737Z] INFO: No Stack... [2021-02-27T00:55:03.737Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-27T00:55:03.737Z] INFO: Archiving Costs [Pipeline] sh [2021-02-27T00:55:04.073Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-02-27T00:55:04.073Z] + cut -d, -f6 [Pipeline] lock [2021-02-27T00:55:04.186Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3202-5-stack-cost] [2021-02-27T00:55:04.199Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3202-5-stack-cost] did not exist. Created. [2021-02-27T00:55:04.199Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3202-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-27T00:55:04.637Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-27T00:55:04.921Z] Stashed 1 file(s) [Pipeline] } [2021-02-27T00:55:04.938Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3202-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-27T00:55:06.156Z] provisioning config files... [2021-02-27T00:55:06.172Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config7355797796955692428tmp [Pipeline] { [Pipeline] sh [2021-02-27T00:55:06.583Z] + set +x [2021-02-27T00:55:06.583Z] + curl -s https://codecov.io/bash [2021-02-27T00:55:06.583Z] + bash -s -- [2021-02-27T00:55:06.846Z] [2021-02-27T00:55:06.846Z] _____ _ [2021-02-27T00:55:06.846Z] / ____| | | [2021-02-27T00:55:06.846Z] | | ___ __| | ___ ___ _____ __ [2021-02-27T00:55:06.846Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-27T00:55:06.846Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-27T00:55:06.846Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-27T00:55:06.846Z] Bash-20210226-7100762 [2021-02-27T00:55:06.846Z] [2021-02-27T00:55:06.846Z] [2021-02-27T00:55:06.846Z] ==> git version 2.24.3 found [2021-02-27T00:55:07.109Z] ==> 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-02-27T00:55:07.109Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-27T00:55:07.109Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-27T00:55:07.109Z] ==> Jenkins CI detected. [2021-02-27T00:55:07.109Z] project root: . [2021-02-27T00:55:07.109Z] --> token set from env [2021-02-27T00:55:07.109Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-27T00:55:07.109Z] ==> Running gcov in . (disable via -X gcov) [2021-02-27T00:55:07.109Z] ==> Python coveragepy not found [2021-02-27T00:55:07.109Z] ==> Searching for coverage reports in: [2021-02-27T00:55:07.109Z] + . [2021-02-27T00:55:07.109Z] -> Found 1 reports [2021-02-27T00:55:07.109Z] ==> Detecting git/mercurial file structure [2021-02-27T00:55:07.378Z] ==> Reading reports [2021-02-27T00:55:07.379Z] + ./coverage.out bytes=600958 [2021-02-27T00:55:07.379Z] ==> Appending adjustments [2021-02-27T00:55:07.379Z] https://docs.codecov.io/docs/fixing-reports [2021-02-27T00:55:10.801Z] + Found adjustments [2021-02-27T00:55:10.801Z] ==> Gzipping contents [2021-02-27T00:55:10.801Z] 88K /tmp/codecov.iqQWef.gz [2021-02-27T00:55:10.801Z] ==> Uploading reports [2021-02-27T00:55:10.801Z] url: https://codecov.io [2021-02-27T00:55:10.801Z] query: branch=PR-3202&commit=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= [2021-02-27T00:55:10.801Z] -> Pinging Codecov [2021-02-27T00:55:10.801Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3202&commit=0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= [2021-02-27T00:55:11.399Z] -> Uploading to [2021-02-27T00:55:11.399Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-27/00271124DB129430A58F1EEE437C3FCB/0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47/95056c8c-3197-46a2-95db-9ee88332fc09.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210227%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210227T005511Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=94ca0776ae6ca0fd3e564f55afe593023b3049c37fbac969aad583019526a1ca [2021-02-27T00:55:11.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-27T00:55:11.399Z] Dload Upload Total Spent Left Speed [2021-02-27T00:55:11.667Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89544 0 0 100 89544 0 161k --:--:-- --:--:-- --:--:-- 161k 100 89544 0 0 100 89544 0 161k --:--:-- --:--:-- --:--:-- 161k [2021-02-27T00:55:11.667Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/0f7889a9b6ec77f18b8825488ffa75eb5bc4cc47 [Pipeline] } [2021-02-27T00:55:11.681Z] 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-02-27T00:55:13.351Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-27T00:55:14.243Z] ---> package-listing.sh [2021-02-27T00:55:14.243Z] ++ facter osfamily [2021-02-27T00:55:14.243Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-27T00:55:14.243Z] + OS_FAMILY=redhat [2021-02-27T00:55:14.243Z] + workspace=/w/workspace/edgex-go/5 [2021-02-27T00:55:14.243Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-27T00:55:14.243Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-27T00:55:14.243Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-27T00:55:14.243Z] + PACKAGES=/tmp/packages_start.txt [2021-02-27T00:55:14.243Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-27T00:55:14.243Z] + PACKAGES=/tmp/packages_end.txt [2021-02-27T00:55:14.243Z] + case "${OS_FAMILY}" in [2021-02-27T00:55:14.243Z] + rpm -qa [2021-02-27T00:55:14.243Z] + sort [2021-02-27T00:55:19.549Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-27T00:55:19.549Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-27T00:55:19.549Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-27T00:55:19.549Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-27T00:55:19.549Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-02-27T00:55:19.549Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-02-27T00:55:19.567Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-27T00:55:19.868Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:55:20.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-27T00:55:20.439Z] [2021-02-27T00:55:20.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-27T00:55:20.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-27T00:55:20.796Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-27T00:55:20.796Z] df20fa9351a1: Pulling fs layer [2021-02-27T00:55:20.796Z] 36b3adc4ff6f: Pulling fs layer [2021-02-27T00:55:20.796Z] 8ad3a11d3b57: Pulling fs layer [2021-02-27T00:55:20.796Z] 46f8f816bc3b: Pulling fs layer [2021-02-27T00:55:20.796Z] 93b61091891f: Pulling fs layer [2021-02-27T00:55:20.796Z] 93b9cdb0e59b: Pulling fs layer [2021-02-27T00:55:20.796Z] 5e14af77c1be: Pulling fs layer [2021-02-27T00:55:20.796Z] 01666e4c0597: Pulling fs layer [2021-02-27T00:55:20.796Z] aa168da1d23b: Pulling fs layer [2021-02-27T00:55:20.796Z] 93b61091891f: Waiting [2021-02-27T00:55:20.796Z] 93b9cdb0e59b: Waiting [2021-02-27T00:55:20.796Z] 5e14af77c1be: Waiting [2021-02-27T00:55:20.796Z] 01666e4c0597: Waiting [2021-02-27T00:55:20.796Z] aa168da1d23b: Waiting [2021-02-27T00:55:20.796Z] 46f8f816bc3b: Waiting [2021-02-27T00:55:20.796Z] 36b3adc4ff6f: Download complete [2021-02-27T00:55:20.796Z] 46f8f816bc3b: Verifying Checksum [2021-02-27T00:55:20.796Z] 46f8f816bc3b: Download complete [2021-02-27T00:55:21.060Z] df20fa9351a1: Verifying Checksum [2021-02-27T00:55:21.060Z] df20fa9351a1: Download complete [2021-02-27T00:55:21.060Z] 93b9cdb0e59b: Verifying Checksum [2021-02-27T00:55:21.060Z] 93b9cdb0e59b: Download complete [2021-02-27T00:55:21.060Z] 93b61091891f: Download complete [2021-02-27T00:55:21.060Z] 5e14af77c1be: Download complete [2021-02-27T00:55:21.060Z] 01666e4c0597: Download complete [2021-02-27T00:55:21.331Z] df20fa9351a1: Pull complete [2021-02-27T00:55:21.595Z] 8ad3a11d3b57: Verifying Checksum [2021-02-27T00:55:21.595Z] 8ad3a11d3b57: Download complete [2021-02-27T00:55:21.595Z] 36b3adc4ff6f: Pull complete [2021-02-27T00:55:22.563Z] 8ad3a11d3b57: Pull complete [2021-02-27T00:55:23.517Z] aa168da1d23b: Verifying Checksum [2021-02-27T00:55:23.517Z] aa168da1d23b: Download complete [2021-02-27T00:55:24.095Z] 46f8f816bc3b: Pull complete [2021-02-27T00:55:24.675Z] 93b61091891f: Pull complete [2021-02-27T00:55:24.675Z] 93b9cdb0e59b: Pull complete [2021-02-27T00:55:24.938Z] 5e14af77c1be: Pull complete [2021-02-27T00:55:24.938Z] 01666e4c0597: Pull complete [2021-02-27T00:55:34.981Z] aa168da1d23b: Pull complete [2021-02-27T00:55:34.981Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-27T00:55:34.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-27T00:55:34.981Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-27T00:55:35.223Z] prd-centos7-docker-4c-2g-27925 does not seem to be running inside a container [2021-02-27T00:55:35.280Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-lftools-log-publisher:alpine cat [2021-02-27T00:55:39.377Z] $ docker top 0358a9328a1acaa29fccb381ab2bf1b5fa6f54efb37737c1953d245eb2568181 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-27T00:55:39.973Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-27T00:55:40.274Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-27T00:55:40.577Z] + ls /var/log/sa-host [2021-02-27T00:55:40.577Z] + sadf -c /var/log/sa-host/sa23 [2021-02-27T00:55:40.577Z] file_magic: OK [2021-02-27T00:55:40.577Z] HZ: Using current value: 100 [2021-02-27T00:55:40.577Z] file_header: OK [2021-02-27T00:55:40.577Z] 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-02-27T00:55:40.577Z] Statistics: [2021-02-27T00:55:40.577Z] Hnuu...uuuununununu... [2021-02-27T00:55:40.577Z] File successfully converted to sysstat format version 12.2.1 [2021-02-27T00:55:40.577Z] + sadf -c /var/log/sa-host/sa27 [2021-02-27T00:55:40.577Z] file_magic: OK [2021-02-27T00:55:40.577Z] HZ: Using current value: 100 [2021-02-27T00:55:40.577Z] file_header: OK [2021-02-27T00:55:40.577Z] 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-02-27T00:55:40.577Z] Statistics: [2021-02-27T00:55:40.577Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-27T00:55:40.577Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-27T00:55:40.826Z] provisioning config files... [2021-02-27T00:55:40.849Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config8193646809607644960tmp [Pipeline] { [Pipeline] echo [2021-02-27T00:55:40.920Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-27T00:55:41.221Z] ---> create-netrc.sh [Pipeline] } [2021-02-27T00:55:41.232Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-27T00:55:41.320Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-27T00:55:41.622Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-27T00:55:41.635Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-27T00:55:41.941Z] ---> sudo-logs.sh [2021-02-27T00:55:41.941Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-27T00:55:42.003Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-27T00:55:42.306Z] ---> job-cost.sh [2021-02-27T00:55:42.306Z] lf-activate-venv: SKIPPING [2021-02-27T00:55:42.306Z] DEBUG: total: 0.20999999344348907 [2021-02-27T00:55:42.306Z] INFO: Retrieving Stack Cost... [2021-02-27T00:55:43.253Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-27T00:55:43.827Z] INFO: Archiving Costs [Pipeline] echo [2021-02-27T00:55:43.841Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-27T00:55:44.142Z] ---> logs-deploy.sh [2021-02-27T00:55:44.142Z] lf-activate-venv: SKIPPING [2021-02-27T00:55:44.142Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3202/5 [2021-02-27T00:55:44.142Z] INFO: archiving workspace using pattern(s): [2021-02-27T00:55:45.537Z] Archives upload complete. [2021-02-27T00:55:45.799Z] INFO: archiving logs to Nexus