Pull request #3148 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 5c263209df199e6640ec522efadc93fd03539474 rather than 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 Obtained Jenkinsfile from 5c263209df199e6640ec522efadc93fd03539474 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25830 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 5c263209df199e6640ec522efadc93fd03539474 into PR head commit 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 Merge succeeded, producing 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 Checking out Revision 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 (PR-3148) > 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/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # 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 5c263209df199e6640ec522efadc93fd03539474 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # timeout=10 Commit message: "Merge branch 'master' into issue-3143" > git rev-list --no-walk d5e601b106eb5ab2062863f585c4f56dcf796bda # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T18:52:45.673Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T18:52:45.953Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T18:52:46.045Z] ========================================================= [2021-02-09T18:52:46.045Z] EdgeX Global Pipelines Version Info [2021-02-09T18:52:46.045Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:52:47.508Z] ------------------- [2021-02-09T18:52:47.508Z] stable info: [2021-02-09T18:52:47.508Z] ------------------- [2021-02-09T18:52:47.508Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T18:52:47.508Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T18:52:47.508Z] Message: update stable to v1.0.179 [2021-02-09T18:52:48.456Z] ------------------- [2021-02-09T18:52:48.456Z] experimental info: [2021-02-09T18:52:48.456Z] ------------------- [2021-02-09T18:52:48.456Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T18:52:48.456Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T18:52:48.456Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T18:52:48.754Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T18:52:48.864Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T18:52:48.951Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T18:52:49.032Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T18:52:49.119Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T18:52:49.254Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T18:52:49.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T18:52:49.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T18:52:49.518Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T18:52:49.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T18:52:49.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T18:52:49.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T18:52:49.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T18:52:49.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T18:52:50.018Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T18:52:50.125Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T18:52:50.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T18:52:50.371Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T18:52:50.476Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T18:52:50.593Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T18:52:50.682Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T18:52:50.788Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T18:52:50.872Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T18:52:50.953Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3148 [Pipeline] echo [2021-02-09T18:52:51.036Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3148 [Pipeline] echo [2021-02-09T18:52:51.149Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3148 [Pipeline] echo [2021-02-09T18:52:51.227Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [Pipeline] echo [2021-02-09T18:52:51.335Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e9658d [Pipeline] echo [2021-02-09T18:52:51.421Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T18:52:51.605Z] provisioning config files... [2021-02-09T18:52:51.649Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config208969990983132154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:52:52.004Z] ---> docker-login.sh [2021-02-09T18:52:52.005Z] nexus3.edgexfoundry.org:10001 [2021-02-09T18:52:52.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:52:52.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:52:52.539Z] Configure a credential helper to remove this warning. See [2021-02-09T18:52:52.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:52:52.539Z] [2021-02-09T18:52:52.539Z] Login Succeeded [2021-02-09T18:52:52.539Z] nexus3.edgexfoundry.org:10002 [2021-02-09T18:52:52.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:52:52.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:52:52.539Z] Configure a credential helper to remove this warning. See [2021-02-09T18:52:52.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:52:52.539Z] [2021-02-09T18:52:52.539Z] Login Succeeded [2021-02-09T18:52:52.803Z] nexus3.edgexfoundry.org:10003 [2021-02-09T18:52:52.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:52:52.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:52:52.803Z] Configure a credential helper to remove this warning. See [2021-02-09T18:52:52.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:52:52.803Z] [2021-02-09T18:52:52.803Z] Login Succeeded [2021-02-09T18:52:52.803Z] nexus3.edgexfoundry.org:10004 [2021-02-09T18:52:53.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:52:53.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:52:53.067Z] Configure a credential helper to remove this warning. See [2021-02-09T18:52:53.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:52:53.067Z] [2021-02-09T18:52:53.067Z] Login Succeeded [2021-02-09T18:52:53.067Z] docker.io [2021-02-09T18:52:53.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:52:53.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:52:53.331Z] Configure a credential helper to remove this warning. See [2021-02-09T18:52:53.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:52:53.331Z] [2021-02-09T18:52:53.331Z] Login Succeeded [2021-02-09T18:52:53.331Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T18:52:53.342Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T18:52:53.793Z] ++ 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-09T18:52:53.793Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:52:53.793Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T18:52:53.793Z] ++ cut -d/ -f2 [2021-02-09T18:52:53.793Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T18:52:53.793Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:52:53.793Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T18:52:53.793Z] ++ cut -d/ -f2 [2021-02-09T18:52:53.793Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T18:52:53.793Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:52:53.793Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T18:52:53.793Z] ++ cut -d/ -f2 [2021-02-09T18:52:53.793Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T18:52:53.793Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:52:53.793Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T18:52:53.793Z] ++ cut -d/ -f2 [2021-02-09T18:52:53.793Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T18:52:53.793Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:52:53.793Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T18:52:53.793Z] ++ cut -d/ -f2 [2021-02-09T18:52:53.793Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T18:52:53.793Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:52:53.793Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T18:52:53.793Z] ++ cut -d/ -f2 [2021-02-09T18:52:53.793Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T18:52:53.793Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:52:53.793Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T18:52:53.793Z] ++ cut -d/ -f2 [2021-02-09T18:52:53.793Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T18:52:53.793Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:52:53.793Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T18:52:53.793Z] ++ cut -d/ -f2 [2021-02-09T18:52:53.793Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T18:52:53.793Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T18:52:53.793Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T18:52:53.793Z] ++ cut -d/ -f2 [2021-02-09T18:52:53.793Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T18:52:53.882Z] 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-09T18:52:54.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T18:52:54.779Z] [2021-02-09T18:52:54.779Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:52:55.173Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T18:52:55.174Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T18:52:55.174Z] 31603596830f: Pulling fs layer [2021-02-09T18:52:55.174Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T18:52:55.174Z] 6ca5941a6612: Pulling fs layer [2021-02-09T18:52:55.174Z] ecc8261a40a4: Pulling fs layer [2021-02-09T18:52:55.174Z] ecc8261a40a4: Waiting [2021-02-09T18:52:55.174Z] 2a8b12db71e7: Download complete [2021-02-09T18:52:55.174Z] 31603596830f: Verifying Checksum [2021-02-09T18:52:55.174Z] 31603596830f: Download complete [2021-02-09T18:52:55.441Z] ecc8261a40a4: Verifying Checksum [2021-02-09T18:52:55.441Z] ecc8261a40a4: Download complete [2021-02-09T18:52:55.441Z] 6ca5941a6612: Verifying Checksum [2021-02-09T18:52:55.441Z] 6ca5941a6612: Download complete [2021-02-09T18:52:55.704Z] 31603596830f: Pull complete [2021-02-09T18:52:55.971Z] 2a8b12db71e7: Pull complete [2021-02-09T18:52:56.929Z] 6ca5941a6612: Pull complete [2021-02-09T18:52:56.929Z] ecc8261a40a4: Pull complete [2021-02-09T18:52:56.929Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T18:52:56.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T18:52:56.929Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T18:52:57.044Z] prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container [2021-02-09T18:52:57.099Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T18:52:59.878Z] $ docker top 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T18:53:00.236Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T18:53:00.236Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T18:53:00.473Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T18:53:00.477Z] $ docker exec 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 ssh-agent [2021-02-09T18:53:00.645Z] SSH_AUTH_SOCK=/tmp/ssh-I8Q8G4XAVogk/agent.11 [2021-02-09T18:53:00.645Z] SSH_AGENT_PID=16 [2021-02-09T18:53:00.658Z] Running ssh-add (command line suppressed) [2021-02-09T18:53:00.779Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_5283544052679402755.key (/w/workspace/edgex-go/8@tmp/private_key_5283544052679402755.key) [2021-02-09T18:53:00.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T18:53:01.173Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T18:53:01.196Z] $ docker exec --env ******** --env ******** 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 ssh-agent -k [2021-02-09T18:53:01.320Z] unset SSH_AUTH_SOCK; [2021-02-09T18:53:01.320Z] unset SSH_AGENT_PID; [2021-02-09T18:53:01.320Z] echo Agent pid 16 killed; [2021-02-09T18:53:01.371Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T18:53:01.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T18:53:01.500Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T18:53:01.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T18:53:01.671Z] $ docker exec 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 ssh-agent [2021-02-09T18:53:01.842Z] SSH_AUTH_SOCK=/tmp/ssh-3EoazOc047lV/agent.44 [2021-02-09T18:53:01.842Z] SSH_AGENT_PID=50 [2021-02-09T18:53:01.850Z] Running ssh-add (command line suppressed) [2021-02-09T18:53:01.978Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_7359178129318452388.key (/w/workspace/edgex-go/8@tmp/private_key_7359178129318452388.key) [2021-02-09T18:53:02.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T18:53:02.365Z] + git semver init [2021-02-09T18:53:02.365Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T18:53:02.365Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-02-09T18:53:02.365Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-02-09T18:53:02.365Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T18:53:02.365Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T18:53:02.365Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T18:53:02.365Z] # $SEMVER_BRANCH = PR-3148 [2021-02-09T18:53:02.365Z] # $SEMVER_TEMP = /tmp/semver-814569425 [2021-02-09T18:53:02.365Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T18:53:34.543Z] # '/tmp/semver-814569425' -> '/w/workspace/edgex-go/8/.semver' [2021-02-09T18:53:34.543Z] # -> Force: false [2021-02-09T18:53:34.543Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-02-09T18:53:34.561Z] $ docker exec --env ******** --env ******** 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 ssh-agent -k [2021-02-09T18:53:34.859Z] unset SSH_AUTH_SOCK; [2021-02-09T18:53:34.860Z] unset SSH_AGENT_PID; [2021-02-09T18:53:34.860Z] echo Agent pid 50 killed; [2021-02-09T18:53:34.964Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T18:53:35.509Z] + git semver [Pipeline] } [2021-02-09T18:53:35.530Z] $ docker stop --time=1 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 [2021-02-09T18:53:37.512Z] $ docker rm -f 64da554cd2f38ddc857eb072167956ea36412e47b48c340cf4a6734640ed1a63 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T18:53:38.031Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T18:53:38.546Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T18:53:38.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-09T18:53:39.353Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T18:53:39.653Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T18:53:39.957Z] + sudo service docker restart [2021-02-09T18:53:39.957Z] + true [2021-02-09T18:53:39.957Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T18:53:40.551Z] ========================================================= [2021-02-09T18:53:40.551Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T18:53:40.551Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:53:40.892Z] + 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-09T18:53:44.220Z] Sending build context to Docker daemon 327.8MB [2021-02-09T18:53:44.220Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T18:53:44.220Z] Step 2/6 : FROM ${BASE} [2021-02-09T18:53:44.220Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T18:53:44.220Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T18:53:44.220Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T18:53:44.220Z] de9db76c5a1d: Pulling fs layer [2021-02-09T18:53:44.220Z] bca2f99d35d6: Pulling fs layer [2021-02-09T18:53:44.220Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T18:53:44.220Z] 7c6f9722023f: Pulling fs layer [2021-02-09T18:53:44.220Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T18:53:44.220Z] 93359f2a8cfa: Waiting [2021-02-09T18:53:44.220Z] a35cf1a2eb13: Waiting [2021-02-09T18:53:44.220Z] 7c6f9722023f: Waiting [2021-02-09T18:53:44.220Z] bca2f99d35d6: Waiting [2021-02-09T18:53:44.220Z] de9db76c5a1d: Download complete [2021-02-09T18:53:44.220Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T18:53:44.220Z] 0ef7d3d256c8: Download complete [2021-02-09T18:53:44.220Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T18:53:44.220Z] 93359f2a8cfa: Download complete [2021-02-09T18:53:44.484Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T18:53:44.484Z] 188c0c94c7c5: Download complete [2021-02-09T18:53:44.484Z] 7c6f9722023f: Verifying Checksum [2021-02-09T18:53:44.484Z] 7c6f9722023f: Download complete [2021-02-09T18:53:44.747Z] 188c0c94c7c5: Pull complete [2021-02-09T18:53:45.325Z] 0ef7d3d256c8: Pull complete [2021-02-09T18:53:45.325Z] de9db76c5a1d: Pull complete [2021-02-09T18:53:46.279Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T18:53:46.279Z] a35cf1a2eb13: Download complete [2021-02-09T18:53:46.856Z] bca2f99d35d6: Verifying Checksum [2021-02-09T18:53:46.856Z] bca2f99d35d6: Download complete [2021-02-09T18:53:52.190Z] bca2f99d35d6: Pull complete [2021-02-09T18:53:52.455Z] 93359f2a8cfa: Pull complete [2021-02-09T18:53:52.455Z] 7c6f9722023f: Pull complete [2021-02-09T18:53:53.876Z] Still waiting to schedule task [2021-02-09T18:53:53.876Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-09T18:53:57.788Z] a35cf1a2eb13: Pull complete [2021-02-09T18:53:57.788Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T18:53:57.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T18:53:57.788Z] ---> a62c8e92a672 [2021-02-09T18:53:57.788Z] 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-09T18:53:58.052Z] ---> Running in 47e7418e3e59 [2021-02-09T18:53:58.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:53:59.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:54:00.163Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T18:54:00.428Z] (2/12) Installing file (5.38-r0) [2021-02-09T18:54:00.428Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T18:54:00.428Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T18:54:04.662Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T18:54:04.662Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T18:54:04.662Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T18:54:04.662Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T18:54:04.662Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T18:54:04.925Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T18:54:04.925Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T18:54:05.189Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T18:54:05.189Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:54:05.189Z] OK: 233 MiB in 51 packages [2021-02-09T18:54:09.477Z] Removing intermediate container 47e7418e3e59 [2021-02-09T18:54:09.477Z] ---> 0605f97f0444 [2021-02-09T18:54:09.477Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T18:54:09.477Z] ---> Running in c7c812851ada [2021-02-09T18:54:09.477Z] Removing intermediate container c7c812851ada [2021-02-09T18:54:09.477Z] ---> 7680d1748950 [2021-02-09T18:54:09.477Z] Step 5/6 : COPY go.mod . [2021-02-09T18:54:09.477Z] ---> f417596d3d75 [2021-02-09T18:54:09.477Z] Step 6/6 : RUN go mod download [2021-02-09T18:54:09.477Z] ---> Running in 675609ddf08f [2021-02-09T18:54:31.498Z] Removing intermediate container 675609ddf08f [2021-02-09T18:54:31.498Z] ---> bf7cc96d0ddc [2021-02-09T18:54:31.498Z] Successfully built bf7cc96d0ddc [2021-02-09T18:54:31.498Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:54:31.813Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T18:54:31.813Z] . [Pipeline] withDockerContainer [2021-02-09T18:54:31.918Z] prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container [2021-02-09T18:54:31.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-09T18:54:32.898Z] $ docker top 6be9e6ea6acaafb045e401979f8f4fe91e780d08f7b75c05c039590fb6e7d641 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:54:33.427Z] + go version [2021-02-09T18:54:33.428Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T18:54:33.444Z] $ docker stop --time=1 6be9e6ea6acaafb045e401979f8f4fe91e780d08f7b75c05c039590fb6e7d641 [2021-02-09T18:54:34.808Z] $ docker rm -f 6be9e6ea6acaafb045e401979f8f4fe91e780d08f7b75c05c039590fb6e7d641 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:54:35.626Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T18:54:35.626Z] . [Pipeline] withDockerContainer [2021-02-09T18:54:35.731Z] prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container [2021-02-09T18:54:35.777Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-09T18:54:36.532Z] $ docker top 96fbcf9fbf83f4792c7517814d2b2728e08a107c3770f320707409e78c3b920f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T18:54:36.774Z] ========================================================= [2021-02-09T18:54:36.774Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T18:54:36.774Z] ========================================================= [Pipeline] sh [2021-02-09T18:54:37.074Z] + make test [2021-02-09T18:54:37.074Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T18:54:45.296Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T18:55:00.296Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T18:55:08.553Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T18:55:08.553Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T18:55:08.554Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T18:55:11.134Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T18:55:11.134Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T18:55:11.134Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T18:55:11.134Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T18:55:11.134Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T18:55:12.113Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T18:55:14.053Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T18:55:14.053Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T18:55:14.053Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T18:55:17.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 45.9% of statements [2021-02-09T18:55:17.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T18:55:17.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T18:55:17.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T18:55:17.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T18:55:17.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T18:55:17.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T18:55:17.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T18:55:17.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.074s coverage: 100.0% of statements [2021-02-09T18:55:19.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T18:55:19.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T18:55:19.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T18:55:19.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 65.8% of statements [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T18:55:19.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T18:55:20.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 82.3% of statements [2021-02-09T18:55:20.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T18:55:20.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:55:20.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T18:55:20.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T18:55:23.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T18:55:23.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T18:55:23.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T18:55:23.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T18:55:23.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T18:55:23.106Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T18:55:23.106Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T18:55:25.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.421s coverage: 92.8% of statements [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T18:55:25.728Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T18:55:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T18:55:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T18:55:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T18:55:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T18:55:25.729Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements [2021-02-09T18:55:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T18:55:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T18:55:25.729Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-02-09T18:55:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T18:55:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T18:55:25.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T18:55:25.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 45.5% of statements [2021-02-09T18:55:25.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-02-09T18:55:25.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements [2021-02-09T18:55:25.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-02-09T18:55:25.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.027s coverage: 87.5% of statements [2021-02-09T18:55:38.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements [2021-02-09T18:55:38.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 68.9% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.298s coverage: 84.0% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.120s coverage: 89.4% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.762s coverage: 29.1% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-09T18:55:50.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T18:55:50.410Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2021-02-09T18:55:50.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T18:55:50.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T18:55:50.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T18:55:50.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T18:55:50.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-02-09T18:55:50.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T18:55:50.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T18:55:50.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-02-09T18:55:50.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-09T18:55:50.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-09T18:55:50.411Z] GO111MODULE=on go vet ./... [2021-02-09T18:56:17.170Z] gofmt -l . [2021-02-09T18:56:17.170Z] [ "`gofmt -l .`" = "" ] [2021-02-09T18:56:17.170Z] ./bin/test-go-mod-tidy.sh [2021-02-09T18:56:17.170Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T18:56:17.494Z] + ls -al . [2021-02-09T18:56:17.494Z] total 700 [2021-02-09T18:56:17.494Z] drwxrwxr-x 10 1001 1001 4096 Feb 9 18:56 . [2021-02-09T18:56:17.494Z] drwxr-xr-x 4 root root 28 Feb 9 18:54 .. [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 18:52 .dockerignore [2021-02-09T18:56:17.494Z] drwxrwxr-x 8 1001 1001 179 Feb 9 18:52 .git [2021-02-09T18:56:17.494Z] drwxrwxr-x 3 1001 1001 125 Feb 9 18:52 .github [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 18:52 .gitignore [2021-02-09T18:56:17.494Z] drwx------ 3 1001 1001 60 Feb 9 18:53 .semver [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 18:52 .sonarcloud.properties [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 18:52 Attribution.txt [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 18:52 CONTRIBUTING.md [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 18:52 Dockerfile.build [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 18:52 Jenkinsfile [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 18:52 LICENSE [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 18:52 Makefile [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 18:52 README.md [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 18:52 SECURITY.md [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 18:53 VERSION [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 18:52 ZMQWindows.md [2021-02-09T18:56:17.494Z] drwxrwxr-x 2 1001 1001 117 Feb 9 18:52 bin [2021-02-09T18:56:17.494Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 18:52 cmd [2021-02-09T18:56:17.494Z] -rw-r--r-- 1 root root 594557 Feb 9 18:55 coverage.out [2021-02-09T18:56:17.494Z] -rw-r--r-- 1 root root 1054 Feb 9 18:56 go.mod [2021-02-09T18:56:17.494Z] -rw-r--r-- 1 root root 19290 Feb 9 18:56 go.sum [2021-02-09T18:56:17.494Z] drwxrwxr-x 8 1001 1001 127 Feb 9 18:52 internal [2021-02-09T18:56:17.494Z] drwxrwxr-x 4 1001 1001 26 Feb 9 18:52 openapi [2021-02-09T18:56:17.494Z] drwxrwxr-x 4 1001 1001 71 Feb 9 18:52 snap [2021-02-09T18:56:17.494Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 18:52 version.go [Pipeline] sh [2021-02-09T18:56:17.803Z] + '[' -e coverage.out ] [2021-02-09T18:56:17.803Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T18:56:18.074Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T18:56:18.377Z] + make build [2021-02-09T18:56:18.377Z] 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-09T18:56:22.649Z] 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-09T18:56:30.917Z] 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-09T18:56:31.868Z] 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-09T18:56:33.273Z] 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-09T18:56:33.865Z] 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-09T18:56:35.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T18:56:36.698Z] 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-09T18:56:38.092Z] 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-09T18:56:39.047Z] 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-09T18:56:40.461Z] 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-09T18:56:41.423Z] 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-09T18:56:43.405Z] $ docker stop --time=1 96fbcf9fbf83f4792c7517814d2b2728e08a107c3770f320707409e78c3b920f [2021-02-09T18:56:45.067Z] $ docker rm -f 96fbcf9fbf83f4792c7517814d2b2728e08a107c3770f320707409e78c3b920f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:56:47.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:56:47.060Z] [2021-02-09T18:56:47.060Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:56:47.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:56:47.453Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-09T18:56:47.453Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-09T18:56:47.453Z] ca9280d653b3: Pulling fs layer [2021-02-09T18:56:47.453Z] 7e9c9ca2126c: Pulling fs layer [2021-02-09T18:56:48.409Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-09T18:56:48.409Z] cbdbe7a5bc2a: Download complete [2021-02-09T18:56:48.990Z] cbdbe7a5bc2a: Pull complete [2021-02-09T18:56:48.990Z] ca9280d653b3: Verifying Checksum [2021-02-09T18:56:48.990Z] ca9280d653b3: Download complete [2021-02-09T18:56:50.391Z] ca9280d653b3: Pull complete [2021-02-09T18:56:50.655Z] 7e9c9ca2126c: Download complete [2021-02-09T18:56:58.879Z] 7e9c9ca2126c: Pull complete [2021-02-09T18:56:58.879Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-09T18:56:58.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:56:58.879Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-09T18:56:59.033Z] prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container [2021-02-09T18:56:59.085Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-09T18:57:01.742Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25833 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [2021-02-09T18:57:01.748Z] $ docker top 6bf64812ae0b4935b01544e6427f6d14b45b94875c0a90198d810f489a73dde2 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-02-09T18:57:02.204Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-09T18:57:02.459Z] + docker-compose build --help [2021-02-09T18:57:02.459Z] + grep parallel [2021-02-09T18:57:03.408Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T18:57:03.423Z] $ docker stop --time=1 6bf64812ae0b4935b01544e6427f6d14b45b94875c0a90198d810f489a73dde2 [2021-02-09T18:57:04.815Z] $ docker rm -f 6bf64812ae0b4935b01544e6427f6d14b45b94875c0a90198d810f489a73dde2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:57:05.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T18:57:05.493Z] . [Pipeline] withDockerContainer [2021-02-09T18:57:05.614Z] prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container [2021-02-09T18:57:05.670Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-09T18:57:06.427Z] $ docker top 23368e761dfeb61eb854ed53df9b62fa9a2c21598827ca1a288bed85a6f546b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:57:07.040Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T18:57:07.692Z] using credential edgex-jenkins-ssh [2021-02-09T18:57:07.755Z] Cloning the remote Git repository [2021-02-09T18:57:08.052Z] Building docker-core-command-go ... [2021-02-09T18:57:08.052Z] Building docker-core-data-go ... [2021-02-09T18:57:08.052Z] Building docker-core-metadata-go ... [2021-02-09T18:57:08.052Z] Building docker-security-bootstrapper-go ... [2021-02-09T18:57:08.052Z] Building docker-security-proxy-setup-go ... [2021-02-09T18:57:08.052Z] Building docker-security-secretstore-setup-go ... [2021-02-09T18:57:08.052Z] Building docker-support-notifications-go ... [2021-02-09T18:57:08.052Z] Building docker-support-scheduler-go ... [2021-02-09T18:57:08.052Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T18:57:08.052Z] Building docker-core-data-go [2021-02-09T18:57:08.052Z] Building docker-support-scheduler-go [2021-02-09T18:57:08.052Z] Building docker-security-bootstrapper-go [2021-02-09T18:57:08.052Z] Building docker-support-notifications-go [2021-02-09T18:57:08.052Z] Building docker-core-metadata-go [2021-02-09T18:57:07.807Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:57:07.926Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-09T18:57:08.017Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:57:08.017Z] > git --version # timeout=10 [2021-02-09T18:57:08.040Z] > git --version # 'git version 2.17.1' [2021-02-09T18:57:08.043Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:57:08.109Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T18:57:25.849Z] Merging remotes/origin/master commit 5c263209df199e6640ec522efadc93fd03539474 into PR head commit 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T18:57:26.295Z] Merge succeeded, producing 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T18:57:26.296Z] Checking out Revision 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 (PR-3148) [2021-02-09T18:57:24.973Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T18:57:24.992Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T18:57:25.023Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T18:57:25.059Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T18:57:25.060Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:57:25.073Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T18:57:25.872Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T18:57:25.895Z] > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # timeout=10 [2021-02-09T18:57:26.213Z] > git remote # timeout=10 [2021-02-09T18:57:26.233Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T18:57:26.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T18:57:26.258Z] > git merge 5c263209df199e6640ec522efadc93fd03539474 # timeout=10 [2021-02-09T18:57:26.282Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T18:57:26.338Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T18:57:26.361Z] > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # timeout=10 [2021-02-09T18:57:30.771Z] Commit message: "Merge branch 'master' into issue-3143" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T18:57:32.252Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T18:57:32.731Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T18:57:33.100Z] + sudo service docker restart [2021-02-09T18:57:33.100Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T18:57:35.158Z] provisioning config files... [2021-02-09T18:57:35.199Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config2061964499663939452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T18:57:35.618Z] ---> docker-login.sh [2021-02-09T18:57:35.618Z] nexus3.edgexfoundry.org:10001 [2021-02-09T18:57:36.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:57:36.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:57:36.825Z] Configure a credential helper to remove this warning. See [2021-02-09T18:57:36.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:57:36.825Z] [2021-02-09T18:57:36.825Z] Login Succeeded [2021-02-09T18:57:36.825Z] nexus3.edgexfoundry.org:10002 [2021-02-09T18:57:37.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:57:37.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:57:37.095Z] Configure a credential helper to remove this warning. See [2021-02-09T18:57:37.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:57:37.095Z] [2021-02-09T18:57:37.095Z] Login Succeeded [2021-02-09T18:57:37.368Z] nexus3.edgexfoundry.org:10003 [2021-02-09T18:57:37.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:57:37.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:57:37.642Z] Configure a credential helper to remove this warning. See [2021-02-09T18:57:37.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:57:37.642Z] [2021-02-09T18:57:37.642Z] Login Succeeded [2021-02-09T18:57:37.642Z] nexus3.edgexfoundry.org:10004 [2021-02-09T18:57:38.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:57:38.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:57:38.243Z] Configure a credential helper to remove this warning. See [2021-02-09T18:57:38.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:57:38.243Z] [2021-02-09T18:57:38.243Z] Login Succeeded [2021-02-09T18:57:38.243Z] docker.io [2021-02-09T18:57:38.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T18:57:39.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T18:57:39.111Z] Configure a credential helper to remove this warning. See [2021-02-09T18:57:39.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T18:57:39.111Z] [2021-02-09T18:57:39.111Z] Login Succeeded [2021-02-09T18:57:39.111Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T18:57:39.128Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T18:57:39.634Z] ========================================================= [2021-02-09T18:57:39.634Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T18:57:39.634Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:57:40.016Z] + 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-09T18:57:40.292Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:57:40.292Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:57:40.292Z] ---> bf7cc96d0ddc [2021-02-09T18:57:40.292Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T18:57:40.292Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:57:40.292Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:57:40.292Z] ---> bf7cc96d0ddc [2021-02-09T18:57:40.292Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T18:57:40.886Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:57:40.886Z] Step 2/30 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:57:40.886Z] [2021-02-09T18:57:40.886Z] ---> bf7cc96d0ddc [2021-02-09T18:57:40.886Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 3/30 : WORKDIR /edgex-go [2021-02-09T18:57:40.886Z] [2021-02-09T18:57:40.886Z] ---> bf7cc96d0ddc [2021-02-09T18:57:40.886Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:57:40.886Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:57:40.886Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:57:40.886Z] ---> bf7cc96d0ddc [2021-02-09T18:57:40.886Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T18:57:41.838Z] ---> Running in 5a6df9a3d789 [2021-02-09T18:57:41.838Z] ---> Running in 56f05cb4b204 [2021-02-09T18:57:41.838Z] ---> Running in a186948f3719 [2021-02-09T18:57:41.838Z] ---> Running in ab493fc343ce [2021-02-09T18:57:41.838Z] ---> Running in 01895c262181 [2021-02-09T18:57:42.419Z] Removing intermediate container 01895c262181 [2021-02-09T18:57:42.419Z] ---> cb6abac9b629 [2021-02-09T18:57:42.419Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:57:42.419Z] Removing intermediate container a186948f3719 [2021-02-09T18:57:42.419Z] ---> acffc2a7be9d [2021-02-09T18:57:42.419Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:57:42.419Z] Removing intermediate container 56f05cb4b204 [2021-02-09T18:57:42.419Z] ---> 6dd83de298fd [2021-02-09T18:57:42.419Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:57:42.419Z] Removing intermediate container ab493fc343ce [2021-02-09T18:57:42.419Z] ---> 18dbbf4f1757 [2021-02-09T18:57:42.419Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:57:42.419Z] Removing intermediate container 5a6df9a3d789 [2021-02-09T18:57:42.419Z] ---> 403ccff10f21 [2021-02-09T18:57:42.419Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:57:42.672Z] Sending build context to Docker daemon 166.3MB [2021-02-09T18:57:42.672Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T18:57:42.672Z] Step 2/6 : FROM ${BASE} [2021-02-09T18:57:42.672Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T18:57:42.672Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T18:57:42.672Z] a4357932f1b6: Pulling fs layer [2021-02-09T18:57:42.672Z] 18c013af1878: Pulling fs layer [2021-02-09T18:57:42.672Z] 00ac8860ef70: Pulling fs layer [2021-02-09T18:57:42.672Z] 63d7cb157983: Pulling fs layer [2021-02-09T18:57:42.672Z] b116817d02f9: Pulling fs layer [2021-02-09T18:57:42.672Z] 745a02a5169b: Pulling fs layer [2021-02-09T18:57:42.672Z] 00ac8860ef70: Waiting [2021-02-09T18:57:42.672Z] 63d7cb157983: Waiting [2021-02-09T18:57:42.672Z] 745a02a5169b: Waiting [2021-02-09T18:57:42.672Z] b116817d02f9: Waiting [2021-02-09T18:57:42.672Z] 18c013af1878: Download complete [2021-02-09T18:57:42.672Z] a4357932f1b6: Download complete [2021-02-09T18:57:42.672Z] 63d7cb157983: Download complete [2021-02-09T18:57:42.672Z] b116817d02f9: Verifying Checksum [2021-02-09T18:57:42.672Z] b116817d02f9: Download complete [2021-02-09T18:57:42.672Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T18:57:42.672Z] 5f621e34cdf4: Download complete [2021-02-09T18:57:42.686Z] ---> Running in 42c87ca7cf79 [2021-02-09T18:57:42.686Z] ---> Running in a4f48f6a5b4f [2021-02-09T18:57:42.686Z] ---> Running in 32f907e2c2ca [2021-02-09T18:57:42.686Z] ---> Running in cc03e333ee37 [2021-02-09T18:57:42.686Z] ---> Running in 9de6e0725672 [2021-02-09T18:57:44.881Z] Removing intermediate container a4f48f6a5b4f [2021-02-09T18:57:44.881Z] ---> 8604d45b28b1 [2021-02-09T18:57:44.881Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T18:57:44.881Z] ---> Running in 16608b349bed [2021-02-09T18:57:44.888Z] 5f621e34cdf4: Pull complete [2021-02-09T18:57:44.888Z] a4357932f1b6: Pull complete [2021-02-09T18:57:44.888Z] 18c013af1878: Pull complete [2021-02-09T18:57:45.144Z] Removing intermediate container 32f907e2c2ca [2021-02-09T18:57:45.145Z] ---> 0cb519afd763 [2021-02-09T18:57:45.145Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T18:57:45.145Z] Removing intermediate container 42c87ca7cf79 [2021-02-09T18:57:45.145Z] ---> 1cc3a7d05b62 [2021-02-09T18:57:45.145Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T18:57:45.145Z] Removing intermediate container cc03e333ee37 [2021-02-09T18:57:45.145Z] ---> 57feb266e37e [2021-02-09T18:57:45.145Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T18:57:45.407Z] ---> Running in 6cda08eae1d3 [2021-02-09T18:57:45.407Z] ---> Running in a97a6d1dbd7d [2021-02-09T18:57:45.407Z] Removing intermediate container 9de6e0725672 [2021-02-09T18:57:45.407Z] ---> 887ff57a6e1a [2021-02-09T18:57:45.407Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T18:57:45.490Z] 745a02a5169b: Verifying Checksum [2021-02-09T18:57:45.490Z] 745a02a5169b: Download complete [2021-02-09T18:57:45.669Z] ---> Running in 6b7a0b904883 [2021-02-09T18:57:45.669Z] ---> Running in 15dd81dd7117 [2021-02-09T18:57:45.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:57:46.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:57:46.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:57:46.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:57:46.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:57:46.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:57:46.929Z] 00ac8860ef70: Verifying Checksum [2021-02-09T18:57:46.929Z] 00ac8860ef70: Download complete [2021-02-09T18:57:46.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:57:46.986Z] OK: 233 MiB in 51 packages [2021-02-09T18:57:46.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:57:47.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:57:47.519Z] OK: 233 MiB in 51 packages [2021-02-09T18:57:47.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:57:47.519Z] Removing intermediate container 16608b349bed [2021-02-09T18:57:47.519Z] ---> c6e9af753ca3 [2021-02-09T18:57:47.519Z] Step 6/30 : COPY go.mod . [2021-02-09T18:57:47.519Z] OK: 233 MiB in 51 packages [2021-02-09T18:57:47.791Z] OK: 233 MiB in 51 packages [2021-02-09T18:57:47.791Z] ---> d5f5180cfaa0 [2021-02-09T18:57:47.791Z] Step 7/30 : RUN go mod download [2021-02-09T18:57:48.059Z] ---> Running in 6af74165394d [2021-02-09T18:57:48.059Z] OK: 233 MiB in 51 packages [2021-02-09T18:57:48.059Z] Removing intermediate container 6cda08eae1d3 [2021-02-09T18:57:48.059Z] ---> 3f6cf4f28afa [2021-02-09T18:57:48.059Z] Step 6/22 : COPY go.mod . [2021-02-09T18:57:48.632Z] Removing intermediate container a97a6d1dbd7d [2021-02-09T18:57:48.633Z] ---> 5eaa264b8ae3 [2021-02-09T18:57:48.633Z] Step 6/23 : COPY go.mod . [2021-02-09T18:57:49.590Z] ---> 18ad982aa0ed [2021-02-09T18:57:49.590Z] Step 7/22 : RUN go mod download [2021-02-09T18:57:49.590Z] Removing intermediate container 15dd81dd7117 [2021-02-09T18:57:49.590Z] ---> de11fd1b1edb [2021-02-09T18:57:49.590Z] Step 6/22 : COPY go.mod . [2021-02-09T18:57:49.590Z] ---> Running in 6a09bf3791a2 [2021-02-09T18:57:49.866Z] ---> 30aa5f91c4fa [2021-02-09T18:57:49.866Z] Step 7/23 : RUN go mod download [2021-02-09T18:57:49.866Z] Removing intermediate container 6b7a0b904883 [2021-02-09T18:57:49.866Z] ---> 256f9c0ad8bb [2021-02-09T18:57:49.866Z] Step 6/23 : COPY go.mod . [2021-02-09T18:57:49.866Z] ---> 6d589ee2a3bf [2021-02-09T18:57:49.866Z] Step 7/22 : RUN go mod download [2021-02-09T18:57:50.129Z] ---> Running in f15c6bbb1c72 [2021-02-09T18:57:50.129Z] ---> Running in ef66591fc40c [2021-02-09T18:57:50.396Z] ---> cc56d9347bee [2021-02-09T18:57:50.396Z] Step 7/23 : RUN go mod download [2021-02-09T18:57:50.396Z] ---> Running in bc19570ed88f [2021-02-09T18:57:51.366Z] Removing intermediate container 6af74165394d [2021-02-09T18:57:51.366Z] ---> 1ce65932f862 [2021-02-09T18:57:51.366Z] Step 8/30 : COPY . . [2021-02-09T18:57:51.366Z] Removing intermediate container 6a09bf3791a2 [2021-02-09T18:57:51.366Z] ---> 6cb737db932d [2021-02-09T18:57:51.366Z] Step 8/22 : COPY . . [2021-02-09T18:57:51.636Z] Removing intermediate container f15c6bbb1c72 [2021-02-09T18:57:51.636Z] ---> 1ff18962d09b [2021-02-09T18:57:51.636Z] Step 8/23 : COPY . . [2021-02-09T18:57:57.099Z] 00ac8860ef70: Pull complete [2021-02-09T18:57:57.099Z] 63d7cb157983: Pull complete [2021-02-09T18:57:57.099Z] b116817d02f9: Pull complete [2021-02-09T18:57:59.871Z] Removing intermediate container ef66591fc40c [2021-02-09T18:57:59.871Z] ---> c712dff1e7f1 [2021-02-09T18:57:59.871Z] Step 8/22 : COPY . . [2021-02-09T18:57:59.871Z] Removing intermediate container bc19570ed88f [2021-02-09T18:57:59.871Z] ---> 3c4aaf4eac95 [2021-02-09T18:57:59.871Z] Step 8/23 : COPY . . [2021-02-09T18:58:00.476Z] 745a02a5169b: Pull complete [2021-02-09T18:58:00.476Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T18:58:00.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T18:58:00.476Z] ---> b7e6874047d6 [2021-02-09T18:58:00.476Z] 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-09T18:58:03.863Z] ---> Running in 02077f9417ff [2021-02-09T18:58:04.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T18:58:05.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T18:58:06.020Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T18:58:06.290Z] (2/12) Installing file (5.38-r0) [2021-02-09T18:58:06.290Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T18:58:06.290Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T18:58:14.561Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T18:58:14.561Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T18:58:14.561Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T18:58:14.561Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T18:58:14.561Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T18:58:14.561Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T18:58:14.561Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T18:58:14.561Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T18:58:14.561Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:58:14.561Z] OK: 217 MiB in 51 packages [2021-02-09T18:58:18.871Z] Removing intermediate container 02077f9417ff [2021-02-09T18:58:18.871Z] ---> 5f89e0f89a89 [2021-02-09T18:58:18.871Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T18:58:18.871Z] ---> Running in ed2ba36ee8c0 [2021-02-09T18:58:19.142Z] Removing intermediate container ed2ba36ee8c0 [2021-02-09T18:58:19.142Z] ---> 7a5996d72f33 [2021-02-09T18:58:19.142Z] Step 5/6 : COPY go.mod . [2021-02-09T18:58:19.734Z] ---> 5a0ec662da58 [2021-02-09T18:58:19.734Z] Step 6/6 : RUN go mod download [2021-02-09T18:58:19.734Z] ---> Running in c43ba3f12ff5 [2021-02-09T18:58:32.379Z] ---> 0bea8cbbf537 [2021-02-09T18:58:32.379Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T18:58:32.379Z] ---> 928dd2fb3ca3 [2021-02-09T18:58:32.379Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T18:58:34.028Z] ---> Running in bca48aa092a6 [2021-02-09T18:58:34.028Z] ---> Running in 7266acdc8e16 [2021-02-09T18:58:34.294Z] ---> c1fcc5d927ea [2021-02-09T18:58:34.294Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T18:58:35.243Z] ---> 70ef5540503f [2021-02-09T18:58:35.243Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T18:58:35.243Z] ---> Running in e2f6b517e292 [2021-02-09T18:58:35.243Z] ---> 753263fabc0f [2021-02-09T18:58:35.243Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T18:58:35.511Z] ---> Running in 5161b9bfb564 [2021-02-09T18:58:35.511Z] ---> Running in 0ef8ac301be9 [2021-02-09T18:58:36.478Z] 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-09T18:58:36.478Z] 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-09T18:58:36.478Z] 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-09T18:58:36.478Z] 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-09T18:58:36.478Z] 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-09T18:58:46.531Z] Removing intermediate container c43ba3f12ff5 [2021-02-09T18:58:46.531Z] ---> ab3031579aa1 [2021-02-09T18:58:46.531Z] Successfully built ab3031579aa1 [2021-02-09T18:58:46.531Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:58:46.872Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T18:58:46.872Z] . [Pipeline] withDockerContainer [2021-02-09T18:58:47.123Z] prd-ubuntu18.04-docker-arm64-4c-16g-25833 does not seem to be running inside a container [2021-02-09T18:58:47.231Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T18:58:48.700Z] $ docker top 91d0601c70f157a815eb0e9517836c00009b40aea32c5d21c779cd1e80069e43 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T18:58:49.718Z] + go version [2021-02-09T18:58:49.718Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T18:58:49.744Z] $ docker stop --time=1 91d0601c70f157a815eb0e9517836c00009b40aea32c5d21c779cd1e80069e43 [2021-02-09T18:58:51.580Z] $ docker rm -f 91d0601c70f157a815eb0e9517836c00009b40aea32c5d21c779cd1e80069e43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T18:58:52.567Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T18:58:52.567Z] . [Pipeline] withDockerContainer [2021-02-09T18:58:52.820Z] prd-ubuntu18.04-docker-arm64-4c-16g-25833 does not seem to be running inside a container [2021-02-09T18:58:52.911Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T18:58:54.187Z] $ docker top 452be31428034f54a52ed23d0215f481c0983512600035b9477b0a74cef22a62 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T18:58:54.524Z] ========================================================= [2021-02-09T18:58:54.524Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T18:58:54.524Z] ========================================================= [Pipeline] sh [2021-02-09T18:58:55.169Z] + make test [2021-02-09T18:58:55.170Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T18:59:15.460Z] Removing intermediate container bca48aa092a6 [2021-02-09T18:59:15.460Z] ---> 00814d9cb377 [2021-02-09T18:59:15.460Z] [2021-02-09T18:59:15.460Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T18:59:15.460Z] 3.12: Pulling from library/alpine [2021-02-09T18:59:15.460Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T18:59:15.460Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T18:59:15.460Z] ---> 389fef711851 [2021-02-09T18:59:15.460Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T18:59:15.460Z] ---> Running in 23a5bfd58922 [2021-02-09T18:59:15.460Z] Removing intermediate container 23a5bfd58922 [2021-02-09T18:59:15.460Z] ---> 85082c8618bc [2021-02-09T18:59:15.460Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T18:59:17.377Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T18:59:18.621Z] ---> Running in 144fe729fb8c [2021-02-09T18:59:20.019Z] Removing intermediate container 7266acdc8e16 [2021-02-09T18:59:20.019Z] ---> 1bcf5342cb0b [2021-02-09T18:59:20.019Z] [2021-02-09T18:59:20.019Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T18:59:20.019Z] ---> 389fef711851 [2021-02-09T18:59:20.019Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T18:59:20.019Z] Removing intermediate container 0ef8ac301be9 [2021-02-09T18:59:20.019Z] ---> dd82fbdc5f37 [2021-02-09T18:59:20.019Z] [2021-02-09T18:59:20.019Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T18:59:20.019Z] ---> 389fef711851 [2021-02-09T18:59:20.019Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:59:20.284Z] ---> Running in 65c3ea795660 [2021-02-09T18:59:20.284Z] ---> Running in d81ed16cbe65 [2021-02-09T18:59:20.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:59:20.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:59:20.842Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T18:59:20.842Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T18:59:20.842Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:59:20.842Z] OK: 6 MiB in 16 packages [2021-02-09T18:59:21.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:59:21.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:59:21.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:59:21.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:59:21.427Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T18:59:21.427Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:59:21.690Z] OK: 6 MiB in 15 packages [2021-02-09T18:59:21.690Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T18:59:21.690Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T18:59:21.690Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:59:21.690Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T18:59:21.690Z] OK: 6 MiB in 16 packages [2021-02-09T18:59:25.015Z] Removing intermediate container 144fe729fb8c [2021-02-09T18:59:25.015Z] ---> 8230e561abb1 [2021-02-09T18:59:25.015Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T18:59:25.015Z] Removing intermediate container e2f6b517e292 [2021-02-09T18:59:25.015Z] ---> 7029fb662244 [2021-02-09T18:59:25.015Z] [2021-02-09T18:59:25.015Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:59:25.015Z] ---> 389fef711851 [2021-02-09T18:59:25.015Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T18:59:25.015Z] Removing intermediate container d81ed16cbe65 [2021-02-09T18:59:25.015Z] ---> f94c7657f9f6 [2021-02-09T18:59:25.015Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:59:25.015Z] Removing intermediate container 5161b9bfb564 [2021-02-09T18:59:25.015Z] ---> 676bbefe88f2 [2021-02-09T18:59:25.015Z] [2021-02-09T18:59:25.015Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T18:59:25.015Z] ---> 389fef711851 [2021-02-09T18:59:25.015Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T18:59:25.015Z] ---> Using cache [2021-02-09T18:59:25.015Z] ---> f94c7657f9f6 [2021-02-09T18:59:25.015Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:59:25.596Z] ---> Running in bb8523f883dd [2021-02-09T18:59:25.596Z] ---> Running in c705d8890d28 [2021-02-09T18:59:25.596Z] ---> Running in 540c376221cc [2021-02-09T18:59:25.596Z] ---> Running in b95d60c11cc2 [2021-02-09T18:59:25.863Z] Removing intermediate container 65c3ea795660 [2021-02-09T18:59:25.863Z] ---> 023d3d40799e [2021-02-09T18:59:25.863Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T18:59:25.863Z] ---> Running in 6ea4875d8d34 [2021-02-09T18:59:26.126Z] Removing intermediate container b95d60c11cc2 [2021-02-09T18:59:26.126Z] ---> 870365074ffc [2021-02-09T18:59:26.126Z] Removing intermediate container bb8523f883dd [2021-02-09T18:59:26.126Z] ---> f451bf1eb55e [2021-02-09T18:59:26.126Z] Step 12/23 : ENV APP_PORT=48080Step 13/23 : ENV APP_PORT=48081 [2021-02-09T18:59:26.126Z] [2021-02-09T18:59:26.126Z] Removing intermediate container 540c376221cc [2021-02-09T18:59:26.126Z] ---> ef1386faf78d [2021-02-09T18:59:26.126Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T18:59:26.126Z] Removing intermediate container c705d8890d28 [2021-02-09T18:59:26.126Z] ---> 206a42058ba2 [2021-02-09T18:59:26.126Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T18:59:26.126Z] ---> Running in 4964702911b9 [2021-02-09T18:59:26.126Z] ---> Running in a7c7d450cbea [2021-02-09T18:59:26.391Z] ---> Running in 9b1dc26c20fe [2021-02-09T18:59:26.391Z] ---> Running in 3fe1687699dc [2021-02-09T18:59:26.391Z] Removing intermediate container 6ea4875d8d34 [2021-02-09T18:59:26.391Z] ---> 6ea268fea2b4 [2021-02-09T18:59:26.391Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T18:59:26.391Z] ---> Running in 329e13d496be [2021-02-09T18:59:26.658Z] Removing intermediate container 4964702911b9 [2021-02-09T18:59:26.658Z] ---> f72bd247421b [2021-02-09T18:59:26.658Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T18:59:26.658Z] Removing intermediate container 9b1dc26c20fe [2021-02-09T18:59:26.658Z] ---> 9f536353cd20 [2021-02-09T18:59:26.658Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T18:59:26.658Z] Removing intermediate container a7c7d450cbea [2021-02-09T18:59:26.658Z] ---> a6c47c1dc387 [2021-02-09T18:59:26.658Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T18:59:27.609Z] Removing intermediate container 3fe1687699dc [2021-02-09T18:59:27.609Z] ---> 12d01b4171f2 [2021-02-09T18:59:27.609Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T18:59:27.609Z] ---> Running in 9279debf7165 [2021-02-09T18:59:27.609Z] Removing intermediate container 329e13d496be [2021-02-09T18:59:27.609Z] ---> f64f807faa09 [2021-02-09T18:59:27.609Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T18:59:27.873Z] ---> Running in 81b0ac18e9f8 [2021-02-09T18:59:27.873Z] ---> Running in 1d326b5e9d8e [2021-02-09T18:59:27.873Z] ---> Running in 96f2c31a2df6 [2021-02-09T18:59:27.873Z] ---> Running in 35fc157b46db [2021-02-09T18:59:28.140Z] Removing intermediate container 81b0ac18e9f8 [2021-02-09T18:59:28.140Z] ---> 94a2e6b3a913 [2021-02-09T18:59:28.140Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:59:28.140Z] Removing intermediate container 1d326b5e9d8e [2021-02-09T18:59:28.140Z] ---> 4650ee0d5ac2 [2021-02-09T18:59:28.140Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:59:28.140Z] Removing intermediate container 9279debf7165 [2021-02-09T18:59:28.140Z] ---> 93cdca0fd0af [2021-02-09T18:59:28.140Z] Step 15/23 : WORKDIR / [2021-02-09T18:59:28.408Z] Removing intermediate container 35fc157b46db [2021-02-09T18:59:28.408Z] ---> 7d31c43ad27b [2021-02-09T18:59:28.408Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:59:28.408Z] ---> Running in 60bafcff43bd [2021-02-09T18:59:28.408Z] ---> Running in 20733aa72e2a [2021-02-09T18:59:29.000Z] ---> d34b3e0e37cd [2021-02-09T18:59:29.001Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T18:59:29.001Z] ---> b52ccfb343fd [2021-02-09T18:59:29.001Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T18:59:29.001Z] Removing intermediate container 20733aa72e2a [2021-02-09T18:59:29.001Z] ---> b1c238227695 [2021-02-09T18:59:29.001Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:59:29.583Z] Removing intermediate container 96f2c31a2df6 [2021-02-09T18:59:29.583Z] ---> 42f308fca7b3 [2021-02-09T18:59:29.583Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T18:59:29.583Z] ---> 3e9c4a7a7963 [2021-02-09T18:59:29.583Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T18:59:29.847Z] ---> Running in 81e844cee015 [2021-02-09T18:59:29.847Z] ---> d479f5d416d8 [2021-02-09T18:59:29.847Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T18:59:29.847Z] ---> 7ceee287ccb7 [2021-02-09T18:59:29.847Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T18:59:30.121Z] Removing intermediate container 60bafcff43bd [2021-02-09T18:59:30.121Z] ---> fdf224742f29 [2021-02-09T18:59:30.121Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T18:59:30.121Z] Removing intermediate container 81e844cee015 [2021-02-09T18:59:30.121Z] ---> 047b5c0d033b [2021-02-09T18:59:30.121Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T18:59:30.394Z] ---> Running in 752a0ec188dc [2021-02-09T18:59:30.394Z] ---> 37c59637af88 [2021-02-09T18:59:30.394Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T18:59:30.394Z] ---> a766e968543a [2021-02-09T18:59:30.394Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T18:59:30.394Z] ---> 1ef1ed19baf7 [2021-02-09T18:59:30.394Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T18:59:30.664Z] ---> Running in 38542c9e7f2f [2021-02-09T18:59:30.664Z] ---> Running in 1e1c72d2688b [2021-02-09T18:59:30.664Z] ---> 741af0a86d37 [2021-02-09T18:59:30.664Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T18:59:30.933Z] ---> Running in 0297e2836eb0 [2021-02-09T18:59:30.933Z] ---> 6f166167cef5 [2021-02-09T18:59:30.933Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T18:59:31.196Z] Removing intermediate container 38542c9e7f2f [2021-02-09T18:59:31.196Z] ---> c31498aa61a7 [2021-02-09T18:59:31.196Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:59:31.462Z] Removing intermediate container 1e1c72d2688b [2021-02-09T18:59:31.462Z] ---> 4f94c2f3e24d [2021-02-09T18:59:31.462Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:59:31.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T18:59:31.462Z] ---> Running in aa377e4f07d6 [2021-02-09T18:59:31.462Z] ---> Running in 6faba44eb5e5 [2021-02-09T18:59:31.726Z] ---> Running in d99eb0ae315f [2021-02-09T18:59:31.726Z] Removing intermediate container aa377e4f07d6 [2021-02-09T18:59:31.726Z] ---> 0266b66f6582 [2021-02-09T18:59:31.726Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:59:31.726Z] Removing intermediate container 6faba44eb5e5 [2021-02-09T18:59:31.726Z] ---> d8e4f411d405 [2021-02-09T18:59:31.726Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T18:59:31.990Z] ---> Running in f773660f21c3 [2021-02-09T18:59:31.990Z] Removing intermediate container d99eb0ae315f [2021-02-09T18:59:31.990Z] ---> 59eab66ea99b [2021-02-09T18:59:31.990Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T18:59:31.990Z] ---> Running in f1c657d0c9a0 [2021-02-09T18:59:31.990Z] ---> Running in 0aadc5faa0ab [2021-02-09T18:59:32.253Z] Removing intermediate container f773660f21c3 [2021-02-09T18:59:32.253Z] ---> f07d6f57ed53 [2021-02-09T18:59:32.253Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T18:59:32.253Z] Removing intermediate container f1c657d0c9a0 [2021-02-09T18:59:32.253Z] ---> 993fac017fd5 [2021-02-09T18:59:32.253Z] Step 21/22 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T18:59:32.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T18:59:32.519Z] Removing intermediate container 0aadc5faa0ab [2021-02-09T18:59:32.519Z] ---> 99f718f8f833 [2021-02-09T18:59:32.519Z] Step 21/22 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T18:59:32.519Z] ---> Running in aec9af0b0d50 [2021-02-09T18:59:32.519Z] ---> Running in d4a0a9e0e2af [2021-02-09T18:59:32.783Z] ---> Running in 54854712ec20 [2021-02-09T18:59:32.783Z] Removing intermediate container d4a0a9e0e2af [2021-02-09T18:59:32.783Z] ---> 7816f8310cee [2021-02-09T18:59:32.783Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T18:59:32.783Z] Removing intermediate container aec9af0b0d50 [2021-02-09T18:59:32.783Z] ---> 2002851b3177 [2021-02-09T18:59:32.783Z] Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T18:59:33.048Z] ---> Running in 5bfcbd397838 [2021-02-09T18:59:33.048Z] ---> Running in fc738bf4a25a [2021-02-09T18:59:33.048Z] Removing intermediate container 0297e2836eb0 [2021-02-09T18:59:33.048Z] ---> 97cc51dfaa21 [2021-02-09T18:59:33.048Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:59:33.048Z] Removing intermediate container 54854712ec20 [2021-02-09T18:59:33.048Z] ---> de4e1e7edd75 [2021-02-09T18:59:33.048Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T18:59:33.315Z] ---> Running in 5701bdf5ed0e [2021-02-09T18:59:33.315Z] Removing intermediate container 5bfcbd397838 [2021-02-09T18:59:33.315Z] ---> 71861aa21e03 [2021-02-09T18:59:33.315Z] [2021-02-09T18:59:33.315Z] Removing intermediate container fc738bf4a25a [2021-02-09T18:59:33.315Z] ---> 7bec50de23c7 [2021-02-09T18:59:33.315Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T18:59:33.577Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T18:59:33.577Z] Successfully built 71861aa21e03 [2021-02-09T18:59:33.846Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T18:59:33.846Z] ---> Running in a0b03f630e93 [2021-02-09T18:59:33.846Z] ---> 9775a7c19dd9 [2021-02-09T18:59:33.846Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T18:59:33.846Z] Successfully tagged docker-support-notifications-go:latest [2021-02-09T18:59:33.846Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-09T18:59:33.846Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T18:59:33.846Z] Removing intermediate container 5701bdf5ed0e [2021-02-09T18:59:33.846Z] ---> 82ed9dd63eb1 [2021-02-09T18:59:33.846Z] [2021-02-09T18:59:34.111Z] Removing intermediate container a0b03f630e93 [2021-02-09T18:59:34.111Z] ---> b804cc019fb3 [2021-02-09T18:59:34.111Z] [2021-02-09T18:59:34.111Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T18:59:34.111Z] Successfully built 82ed9dd63eb1 [2021-02-09T18:59:34.111Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-09T18:59:34.111Z] Building docker-security-secretstore-setup-go [2021-02-09T18:59:34.111Z]  Building docker-support-scheduler-go ... done Successfully built b804cc019fb3 [2021-02-09T18:59:34.380Z] Successfully tagged docker-core-metadata-go:latest [2021-02-09T18:59:34.380Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T18:59:34.380Z] ---> 378a65ab2fb0 [2021-02-09T18:59:34.380Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T18:59:34.380Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T18:59:34.649Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T18:59:34.649Z] ---> 981ef2c58a1e [2021-02-09T18:59:34.649Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T18:59:34.917Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T18:59:34.917Z] OK: 8 MiB in 20 packages [2021-02-09T18:59:35.524Z] ---> 613eae073ac5 [2021-02-09T18:59:35.525Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T18:59:35.796Z] ---> Running in bde97a2b2c60 [2021-02-09T18:59:41.132Z] Removing intermediate container 752a0ec188dc [2021-02-09T18:59:41.132Z] ---> 63ad4b854157 [2021-02-09T18:59:41.133Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T18:59:41.133Z] Removing intermediate container bde97a2b2c60 [2021-02-09T18:59:41.133Z] ---> 37a82eca0441 [2021-02-09T18:59:41.133Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T18:59:44.481Z] ---> f1a4321e2212 [2021-02-09T18:59:44.481Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T18:59:44.481Z] ---> e930accebb0f [2021-02-09T18:59:44.481Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T18:59:44.481Z] ---> Running in 1328f3f3550f [2021-02-09T18:59:47.834Z] ---> 099101641931 [2021-02-09T18:59:47.834Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T18:59:52.106Z] ---> e5b1e9223b97 [2021-02-09T18:59:52.106Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T18:59:55.486Z] Removing intermediate container 1328f3f3550f [2021-02-09T18:59:55.486Z] ---> d881a1066e95 [2021-02-09T18:59:55.486Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T18:59:55.486Z] ---> Running in 80fe8533176e [2021-02-09T18:59:57.442Z] Removing intermediate container 80fe8533176e [2021-02-09T18:59:57.442Z] ---> 8d8d43668a2b [2021-02-09T18:59:57.442Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T18:59:57.442Z] ---> Running in 0a91a0d66ac3 [2021-02-09T18:59:58.402Z] ---> Running in 96f39dd4be87 [2021-02-09T18:59:59.366Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:59:59.366Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:59:59.366Z] ---> bf7cc96d0ddc [2021-02-09T18:59:59.366Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T18:59:59.366Z] ---> Using cache [2021-02-09T18:59:59.366Z] ---> 403ccff10f21 [2021-02-09T18:59:59.366Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:59:59.366Z] ---> Using cache [2021-02-09T18:59:59.366Z] ---> 887ff57a6e1a [2021-02-09T18:59:59.366Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T18:59:59.366Z] ---> Using cache [2021-02-09T18:59:59.366Z] ---> de11fd1b1edb [2021-02-09T18:59:59.366Z] Step 6/24 : COPY go.mod . [2021-02-09T18:59:59.366Z] ---> Using cache [2021-02-09T18:59:59.366Z] ---> 6d589ee2a3bf [2021-02-09T18:59:59.366Z] Step 7/24 : RUN go mod download [2021-02-09T18:59:59.366Z] ---> Using cache [2021-02-09T18:59:59.366Z] ---> c712dff1e7f1 [2021-02-09T18:59:59.366Z] Step 8/24 : COPY . . [2021-02-09T18:59:59.366Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:59:59.366Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T18:59:59.366Z] ---> bf7cc96d0ddc [2021-02-09T18:59:59.366Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T18:59:59.366Z] ---> Using cache [2021-02-09T18:59:59.366Z] ---> 403ccff10f21 [2021-02-09T18:59:59.366Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T18:59:59.366Z] ---> Using cache [2021-02-09T18:59:59.366Z] ---> 887ff57a6e1a [2021-02-09T18:59:59.366Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T18:59:59.366Z] ---> Using cache [2021-02-09T18:59:59.366Z] ---> de11fd1b1edb [2021-02-09T18:59:59.366Z] Step 6/21 : COPY go.mod . [2021-02-09T18:59:59.366Z] ---> Using cache [2021-02-09T18:59:59.366Z] ---> 6d589ee2a3bf [2021-02-09T18:59:59.366Z] Step 7/21 : RUN go mod download [2021-02-09T18:59:59.366Z] ---> Using cache [2021-02-09T18:59:59.366Z] ---> c712dff1e7f1 [2021-02-09T18:59:59.366Z] Step 8/21 : COPY . . [2021-02-09T18:59:59.630Z] ---> Using cache [2021-02-09T18:59:59.630Z] ---> 753263fabc0f [2021-02-09T18:59:59.630Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T18:59:59.630Z] ---> Using cache [2021-02-09T18:59:59.630Z] ---> 753263fabc0f [2021-02-09T18:59:59.630Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T18:59:59.893Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T18:59:59.893Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:00:01.296Z] ---> bf7cc96d0ddc [2021-02-09T19:00:01.296Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T19:00:01.296Z] ---> Using cache [2021-02-09T19:00:01.296Z] ---> 403ccff10f21 [2021-02-09T19:00:01.296Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:00:01.296Z] ---> Using cache [2021-02-09T19:00:01.296Z] ---> 887ff57a6e1a [2021-02-09T19:00:01.296Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T19:00:01.296Z] Removing intermediate container 0a91a0d66ac3 [2021-02-09T19:00:01.296Z] ---> ccddbb0c888d [2021-02-09T19:00:01.296Z] Step 27/30 : CMD ["gate"] [2021-02-09T19:00:01.296Z] ---> Running in 7a13cb37cb9f [2021-02-09T19:00:01.296Z] Removing intermediate container 96f39dd4be87 [2021-02-09T19:00:01.296Z] ---> e1b885c74530 [2021-02-09T19:00:01.296Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T19:00:01.560Z] ---> Running in 2ef60fad6b33 [2021-02-09T19:00:01.560Z] ---> Running in d839d9ce058a [2021-02-09T19:00:01.843Z] ---> Running in 7c610474fa0f [2021-02-09T19:00:01.843Z] ---> Running in 3bc9ad8cf66b [2021-02-09T19:00:02.437Z] Removing intermediate container 7c610474fa0f [2021-02-09T19:00:02.437Z] ---> a5f1b4123060 [2021-02-09T19:00:02.437Z] Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:00:02.437Z] Removing intermediate container 3bc9ad8cf66b [2021-02-09T19:00:02.437Z] ---> a098152229af [2021-02-09T19:00:02.437Z] Step 28/30 : LABEL arch=x86_64 [2021-02-09T19:00:02.437Z] 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-09T19:00:02.437Z] ---> Running in a6613ff7227d [2021-02-09T19:00:02.437Z] ---> Running in 42545fd40484 [2021-02-09T19:00:02.706Z] 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-09T19:00:02.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T19:00:02.706Z] Removing intermediate container a6613ff7227d [2021-02-09T19:00:02.706Z] ---> a31ac72eab63 [2021-02-09T19:00:02.706Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T19:00:02.982Z] Removing intermediate container 42545fd40484 [2021-02-09T19:00:02.982Z] ---> 52571200fb2d [2021-02-09T19:00:02.982Z] Step 29/30 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:00:02.982Z] ---> Running in 05bc66915c9e [2021-02-09T19:00:02.982Z] ---> Running in 47b78f5fb760 [2021-02-09T19:00:03.258Z] Removing intermediate container 05bc66915c9e [2021-02-09T19:00:03.258Z] ---> 8d8dc96c77b7 [2021-02-09T19:00:03.258Z] [2021-02-09T19:00:03.258Z] Successfully built 8d8dc96c77b7 [2021-02-09T19:00:03.258Z] Successfully tagged docker-core-data-go:latest [2021-02-09T19:00:03.258Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-02-09T19:00:03.523Z] Removing intermediate container 47b78f5fb760 [2021-02-09T19:00:03.523Z] ---> 44606c8d624d [2021-02-09T19:00:03.523Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T19:00:03.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T19:00:03.523Z] ---> Running in 64bf7eb1f7a1 [2021-02-09T19:00:03.801Z] Removing intermediate container 64bf7eb1f7a1 [2021-02-09T19:00:03.801Z] ---> 350d46500fee [2021-02-09T19:00:03.801Z] [2021-02-09T19:00:04.077Z] Successfully built 350d46500fee [2021-02-09T19:00:04.077Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-09T19:00:04.348Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-02-09T19:00:04.430Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T19:00:07.841Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T19:00:08.645Z] Removing intermediate container d839d9ce058a [2021-02-09T19:00:08.645Z] ---> dc1e882f1c33 [2021-02-09T19:00:08.645Z] Step 6/26 : COPY go.mod . [2021-02-09T19:00:09.616Z] ---> 6a8b1d868949 [2021-02-09T19:00:09.616Z] Step 7/26 : RUN go mod download [2021-02-09T19:00:09.616Z] ---> Running in da8f4b1c46e8 [2021-02-09T19:00:15.001Z] Removing intermediate container da8f4b1c46e8 [2021-02-09T19:00:15.001Z] ---> 59edb37beaf9 [2021-02-09T19:00:15.001Z] Step 8/26 : COPY . . [2021-02-09T19:00:18.048Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T19:00:18.048Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T19:00:19.135Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T19:00:19.135Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T19:00:19.135Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T19:00:19.135Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T19:00:22.727Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T19:00:23.732Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T19:00:23.760Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T19:00:23.760Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:00:23.760Z] ---> bf7cc96d0ddc [2021-02-09T19:00:23.760Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T19:00:23.760Z] ---> Using cache [2021-02-09T19:00:23.760Z] ---> 403ccff10f21 [2021-02-09T19:00:23.760Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:00:23.760Z] ---> Using cache [2021-02-09T19:00:23.760Z] ---> 887ff57a6e1a [2021-02-09T19:00:23.760Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T19:00:23.760Z] ---> Using cache [2021-02-09T19:00:23.760Z] ---> de11fd1b1edb [2021-02-09T19:00:23.760Z] Step 6/23 : COPY go.mod . [2021-02-09T19:00:23.760Z] ---> Using cache [2021-02-09T19:00:23.760Z] ---> 6d589ee2a3bf [2021-02-09T19:00:23.760Z] Step 7/23 : RUN go mod download [2021-02-09T19:00:23.760Z] ---> Using cache [2021-02-09T19:00:23.760Z] ---> c712dff1e7f1 [2021-02-09T19:00:23.760Z] Step 8/23 : COPY . . [2021-02-09T19:00:23.760Z] ---> Using cache [2021-02-09T19:00:23.760Z] ---> 753263fabc0f [2021-02-09T19:00:23.760Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T19:00:24.025Z] ---> Running in 22cff4c6f045 [2021-02-09T19:00:24.298Z] 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-09T19:00:24.298Z] 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-09T19:00:24.901Z] 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-09T19:00:32.041Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T19:00:32.041Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T19:00:32.041Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T19:00:37.302Z] Removing intermediate container 7a13cb37cb9f [2021-02-09T19:00:37.302Z] ---> 8ce28cb1d948 [2021-02-09T19:00:37.302Z] [2021-02-09T19:00:37.302Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T19:00:37.302Z] ---> 389fef711851 [2021-02-09T19:00:37.302Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T19:00:37.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.374s coverage: 45.9% of statements [2021-02-09T19:00:37.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T19:00:37.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T19:00:37.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T19:00:37.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T19:00:37.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T19:00:37.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T19:00:37.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T19:00:37.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.172s coverage: 100.0% of statements [2021-02-09T19:00:37.898Z] Removing intermediate container 2ef60fad6b33 [2021-02-09T19:00:37.898Z] ---> de84ad28920e [2021-02-09T19:00:37.898Z] [2021-02-09T19:00:37.898Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T19:00:37.898Z] ---> 389fef711851 [2021-02-09T19:00:37.898Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T19:00:38.180Z] ---> Running in d4a953ffc48d [2021-02-09T19:00:39.132Z] ---> Running in e6f9290d6f7a [2021-02-09T19:00:39.727Z] ---> 7c7c07ca2377 [2021-02-09T19:00:39.727Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T19:00:40.327Z] ---> Running in 4c21e93f6eb6 [2021-02-09T19:00:40.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T19:00:40.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T19:00:40.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T19:00:41.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T19:00:41.227Z] 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-09T19:00:41.227Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T19:00:41.495Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T19:00:41.495Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T19:00:41.495Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T19:00:41.495Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T19:00:41.495Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T19:00:41.495Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T19:00:41.495Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T19:00:41.495Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:00:41.495Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T19:00:41.495Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:00:41.495Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T19:00:41.495Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T19:00:41.495Z] OK: 7 MiB in 18 packages [2021-02-09T19:00:41.495Z] OK: 7 MiB in 19 packages [2021-02-09T19:00:44.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.457s coverage: 27.1% of statements [2021-02-09T19:00:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T19:00:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T19:00:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T19:00:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T19:00:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T19:00:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T19:00:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-02-09T19:00:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T19:00:44.303Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-02-09T19:00:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T19:00:44.303Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T19:00:44.898Z] Removing intermediate container d4a953ffc48d [2021-02-09T19:00:44.898Z] ---> cada2c1dae37 [2021-02-09T19:00:44.898Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T19:00:44.898Z] Removing intermediate container e6f9290d6f7a [2021-02-09T19:00:44.898Z] ---> 0b309c2a343f [2021-02-09T19:00:44.898Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T19:00:44.898Z] ---> Running in 94d653666cd7 [2021-02-09T19:00:44.898Z] ---> Running in 232de509d9d3 [2021-02-09T19:00:44.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 65.8% of statements [2021-02-09T19:00:44.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T19:00:44.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T19:00:45.168Z] Removing intermediate container 94d653666cd7 [2021-02-09T19:00:45.168Z] ---> 788139e1c360 [2021-02-09T19:00:45.168Z] Step 13/24 : WORKDIR / [2021-02-09T19:00:45.168Z] Removing intermediate container 232de509d9d3 [2021-02-09T19:00:45.168Z] ---> dc34471adb56 [2021-02-09T19:00:45.168Z] Step 13/21 : WORKDIR /edgex [2021-02-09T19:00:45.431Z] ---> Running in 008ae5868963 [2021-02-09T19:00:45.431Z] ---> Running in 8a2c2a172089 [2021-02-09T19:00:46.017Z] Removing intermediate container 008ae5868963 [2021-02-09T19:00:46.017Z] ---> e3b46e9a2287 [2021-02-09T19:00:46.017Z] 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-09T19:00:46.017Z] Removing intermediate container 8a2c2a172089 [2021-02-09T19:00:46.017Z] ---> 6dfb87730ed0 [2021-02-09T19:00:46.017Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T19:00:46.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.670s coverage: 82.3% of statements [2021-02-09T19:00:46.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T19:00:46.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T19:00:46.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T19:00:46.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T19:00:47.469Z] ---> ad261d7631d6 [2021-02-09T19:00:47.469Z] 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-09T19:00:48.922Z] ---> d14f9b41efeb [2021-02-09T19:00:48.922Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T19:00:48.922Z] Removing intermediate container 22cff4c6f045 [2021-02-09T19:00:48.922Z] ---> 1bbbcef6a18d [2021-02-09T19:00:48.922Z] [2021-02-09T19:00:48.922Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T19:00:48.922Z] ---> 389fef711851 [2021-02-09T19:00:48.922Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T19:00:48.922Z] ---> Using cache [2021-02-09T19:00:48.922Z] ---> f94c7657f9f6 [2021-02-09T19:00:48.922Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T19:00:48.922Z] ---> Using cache [2021-02-09T19:00:48.922Z] ---> 870365074ffc [2021-02-09T19:00:48.922Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T19:00:48.922Z] ---> 59417af10045 [2021-02-09T19:00:48.922Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T19:00:48.922Z] ---> Running in ede8ba4c885d [2021-02-09T19:00:49.196Z] Removing intermediate container ede8ba4c885d [2021-02-09T19:00:49.196Z] ---> 8f3ab9274980 [2021-02-09T19:00:49.196Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T19:00:49.468Z] ---> 89a4ca87f995 [2021-02-09T19:00:49.469Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T19:00:49.469Z] ---> Running in ae4a7bb3b29e [2021-02-09T19:00:49.469Z] ---> 18afbedc6f38 [2021-02-09T19:00:49.469Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T19:00:50.075Z] Removing intermediate container ae4a7bb3b29e [2021-02-09T19:00:50.075Z] ---> 8ff8d0241167 [2021-02-09T19:00:50.075Z] Step 15/23 : WORKDIR / [2021-02-09T19:00:51.478Z] ---> Running in aec576387168 [2021-02-09T19:00:51.761Z] ---> c016dec44c91 [2021-02-09T19:00:51.761Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T19:00:51.761Z] ---> 414e99949fcb [2021-02-09T19:00:51.761Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T19:00:52.030Z] ---> Running in 77578d43b12e [2021-02-09T19:00:52.030Z] Removing intermediate container aec576387168 [2021-02-09T19:00:52.030Z] ---> 6b9db4ff2001 [2021-02-09T19:00:52.030Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T19:00:52.296Z] Removing intermediate container 77578d43b12e [2021-02-09T19:00:52.296Z] ---> 02ca117ec5cc [2021-02-09T19:00:52.296Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T19:00:52.561Z] ---> Running in 4ac510ba26f2 [2021-02-09T19:00:52.561Z] ---> b9da9283698a [2021-02-09T19:00:52.561Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T19:00:52.561Z] ---> d7440bd1f927 [2021-02-09T19:00:52.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T19:00:52.852Z] Removing intermediate container 4ac510ba26f2 [2021-02-09T19:00:52.852Z] ---> 38df027e9aeb [2021-02-09T19:00:52.852Z] Step 19/21 : LABEL arch=x86_64 [2021-02-09T19:00:52.852Z] ---> 3f0fbb30b470 [2021-02-09T19:00:52.852Z] 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-09T19:00:52.852Z] ---> Running in b2e77c07f706 [2021-02-09T19:00:52.852Z] ---> Running in d3bb5d8d4f8b [2021-02-09T19:00:53.117Z] Removing intermediate container b2e77c07f706 [2021-02-09T19:00:53.117Z] ---> 1c3d30c76b79 [2021-02-09T19:00:53.117Z] Step 20/21 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:00:53.381Z] ---> c40f8083b851 [2021-02-09T19:00:53.381Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T19:00:53.381Z] ---> Running in 4f2ab56c154e [2021-02-09T19:00:53.648Z] Removing intermediate container 4f2ab56c154e [2021-02-09T19:00:53.648Z] ---> 7c75b14968ca [2021-02-09T19:00:53.648Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T19:00:53.648Z] ---> fb6a8576d049 [2021-02-09T19:00:53.648Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T19:00:53.648Z] ---> Running in 1667ce4dbdd2 [2021-02-09T19:00:53.648Z] ---> Running in d68c99b763ca [2021-02-09T19:00:53.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.141s coverage: 28.6% of statements [2021-02-09T19:00:53.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T19:00:53.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T19:00:53.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T19:00:53.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T19:00:53.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T19:00:53.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.139s coverage: 100.0% of statements [2021-02-09T19:00:53.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T19:00:53.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-02-09T19:00:53.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T19:00:53.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.347s coverage: 86.7% of statements [2021-02-09T19:00:53.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T19:00:54.607Z] Removing intermediate container 1667ce4dbdd2 [2021-02-09T19:00:54.607Z] ---> 92ded5ab7490 [2021-02-09T19:00:54.607Z] [2021-02-09T19:00:54.607Z] Removing intermediate container d68c99b763ca [2021-02-09T19:00:54.607Z] ---> 838f04031edc [2021-02-09T19:00:54.607Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T19:00:54.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.338s coverage: 97.5% of statements [2021-02-09T19:00:54.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T19:00:54.736Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-02-09T19:00:54.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T19:00:54.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T19:00:54.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T19:00:54.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T19:00:55.189Z] Successfully built 92ded5ab7490 [2021-02-09T19:00:55.453Z] Removing intermediate container d3bb5d8d4f8b [2021-02-09T19:00:55.453Z] ---> bcba63756e22 [2021-02-09T19:00:55.453Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T19:00:55.453Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-09T19:00:55.453Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 6301b5c3923d [2021-02-09T19:00:55.716Z] Removing intermediate container 4c21e93f6eb6 [2021-02-09T19:00:55.716Z] ---> 8b6ae306e323 [2021-02-09T19:00:55.716Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T19:00:55.716Z] ---> Running in 2c0ed0cceb4b [2021-02-09T19:00:55.716Z] ---> Running in 11c1365449cf [2021-02-09T19:00:55.988Z] Removing intermediate container 6301b5c3923d [2021-02-09T19:00:55.988Z] ---> 8d148c4b6a20 [2021-02-09T19:00:55.988Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T19:00:55.988Z] ---> Running in ab682dfab203 [2021-02-09T19:00:55.988Z] Removing intermediate container 2c0ed0cceb4b [2021-02-09T19:00:55.988Z] ---> 829c53958248 [2021-02-09T19:00:55.988Z] Step 22/24 : LABEL arch=x86_64 [2021-02-09T19:00:56.256Z] ---> Running in 7caedc5cd84c [2021-02-09T19:00:56.256Z] Removing intermediate container ab682dfab203 [2021-02-09T19:00:56.256Z] ---> c2b5143364dd [2021-02-09T19:00:56.256Z] Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:00:56.526Z] ---> Running in 97cfd34d04ac [2021-02-09T19:00:56.526Z] Removing intermediate container 7caedc5cd84c [2021-02-09T19:00:56.526Z] ---> e3d69431958c [2021-02-09T19:00:56.526Z] Step 23/24 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:00:56.526Z] 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-09T19:00:56.526Z] ---> Running in a7664fe6c10a [2021-02-09T19:00:56.800Z] Removing intermediate container 97cfd34d04ac [2021-02-09T19:00:56.800Z] ---> ca8f75fc4c31 [2021-02-09T19:00:56.800Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T19:00:56.800Z] Removing intermediate container a7664fe6c10a [2021-02-09T19:00:56.800Z] ---> 789b235039e9 [2021-02-09T19:00:56.800Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T19:00:56.800Z] ---> Running in 246cf08ab299 [2021-02-09T19:00:57.064Z] ---> Running in 378482e4cfa9 [2021-02-09T19:00:57.064Z] Removing intermediate container 246cf08ab299 [2021-02-09T19:00:57.064Z] ---> 547b582e7c6c [2021-02-09T19:00:57.064Z] [2021-02-09T19:00:57.345Z] Successfully built 547b582e7c6c [2021-02-09T19:00:57.345Z] Successfully tagged docker-core-command-go:latest [2021-02-09T19:00:57.345Z]  Building docker-core-command-go ... done Removing intermediate container 378482e4cfa9 [2021-02-09T19:00:57.345Z] ---> fe21ff0175ae [2021-02-09T19:00:57.345Z] [2021-02-09T19:00:57.609Z] Successfully built fe21ff0175ae [2021-02-09T19:00:57.609Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-09T19:00:57.873Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 11c1365449cf [2021-02-09T19:00:57.873Z] ---> ab40f4294670 [2021-02-09T19:00:57.873Z] [2021-02-09T19:00:57.873Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T19:00:58.822Z] 20.10.0: Pulling from library/docker [2021-02-09T19:01:04.146Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T19:01:04.146Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T19:01:04.146Z] ---> aefe523efa57 [2021-02-09T19:01:04.146Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T19:01:04.410Z] ---> Running in f6ecd93cb552 [2021-02-09T19:01:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.292s coverage: 92.8% of statements [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T19:01:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T19:01:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T19:01:04.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T19:01:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements [2021-02-09T19:01:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.110s coverage: 79.5% of statements [2021-02-09T19:01:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements [2021-02-09T19:01:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-02-09T19:01:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements [2021-02-09T19:01:04.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T19:01:04.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T19:01:05.248Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T19:01:05.248Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T19:01:05.248Z] Executing bash-5.0.17-r0.post-install [2021-02-09T19:01:05.248Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:01:05.248Z] OK: 12 MiB in 22 packages [2021-02-09T19:01:05.822Z] Removing intermediate container f6ecd93cb552 [2021-02-09T19:01:05.822Z] ---> 00f4b9de651b [2021-02-09T19:01:05.822Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T19:01:05.822Z] ---> Running in 5a15b9823a2f [2021-02-09T19:01:06.093Z] Removing intermediate container 5a15b9823a2f [2021-02-09T19:01:06.093Z] ---> de83f88b277e [2021-02-09T19:01:06.093Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T19:01:06.093Z] ---> Running in 46ee2025ee32 [2021-02-09T19:01:06.355Z] Removing intermediate container 46ee2025ee32 [2021-02-09T19:01:06.355Z] ---> a82db0908548 [2021-02-09T19:01:06.355Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T19:01:06.355Z] ---> Running in 73fcd95f210b [2021-02-09T19:01:06.620Z] Removing intermediate container 73fcd95f210b [2021-02-09T19:01:06.620Z] ---> 6b65aceebafd [2021-02-09T19:01:06.620Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T19:01:06.883Z] ---> 1dff9f1d7c2f [2021-02-09T19:01:06.883Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T19:01:07.146Z] ---> a01c2c1d070a [2021-02-09T19:01:07.146Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T19:01:07.722Z] ---> d42654de25c9 [2021-02-09T19:01:07.722Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T19:01:07.722Z] ---> Running in cdaa7477d8e1 [2021-02-09T19:01:08.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T19:01:08.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T19:01:08.311Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T19:01:08.311Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T19:01:08.311Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T19:01:08.311Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T19:01:08.311Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T19:01:08.311Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T19:01:08.575Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T19:01:09.521Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T19:01:09.521Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T19:01:09.521Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T19:01:09.521Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T19:01:09.521Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T19:01:09.784Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T19:01:09.784Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T19:01:09.784Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T19:01:09.784Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T19:01:09.784Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T19:01:09.784Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T19:01:09.784Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T19:01:09.784Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T19:01:09.784Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T19:01:09.784Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T19:01:09.784Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T19:01:10.047Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T19:01:10.047Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T19:01:10.047Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T19:01:10.047Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T19:01:10.047Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T19:01:10.047Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T19:01:10.047Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T19:01:10.047Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T19:01:10.047Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T19:01:10.047Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T19:01:10.047Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:01:10.311Z] OK: 71 MiB in 55 packages [2021-02-09T19:01:15.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2021-02-09T19:01:15.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-09T19:01:20.344Z] Removing intermediate container cdaa7477d8e1 [2021-02-09T19:01:20.344Z] ---> 91ca1d52c313 [2021-02-09T19:01:20.344Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T19:01:20.344Z] ---> Running in 9a6fa4fefc3e [2021-02-09T19:01:21.296Z] Collecting docker-compose==1.23.2 [2021-02-09T19:01:21.296Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T19:01:21.296Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T19:01:21.296Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T19:01:21.872Z] Collecting PyYAML<4,>=3.10 [2021-02-09T19:01:21.873Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T19:01:22.823Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T19:01:22.823Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T19:01:23.089Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T19:01:23.089Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T19:01:23.668Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T19:01:23.936Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T19:01:23.936Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T19:01:23.936Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T19:01:24.201Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T19:01:24.201Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T19:01:24.469Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T19:01:24.469Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T19:01:24.469Z] 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-09T19:01:24.731Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T19:01:24.731Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T19:01:25.306Z] Collecting idna<2.8,>=2.5 [2021-02-09T19:01:25.306Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T19:01:25.306Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T19:01:25.306Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T19:01:25.569Z] 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-09T19:01:25.569Z] 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-09T19:01:25.569Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T19:01:25.569Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T19:01:25.569Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T19:01:25.569Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T19:01:25.569Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T19:01:25.569Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T19:01:25.836Z] Installing collected packages: texttable, PyYAML, cached-property, dockerpty, idna, urllib3, requests, websocket-client, jsonschema, docker-pycreds, docker, docopt, docker-compose [2021-02-09T19:01:25.836Z] Running setup.py install for texttable: started [2021-02-09T19:01:26.115Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T19:01:26.115Z] Running setup.py install for PyYAML: started [2021-02-09T19:01:26.699Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T19:01:26.963Z] Running setup.py install for dockerpty: started [2021-02-09T19:01:27.229Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T19:01:27.229Z] Attempting uninstall: idna [2021-02-09T19:01:27.229Z] Found existing installation: idna 2.9 [2021-02-09T19:01:27.229Z] Uninstalling idna-2.9: [2021-02-09T19:01:27.229Z] Successfully uninstalled idna-2.9 [2021-02-09T19:01:27.492Z] Attempting uninstall: urllib3 [2021-02-09T19:01:27.492Z] Found existing installation: urllib3 1.25.9 [2021-02-09T19:01:27.492Z] Uninstalling urllib3-1.25.9: [2021-02-09T19:01:27.492Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T19:01:27.755Z] Attempting uninstall: requests [2021-02-09T19:01:27.755Z] Found existing installation: requests 2.23.0 [2021-02-09T19:01:27.755Z] Uninstalling requests-2.23.0: [2021-02-09T19:01:27.755Z] Successfully uninstalled requests-2.23.0 [2021-02-09T19:01:28.331Z] Running setup.py install for docopt: started [2021-02-09T19:01:28.910Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T19:01:29.174Z] 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-09T19:01:32.495Z] Removing intermediate container 9a6fa4fefc3e [2021-02-09T19:01:32.495Z] ---> 3858ff85978a [2021-02-09T19:01:32.495Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T19:01:32.495Z] ---> Running in 1f34b7a873ca [2021-02-09T19:01:32.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T19:01:33.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T19:01:33.023Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T19:01:33.023Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T19:01:33.023Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T19:01:33.023Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:01:33.023Z] OK: 72 MiB in 58 packages [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.152s coverage: 92.9% of statements [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.122s coverage: 84.2% of statements [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.4% of statements [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.510s coverage: 63.5% of statements [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.758s coverage: 68.9% of statements [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.358s coverage: 37.0% of statements [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T19:01:33.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T19:01:33.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.754s coverage: 84.0% of statements [2021-02-09T19:01:33.603Z] Removing intermediate container 1f34b7a873ca [2021-02-09T19:01:33.603Z] ---> 76dd3ed98910 [2021-02-09T19:01:33.603Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T19:01:33.603Z] ---> Running in ad5cd62812f5 [2021-02-09T19:01:33.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements [2021-02-09T19:01:33.866Z] Removing intermediate container ad5cd62812f5 [2021-02-09T19:01:33.866Z] ---> 99269342e69b [2021-02-09T19:01:33.866Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T19:01:33.866Z] ---> Running in 5bfb390c79c4 [2021-02-09T19:01:34.137Z] Removing intermediate container 5bfb390c79c4 [2021-02-09T19:01:34.137Z] ---> 6c81c0c6ed66 [2021-02-09T19:01:34.137Z] Step 24/26 : LABEL arch=x86_64 [2021-02-09T19:01:34.137Z] ---> Running in dd2d44421cc1 [2021-02-09T19:01:34.400Z] Removing intermediate container dd2d44421cc1 [2021-02-09T19:01:34.400Z] ---> 3efee890f264 [2021-02-09T19:01:34.400Z] Step 25/26 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:01:34.400Z] ---> Running in e701c4dd433d [2021-02-09T19:01:34.400Z] Removing intermediate container e701c4dd433d [2021-02-09T19:01:34.400Z] ---> adbef8c014cf [2021-02-09T19:01:34.400Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T19:01:34.663Z] ---> Running in a826ac56ce4d [2021-02-09T19:01:34.663Z] Removing intermediate container a826ac56ce4d [2021-02-09T19:01:34.663Z] ---> 7acc9dd18928 [2021-02-09T19:01:34.663Z] [2021-02-09T19:01:34.927Z] Successfully built 7acc9dd18928 [2021-02-09T19:01:34.927Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-09T19:01:35.202Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T19:01:35.212Z] $ docker stop --time=1 23368e761dfeb61eb854ed53df9b62fa9a2c21598827ca1a288bed85a6f546b2 [2021-02-09T19:01:36.842Z] $ docker rm -f 23368e761dfeb61eb854ed53df9b62fa9a2c21598827ca1a288bed85a6f546b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T19:01:37.382Z] + docker images [2021-02-09T19:01:37.382Z] + grep docker [2021-02-09T19:01:37.645Z] docker-sys-mgmt-agent-go latest 7acc9dd18928 3 seconds ago 313MB [2021-02-09T19:01:37.645Z] docker-security-secretstore-setup-go latest fe21ff0175ae 40 seconds ago 24.6MB [2021-02-09T19:01:37.645Z] docker-core-command-go latest 547b582e7c6c 41 seconds ago 16.9MB [2021-02-09T19:01:37.645Z] docker-security-proxy-setup-go latest 92ded5ab7490 44 seconds ago 24.4MB [2021-02-09T19:01:37.645Z] docker-security-bootstrapper-go latest 350d46500fee About a minute ago 17.9MB [2021-02-09T19:01:37.645Z] docker-core-data-go latest 8d8dc96c77b7 About a minute ago 22.3MB [2021-02-09T19:01:37.645Z] docker-support-notifications-go latest 71861aa21e03 2 minutes ago 17.6MB [2021-02-09T19:01:37.645Z] docker-support-scheduler-go latest 82ed9dd63eb1 2 minutes ago 17MB [2021-02-09T19:01:37.645Z] docker-core-metadata-go latest b804cc019fb3 2 minutes ago 18.8MB [2021-02-09T19:01:37.645Z] 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-09T19:01:39.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.437s coverage: 47.0% of statements [2021-02-09T19:01:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T19:01:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T19:01:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T19:01:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T19:01:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T19:01:39.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements [2021-02-09T19:01:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T19:01:39.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2021-02-09T19:01:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T19:01:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T19:01:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T19:01:39.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T19:01:39.785Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.386s coverage: 89.4% of statements [2021-02-09T19:01:39.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T19:01:39.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T19:01:39.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T19:01:49.977Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.162s coverage: 29.1% of statements [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T19:01:49.977Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T19:01:49.977Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T19:01:49.977Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.208s coverage: 100.0% of statements [2021-02-09T19:01:49.977Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T19:01:49.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T19:01:49.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T19:01:49.978Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-02-09T19:01:49.978Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T19:01:49.978Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-02-09T19:01:49.978Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T19:01:49.978Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T19:01:49.978Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T19:01:49.978Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T19:01:49.978Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-02-09T19:01:49.978Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T19:01:49.978Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T19:01:49.978Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-02-09T19:01:49.978Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-09T19:01:49.978Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-02-09T19:01:49.978Z] GO111MODULE=on go vet ./... [2021-02-09T19:01:53.300Z] Still waiting to schedule task [2021-02-09T19:01:53.300Z] ‘prd-ubuntu18.04-docker-8c-8g-25832’ is offline [2021-02-09T19:02:55.780Z] Running on prd-ubuntu18.04-docker-8c-8g-25834 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws [2021-02-09T19:02:55.857Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-09T19:02:58.165Z] using credential edgex-jenkins-ssh [2021-02-09T19:02:58.226Z] Cloning the remote Git repository [2021-02-09T19:02:58.252Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T19:02:58.325Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-09T19:02:58.358Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T19:02:58.358Z] > git --version # timeout=10 [2021-02-09T19:02:58.366Z] > git --version # 'git version 2.17.1' [2021-02-09T19:02:58.366Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T19:02:58.425Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T19:03:11.846Z] gofmt -l . [2021-02-09T19:03:11.846Z] [ "`gofmt -l .`" = "" ] [2021-02-09T19:03:11.846Z] ./bin/test-go-mod-tidy.sh [2021-02-09T19:03:11.846Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T19:03:12.500Z] + ls -al . [2021-02-09T19:03:12.500Z] total 728 [2021-02-09T19:03:12.500Z] drwxrwxr-x 9 1001 1001 4096 Feb 9 19:03 . [2021-02-09T19:03:12.500Z] drwxr-xr-x 4 root root 4096 Feb 9 18:58 .. [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 18:57 .dockerignore [2021-02-09T19:03:12.500Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 18:57 .git [2021-02-09T19:03:12.500Z] drwxrwxr-x 3 1001 1001 4096 Feb 9 18:57 .github [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 18:57 .gitignore [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 18:57 .sonarcloud.properties [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 18:57 Attribution.txt [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 18:57 CONTRIBUTING.md [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 18:57 Dockerfile.build [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 18:57 Jenkinsfile [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 18:57 LICENSE [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 18:57 Makefile [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 18:57 README.md [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 18:57 SECURITY.md [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 18:53 VERSION [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 18:57 ZMQWindows.md [2021-02-09T19:03:12.500Z] drwxrwxr-x 2 1001 1001 4096 Feb 9 18:57 bin [2021-02-09T19:03:12.500Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 18:57 cmd [2021-02-09T19:03:12.500Z] -rw-r--r-- 1 root root 594557 Feb 9 19:01 coverage.out [2021-02-09T19:03:12.500Z] -rw-r--r-- 1 root root 1054 Feb 9 19:03 go.mod [2021-02-09T19:03:12.500Z] -rw-r--r-- 1 root root 19290 Feb 9 19:03 go.sum [2021-02-09T19:03:12.500Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 18:57 internal [2021-02-09T19:03:12.500Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 18:57 openapi [2021-02-09T19:03:12.500Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 18:57 snap [2021-02-09T19:03:12.500Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 18:57 version.go [Pipeline] sh [2021-02-09T19:03:13.165Z] + '[' -e coverage.out ] [2021-02-09T19:03:13.165Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T19:03:13.185Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T19:03:14.428Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T19:03:15.100Z] + make build [2021-02-09T19:03:15.100Z] 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-09T19:03:17.087Z] Merging remotes/origin/master commit 5c263209df199e6640ec522efadc93fd03539474 into PR head commit 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:03:17.203Z] Merge succeeded, producing 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:03:17.203Z] Checking out Revision 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 (PR-3148) [2021-02-09T19:03:16.461Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T19:03:16.471Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T19:03:16.480Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T19:03:16.494Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T19:03:16.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T19:03:16.498Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T19:03:17.099Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T19:03:17.104Z] > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # timeout=10 [2021-02-09T19:03:17.178Z] > git remote # timeout=10 [2021-02-09T19:03:17.185Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T19:03:17.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T19:03:17.194Z] > git merge 5c263209df199e6640ec522efadc93fd03539474 # timeout=10 [2021-02-09T19:03:17.201Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T19:03:17.210Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T19:03:17.216Z] > git checkout -f 1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 # timeout=10 [2021-02-09T19:03:20.907Z] Commit message: "Merge branch 'master' into issue-3143" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T19:03:22.192Z] + echo snap-build.sh [2021-02-09T19:03:22.192Z] snap-build.sh [2021-02-09T19:03:22.192Z] + SNAP_BASE_DIR=. [2021-02-09T19:03:22.192Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-02-09T19:03:22.192Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-02-09T19:03:22.192Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-02-09T19:03:22.192Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-02-09T19:03:22.192Z] + cd /w/workspace/edgex-go/8 [2021-02-09T19:03:22.192Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-09T19:03:22.192Z] Reading package lists... [2021-02-09T19:03:22.193Z] Building dependency tree... [2021-02-09T19:03:22.193Z] Reading state information... [2021-02-09T19:03:22.455Z] The following packages were automatically installed and are no longer required: [2021-02-09T19:03:22.455Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-09T19:03:22.455Z] uidmap xdelta3 [2021-02-09T19:03:22.455Z] Use 'sudo apt autoremove' to remove them. [2021-02-09T19:03:22.455Z] The following packages will be REMOVED: [2021-02-09T19:03:22.455Z] lxd* lxd-client* [2021-02-09T19:03:22.717Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-09T19:03:22.717Z] After this operation, 31.7 MB disk space will be freed. [2021-02-09T19:03:23.762Z] (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-09T19:03:23.762Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T19:03:24.335Z] Removing lxd dnsmasq configuration [2021-02-09T19:03:24.597Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T19:03:24.597Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-09T19:03:25.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T19:03:25.541Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-09T19:03:25.803Z] (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-09T19:03:25.803Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T19:03:26.746Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-09T19:03:27.007Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-09T19:03:28.389Z] + sudo snap remove --purge lxd [2021-02-09T19:03:28.389Z] snap "lxd" is not installed [2021-02-09T19:03:28.389Z] + sudo groupadd --force --system lxd [2021-02-09T19:03:28.389Z] ++ whoami [2021-02-09T19:03:28.389Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-09T19:03:28.389Z] + newgrp - lxd [2021-02-09T19:03:28.389Z] + sudo snap install lxd [2021-02-09T19:03:38.389Z] 2021-02-09T19:03:35Z INFO Waiting for automatic snapd restart... [2021-02-09T19:03:50.748Z] lxd 4.11 from Canonical* installed [2021-02-09T19:03:50.748Z] + sudo lxd init --auto [2021-02-09T19:03:52.144Z] 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-09T19:03:54.759Z] 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-09T19:03:58.895Z] + sudo snap install --classic snapcraft [2021-02-09T19:04:01.469Z] 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-09T19:04:02.918Z] 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-09T19:04:05.477Z] snapcraft 4.5.1 from Canonical* installed [2021-02-09T19:04:05.478Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-09T19:04:05.478Z] + patch --verbose -p1 [2021-02-09T19:04:05.478Z] Hmm... Looks like a unified diff to me... [2021-02-09T19:04:05.478Z] The text leading up to this was: [2021-02-09T19:04:05.478Z] -------------------------- [2021-02-09T19:04:05.478Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-09T19:04:05.478Z] |From: Tony Espy [2021-02-09T19:04:05.478Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-09T19:04:05.478Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-09T19:04:05.478Z] | [2021-02-09T19:04:05.478Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-09T19:04:05.478Z] |optimize the snap CI check run for pull requests. When [2021-02-09T19:04:05.478Z] |applied, it essentially strips out everything (apps and [2021-02-09T19:04:05.478Z] |parts) from the snapcraft.yaml file except those required [2021-02-09T19:04:05.478Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-09T19:04:05.478Z] |catch changes to edgex-go that break the snap build. [2021-02-09T19:04:05.478Z] | [2021-02-09T19:04:05.478Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-09T19:04:05.478Z] |to update this patch file, otherwise it may fail to apply, [2021-02-09T19:04:05.478Z] |resulting in a failed snap build CI check in the associated [2021-02-09T19:04:05.478Z] |pull request. [2021-02-09T19:04:05.478Z] | [2021-02-09T19:04:05.478Z] |Note - in addition to applying this patch, the pipeline also [2021-02-09T19:04:05.478Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-09T19:04:05.478Z] |need to build the finally binary .snap file (and it won't [2021-02-09T19:04:05.478Z] |work with the patch applied). This further reduces the build [2021-02-09T19:04:05.478Z] |time. [2021-02-09T19:04:05.478Z] |--- [2021-02-09T19:04:05.478Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-09T19:04:05.478Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-09T19:04:05.478Z] | [2021-02-09T19:04:05.478Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-09T19:04:05.478Z] |index 1e537489..faf42425 100644 [2021-02-09T19:04:05.478Z] |--- a/snap/snapcraft.yaml [2021-02-09T19:04:05.478Z] |+++ b/snap/snapcraft.yaml [2021-02-09T19:04:05.478Z] -------------------------- [2021-02-09T19:04:05.478Z] patching file snap/snapcraft.yaml [2021-02-09T19:04:05.478Z] Using Plan A... [2021-02-09T19:04:05.478Z] Hunk #1 succeeded at 73. [2021-02-09T19:04:05.478Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-09T19:04:05.478Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-09T19:04:05.478Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-09T19:04:05.478Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-09T19:04:05.478Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-09T19:04:05.478Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-09T19:04:05.478Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-09T19:04:05.478Z] Hmm... Ignoring the trailing garbage. [2021-02-09T19:04:05.478Z] done [2021-02-09T19:04:05.478Z] + sudo snapcraft prime --use-lxd [2021-02-09T19:04:06.050Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-09T19:04:06.050Z] 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-09T19:04:06.050Z] - README.md [2021-02-09T19:04:06.050Z] - snapcraft.yaml.orig [2021-02-09T19:04:06.050Z] [2021-02-09T19:04:06.050Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T19:04:06.991Z] Launching a container. [2021-02-09T19:04:08.346Z] 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-09T19:04:13.760Z] 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-09T19:04:17.158Z] 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-09T19:04:19.240Z] Waiting for container to be ready [2021-02-09T19:04:19.240Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-09T19:04:19.240Z] [2021-02-09T19:04:21.459Z] 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-09T19:04:22.545Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-09T19:04:22.807Z] Waiting for network to be ready... [2021-02-09T19:04:23.066Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T19:04:23.327Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T19:04:23.327Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T19:04:23.327Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T19:04:23.327Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T19:04:23.327Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T19:04:23.327Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T19:04:23.327Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T19:04:23.327Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T19:04:23.327Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T19:04:23.900Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T19:04:23.900Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T19:04:24.162Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T19:04:24.162Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T19:04:24.162Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T19:04:24.162Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T19:04:24.162Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T19:04:24.162Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T19:04:24.733Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T19:04:24.733Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T19:04:24.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-09T19:04:24.997Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T19:04:24.997Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T19:04:24.997Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T19:04:24.997Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T19:04:24.997Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T19:04:24.997Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T19:04:24.997Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T19:04:26.910Z] Fetched 23.9 MB in 4s (6107 kB/s) [2021-02-09T19:04:27.853Z] Reading package lists... [2021-02-09T19:04:28.114Z] Reading package lists... [2021-02-09T19:04:28.114Z] Building dependency tree... [2021-02-09T19:04:28.114Z] Reading state information... [2021-02-09T19:04:28.376Z] The following additional packages will be installed: [2021-02-09T19:04:28.376Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T19:04:28.376Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T19:04:28.376Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T19:04:28.376Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-09T19:04:28.376Z] Suggested packages: [2021-02-09T19:04:28.376Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-09T19:04:28.376Z] Recommended packages: [2021-02-09T19:04:28.376Z] gnupg libsasl2-modules [2021-02-09T19:04:28.377Z] The following NEW packages will be installed: [2021-02-09T19:04:28.377Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T19:04:28.377Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T19:04:28.377Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T19:04:28.377Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-09T19:04:28.377Z] The following packages will be upgraded: [2021-02-09T19:04:28.377Z] gpg gpg-agent gpgconf libudev1 [2021-02-09T19:04:28.377Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-09T19:04:28.377Z] Need to get 3532 kB of archives. [2021-02-09T19:04:28.377Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-09T19:04:28.377Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-09T19:04:28.377Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-09T19:04:28.377Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-09T19:04:28.377Z] Get:4 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-09T19:04:28.377Z] Get:5 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-09T19:04:28.377Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-09T19:04:28.377Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-09T19:04:28.377Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-09T19:04:28.638Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-09T19:04:28.899Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-09T19:04:29.146Z] 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-09T19:04:29.159Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-09T19:04:29.159Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-09T19:04:29.159Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-09T19:04:29.159Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-09T19:04:29.159Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-09T19:04:29.159Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-09T19:04:29.159Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-09T19:04:29.159Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-09T19:04:29.159Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-09T19:04:29.159Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-09T19:04:29.421Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-09T19:04:29.421Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-09T19:04:29.682Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T19:04:29.682Z] Fetched 3532 kB in 1s (3142 kB/s) [2021-02-09T19:04:29.682Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T19:04:29.682Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-09T19:04:29.682Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T19:04:29.682Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-09T19:04:29.943Z] Selecting previously unselected package udev. [2021-02-09T19:04:29.943Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T19:04:29.943Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-09T19:04:29.943Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-09T19:04:30.204Z] Selecting previously unselected package libfuse2:amd64. [2021-02-09T19:04:30.204Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T19:04:30.204Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T19:04:30.204Z] Selecting previously unselected package fuse. [2021-02-09T19:04:30.204Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T19:04:30.204Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-09T19:04:30.204Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T19:04:30.467Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T19:04:30.467Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T19:04:30.467Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T19:04:30.467Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T19:04:30.728Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T19:04:30.728Z] Selecting previously unselected package libksba8:amd64. [2021-02-09T19:04:30.728Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-09T19:04:30.728Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-09T19:04:30.728Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-09T19:04:30.728Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T19:04:30.728Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:30.990Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-09T19:04:30.990Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T19:04:30.990Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:30.990Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-09T19:04:30.990Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T19:04:30.990Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:30.990Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-09T19:04:30.990Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T19:04:30.990Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:31.256Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-09T19:04:31.256Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T19:04:31.256Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:31.256Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-09T19:04:31.256Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T19:04:31.256Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:31.256Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-09T19:04:31.256Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T19:04:31.256Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:31.518Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-09T19:04:31.518Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T19:04:31.518Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:31.518Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-09T19:04:31.518Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T19:04:31.518Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:31.518Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-09T19:04:31.518Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T19:04:31.518Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T19:04:31.779Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-09T19:04:31.779Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T19:04:31.779Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T19:04:31.779Z] Selecting previously unselected package libldap-common. [2021-02-09T19:04:31.779Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-09T19:04:31.779Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T19:04:31.779Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-09T19:04:31.779Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-09T19:04:31.779Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T19:04:32.041Z] Selecting previously unselected package dirmngr. [2021-02-09T19:04:32.041Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T19:04:32.041Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T19:04:32.041Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T19:04:32.041Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-09T19:04:32.041Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T19:04:32.303Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T19:04:32.303Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T19:04:32.303Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-09T19:04:32.303Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:32.303Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-09T19:04:32.303Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T19:04:32.303Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-09T19:04:32.876Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-09T19:04:32.876Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:32.876Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-09T19:04:32.876Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-09T19:04:32.876Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-09T19:04:32.876Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:33.138Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:33.138Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:33.138Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:33.138Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:33.138Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:33.138Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T19:04:33.138Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T19:04:33.138Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T19:04:33.138Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T19:04:33.709Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-09T19:04:33.709Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-09T19:04:33.709Z] This means they are not meant to be enabled using systemctl. [2021-02-09T19:04:33.709Z] Possible reasons for having this kind of units are: [2021-02-09T19:04:33.709Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-09T19:04:33.709Z] .wants/ or .requires/ directory. [2021-02-09T19:04:33.709Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-09T19:04:33.709Z] a requirement dependency on it. [2021-02-09T19:04:33.709Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-09T19:04:33.709Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-09T19:04:33.709Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-09T19:04:33.709Z] instance name specified. [2021-02-09T19:04:33.976Z] Reading package lists... [2021-02-09T19:04:34.237Z] Building dependency tree... [2021-02-09T19:04:34.237Z] Reading state information... [2021-02-09T19:04:34.237Z] The following additional packages will be installed: [2021-02-09T19:04:34.237Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-09T19:04:34.237Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-09T19:04:34.237Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-09T19:04:34.237Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-09T19:04:34.237Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-09T19:04:34.237Z] Suggested packages: [2021-02-09T19:04:34.237Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-09T19:04:34.237Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-09T19:04:34.237Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-09T19:04:34.237Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-09T19:04:34.237Z] systemd-container policykit-1 [2021-02-09T19:04:34.237Z] Recommended packages: [2021-02-09T19:04:34.237Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-09T19:04:34.237Z] The following NEW packages will be installed: [2021-02-09T19:04:34.237Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-09T19:04:34.237Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-09T19:04:34.237Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-09T19:04:34.237Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-09T19:04:34.237Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-09T19:04:34.237Z] The following packages will be upgraded: [2021-02-09T19:04:34.237Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-09T19:04:34.237Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-09T19:04:34.237Z] Need to get 35.2 MB of archives. [2021-02-09T19:04:34.237Z] After this operation, 141 MB of additional disk space will be used. [2021-02-09T19:04:34.237Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-09T19:04:34.497Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-09T19:04:34.497Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-09T19:04:34.497Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-09T19:04:34.497Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-09T19:04:34.497Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-09T19:04:34.497Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-09T19:04:34.497Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-09T19:04:34.497Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-09T19:04:34.497Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-09T19:04:34.497Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-09T19:04:34.497Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-09T19:04:34.497Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-09T19:04:34.497Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-09T19:04:34.497Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-09T19:04:34.497Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-09T19:04:34.497Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-09T19:04:34.497Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-09T19:04:35.439Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-09T19:04:35.439Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-09T19:04:35.439Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-09T19:04:35.439Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-09T19:04:35.439Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-09T19:04:35.439Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-09T19:04:35.439Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-09T19:04:35.439Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-09T19:04:35.439Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-09T19:04:35.439Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-09T19:04:35.439Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-09T19:04:35.439Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [Pipeline] } [2021-02-09T19:04:35.870Z] $ docker stop --time=1 452be31428034f54a52ed23d0215f481c0983512600035b9477b0a74cef22a62 [2021-02-09T19:04:36.383Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T19:04:36.383Z] Fetched 35.2 MB in 2s (19.0 MB/s) [2021-02-09T19:04:36.383Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T19:04:36.383Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-09T19:04:36.644Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T19:04:37.217Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-09T19:04:37.217Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T19:04:37.217Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-09T19:04:37.217Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T19:04:37.217Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T19:04:37.217Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T19:04:37.478Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-09T19:04:37.478Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T19:04:37.478Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T19:04:37.478Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T19:04:37.739Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-09T19:04:38.007Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-09T19:04:38.269Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-09T19:04:38.269Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-09T19:04:38.269Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T19:04:38.308Z] $ docker rm -f 452be31428034f54a52ed23d0215f481c0983512600035b9477b0a74cef22a62 [2021-02-09T19:04:38.529Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T19:04:38.529Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-09T19:04:38.529Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T19:04:38.529Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T19:04:38.790Z] Selecting previously unselected package libexpat1:amd64. [2021-02-09T19:04:38.791Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-09T19:04:38.791Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T19:04:39.053Z] Selecting previously unselected package python3.6-minimal. [2021-02-09T19:04:39.053Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T19:04:39.053Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T19:04:39.314Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T19:04:39.314Z] Checking for services that may need to be restarted...done. [2021-02-09T19:04:39.314Z] Checking for services that may need to be restarted...done. [2021-02-09T19:04:39.577Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T19:04:39.577Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-09T19:04:39.845Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T19:04:40.107Z] Selecting previously unselected package python3-minimal. [2021-02-09T19:04:40.107Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-09T19:04:40.107Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-09T19:04:40.107Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-09T19:04:40.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T19:04:40.346Z] [2021-02-09T19:04:40.346Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-02-09T19:04:40.369Z] Selecting previously unselected package mime-support. [2021-02-09T19:04:40.369Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-09T19:04:40.369Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-09T19:04:40.369Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-09T19:04:40.369Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-09T19:04:40.369Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T19:04:40.369Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-09T19:04:40.369Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T19:04:40.369Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] sh [2021-02-09T19:04:40.631Z] Selecting previously unselected package python3.6. [2021-02-09T19:04:40.631Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T19:04:40.631Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T19:04:40.725Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T19:04:40.725Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-09T19:04:40.725Z] 29e5d40040c1: Pulling fs layer [2021-02-09T19:04:40.725Z] 1ce36da41761: Pulling fs layer [2021-02-09T19:04:40.725Z] 25b303627fd3: Pulling fs layer [2021-02-09T19:04:40.892Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-09T19:04:40.892Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-09T19:04:40.892Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T19:04:40.892Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-09T19:04:40.996Z] 29e5d40040c1: Verifying Checksum [2021-02-09T19:04:40.996Z] 29e5d40040c1: Download complete [2021-02-09T19:04:41.153Z] Selecting previously unselected package python3. [2021-02-09T19:04:41.153Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-09T19:04:41.153Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-09T19:04:41.153Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-09T19:04:41.153Z] Selecting previously unselected package multiarch-support. [2021-02-09T19:04:41.153Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T19:04:41.153Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T19:04:41.414Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T19:04:41.414Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-09T19:04:41.414Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-09T19:04:41.414Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-09T19:04:41.414Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T19:04:41.414Z] Selecting previously unselected package libbsd0:amd64. [2021-02-09T19:04:41.414Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-09T19:04:41.414Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T19:04:41.591Z] 1ce36da41761: Verifying Checksum [2021-02-09T19:04:41.591Z] 1ce36da41761: Download complete [2021-02-09T19:04:41.591Z] 29e5d40040c1: Pull complete [2021-02-09T19:04:41.674Z] Selecting previously unselected package sudo. [2021-02-09T19:04:41.674Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-09T19:04:41.674Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T19:04:41.674Z] Selecting previously unselected package apparmor. [2021-02-09T19:04:41.674Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T19:04:41.674Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-09T19:04:41.936Z] Selecting previously unselected package libedit2:amd64. [2021-02-09T19:04:41.936Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-09T19:04:41.936Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T19:04:42.200Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-09T19:04:42.200Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T19:04:42.200Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T19:04:42.200Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-09T19:04:42.200Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T19:04:42.200Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T19:04:42.200Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-09T19:04:42.200Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-09T19:04:42.200Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T19:04:42.461Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-09T19:04:42.461Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T19:04:42.461Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T19:04:42.461Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-09T19:04:42.461Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T19:04:42.461Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T19:04:42.722Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-09T19:04:42.722Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-09T19:04:42.722Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T19:04:42.984Z] Selecting previously unselected package openssh-client. [2021-02-09T19:04:42.984Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-09T19:04:42.984Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T19:04:42.984Z] Selecting previously unselected package squashfs-tools. [2021-02-09T19:04:42.984Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-09T19:04:42.984Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T19:04:43.014Z] 1ce36da41761: Pull complete [2021-02-09T19:04:43.245Z] Selecting previously unselected package snapd. [2021-02-09T19:04:43.245Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-09T19:04:43.245Z] Unpacking snapd (2.48+18.04) ... [2021-02-09T19:04:43.286Z] 25b303627fd3: Verifying Checksum [2021-02-09T19:04:43.286Z] 25b303627fd3: Download complete [2021-02-09T19:04:45.160Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T19:04:45.160Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T19:04:45.160Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-09T19:04:45.160Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T19:04:45.160Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T19:04:45.160Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T19:04:45.421Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T19:04:45.421Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-09T19:04:45.421Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-09T19:04:46.366Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T19:04:46.366Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T19:04:46.366Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T19:04:46.366Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T19:04:46.366Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T19:04:46.366Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T19:04:46.937Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T19:04:46.937Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T19:04:46.937Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T19:04:46.937Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-09T19:04:46.937Z] running python rtupdate hooks for python3.6... [2021-02-09T19:04:46.937Z] running python post-rtupdate hooks for python3.6... [2021-02-09T19:04:47.197Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-09T19:04:48.589Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-09T19:04:48.589Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T19:04:48.589Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T19:04:48.851Z] Setting up snapd (2.48+18.04) ... [2021-02-09T19:04:49.112Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-09T19:04:49.372Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-09T19:04:49.372Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-09T19:04:49.633Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-09T19:04:49.895Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T19:04:49.895Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T19:04:50.157Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-09T19:04:50.157Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-09T19:04:50.419Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-09T19:04:50.681Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-09T19:04:50.681Z] /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-09T19:04:50.681Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T19:04:50.681Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T19:04:51.624Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T19:04:51.624Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T19:04:51.885Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T19:04:53.092Z] Reading package lists... [2021-02-09T19:04:53.092Z] Reading package lists... [2021-02-09T19:04:53.354Z] Building dependency tree... [2021-02-09T19:04:53.354Z] Reading state information... [2021-02-09T19:04:53.354Z] Calculating upgrade... [2021-02-09T19:04:53.402Z] 25b303627fd3: Pull complete [2021-02-09T19:04:53.402Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-09T19:04:53.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T19:04:53.402Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-09T19:04:53.615Z] The following packages will be upgraded: [2021-02-09T19:04:53.615Z] advancecomp base-files bash binutils binutils-common [2021-02-09T19:04:53.615Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-09T19:04:53.615Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-09T19:04:53.615Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-09T19:04:53.615Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-09T19:04:53.615Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-09T19:04:53.615Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-09T19:04:53.615Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-09T19:04:53.615Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-09T19:04:53.615Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-09T19:04:53.615Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-09T19:04:53.616Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-09T19:04:53.616Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-09T19:04:53.616Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-09T19:04:53.616Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-09T19:04:53.620Z] prd-ubuntu18.04-docker-arm64-4c-16g-25833 does not seem to be running inside a container [2021-02-09T19:04:53.697Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-09T19:04:53.878Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T19:04:53.878Z] Need to get 63.8 MB of archives. [2021-02-09T19:04:53.878Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-09T19:04:53.878Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-09T19:04:53.878Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-09T19:04:54.450Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-09T19:04:54.450Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-09T19:04:54.450Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-09T19:04:54.450Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-09T19:04:54.450Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-09T19:04:54.450Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-09T19:04:54.450Z] 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-09T19:04:54.450Z] 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-09T19:04:54.450Z] 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-09T19:04:54.450Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-09T19:04:54.450Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-09T19:04:54.450Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-09T19:04:54.450Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-09T19:04:54.712Z] 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-09T19:04:54.712Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-09T19:04:54.712Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-09T19:04:54.712Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-09T19:04:54.712Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-09T19:04:54.712Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-09T19:04:54.712Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-09T19:04:54.712Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-09T19:04:54.712Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-09T19:04:54.712Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-09T19:04:54.712Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-09T19:04:54.712Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-09T19:04:54.712Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-09T19:04:54.712Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-09T19:04:54.712Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-09T19:04:54.712Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-09T19:04:54.712Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-09T19:04:54.712Z] 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-09T19:04:54.712Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-09T19:04:54.712Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-09T19:04:54.974Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-09T19:04:54.974Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-09T19:04:54.974Z] 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-09T19:04:54.974Z] 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-09T19:04:54.974Z] 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-09T19:04:54.974Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-09T19:04:54.974Z] 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-09T19:04:54.974Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-09T19:04:54.974Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-09T19:04:54.974Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-09T19:04:54.974Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-09T19:04:54.974Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-09T19:04:55.234Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-09T19:04:55.234Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-09T19:04:55.234Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-09T19:04:55.234Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-09T19:04:55.234Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-09T19:04:55.234Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-09T19:04:55.235Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-09T19:04:55.235Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-09T19:04:55.235Z] Get:56 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-09T19:04:55.235Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-09T19:04:55.235Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-09T19:04:55.235Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-09T19:04:55.235Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-09T19:04:55.235Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-09T19:04:55.235Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-09T19:04:55.235Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-09T19:04:55.235Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-09T19:04:55.235Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-09T19:04:55.235Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-09T19:04:55.235Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-09T19:04:55.235Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-09T19:04:55.235Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-09T19:04:55.235Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-09T19:04:55.235Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-09T19:04:55.235Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-09T19:04:55.235Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-09T19:04:55.496Z] 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-09T19:04:55.496Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-09T19:04:55.496Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-09T19:04:55.496Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-09T19:04:55.496Z] 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-09T19:04:55.496Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-09T19:04:55.496Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-09T19:04:55.496Z] 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-09T19:04:55.496Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-09T19:04:55.496Z] 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-09T19:04:55.757Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-09T19:04:55.757Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-09T19:04:55.757Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-09T19:04:55.757Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-09T19:04:55.757Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-09T19:04:55.757Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-09T19:04:55.757Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-09T19:04:56.019Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-09T19:04:56.573Z] $ docker top eeaf38c47a3a49ca9b1b05c17e6e4093ef696e02d4173d942ab4a5078e234c4f -eo pid,comm [2021-02-09T19:04:56.589Z] 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-09T19:04:56.589Z] 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-09T19:04:56.589Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-09T19:04:56.850Z] 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-09T19:04:56.850Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-09T19:04:56.850Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-09T19:04:56.850Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-09T19:04:56.850Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [Pipeline] { [Pipeline] sh [2021-02-09T19:04:57.116Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T19:04:57.116Z] Fetched 63.8 MB in 3s (19.5 MB/s) [2021-02-09T19:04:57.116Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:04:57.116Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T19:04:57.116Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T19:04:57.582Z] + docker-compose build --help [2021-02-09T19:04:57.583Z] + grep parallel [2021-02-09T19:04:57.700Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T19:04:57.701Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T19:04:57.962Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-09T19:04:57.962Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-09T19:04:58.533Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:04:58.533Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T19:04:58.794Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:04:58.794Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T19:04:59.055Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:04:59.055Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T19:04:59.055Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:04:59.055Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T19:04:59.055Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:04:59.316Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T19:04:59.316Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:04:59.316Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T19:04:59.316Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:04:59.577Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T19:04:59.577Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:04:59.577Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T19:04:59.577Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:04:59.577Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-09T19:04:59.837Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:04:59.837Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T19:04:59.837Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:04:59.837Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T19:05:00.096Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:00.096Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T19:05:00.096Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:00.358Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T19:05:00.358Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:05:00.619Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T19:05:00.619Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T19:05:00.619Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T19:05:00.947Z] --parallel Build images in parallel. [2021-02-09T19:05:01.190Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [Pipeline] } [2021-02-09T19:05:01.240Z] $ docker stop --time=1 eeaf38c47a3a49ca9b1b05c17e6e4093ef696e02d4173d942ab4a5078e234c4f [2021-02-09T19:05:01.450Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T19:05:01.450Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-09T19:05:01.450Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-09T19:05:01.450Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-09T19:05:01.450Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-09T19:05:01.711Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-09T19:05:01.711Z] Installing new version of config file /etc/issue ... [2021-02-09T19:05:01.711Z] Installing new version of config file /etc/issue.net ... [2021-02-09T19:05:01.711Z] Installing new version of config file /etc/lsb-release ... [2021-02-09T19:05:01.972Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-09T19:05:01.972Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-09T19:05:02.234Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-09T19:05:02.234Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-09T19:05:02.234Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:02.234Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-09T19:05:02.234Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-09T19:05:02.495Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-09T19:05:02.495Z] 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-09T19:05:02.495Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:02.495Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T19:05:02.495Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-09T19:05:02.759Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-09T19:05:02.759Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:02.759Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-09T19:05:02.759Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-09T19:05:02.759Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-09T19:05:03.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:03.021Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-09T19:05:03.021Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T19:05:03.127Z] $ docker rm -f eeaf38c47a3a49ca9b1b05c17e6e4093ef696e02d4173d942ab4a5078e234c4f [2021-02-09T19:05:03.281Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-09T19:05:03.281Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:03.281Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T19:05:03.281Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-02-09T19:05:03.541Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T19:05:03.542Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:03.542Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T19:05:03.542Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T19:05:03.805Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-09T19:05:03.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:03.805Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-09T19:05:03.805Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-09T19:05:03.805Z] Setting up grep (3.1-2build1) ... [2021-02-09T19:05:03.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T19:05:03.956Z] . [Pipeline] withDockerContainer [2021-02-09T19:05:04.066Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:04.066Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T19:05:04.066Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T19:05:04.066Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-09T19:05:04.225Z] prd-ubuntu18.04-docker-arm64-4c-16g-25833 does not seem to be running inside a container [2021-02-09T19:05:04.304Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T19:05:04.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:04.329Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T19:05:04.329Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T19:05:04.329Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-09T19:05:04.590Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:04.590Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T19:05:04.590Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T19:05:04.852Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T19:05:05.113Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T19:05:05.113Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T19:05:05.113Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T19:05:05.642Z] $ docker top 7c4802944763cfabac23d76cd8519ae8858ebd2604db19f2a9e92c9beab88c49 -eo pid,comm [2021-02-09T19:05:05.684Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-09T19:05:05.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:05.684Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-09T19:05:05.684Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] { [Pipeline] sh [2021-02-09T19:05:06.700Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T19:05:07.071Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T19:05:07.072Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T19:05:07.072Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T19:05:07.072Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T19:05:07.072Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T19:05:07.072Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:07.072Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-09T19:05:07.332Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-09T19:05:07.332Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-09T19:05:07.592Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:07.592Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T19:05:07.592Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T19:05:07.592Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T19:05:07.592Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:07.592Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T19:05:07.855Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T19:05:07.855Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T19:05:07.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:07.855Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T19:05:07.855Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T19:05:08.117Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T19:05:08.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:08.117Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T19:05:08.117Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T19:05:08.378Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T19:05:08.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:08.378Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T19:05:08.378Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T19:05:08.640Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T19:05:08.640Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T19:05:08.640Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T19:05:08.902Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:08.902Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T19:05:08.902Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T19:05:09.473Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T19:05:09.473Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:09.473Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T19:05:09.473Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T19:05:09.734Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T19:05:09.734Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:09.734Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T19:05:09.734Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T19:05:09.734Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-09T19:05:09.995Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:09.995Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T19:05:09.995Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T19:05:10.256Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-09T19:05:10.518Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-09T19:05:10.780Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-09T19:05:10.982Z] Building docker-core-command-go ... [2021-02-09T19:05:10.982Z] Building docker-core-data-go ... [2021-02-09T19:05:10.982Z] Building docker-core-metadata-go ... [2021-02-09T19:05:10.982Z] Building docker-security-bootstrapper-go ... [2021-02-09T19:05:10.982Z] Building docker-security-proxy-setup-go ... [2021-02-09T19:05:10.982Z] Building docker-security-secretstore-setup-go ... [2021-02-09T19:05:10.982Z] Building docker-support-notifications-go ... [2021-02-09T19:05:10.982Z] Building docker-support-scheduler-go ... [2021-02-09T19:05:10.982Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T19:05:10.982Z] Building docker-security-secretstore-setup-go [2021-02-09T19:05:10.982Z] Building docker-core-metadata-go [2021-02-09T19:05:10.982Z] Building docker-security-proxy-setup-go [2021-02-09T19:05:10.982Z] Building docker-support-scheduler-go [2021-02-09T19:05:10.982Z] Building docker-core-data-go [2021-02-09T19:05:11.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:11.043Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T19:05:11.043Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T19:05:11.304Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T19:05:11.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T19:05:11.565Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-09T19:05:11.565Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T19:05:11.565Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-09T19:05:11.826Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:11.826Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-09T19:05:11.826Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-09T19:05:11.826Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-09T19:05:12.086Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:12.086Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-09T19:05:12.086Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T19:05:12.346Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-09T19:05:12.346Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:12.346Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-09T19:05:12.346Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T19:05:12.346Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-09T19:05:12.609Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:12.609Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T19:05:12.609Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T19:05:12.609Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T19:05:12.871Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:12.871Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T19:05:12.871Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T19:05:12.871Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T19:05:13.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:13.131Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T19:05:13.131Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T19:05:13.394Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T19:05:13.394Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:13.394Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T19:05:13.656Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T19:05:13.656Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-09T19:05:13.656Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T19:05:13.656Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T19:05:13.916Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T19:05:13.916Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T19:05:13.916Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:13.916Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-09T19:05:13.916Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-09T19:05:14.189Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-09T19:05:14.189Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:14.189Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-09T19:05:14.189Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T19:05:14.450Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T19:05:14.711Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:14.711Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T19:05:14.711Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T19:05:14.711Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T19:05:14.711Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:14.711Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-09T19:05:14.711Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-09T19:05:14.971Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-09T19:05:14.971Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:14.971Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T19:05:14.971Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T19:05:15.542Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-09T19:05:15.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:15.542Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T19:05:15.542Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T19:05:15.803Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-09T19:05:15.803Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:15.803Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-09T19:05:15.803Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-09T19:05:16.065Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-09T19:05:16.065Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:16.065Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-09T19:05:16.065Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-09T19:05:16.326Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-09T19:05:16.326Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:16.326Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-09T19:05:16.326Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-09T19:05:16.586Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-09T19:05:16.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:16.587Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-09T19:05:16.587Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-09T19:05:16.849Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-09T19:05:16.849Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:16.849Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T19:05:16.849Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-09T19:05:17.120Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-09T19:05:17.120Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T19:05:17.120Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-09T19:05:17.120Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-09T19:05:17.120Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-09T19:05:17.386Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-09T19:05:17.386Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T19:05:17.386Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T19:05:17.386Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T19:05:17.386Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T19:05:17.653Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T19:05:17.653Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T19:05:17.914Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-09T19:05:17.914Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-09T19:05:18.178Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T19:05:18.178Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-09T19:05:18.178Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T19:05:18.178Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-09T19:05:18.438Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-09T19:05:18.439Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-09T19:05:18.439Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-09T19:05:18.439Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-09T19:05:18.700Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-09T19:05:18.700Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-09T19:05:18.700Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-09T19:05:18.700Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-09T19:05:18.961Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-09T19:05:18.961Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-09T19:05:19.221Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-09T19:05:19.221Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-09T19:05:19.792Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-09T19:05:20.052Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-09T19:05:20.052Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-09T19:05:20.052Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-09T19:05:20.314Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T19:05:20.314Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T19:05:20.575Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T19:05:20.575Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T19:05:20.836Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T19:05:20.836Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T19:05:20.836Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T19:05:20.836Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T19:05:21.098Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:21.098Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T19:05:21.098Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:21.098Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T19:05:21.359Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:21.359Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T19:05:21.359Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:21.359Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T19:05:22.303Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:22.303Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T19:05:23.247Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:23.247Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T19:05:23.829Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:24.092Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T19:05:24.353Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:24.353Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T19:05:25.296Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T19:05:25.296Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T19:05:25.296Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T19:05:25.296Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T19:05:25.296Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T19:05:25.296Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T19:05:25.640Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T19:05:25.640Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T19:05:25.640Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-09T19:05:25.905Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-09T19:05:25.906Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T19:05:25.906Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T19:05:25.906Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T19:05:25.906Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T19:05:26.224Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-09T19:05:26.224Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-09T19:05:26.515Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:05:26.515Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T19:05:26.515Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:05:26.515Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:05:26.515Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:05:26.515Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-09T19:05:26.516Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-09T19:05:26.791Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-09T19:05:26.791Z] [2021-02-09T19:05:26.791Z] Current default time zone: 'Etc/UTC' [2021-02-09T19:05:26.791Z] Local time is now: Tue Feb 9 19:05:26 UTC 2021. [2021-02-09T19:05:26.791Z] Universal Time is now: Tue Feb 9 19:05:26 UTC 2021. [2021-02-09T19:05:26.791Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-09T19:05:26.791Z] [2021-02-09T19:05:26.791Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-09T19:05:26.791Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:05:26.791Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-09T19:05:26.791Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-09T19:05:27.117Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-09T19:05:27.117Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-09T19:05:27.117Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-09T19:05:27.117Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-09T19:05:27.377Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-09T19:05:27.377Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T19:05:27.377Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:05:27.377Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-09T19:05:27.638Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T19:05:27.638Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T19:05:27.638Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:05:27.638Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-09T19:05:27.638Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-09T19:05:27.638Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-09T19:05:27.638Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T19:05:27.638Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-09T19:05:27.638Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-09T19:05:27.898Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-09T19:05:27.898Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-09T19:05:29.809Z] Updating certificates in /etc/ssl/certs... [2021-02-09T19:05:30.380Z] 23 added, 27 removed; done. [2021-02-09T19:05:30.641Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T19:05:30.641Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T19:05:30.641Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-09T19:05:30.641Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-09T19:05:30.641Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-09T19:05:30.641Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T19:05:30.902Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T19:05:30.902Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T19:05:30.902Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T19:05:30.902Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T19:05:30.902Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T19:05:30.902Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T19:05:30.902Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-09T19:05:31.163Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-09T19:05:31.163Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-09T19:05:31.163Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-09T19:05:31.163Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-09T19:05:31.163Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T19:05:31.163Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T19:05:31.163Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-09T19:05:31.163Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-09T19:05:31.424Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-09T19:05:31.424Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T19:05:31.424Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T19:05:31.424Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-09T19:05:31.684Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-09T19:05:31.684Z] Updating certificates in /etc/ssl/certs... [2021-02-09T19:05:32.254Z] 0 added, 0 removed; done. [2021-02-09T19:05:32.254Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-09T19:05:32.254Z] done. [2021-02-09T19:05:32.515Z] Reading package lists... [2021-02-09T19:05:32.774Z] Building dependency tree... [2021-02-09T19:05:32.774Z] Reading state information... [2021-02-09T19:05:32.774Z] The following NEW packages will be installed: [2021-02-09T19:05:32.774Z] apt-transport-https [2021-02-09T19:05:33.033Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T19:05:33.033Z] Need to get 1696 B of archives. [2021-02-09T19:05:33.033Z] After this operation, 153 kB of additional disk space will be used. [2021-02-09T19:05:33.033Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-09T19:05:33.293Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T19:05:33.293Z] Fetched 1696 B in 0s (6328 B/s) [2021-02-09T19:05:33.293Z] Selecting previously unselected package apt-transport-https. [2021-02-09T19:05:33.293Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-09T19:05:33.293Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-09T19:05:33.293Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T19:05:33.293Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T19:05:33.553Z] Waiting for network to be ready... [2021-02-09T19:05:41.706Z] 2021-02-09T19:05:37Z INFO Waiting for automatic snapd restart... [2021-02-09T19:05:41.706Z] snapd 2.48.2.1 from Canonical* installed [2021-02-09T19:05:41.706Z] "snapd" switched to the "latest/stable" channel [2021-02-09T19:05:41.706Z] [2021-02-09T19:05:44.260Z] core18 20210128 from Canonical* installed [2021-02-09T19:05:44.520Z] "core18" switched to the "latest/stable" channel [2021-02-09T19:05:44.520Z] [2021-02-09T19:05:47.827Z] snapcraft 4.5.1 from Canonical* installed [2021-02-09T19:05:47.827Z] "snapcraft" switched to the "latest/stable" channel [2021-02-09T19:05:47.827Z] [2021-02-09T19:05:51.127Z] 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-09T19:05:51.128Z] - README.md [2021-02-09T19:05:51.128Z] - snapcraft.yaml.orig [2021-02-09T19:05:51.128Z] [2021-02-09T19:05:51.128Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T19:05:57.726Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T19:05:57.726Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T19:05:57.985Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T19:05:57.986Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T19:05:59.190Z] Reading package lists... [2021-02-09T19:05:59.451Z] 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-09T19:06:06.041Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T19:06:06.041Z] Reading package lists... [2021-02-09T19:06:06.041Z] Building dependency tree... [2021-02-09T19:06:06.041Z] Reading state information... [2021-02-09T19:06:06.041Z] Suggested packages: [2021-02-09T19:06:06.041Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-09T19:06:06.041Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-09T19:06:06.041Z] Recommended packages: [2021-02-09T19:06:06.041Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-09T19:06:06.041Z] The following NEW packages will be installed: [2021-02-09T19:06:06.041Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-09T19:06:06.041Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-09T19:06:06.041Z] pkg-config zip [2021-02-09T19:06:06.041Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T19:06:06.041Z] Need to get 7655 kB of archives. [2021-02-09T19:06:06.041Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-09T19:06:06.041Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-09T19:06:06.041Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-09T19:06:06.302Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-09T19:06:06.302Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-09T19:06:06.563Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-09T19:06:06.563Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-09T19:06:06.563Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-09T19:06:06.563Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-09T19:06:06.563Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-09T19:06:06.563Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-09T19:06:06.824Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-09T19:06:06.824Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-09T19:06:06.824Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-09T19:06:07.084Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-09T19:06:07.084Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-09T19:06:07.084Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T19:06:07.084Z] Fetched 7655 kB in 1s (5947 kB/s) [2021-02-09T19:06:07.344Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-09T19:06:07.344Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-09T19:06:07.344Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-09T19:06:07.344Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T19:06:07.344Z] Selecting previously unselected package libpsl5:amd64. [2021-02-09T19:06:07.344Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-09T19:06:07.605Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T19:06:07.605Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-09T19:06:07.605Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-09T19:06:07.605Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T19:06:07.605Z] Selecting previously unselected package librtmp1:amd64. [2021-02-09T19:06:07.605Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-09T19:06:07.605Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T19:06:07.865Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-09T19:06:07.865Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-09T19:06:07.865Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T19:06:07.865Z] Selecting previously unselected package liberror-perl. [2021-02-09T19:06:07.865Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-09T19:06:07.865Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-09T19:06:07.865Z] Selecting previously unselected package git-man. [2021-02-09T19:06:07.865Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-09T19:06:07.865Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T19:06:08.125Z] Selecting previously unselected package git. [2021-02-09T19:06:08.125Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-09T19:06:08.125Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T19:06:09.064Z] Selecting previously unselected package libnorm1:amd64. [2021-02-09T19:06:09.064Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-09T19:06:09.064Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T19:06:09.064Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-09T19:06:09.064Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-09T19:06:09.064Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T19:06:09.064Z] Selecting previously unselected package libsodium23:amd64. [2021-02-09T19:06:09.064Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-09T19:06:09.064Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-09T19:06:09.326Z] Selecting previously unselected package libzmq5:amd64. [2021-02-09T19:06:09.326Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T19:06:09.326Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T19:06:09.326Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-09T19:06:09.326Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T19:06:09.326Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T19:06:09.326Z] Selecting previously unselected package pkg-config. [2021-02-09T19:06:09.326Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-09T19:06:09.611Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T19:06:09.611Z] Selecting previously unselected package zip. [2021-02-09T19:06:09.611Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-09T19:06:09.611Z] Unpacking zip (3.0-11build1) ... [2021-02-09T19:06:09.611Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T19:06:09.611Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T19:06:09.611Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T19:06:09.611Z] Setting up liberror-perl (0.17025-1) ... [2021-02-09T19:06:09.611Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T19:06:09.872Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T19:06:09.872Z] No schema files found: doing nothing. [2021-02-09T19:06:09.872Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T19:06:09.872Z] Setting up zip (3.0-11build1) ... [2021-02-09T19:06:09.872Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T19:06:09.872Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-09T19:06:09.872Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T19:06:09.872Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T19:06:09.872Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T19:06:09.872Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T19:06:09.872Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T19:06:10.132Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T19:06:16.719Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T19:06:16.719Z] git set to automatically installed. [2021-02-09T19:06:16.719Z] git-man set to automatically installed. [2021-02-09T19:06:16.719Z] libcurl3-gnutls set to automatically installed. [2021-02-09T19:06:16.719Z] liberror-perl set to automatically installed. [2021-02-09T19:06:16.719Z] libglib2.0-0 set to automatically installed. [2021-02-09T19:06:16.719Z] libnghttp2-14 set to automatically installed. [2021-02-09T19:06:16.719Z] libnorm1 set to automatically installed. [2021-02-09T19:06:16.719Z] libpgm-5.2-0 set to automatically installed. [2021-02-09T19:06:16.720Z] libpsl5 set to automatically installed. [2021-02-09T19:06:16.720Z] librtmp1 set to automatically installed. [2021-02-09T19:06:16.720Z] libsodium23 set to automatically installed. [2021-02-09T19:06:16.720Z] libzmq3-dev set to automatically installed. [2021-02-09T19:06:16.720Z] libzmq5 set to automatically installed. [2021-02-09T19:06:16.720Z] pkg-config set to automatically installed. [2021-02-09T19:06:16.720Z] zip set to automatically installed. [2021-02-09T19:06:18.631Z] snapd is not logged in, snap install commands will use sudo [2021-02-09T19:06:18.946Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T19:06:18.946Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:06:18.946Z] ---> ab3031579aa1 [2021-02-09T19:06:18.946Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T19:06:18.946Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T19:06:18.946Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:06:18.946Z] ---> ab3031579aa1 [2021-02-09T19:06:18.946Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T19:06:18.946Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T19:06:18.946Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:06:18.946Z] ---> ab3031579aa1 [2021-02-09T19:06:18.946Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T19:06:18.946Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T19:06:18.946Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:06:18.946Z] ---> ab3031579aa1 [2021-02-09T19:06:18.946Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T19:06:18.946Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T19:06:18.946Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:06:18.946Z] ---> ab3031579aa1 [2021-02-09T19:06:18.946Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T19:06:18.946Z] ---> Running in 113ef0a51a4d [2021-02-09T19:06:18.946Z] ---> Running in c4fd396f4351 [2021-02-09T19:06:18.946Z] ---> Running in 6380e643165d [2021-02-09T19:06:18.946Z] ---> Running in 3519d1b0b44e [2021-02-09T19:06:18.946Z] ---> Running in 0f78a3f9dcdd [2021-02-09T19:06:18.946Z] Removing intermediate container c4fd396f4351 [2021-02-09T19:06:18.946Z] ---> 7aae14b5ffcb [2021-02-09T19:06:18.946Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:06:18.946Z] Removing intermediate container 113ef0a51a4d [2021-02-09T19:06:18.946Z] ---> e1e2173eaeae [2021-02-09T19:06:18.946Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:06:18.946Z] Removing intermediate container 6380e643165d [2021-02-09T19:06:18.946Z] ---> 3dee84d38354 [2021-02-09T19:06:18.946Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:06:18.946Z] Removing intermediate container 0f78a3f9dcdd [2021-02-09T19:06:18.946Z] ---> 46ccb821b57f [2021-02-09T19:06:18.946Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:06:18.946Z] ---> Running in 0cd173f672e8 [2021-02-09T19:06:18.946Z] Removing intermediate container 3519d1b0b44e [2021-02-09T19:06:18.946Z] ---> d6b932d7a4e5 [2021-02-09T19:06:18.946Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:06:18.946Z] ---> Running in 552ddac81514 [2021-02-09T19:06:18.946Z] ---> Running in 50a676d4ee79 [2021-02-09T19:06:18.946Z] ---> Running in c11ee323716e [2021-02-09T19:06:18.946Z] ---> Running in 877171cec584 [2021-02-09T19:06:20.409Z] Removing intermediate container 0cd173f672e8 [2021-02-09T19:06:20.409Z] ---> adb6c89c4089 [2021-02-09T19:06:20.409Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T19:06:20.681Z] ---> Running in c6be7754adb3 [2021-02-09T19:06:20.956Z] Removing intermediate container 552ddac81514 [2021-02-09T19:06:20.956Z] ---> 61cb4c4b5c05 [2021-02-09T19:06:20.956Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T19:06:20.956Z] Removing intermediate container 50a676d4ee79 [2021-02-09T19:06:20.956Z] ---> 4dbf0a9edb39 [2021-02-09T19:06:20.956Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T19:06:21.228Z] ---> Running in dd940c718b2c [2021-02-09T19:06:21.228Z] Removing intermediate container 877171cec584 [2021-02-09T19:06:21.228Z] ---> db870b0d9fea [2021-02-09T19:06:21.228Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T19:06:21.228Z] Removing intermediate container c11ee323716e [2021-02-09T19:06:21.228Z] ---> 1ebbe098368f [2021-02-09T19:06:21.228Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T19:06:21.501Z] ---> Running in 81f6ef4ed88d [2021-02-09T19:06:21.501Z] ---> Running in 616f02da4c40 [2021-02-09T19:06:21.501Z] ---> Running in 459e7c4f7066 [2021-02-09T19:06:22.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:06:23.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:06:23.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:06:23.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:06:23.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:06:23.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:06:23.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:06:23.919Z] OK: 217 MiB in 51 packages [2021-02-09T19:06:23.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:06:24.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:06:24.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:06:24.464Z] OK: 217 MiB in 51 packages [2021-02-09T19:06:25.065Z] OK: 217 MiB in 51 packages [2021-02-09T19:06:25.066Z] OK: 217 MiB in 51 packages [2021-02-09T19:06:25.066Z] OK: 217 MiB in 51 packages [2021-02-09T19:06:25.231Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T19:06:25.338Z] Removing intermediate container c6be7754adb3 [2021-02-09T19:06:25.338Z] ---> 50ddc2ff7332 [2021-02-09T19:06:25.338Z] Step 6/23 : COPY go.mod . [2021-02-09T19:06:25.803Z] snap "core18" has no updates available [2021-02-09T19:06:26.345Z] Removing intermediate container dd940c718b2c [2021-02-09T19:06:26.345Z] ---> c9bcbc92c115 [2021-02-09T19:06:26.345Z] Step 6/21 : COPY go.mod . [2021-02-09T19:06:26.345Z] ---> dc4330b673c4 [2021-02-09T19:06:26.345Z] Step 7/23 : RUN go mod download [2021-02-09T19:06:26.372Z] Pulling config-common [2021-02-09T19:06:26.372Z] + snapcraftctl pull [2021-02-09T19:06:26.620Z] ---> Running in edb74a000622 [2021-02-09T19:06:26.620Z] Removing intermediate container 81f6ef4ed88d [2021-02-09T19:06:26.620Z] ---> fd514926d00e [2021-02-09T19:06:26.620Z] Step 6/24 : COPY go.mod . [2021-02-09T19:06:26.900Z] Removing intermediate container 616f02da4c40 [2021-02-09T19:06:26.900Z] ---> 9e0ff16c0614 [2021-02-09T19:06:26.900Z] Step 6/22 : COPY go.mod . [2021-02-09T19:06:27.172Z] Removing intermediate container 459e7c4f7066 [2021-02-09T19:06:27.172Z] ---> 3422f8315e08 [2021-02-09T19:06:27.172Z] Step 6/23 : COPY go.mod . [2021-02-09T19:06:27.446Z] ---> cdc338fe7219 [2021-02-09T19:06:27.446Z] Step 7/21 : RUN go mod download [2021-02-09T19:06:27.720Z] ---> Running in 90d5d9ab9f84 [2021-02-09T19:06:27.720Z] ---> 5df6f3765796 [2021-02-09T19:06:27.720Z] Step 7/24 : RUN go mod download [2021-02-09T19:06:27.755Z] Pulling go-build-helper [2021-02-09T19:06:27.756Z] + snapcraftctl pull [2021-02-09T19:06:27.990Z] ---> Running in 6b27a96a57cc [2021-02-09T19:06:27.990Z] ---> 30f8b50458d4 [2021-02-09T19:06:27.990Z] Step 7/22 : RUN go mod download [2021-02-09T19:06:28.274Z] ---> c7ef1791153b [2021-02-09T19:06:28.274Z] Step 7/23 : RUN go mod download [2021-02-09T19:06:28.274Z] ---> Running in 89122558f78c [2021-02-09T19:06:28.551Z] ---> Running in c920e5fa7c15 [2021-02-09T19:06:30.548Z] Removing intermediate container edb74a000622 [2021-02-09T19:06:30.548Z] ---> c26c8ef1a33e [2021-02-09T19:06:30.548Z] Step 8/23 : COPY . . [2021-02-09T19:06:33.197Z] Removing intermediate container 90d5d9ab9f84 [2021-02-09T19:06:33.197Z] ---> 2ebb65668b32 [2021-02-09T19:06:33.197Z] Step 8/21 : COPY . . [2021-02-09T19:06:33.476Z] Removing intermediate container 89122558f78c [2021-02-09T19:06:33.476Z] ---> 326432eeaf80 [2021-02-09T19:06:33.476Z] Step 8/22 : COPY . . [2021-02-09T19:06:33.476Z] Removing intermediate container 6b27a96a57cc [2021-02-09T19:06:33.476Z] ---> b927f046bbf6 [2021-02-09T19:06:33.476Z] Step 8/24 : COPY . . [2021-02-09T19:06:34.462Z] Removing intermediate container c920e5fa7c15 [2021-02-09T19:06:34.462Z] ---> 08ce003e2924 [2021-02-09T19:06:34.462Z] Step 8/23 : COPY . . [2021-02-09T19:06:49.754Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T19:06:49.755Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T19:06:49.755Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T19:06:49.755Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T19:06:49.755Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T19:06:49.755Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T19:06:49.755Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T19:06:49.755Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T19:06:49.755Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T19:06:49.755Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T19:06:49.755Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T19:06:49.755Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T19:06:49.755Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T19:06:49.755Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T19:06:49.755Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T19:06:49.755Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T19:06:49.755Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T19:06:49.755Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T19:06:49.755Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T19:06:49.755Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T19:06:49.755Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T19:06:49.755Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T19:06:49.755Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T19:06:49.755Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T19:06:49.755Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T19:06:49.755Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T19:06:49.755Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T19:06:49.755Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-09T19:06:49.755Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-09T19:06:49.755Z] Fetched 279 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-09T19:06:49.755Z] Fetched 122 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-09T19:06:49.755Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-09T19:06:49.755Z] Fetched 8848 B in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-09T19:06:49.755Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-09T19:06:49.755Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-09T19:06:49.755Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-09T19:06:49.755Z] Fetched 214 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-09T19:06:49.755Z] Fetched 155 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-09T19:06:49.755Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-09T19:06:49.755Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-09T19:06:49.755Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-09T19:06:49.755Z] Fetched 499 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-09T19:06:49.755Z] Fetched 111 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-09T19:06:49.755Z] Fetched 240 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-09T19:06:49.755Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-09T19:06:49.755Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-09T19:06:49.755Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-09T19:06:49.755Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-09T19:06:49.755Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-09T19:06:49.755Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-09T19:06:49.755Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-09T19:06:49.755Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-09T19:06:49.755Z] Fetched 8720 B in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-09T19:06:49.755Z] Fetched 137 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-09T19:06:49.755Z] Fetched 119 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-09T19:06:49.755Z] Fetched 109 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-09T19:06:49.755Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-09T19:06:49.755Z] Fetched 645 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-09T19:06:49.755Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-09T19:06:49.755Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-09T19:06:49.755Z] Fetched 368 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-09T19:06:49.755Z] Fetched 187 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-09T19:06:49.755Z] Fetched 175 kB in 0s (0 B/s) [2021-02-09T19:06:49.755Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-09T19:06:51.668Z] Fetched 206 kB in 0s (0 B/s) [2021-02-09T19:06:51.668Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-09T19:06:51.668Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-09T19:06:51.668Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-09T19:06:51.668Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-09T19:06:51.668Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-09T19:06:51.668Z] Fetched 159 kB in 0s (0 B/s) [2021-02-09T19:06:51.668Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-09T19:06:51.668Z] Fetched 107 kB in 0s (0 B/s) [2021-02-09T19:06:51.668Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-09T19:06:51.668Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-09T19:06:51.668Z] Pulling static-packages [2021-02-09T19:06:51.668Z] + snapcraftctl pull [2021-02-09T19:06:52.610Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-09T19:06:52.610Z] Skipping pull go-build-helper (already ran) [2021-02-09T19:06:52.610Z] Skipping pull static-packages (already ran) [2021-02-09T19:06:52.610Z] Building go-build-helper [2021-02-09T19:06:52.610Z] + snapcraftctl build [2021-02-09T19:06:56.819Z] Building static-packages [2021-02-09T19:06:56.819Z] + snapcraftctl build [2021-02-09T19:06:57.823Z] Staging go-build-helper [2021-02-09T19:06:57.823Z] + snapcraftctl stage [2021-02-09T19:06:58.873Z] Staging static-packages [2021-02-09T19:06:58.873Z] + snapcraftctl stage [2021-02-09T19:06:59.815Z] Pulling go115 [2021-02-09T19:06:59.815Z] + snapcraftctl pull [2021-02-09T19:07:01.826Z] ---> 5de18ccc61cb [2021-02-09T19:07:01.827Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T19:07:01.827Z] ---> Running in 454d0314a1e6 [2021-02-09T19:07:01.827Z] ---> 78c1c8264139 [2021-02-09T19:07:01.827Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T19:07:01.827Z] ---> 3e7d8fb39574 [2021-02-09T19:07:01.827Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T19:07:01.827Z] ---> f6f86158f26e [2021-02-09T19:07:01.827Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T19:07:01.827Z] ---> 42c9bb7c3945 [2021-02-09T19:07:01.827Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T19:07:01.827Z] ---> Running in 245a21963611 [2021-02-09T19:07:01.827Z] ---> Running in da451743630c [2021-02-09T19:07:01.827Z] ---> Running in f573eb7076f5 [2021-02-09T19:07:01.827Z] ---> Running in 5990b4f3fa42 [2021-02-09T19:07:01.827Z] 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-09T19:07:01.827Z] 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-09T19:07:01.827Z] 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-09T19:07:01.827Z] 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-09T19:07:01.827Z] 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-09T19:07:01.828Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-09T19:07:01.828Z] Skipping pull go115 (already ran) [2021-02-09T19:07:01.828Z] Building go115 [2021-02-09T19:07:01.828Z] + dpkg --print-architecture [2021-02-09T19:07:01.828Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-09T19:07:01.828Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-09T19:07:01.828Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-09T19:07:01.828Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T19:07:01.828Z] Dload Upload Total Spent Left Speed [2021-02-09T19:07:02.712Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.4M 0 0 46.1M 0 0:00:02 --:--:-- 0:00:02 46.0M 81 115M 81 93.6M 0 0 57.9M 0 0:00:01 0:00:01 --:--:-- 57.8M 100 115M 100 115M 0 0 60.6M 0 0:00:01 0:00:01 --:--:-- 60.5M [2021-02-09T19:07:02.712Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-09T19:07:02.712Z] + sha256sum -c sha256 [2021-02-09T19:07:02.712Z] + grep OK [2021-02-09T19:07:03.282Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-09T19:07:03.282Z] + mkdir -p /root/stage/go1.15 [2021-02-09T19:07:03.282Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-09T19:07:06.588Z] Staging go115 [2021-02-09T19:07:06.588Z] + snapcraftctl stage [2021-02-09T19:07:13.169Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T19:07:13.170Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T19:07:13.170Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T19:07:13.170Z] Fetched 0 B in 0s (0 B/s) [2021-02-09T19:07:13.170Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-09T19:07:13.170Z] Fetched 224 kB in 0s (0 B/s) [2021-02-09T19:07:13.170Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-09T19:07:13.170Z] Fetched 157 kB in 0s (0 B/s) [2021-02-09T19:07:13.170Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-09T19:07:13.170Z] Fetched 221 kB in 0s (0 B/s) [2021-02-09T19:07:13.170Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-09T19:07:13.170Z] Fetched 143 kB in 0s (0 B/s) [2021-02-09T19:07:13.170Z] Pulling edgex-go [2021-02-09T19:07:13.170Z] + snapcraftctl pull [2021-02-09T19:07:13.170Z] Pulling version [2021-02-09T19:07:13.170Z] + cd /root/project [2021-02-09T19:07:13.170Z] + [ -f VERSION ] [2021-02-09T19:07:13.170Z] + PROJECT_VERSION=local-dev [2021-02-09T19:07:13.170Z] + git rev-parse --short HEAD [2021-02-09T19:07:13.170Z] + GIT_REVISION=1e9658dd [2021-02-09T19:07:13.170Z] + snapcraftctl set-version local-dev [2021-02-09T19:07:14.111Z] Building config-common [2021-02-09T19:07:14.111Z] + snapcraftctl build [2021-02-09T19:07:16.031Z] Skipping build go-build-helper (already ran) [2021-02-09T19:07:16.031Z] Skipping build static-packages (already ran) [2021-02-09T19:07:16.031Z] Skipping build go115 (already ran) [2021-02-09T19:07:16.031Z] Building edgex-go [2021-02-09T19:07:16.497Z] + 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-09T19:07:16.497Z] + cd /root/parts/edgex-go/src [2021-02-09T19:07:16.497Z] + make build [2021-02-09T19:07:16.497Z] 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-09T19:07:18.410Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-09T19:07:18.410Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-09T19:07:18.410Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-09T19:07:18.410Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.31 [2021-02-09T19:07:18.410Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-09T19:07:18.410Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-09T19:07:18.670Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-09T19:07:18.670Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-09T19:07:18.670Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-09T19:07:18.670Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-09T19:07:18.670Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-09T19:07:18.670Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-09T19:07:18.670Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-09T19:07:18.670Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-09T19:07:18.670Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-09T19:07:18.670Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-09T19:07:18.670Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-09T19:07:18.670Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-09T19:07:18.670Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-09T19:07:18.670Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-09T19:07:18.670Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-09T19:07:18.670Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-09T19:07:18.670Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-09T19:07:18.670Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-09T19:07:18.931Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-09T19:07:18.931Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-09T19:07:18.931Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-09T19:07:18.931Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-09T19:07:18.931Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-09T19:07:18.931Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-09T19:07:18.931Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-09T19:07:18.931Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-09T19:07:18.931Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-09T19:07:18.931Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-09T19:07:18.931Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-09T19:07:18.931Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-09T19:07:18.931Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-09T19:07:19.191Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-09T19:07:19.191Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-09T19:07:25.780Z] 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-09T19:07:25.780Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-09T19:07:31.082Z] 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-09T19:07:31.342Z] 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-09T19:07:32.725Z] 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-09T19:07:32.986Z] 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-09T19:07:32.986Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-09T19:07:33.246Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-09T19:07:33.246Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-09T19:07:33.246Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-09T19:07:35.154Z] 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-09T19:07:35.154Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-09T19:07:35.154Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-09T19:07:36.550Z] 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-09T19:07:37.128Z] 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-09T19:07:37.128Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-09T19:07:38.511Z] 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-09T19:07:39.453Z] 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-09T19:07:39.453Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-09T19:07:40.394Z] 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-09T19:07:40.394Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-09T19:07:42.314Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-09T19:07:42.314Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-09T19:07:42.314Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-09T19:07:42.314Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-09T19:07:42.314Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-09T19:07:42.314Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-09T19:07:42.314Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-09T19:07:42.314Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-09T19:07:42.314Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-09T19:07:42.314Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-09T19:07:42.314Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-09T19:07:42.314Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-09T19:07:42.314Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-09T19:07:42.314Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-09T19:07:42.314Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-09T19:07:42.314Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-09T19:07:42.314Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-09T19:07:42.314Z] + 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-09T19:07:42.314Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-09T19:07:42.314Z] + 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-09T19:07:42.314Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-09T19:07:42.314Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-09T19:07:42.314Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-09T19:07:42.314Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-09T19:07:42.314Z] + 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-09T19:07:43.277Z] Building version [2021-02-09T19:07:43.277Z] + snapcraftctl build [2021-02-09T19:07:45.207Z] Staging config-common [2021-02-09T19:07:45.207Z] + snapcraftctl stage [2021-02-09T19:07:46.180Z] Skipping stage go-build-helper (already ran) [2021-02-09T19:07:46.180Z] Skipping stage static-packages (already ran) [2021-02-09T19:07:46.180Z] Skipping stage go115 (already ran) [2021-02-09T19:07:46.180Z] Staging edgex-go [2021-02-09T19:07:46.180Z] + snapcraftctl stage [2021-02-09T19:07:47.123Z] Staging version [2021-02-09T19:07:47.123Z] + snapcraftctl stage [2021-02-09T19:07:48.068Z] Priming config-common [2021-02-09T19:07:48.068Z] + snapcraftctl prime [2021-02-09T19:07:49.014Z] Priming go-build-helper [2021-02-09T19:07:49.014Z] + snapcraftctl prime [2021-02-09T19:07:49.955Z] Priming static-packages [2021-02-09T19:07:49.955Z] + snapcraftctl prime [2021-02-09T19:07:52.498Z] Priming go115 [2021-02-09T19:07:52.498Z] + snapcraftctl prime [2021-02-09T19:07:53.068Z] Priming edgex-go [2021-02-09T19:07:53.068Z] + snapcraftctl prime [2021-02-09T19:07:54.464Z] Priming version [2021-02-09T19:07:54.464Z] + snapcraftctl prime [2021-02-09T19:07:55.406Z] 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-09T19:08:23.651Z] 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-09T19:08:23.651Z] 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-09T19:08:33.821Z] Removing intermediate container f573eb7076f5 [2021-02-09T19:08:33.821Z] ---> 11f8d0cdb1db [2021-02-09T19:08:33.821Z] [2021-02-09T19:08:33.821Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T19:08:33.821Z] 3.12: Pulling from library/alpine [2021-02-09T19:08:34.812Z] Removing intermediate container da451743630c [2021-02-09T19:08:34.812Z] ---> 817e5880d89d [2021-02-09T19:08:34.812Z] [2021-02-09T19:08:34.812Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T19:08:34.812Z] 3.12: Pulling from library/alpine [2021-02-09T19:08:35.415Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T19:08:35.415Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T19:08:35.415Z] Status: Image is up to date for alpine:3.12 [2021-02-09T19:08:35.415Z] ---> afeebe901d6b [2021-02-09T19:08:35.415Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T19:08:35.415Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T19:08:35.415Z] ---> afeebe901d6b [2021-02-09T19:08:35.415Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T19:08:36.019Z] ---> Running in b5610717f9cb [2021-02-09T19:08:36.019Z] ---> Running in 1a87b092e4e8 [2021-02-09T19:08:38.025Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:08:38.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:08:38.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:08:38.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:08:39.291Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T19:08:39.291Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T19:08:39.291Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T19:08:39.291Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T19:08:39.291Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T19:08:39.291Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T19:08:39.291Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T19:08:39.291Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T19:08:39.291Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:08:39.291Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T19:08:39.291Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T19:08:39.291Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:08:39.291Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T19:08:39.568Z] OK: 7 MiB in 19 packages [2021-02-09T19:08:39.841Z] OK: 7 MiB in 18 packages [2021-02-09T19:08:43.237Z] Removing intermediate container b5610717f9cb [2021-02-09T19:08:43.237Z] ---> 43c10ba2eee4 [2021-02-09T19:08:43.237Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T19:08:43.237Z] Removing intermediate container 1a87b092e4e8 [2021-02-09T19:08:43.237Z] ---> ff1cdcf6eaa5 [2021-02-09T19:08:43.237Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T19:08:43.513Z] ---> Running in 14e1e0a5dd22 [2021-02-09T19:08:43.513Z] ---> Running in baecfde98c05 [2021-02-09T19:08:44.501Z] Removing intermediate container 14e1e0a5dd22 [2021-02-09T19:08:44.501Z] Removing intermediate container baecfde98c05 [2021-02-09T19:08:44.501Z] ---> 0bd1f1452a79 [2021-02-09T19:08:44.501Z] ---> d97cf96d68e4 [2021-02-09T19:08:44.501Z] Step 13/24 : WORKDIR / [2021-02-09T19:08:44.501Z] Step 13/21 : WORKDIR /edgex [2021-02-09T19:08:44.965Z] ---> Running in 8a3362dfc9b4 [2021-02-09T19:08:44.965Z] ---> Running in c95cb28e24d4 [2021-02-09T19:08:46.254Z] Removing intermediate container 8a3362dfc9b4 [2021-02-09T19:08:46.254Z] ---> 0a1c5a5860fb [2021-02-09T19:08:46.254Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T19:08:46.925Z] Removing intermediate container c95cb28e24d4 [2021-02-09T19:08:46.925Z] ---> 44b977f06551 [2021-02-09T19:08:46.925Z] 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-09T19:08:48.402Z] ---> 7e2eed048c7f [2021-02-09T19:08:48.402Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T19:08:48.671Z] ---> 6e58e10c2bc3 [2021-02-09T19:08:48.671Z] 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-09T19:08:48.944Z] Removing intermediate container 5990b4f3fa42 [2021-02-09T19:08:48.944Z] ---> fc4ad1d81b01 [2021-02-09T19:08:48.944Z] [2021-02-09T19:08:48.944Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T19:08:48.944Z] ---> afeebe901d6b [2021-02-09T19:08:48.944Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T19:08:49.544Z] ---> Running in c2b7d7bc36b8 [2021-02-09T19:08:50.149Z] ---> 3860f62c8fac [2021-02-09T19:08:50.149Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T19:08:50.149Z] ---> f2d9f77ab1d3 [2021-02-09T19:08:50.149Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T19:08:51.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:08:51.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:08:51.692Z] ---> df688293e1b5 [2021-02-09T19:08:51.692Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T19:08:52.303Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T19:08:52.303Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:08:52.303Z] OK: 5 MiB in 15 packages [2021-02-09T19:08:52.303Z] ---> ca7cff286fc0 [2021-02-09T19:08:52.303Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T19:08:53.757Z] ---> Running in bf6fbf73be15 [2021-02-09T19:08:54.032Z] ---> a8b4c54019dd [2021-02-09T19:08:54.032Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T19:08:54.306Z] Removing intermediate container bf6fbf73be15 [2021-02-09T19:08:54.306Z] ---> 4f56d7a49bfd [2021-02-09T19:08:54.306Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T19:08:54.306Z] Removing intermediate container c2b7d7bc36b8 [2021-02-09T19:08:54.306Z] ---> a833f2ddc191 [2021-02-09T19:08:54.306Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T19:08:54.580Z] ---> Running in 7ae5adde3438 [2021-02-09T19:08:55.177Z] ---> Running in 8f1c00de3222 [2021-02-09T19:08:55.778Z] Removing intermediate container 7ae5adde3438 [2021-02-09T19:08:55.778Z] ---> 4933593a233b [2021-02-09T19:08:55.778Z] Step 19/21 : LABEL arch=arm64 [2021-02-09T19:08:56.055Z] ---> c4637ea52de1 [2021-02-09T19:08:56.055Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T19:08:56.328Z] Removing intermediate container 8f1c00de3222 [2021-02-09T19:08:56.328Z] ---> b77abb621896 [2021-02-09T19:08:56.328Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T19:08:56.605Z] ---> Running in f43c316cd053 [2021-02-09T19:08:56.886Z] ---> Running in d39f891ea14f [2021-02-09T19:08:57.167Z] ---> 7399cc119884 [2021-02-09T19:08:57.167Z] 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-09T19:08:57.441Z] ---> Running in 5b0b6dfd77f4 [2021-02-09T19:08:57.441Z] Removing intermediate container f43c316cd053 [2021-02-09T19:08:57.441Z] ---> 79bba88d1df7 [2021-02-09T19:08:57.441Z] Step 20/21 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:08:57.714Z] Removing intermediate container d39f891ea14f [2021-02-09T19:08:57.714Z] ---> 2f0cc5f7140b [2021-02-09T19:08:57.714Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T19:08:57.714Z] Removing intermediate container 454d0314a1e6 [2021-02-09T19:08:57.714Z] ---> 2391ba7c5e0c [2021-02-09T19:08:57.714Z] [2021-02-09T19:08:57.714Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T19:08:57.714Z] ---> afeebe901d6b [2021-02-09T19:08:57.714Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T19:08:57.714Z] ---> Using cache [2021-02-09T19:08:57.714Z] ---> a833f2ddc191 [2021-02-09T19:08:57.992Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T19:08:57.992Z] ---> Using cache [2021-02-09T19:08:57.992Z] ---> b77abb621896 [2021-02-09T19:08:57.992Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T19:08:57.992Z] ---> Running in 430c75651b29 [2021-02-09T19:08:57.992Z] ---> Running in 18884b782284 [2021-02-09T19:08:58.265Z] ---> Running in 704b62b0c33f [2021-02-09T19:08:58.860Z] Removing intermediate container 430c75651b29 [2021-02-09T19:08:58.860Z] ---> 93f9dd19d99d [2021-02-09T19:08:58.860Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T19:08:59.138Z] Removing intermediate container 18884b782284 [2021-02-09T19:08:59.139Z] ---> 9db20ef72703 [2021-02-09T19:08:59.139Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T19:08:59.139Z] ---> Running in bffcd14c3c55 [2021-02-09T19:08:59.139Z] Removing intermediate container 704b62b0c33f [2021-02-09T19:08:59.139Z] ---> 40c09e6a8185 [2021-02-09T19:08:59.139Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T19:08:59.418Z] ---> Running in b80f103d5bbb [2021-02-09T19:09:00.021Z] Removing intermediate container bffcd14c3c55 [2021-02-09T19:09:00.021Z] ---> 44f1b708c1ea [2021-02-09T19:09:00.021Z] [2021-02-09T19:09:00.297Z] Removing intermediate container b80f103d5bbb [2021-02-09T19:09:00.297Z] ---> 6672eff79eca [2021-02-09T19:09:00.297Z] Step 15/23 : WORKDIR / [2021-02-09T19:09:00.571Z] Successfully built 44f1b708c1ea [2021-02-09T19:09:00.841Z] ---> 8b16bd1736ac [2021-02-09T19:09:00.841Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T19:09:00.841Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-09T19:09:00.841Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-09T19:09:00.841Z] ---> Running in b1ac74610ced [2021-02-09T19:09:01.440Z] Removing intermediate container 5b0b6dfd77f4 [2021-02-09T19:09:01.440Z] ---> 75c1e0865fae [2021-02-09T19:09:01.440Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T19:09:02.035Z] ---> Running in 7de31184e14c [2021-02-09T19:09:02.035Z] Removing intermediate container b1ac74610ced [2021-02-09T19:09:02.035Z] ---> 1427d381991c [2021-02-09T19:09:02.035Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T19:09:03.026Z] ---> 24668770c7a6 [2021-02-09T19:09:03.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T19:09:04.021Z] ---> 904fa9576ce2 [2021-02-09T19:09:04.021Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T19:09:04.021Z] Removing intermediate container 7de31184e14c [2021-02-09T19:09:04.021Z] ---> e86d22ac26fd [2021-02-09T19:09:04.021Z] Step 22/24 : LABEL arch=arm64 [2021-02-09T19:09:04.021Z] Removing intermediate container 245a21963611 [2021-02-09T19:09:04.021Z] ---> 269c40559257 [2021-02-09T19:09:04.021Z] [2021-02-09T19:09:04.021Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T19:09:04.293Z] ---> afeebe901d6b [2021-02-09T19:09:04.293Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T19:09:04.570Z] ---> b0b8632e7222 [2021-02-09T19:09:04.570Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T19:09:04.847Z] ---> Running in f3591d9c5be7 [2021-02-09T19:09:05.122Z] ---> Running in a978d1097ec0 [2021-02-09T19:09:05.122Z] ---> Running in 93738f0cde51 [2021-02-09T19:09:06.118Z] Removing intermediate container f3591d9c5be7 [2021-02-09T19:09:06.118Z] ---> 86fcab420fac [2021-02-09T19:09:06.118Z] Step 23/24 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:09:06.118Z] ---> a0722fa0385d [2021-02-09T19:09:06.118Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T19:09:06.737Z] ---> Running in 49fd404ac86c [2021-02-09T19:09:06.737Z] Removing intermediate container a978d1097ec0 [2021-02-09T19:09:06.737Z] ---> 2b2f5c816005 [2021-02-09T19:09:06.737Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T19:09:06.737Z] Removing intermediate container 93738f0cde51 [2021-02-09T19:09:06.737Z] ---> 0e9b11c1d47c [2021-02-09T19:09:06.737Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T19:09:07.011Z] ---> Running in 39e25c151031 [2021-02-09T19:09:07.011Z] ---> Running in eb34111219b7 [2021-02-09T19:09:07.011Z] ---> 629909df73fb [2021-02-09T19:09:07.011Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T19:09:07.293Z] Removing intermediate container 49fd404ac86c [2021-02-09T19:09:07.293Z] ---> 615310f332bc [2021-02-09T19:09:07.293Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T19:09:07.566Z] ---> Running in 54f193fd0f58 [2021-02-09T19:09:07.566Z] ---> Running in 06798a960f1c [2021-02-09T19:09:07.566Z] Removing intermediate container 39e25c151031 [2021-02-09T19:09:07.566Z] Removing intermediate container eb34111219b7 [2021-02-09T19:09:07.566Z] ---> 556737bda8a6 [2021-02-09T19:09:07.566Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T19:09:07.566Z] ---> 81cdedb4c6e2 [2021-02-09T19:09:07.566Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T19:09:07.847Z] ---> Running in de80638b5613 [2021-02-09T19:09:07.847Z] ---> Running in f69f9707ea86 [2021-02-09T19:09:08.126Z] Removing intermediate container 54f193fd0f58 [2021-02-09T19:09:08.126Z] ---> 60d5d08bd022 [2021-02-09T19:09:08.126Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T19:09:08.126Z] Removing intermediate container 06798a960f1c [2021-02-09T19:09:08.126Z] ---> a62caaaa7915 [2021-02-09T19:09:08.126Z] [2021-02-09T19:09:08.399Z] ---> Running in c371b4e6f9e3 [2021-02-09T19:09:08.673Z] Removing intermediate container de80638b5613 [2021-02-09T19:09:08.673Z] ---> 37dfa6d130e9 [2021-02-09T19:09:08.673Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:09:08.673Z] Removing intermediate container f69f9707ea86 [2021-02-09T19:09:08.673Z] ---> b102d939a496 [2021-02-09T19:09:08.673Z] Step 21/22 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:09:08.948Z] Successfully built a62caaaa7915 [2021-02-09T19:09:08.948Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-09T19:09:08.948Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-02-09T19:09:08.948Z] ---> Running in c60839b7a9e7 [2021-02-09T19:09:09.224Z] Removing intermediate container c371b4e6f9e3 [2021-02-09T19:09:09.224Z] ---> Running in f077e083b20b [2021-02-09T19:09:09.224Z] ---> 6f922732dded [2021-02-09T19:09:09.224Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T19:09:09.498Z] ---> Running in 086f63d8a855 [2021-02-09T19:09:09.783Z] Removing intermediate container f077e083b20b [2021-02-09T19:09:09.783Z] ---> c6244ba2e32a [2021-02-09T19:09:09.783Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T19:09:10.068Z] ---> Running in 8c3acd336103 [2021-02-09T19:09:10.342Z] Removing intermediate container 086f63d8a855 [2021-02-09T19:09:10.342Z] ---> 052709401279 [2021-02-09T19:09:10.342Z] Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:09:10.617Z] ---> Running in fcbdff4b5aec [2021-02-09T19:09:10.893Z] Removing intermediate container 8c3acd336103 [2021-02-09T19:09:10.893Z] ---> 9d91e9e5f3b8 [2021-02-09T19:09:10.893Z] [2021-02-09T19:09:11.182Z] Removing intermediate container fcbdff4b5aec [2021-02-09T19:09:11.182Z] ---> fcbf86bd5215 [2021-02-09T19:09:11.182Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T19:09:11.456Z] Successfully built 9d91e9e5f3b8 [2021-02-09T19:09:11.727Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-09T19:09:11.727Z] Building docker-core-command-go [2021-02-09T19:09:12.321Z]  Building docker-support-scheduler-go ... done  ---> Running in a3e084a4fe0c [2021-02-09T19:09:12.919Z] Removing intermediate container c60839b7a9e7 [2021-02-09T19:09:12.919Z] Removing intermediate container a3e084a4fe0c [2021-02-09T19:09:12.919Z] ---> f2d92f46152e [2021-02-09T19:09:12.919Z] [2021-02-09T19:09:12.919Z] ---> 1d80946d1422 [2021-02-09T19:09:12.919Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T19:09:13.520Z] ---> Running in 3e6217a2658f [2021-02-09T19:09:13.520Z] Successfully built f2d92f46152e [2021-02-09T19:09:13.520Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-09T19:09:13.520Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T19:09:14.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:09:15.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:09:16.902Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T19:09:16.902Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T19:09:16.902Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T19:09:17.175Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T19:09:17.769Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T19:09:18.044Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T19:09:18.044Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:09:18.044Z] OK: 8 MiB in 20 packages [2021-02-09T19:09:23.433Z] Removing intermediate container 3e6217a2658f [2021-02-09T19:09:23.433Z] ---> aa1f1456568b [2021-02-09T19:09:23.433Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T19:09:24.025Z] ---> f2e06514bc8b [2021-02-09T19:09:24.025Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T19:09:26.631Z] ---> cd2d443bcfca [2021-02-09T19:09:26.631Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T19:09:28.060Z] ---> bca126ecd913 [2021-02-09T19:09:28.060Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T19:09:28.060Z] ---> Running in 2d42e3263a52 [2021-02-09T19:09:28.651Z] Removing intermediate container 2d42e3263a52 [2021-02-09T19:09:28.651Z] ---> a77f53100d28 [2021-02-09T19:09:28.651Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T19:09:29.239Z] ---> Running in 1109a7167cdd [2021-02-09T19:09:29.510Z] Removing intermediate container 1109a7167cdd [2021-02-09T19:09:29.510Z] ---> bd9cdf5a82af [2021-02-09T19:09:29.510Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T19:09:30.102Z] ---> Running in d2ee0b53c999 [2021-02-09T19:09:30.701Z] Removing intermediate container d2ee0b53c999 [2021-02-09T19:09:30.701Z] ---> 05fc68dc72fb [2021-02-09T19:09:30.980Z] Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:09:31.257Z] ---> Running in 9fb2a19cccb1 [2021-02-09T19:09:31.851Z] Removing intermediate container 9fb2a19cccb1 [2021-02-09T19:09:31.851Z] ---> 1c82488402f1 [2021-02-09T19:09:31.851Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T19:09:32.121Z] ---> Running in 6205925f4dfc [2021-02-09T19:09:32.712Z] Removing intermediate container 6205925f4dfc [2021-02-09T19:09:32.712Z] ---> ca5057e63071 [2021-02-09T19:09:32.712Z] [2021-02-09T19:09:32.984Z] Successfully built ca5057e63071 [2021-02-09T19:09:32.984Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-09T19:09:39.672Z]  Building docker-core-data-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T19:09:39.672Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:09:39.672Z] ---> ab3031579aa1 [2021-02-09T19:09:39.672Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T19:09:39.672Z] ---> Using cache [2021-02-09T19:09:39.672Z] ---> d6b932d7a4e5 [2021-02-09T19:09:39.672Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:09:39.672Z] ---> Using cache [2021-02-09T19:09:39.672Z] ---> 1ebbe098368f [2021-02-09T19:09:39.672Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T19:09:41.644Z] ---> Running in 6a444cc3d5fc [2021-02-09T19:09:42.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:09:43.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:09:45.025Z] OK: 217 MiB in 51 packages [2021-02-09T19:09:48.424Z] Removing intermediate container 6a444cc3d5fc [2021-02-09T19:09:48.424Z] ---> 1ae5a5670b14 [2021-02-09T19:09:48.424Z] Step 6/30 : COPY go.mod . [2021-02-09T19:09:49.022Z] ---> b3faa83e9e98 [2021-02-09T19:09:49.023Z] Step 7/30 : RUN go mod download [2021-02-09T19:09:49.643Z] ---> Running in 408d19772907 [2021-02-09T19:09:53.087Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T19:09:53.087Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:09:53.087Z] ---> ab3031579aa1 [2021-02-09T19:09:53.087Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T19:09:53.087Z] ---> Using cache [2021-02-09T19:09:53.087Z] ---> d6b932d7a4e5 [2021-02-09T19:09:53.087Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:09:53.087Z] ---> Using cache [2021-02-09T19:09:53.087Z] ---> 1ebbe098368f [2021-02-09T19:09:53.087Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T19:09:54.067Z] ---> Running in 2906ede1461a [2021-02-09T19:09:54.343Z] Removing intermediate container 408d19772907 [2021-02-09T19:09:54.343Z] ---> f28c969a86ac [2021-02-09T19:09:54.617Z] Step 8/30 : COPY . . [2021-02-09T19:09:54.617Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T19:09:54.617Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:09:54.617Z] ---> ab3031579aa1 [2021-02-09T19:09:54.617Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T19:09:54.617Z] ---> Using cache [2021-02-09T19:09:54.617Z] ---> d6b932d7a4e5 [2021-02-09T19:09:54.617Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:09:54.617Z] ---> Using cache [2021-02-09T19:09:54.617Z] ---> 1ebbe098368f [2021-02-09T19:09:54.617Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T19:09:54.617Z] ---> Using cache [2021-02-09T19:09:54.617Z] ---> 1ae5a5670b14 [2021-02-09T19:09:54.617Z] Step 6/23 : COPY go.mod . [2021-02-09T19:09:54.617Z] ---> Using cache [2021-02-09T19:09:54.617Z] ---> b3faa83e9e98 [2021-02-09T19:09:54.617Z] Step 7/23 : RUN go mod download [2021-02-09T19:09:54.617Z] ---> Using cache [2021-02-09T19:09:54.617Z] ---> f28c969a86ac [2021-02-09T19:09:54.617Z] Step 8/23 : COPY . . [2021-02-09T19:09:55.217Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T19:09:55.217Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T19:09:55.217Z] ---> ab3031579aa1 [2021-02-09T19:09:55.217Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T19:09:55.217Z] ---> Using cache [2021-02-09T19:09:55.217Z] ---> d6b932d7a4e5 [2021-02-09T19:09:55.217Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T19:09:55.217Z] ---> Using cache [2021-02-09T19:09:55.217Z] ---> 1ebbe098368f [2021-02-09T19:09:55.217Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T19:09:55.486Z] ---> Running in 8dd9042e82fe [2021-02-09T19:09:55.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:09:56.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:09:56.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:09:57.329Z] OK: 217 MiB in 51 packages [2021-02-09T19:09:57.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:09:58.307Z] OK: 217 MiB in 51 packages [2021-02-09T19:10:05.009Z] Removing intermediate container 2906ede1461a [2021-02-09T19:10:05.009Z] ---> ba34dbbba8a8 [2021-02-09T19:10:05.009Z] Step 6/22 : COPY go.mod . [2021-02-09T19:10:05.009Z] Removing intermediate container 8dd9042e82fe [2021-02-09T19:10:05.009Z] ---> efd0faaadb4b [2021-02-09T19:10:05.009Z] Step 6/26 : COPY go.mod . [2021-02-09T19:10:05.612Z] ---> 401eb8e1463d [2021-02-09T19:10:05.612Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T19:10:05.887Z] ---> c33a988cfa10 [2021-02-09T19:10:05.887Z] Step 7/26 : RUN go mod download [2021-02-09T19:10:05.887Z] ---> Running in 3c5182f9cb4b [2021-02-09T19:10:06.159Z] ---> 73e89c71c3a2 [2021-02-09T19:10:06.159Z] Step 7/22 : RUN go mod download [2021-02-09T19:10:06.431Z] ---> Running in 87a4e6dba4fc [2021-02-09T19:10:06.431Z] ---> Running in b6d2ced2c4c3 [2021-02-09T19:10:06.719Z] ---> 61893cd43f2d [2021-02-09T19:10:06.719Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T19:10:07.001Z] ---> Running in e6035c8e43f8 [2021-02-09T19:10:07.615Z] 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-09T19:10:08.593Z] 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-09T19:10:10.581Z] Removing intermediate container 87a4e6dba4fc [2021-02-09T19:10:10.581Z] ---> 309dacc37044 [2021-02-09T19:10:10.581Z] Step 8/26 : COPY . . [2021-02-09T19:10:10.581Z] Removing intermediate container b6d2ced2c4c3 [2021-02-09T19:10:10.581Z] ---> d9eaea9883c4 [2021-02-09T19:10:10.581Z] Step 8/22 : COPY . . [2021-02-09T19:10:42.970Z] ---> c20e3cf6eaff [2021-02-09T19:10:42.970Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T19:10:42.970Z] ---> 2d6bea7ffd68 [2021-02-09T19:10:42.970Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T19:10:42.970Z] ---> Running in 65919de249ba [2021-02-09T19:10:42.970Z] ---> Running in 82531e293aa2 [2021-02-09T19:10:42.970Z] 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-09T19:10:42.970Z] 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-09T19:11:09.759Z] Removing intermediate container 3c5182f9cb4b [2021-02-09T19:11:09.759Z] ---> fff4d428dc23 [2021-02-09T19:11:09.759Z] [2021-02-09T19:11:09.759Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T19:11:09.759Z] ---> afeebe901d6b [2021-02-09T19:11:09.759Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T19:11:09.759Z] ---> Running in 1c77c90eb15a [2021-02-09T19:11:09.759Z] Removing intermediate container 1c77c90eb15a [2021-02-09T19:11:09.759Z] ---> df11b8dfa823 [2021-02-09T19:11:09.759Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T19:11:09.759Z] ---> Running in fbb712e6a89d [2021-02-09T19:11:09.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:11:09.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:11:09.759Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T19:11:09.759Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T19:11:09.759Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:11:09.759Z] OK: 5 MiB in 16 packages [2021-02-09T19:11:11.206Z] Removing intermediate container fbb712e6a89d [2021-02-09T19:11:11.206Z] ---> e10917c3e9a1 [2021-02-09T19:11:11.206Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T19:11:11.206Z] ---> Running in 12f7031b2b37 [2021-02-09T19:11:11.806Z] Removing intermediate container 12f7031b2b37 [2021-02-09T19:11:11.806Z] ---> a8fbf31e2c78 [2021-02-09T19:11:11.806Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T19:11:11.806Z] ---> Running in 6d68074b3c98 [2021-02-09T19:11:12.409Z] Removing intermediate container 6d68074b3c98 [2021-02-09T19:11:12.409Z] ---> 8df64315af68 [2021-02-09T19:11:12.409Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T19:11:12.683Z] ---> Running in 61e4c777d7ac [2021-02-09T19:11:16.071Z] Removing intermediate container 61e4c777d7ac [2021-02-09T19:11:16.071Z] ---> dce55ae8b18a [2021-02-09T19:11:16.071Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T19:11:16.344Z] ---> Running in 6d57969e003b [2021-02-09T19:11:16.964Z] Removing intermediate container 6d57969e003b [2021-02-09T19:11:16.964Z] ---> 3d906e9334cd [2021-02-09T19:11:16.964Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T19:11:18.407Z] ---> a96df0d153a9 [2021-02-09T19:11:18.407Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T19:11:18.688Z] ---> Running in 9e7b466dda68 [2021-02-09T19:11:21.319Z] Removing intermediate container e6035c8e43f8 [2021-02-09T19:11:21.319Z] ---> d8133df901ca [2021-02-09T19:11:21.319Z] [2021-02-09T19:11:21.319Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T19:11:21.319Z] ---> afeebe901d6b [2021-02-09T19:11:21.319Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T19:11:21.319Z] ---> Using cache [2021-02-09T19:11:21.319Z] ---> a833f2ddc191 [2021-02-09T19:11:21.319Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T19:11:21.319Z] ---> Using cache [2021-02-09T19:11:21.319Z] ---> b77abb621896 [2021-02-09T19:11:21.319Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T19:11:21.319Z] ---> Running in c629944563cc [2021-02-09T19:11:21.931Z] Removing intermediate container c629944563cc [2021-02-09T19:11:21.931Z] ---> 24c4fa1e2892 [2021-02-09T19:11:21.931Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T19:11:22.208Z] ---> Running in 7a4be51d5589 [2021-02-09T19:11:22.484Z] Removing intermediate container 9e7b466dda68 [2021-02-09T19:11:22.484Z] ---> 29472891b55b [2021-02-09T19:11:22.484Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T19:11:23.085Z] Removing intermediate container 7a4be51d5589 [2021-02-09T19:11:23.085Z] ---> eac7df0eda65 [2021-02-09T19:11:23.085Z] Step 15/23 : WORKDIR / [2021-02-09T19:11:23.362Z] ---> Running in b3b0a780cc6a [2021-02-09T19:11:23.642Z] ---> 462826dab369 [2021-02-09T19:11:23.642Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T19:11:23.920Z] Removing intermediate container b3b0a780cc6a [2021-02-09T19:11:23.920Z] ---> 1ef620540311 [2021-02-09T19:11:23.920Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T19:11:25.372Z] ---> 6ee54bf5de25 [2021-02-09T19:11:25.372Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T19:11:25.647Z] ---> 03bb49d4248f [2021-02-09T19:11:25.647Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T19:11:27.094Z] ---> 3c60aeabf7e8 [2021-02-09T19:11:27.094Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T19:11:27.370Z] ---> 39a4c581b62f [2021-02-09T19:11:27.370Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T19:11:28.813Z] ---> c94e30e485fa [2021-02-09T19:11:28.813Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T19:11:28.813Z] ---> e5d11517580f [2021-02-09T19:11:28.813Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T19:11:29.087Z] ---> Running in 4cc30a2f3cd2 [2021-02-09T19:11:29.087Z] ---> Running in a07aea39c022 [2021-02-09T19:11:30.070Z] Removing intermediate container a07aea39c022 [2021-02-09T19:11:30.070Z] ---> 0b37c8ad6c34 [2021-02-09T19:11:30.070Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T19:11:30.070Z] Removing intermediate container 4cc30a2f3cd2 [2021-02-09T19:11:30.070Z] ---> aa58e4e969ea [2021-02-09T19:11:30.070Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T19:11:30.358Z] ---> Running in 1ccd148bb40c [2021-02-09T19:11:30.956Z] Removing intermediate container 1ccd148bb40c [2021-02-09T19:11:30.956Z] ---> 3f4cf97b6403 [2021-02-09T19:11:30.956Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T19:11:31.225Z] ---> Running in 8a2139463e5b [2021-02-09T19:11:31.225Z] ---> 6193bd890001 [2021-02-09T19:11:31.225Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T19:11:31.819Z] ---> Running in 72fd28d1ba75 [2021-02-09T19:11:31.819Z] Removing intermediate container 8a2139463e5b [2021-02-09T19:11:32.093Z] ---> 3362eadb6cbb [2021-02-09T19:11:32.093Z] Step 22/23 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:11:32.093Z] ---> Running in fca58a45c8d0 [2021-02-09T19:11:33.075Z] Removing intermediate container fca58a45c8d0 [2021-02-09T19:11:33.075Z] ---> 444c908f39ae [2021-02-09T19:11:33.075Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T19:11:33.349Z] ---> Running in 57df23d588b8 [2021-02-09T19:11:33.955Z] Removing intermediate container 57df23d588b8 [2021-02-09T19:11:33.955Z] ---> af0ca2726606 [2021-02-09T19:11:33.955Z] [2021-02-09T19:11:34.565Z] Successfully built af0ca2726606 [2021-02-09T19:11:34.837Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-09T19:11:35.111Z]  Building docker-core-command-go ... done Removing intermediate container 72fd28d1ba75 [2021-02-09T19:11:35.111Z] ---> b59054a75fb7 [2021-02-09T19:11:35.111Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T19:11:35.700Z] ---> Running in bb2c8aa1a06a [2021-02-09T19:11:36.294Z] Removing intermediate container bb2c8aa1a06a [2021-02-09T19:11:36.294Z] ---> 187329552d4f [2021-02-09T19:11:36.294Z] Step 27/30 : CMD ["gate"] [2021-02-09T19:11:36.569Z] ---> Running in 3dd6383283bc [2021-02-09T19:11:37.161Z] Removing intermediate container 3dd6383283bc [2021-02-09T19:11:37.161Z] ---> a24b6c10f724 [2021-02-09T19:11:37.161Z] Step 28/30 : LABEL arch=arm64 [2021-02-09T19:11:37.754Z] ---> Running in 675810e024e7 [2021-02-09T19:11:38.369Z] Removing intermediate container 675810e024e7 [2021-02-09T19:11:38.369Z] ---> 367b57915121 [2021-02-09T19:11:38.369Z] Step 29/30 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:11:38.759Z] ---> Running in ee3730ddb54f [2021-02-09T19:11:39.440Z] Removing intermediate container ee3730ddb54f [2021-02-09T19:11:39.440Z] ---> e6a1eeb355f6 [2021-02-09T19:11:39.440Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T19:11:39.733Z] ---> Running in b3e9462ad01e [2021-02-09T19:11:40.368Z] Removing intermediate container b3e9462ad01e [2021-02-09T19:11:40.368Z] ---> bc69421b1101 [2021-02-09T19:11:40.368Z] [2021-02-09T19:11:40.639Z] Successfully built bc69421b1101 [2021-02-09T19:11:40.639Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-09T19:11:44.023Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 82531e293aa2 [2021-02-09T19:11:44.023Z] ---> 335dec99deda [2021-02-09T19:11:44.023Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T19:11:44.296Z] ---> Running in 159f9918cf91 [2021-02-09T19:11:45.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T19:11:48.663Z] Removing intermediate container 159f9918cf91 [2021-02-09T19:11:48.663Z] ---> 608c6a6e0174 [2021-02-09T19:11:48.663Z] [2021-02-09T19:11:48.663Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T19:11:48.663Z] 20.10.0: Pulling from library/docker [2021-02-09T19:11:48.663Z] Removing intermediate container 65919de249ba [2021-02-09T19:11:48.663Z] ---> 12ca1101a402 [2021-02-09T19:11:48.663Z] [2021-02-09T19:11:48.663Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T19:11:48.663Z] ---> afeebe901d6b [2021-02-09T19:11:48.663Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T19:11:48.934Z] ---> Running in a3716fdb6a4e [2021-02-09T19:11:50.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:11:50.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:11:50.963Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T19:11:50.963Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T19:11:50.963Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:11:50.963Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T19:11:51.237Z] OK: 6 MiB in 16 packages [2021-02-09T19:11:54.613Z] Removing intermediate container a3716fdb6a4e [2021-02-09T19:11:54.613Z] ---> 1507364383d7 [2021-02-09T19:11:54.613Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T19:11:54.613Z] ---> Running in c1f464dcd426 [2021-02-09T19:11:55.202Z] Removing intermediate container c1f464dcd426 [2021-02-09T19:11:55.202Z] ---> 8b15c8e5f0aa [2021-02-09T19:11:55.202Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T19:11:55.473Z] ---> Running in 95ce1c10e56e [2021-02-09T19:11:55.747Z] Removing intermediate container 95ce1c10e56e [2021-02-09T19:11:55.747Z] ---> 93fcfc4bd89a [2021-02-09T19:11:55.747Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T19:11:56.021Z] ---> Running in 33594ce8e47a [2021-02-09T19:11:56.621Z] Removing intermediate container 33594ce8e47a [2021-02-09T19:11:56.621Z] ---> 581935d46973 [2021-02-09T19:11:56.621Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T19:11:56.621Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T19:11:56.621Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T19:11:56.621Z] ---> eeaf43b92773 [2021-02-09T19:11:56.621Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T19:11:56.621Z] ---> Running in 9d16b7598387 [2021-02-09T19:11:57.214Z] ---> 42542b4d7451 [2021-02-09T19:11:57.214Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T19:11:57.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:11:58.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:11:58.358Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T19:11:58.358Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T19:11:58.358Z] Executing bash-5.0.17-r0.post-install [2021-02-09T19:11:58.358Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:11:58.630Z] OK: 12 MiB in 22 packages [2021-02-09T19:11:58.630Z] ---> eb2aff67125e [2021-02-09T19:11:58.630Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T19:11:59.611Z] ---> 26a4f63e7338 [2021-02-09T19:11:59.611Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T19:11:59.611Z] ---> Running in 79006de5ffc8 [2021-02-09T19:11:59.881Z] Removing intermediate container 9d16b7598387 [2021-02-09T19:11:59.881Z] ---> fe9be7f4c6aa [2021-02-09T19:11:59.881Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T19:11:59.881Z] ---> Running in cc0a63387a30 [2021-02-09T19:11:59.881Z] Removing intermediate container 79006de5ffc8 [2021-02-09T19:11:59.881Z] ---> 6d1e4c1d6faa [2021-02-09T19:11:59.881Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T19:12:00.151Z] ---> Running in 969e518ed5ae [2021-02-09T19:12:00.423Z] Removing intermediate container cc0a63387a30 [2021-02-09T19:12:00.423Z] ---> 42d87b26f6ea [2021-02-09T19:12:00.423Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T19:12:00.696Z] Removing intermediate container 969e518ed5ae [2021-02-09T19:12:00.696Z] ---> 27840c071226 [2021-02-09T19:12:00.696Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T19:12:00.696Z] ---> Running in 15cfd00b1157 [2021-02-09T19:12:00.696Z] ---> Running in d0e42b60ae28 [2021-02-09T19:12:00.972Z] Removing intermediate container 15cfd00b1157 [2021-02-09T19:12:00.972Z] ---> 4fb70f03792f [2021-02-09T19:12:00.972Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T19:12:01.247Z] Removing intermediate container d0e42b60ae28 [2021-02-09T19:12:01.247Z] ---> 45b28a4cd1b7 [2021-02-09T19:12:01.247Z] Step 21/22 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:12:01.247Z] ---> Running in d43928b4dc94 [2021-02-09T19:12:01.247Z] ---> Running in 8a0319f1c7e4 [2021-02-09T19:12:01.842Z] Removing intermediate container d43928b4dc94 [2021-02-09T19:12:01.842Z] ---> ad5db48bb639 [2021-02-09T19:12:01.842Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T19:12:01.842Z] Removing intermediate container 8a0319f1c7e4 [2021-02-09T19:12:01.842Z] ---> fcc173a672b4 [2021-02-09T19:12:01.842Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T19:12:02.119Z] ---> Running in e5997b473aaf [2021-02-09T19:12:02.715Z] Removing intermediate container e5997b473aaf [2021-02-09T19:12:02.715Z] ---> 2d871fdb2e47 [2021-02-09T19:12:02.715Z] [2021-02-09T19:12:03.017Z] ---> bfcd8c0eee54 [2021-02-09T19:12:03.018Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T19:12:03.295Z] Successfully built 2d871fdb2e47 [2021-02-09T19:12:03.295Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-09T19:12:03.887Z]  Building docker-support-notifications-go ... done  ---> b6c0c6f1db60 [2021-02-09T19:12:03.887Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T19:12:04.479Z] ---> c1de266eebcd [2021-02-09T19:12:04.479Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T19:12:04.751Z] ---> Running in ef5012f745a8 [2021-02-09T19:12:05.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:12:05.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:12:06.587Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T19:12:06.587Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T19:12:06.587Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T19:12:06.587Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T19:12:06.587Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T19:12:06.587Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T19:12:06.587Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T19:12:08.564Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T19:12:08.564Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T19:12:08.564Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T19:12:08.564Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T19:12:08.564Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T19:12:08.564Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T19:12:08.564Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T19:12:08.564Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T19:12:08.564Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T19:12:08.564Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T19:12:08.834Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T19:12:08.834Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T19:12:08.834Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T19:12:08.834Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T19:12:08.834Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T19:12:08.834Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T19:12:08.834Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T19:12:08.834Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T19:12:08.834Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T19:12:08.834Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T19:12:08.834Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T19:12:08.834Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T19:12:09.105Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T19:12:09.105Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T19:12:09.105Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T19:12:09.105Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T19:12:09.105Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:12:09.105Z] OK: 71 MiB in 55 packages [2021-02-09T19:12:15.794Z] Removing intermediate container ef5012f745a8 [2021-02-09T19:12:15.794Z] ---> 608cbaa9b3c3 [2021-02-09T19:12:15.794Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T19:12:15.794Z] ---> Running in 38022ca0ff6b [2021-02-09T19:12:20.073Z] Collecting docker-compose==1.23.2 [2021-02-09T19:12:20.073Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T19:12:20.663Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T19:12:20.934Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T19:12:23.535Z] Collecting PyYAML<4,>=3.10 [2021-02-09T19:12:23.535Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T19:12:26.902Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T19:12:26.902Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T19:12:27.173Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T19:12:27.443Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T19:12:27.713Z] 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-09T19:12:27.984Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T19:12:27.984Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T19:12:29.945Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T19:12:30.219Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T19:12:30.490Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T19:12:30.490Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T19:12:33.087Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T19:12:33.087Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T19:12:33.675Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T19:12:33.675Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T19:12:34.267Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T19:12:34.267Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T19:12:34.267Z] 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-09T19:12:34.267Z] 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-09T19:12:34.860Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T19:12:35.128Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T19:12:35.400Z] Collecting idna<2.8,>=2.5 [2021-02-09T19:12:35.400Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T19:12:35.671Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T19:12:35.671Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T19:12:35.671Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T19:12:35.671Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T19:12:36.271Z] Installing collected packages: texttable, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, cached-property, dockerpty, jsonschema, docker-compose [2021-02-09T19:12:36.271Z] Running setup.py install for texttable: started [2021-02-09T19:12:38.233Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T19:12:38.233Z] Running setup.py install for PyYAML: started [2021-02-09T19:12:40.196Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T19:12:40.468Z] Attempting uninstall: urllib3 [2021-02-09T19:12:40.468Z] Found existing installation: urllib3 1.25.9 [2021-02-09T19:12:40.468Z] Uninstalling urllib3-1.25.9: [2021-02-09T19:12:40.468Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T19:12:41.059Z] Attempting uninstall: idna [2021-02-09T19:12:41.059Z] Found existing installation: idna 2.9 [2021-02-09T19:12:41.059Z] Uninstalling idna-2.9: [2021-02-09T19:12:41.329Z] Successfully uninstalled idna-2.9 [2021-02-09T19:12:41.923Z] Attempting uninstall: requests [2021-02-09T19:12:41.923Z] Found existing installation: requests 2.23.0 [2021-02-09T19:12:41.923Z] Uninstalling requests-2.23.0: [2021-02-09T19:12:41.923Z] Successfully uninstalled requests-2.23.0 [2021-02-09T19:12:42.892Z] Running setup.py install for docopt: started [2021-02-09T19:12:44.915Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T19:12:44.915Z] Running setup.py install for dockerpty: started [2021-02-09T19:12:46.935Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T19:12:48.359Z] 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-09T19:12:51.735Z] Removing intermediate container 38022ca0ff6b [2021-02-09T19:12:51.735Z] ---> 6213ccd5323c [2021-02-09T19:12:51.735Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T19:12:51.735Z] ---> Running in 246226bf0505 [2021-02-09T19:12:52.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T19:12:52.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T19:12:54.404Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T19:12:54.404Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T19:12:54.404Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T19:12:54.404Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T19:12:54.404Z] OK: 71 MiB in 58 packages [2021-02-09T19:12:55.832Z] Removing intermediate container 246226bf0505 [2021-02-09T19:12:55.832Z] ---> f48be845b347 [2021-02-09T19:12:55.832Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T19:12:55.832Z] ---> Running in 195d84cb8851 [2021-02-09T19:12:56.104Z] Removing intermediate container 195d84cb8851 [2021-02-09T19:12:56.104Z] ---> 08f84f00043a [2021-02-09T19:12:56.104Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T19:12:56.378Z] ---> Running in 053e452743e1 [2021-02-09T19:12:56.648Z] Removing intermediate container 053e452743e1 [2021-02-09T19:12:56.648Z] ---> 6b4ff5cc90a2 [2021-02-09T19:12:56.648Z] Step 24/26 : LABEL arch=arm64 [2021-02-09T19:12:56.920Z] ---> Running in 5a860538fe12 [2021-02-09T19:12:57.190Z] Removing intermediate container 5a860538fe12 [2021-02-09T19:12:57.190Z] ---> 00ebc9da4e30 [2021-02-09T19:12:57.190Z] Step 25/26 : LABEL git_sha=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [2021-02-09T19:12:57.461Z] ---> Running in 4b443b066f04 [2021-02-09T19:12:57.735Z] Removing intermediate container 4b443b066f04 [2021-02-09T19:12:57.735Z] ---> dfe838045496 [2021-02-09T19:12:57.735Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T19:12:58.008Z] ---> Running in 09bf6fa82166 [2021-02-09T19:12:58.276Z] Removing intermediate container 09bf6fa82166 [2021-02-09T19:12:58.276Z] ---> ee93fda0d078 [2021-02-09T19:12:58.276Z] [2021-02-09T19:12:58.865Z] Successfully built ee93fda0d078 [2021-02-09T19:12:58.865Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-09T19:12:58.879Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T19:12:58.891Z] $ docker stop --time=1 7c4802944763cfabac23d76cd8519ae8858ebd2604db19f2a9e92c9beab88c49 [2021-02-09T19:13:00.727Z] $ docker rm -f 7c4802944763cfabac23d76cd8519ae8858ebd2604db19f2a9e92c9beab88c49 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T19:13:01.465Z] + docker images [2021-02-09T19:13:01.465Z] + grep docker [2021-02-09T19:13:01.737Z] docker-sys-mgmt-agent-go-arm64 latest ee93fda0d078 3 seconds ago 300MB [2021-02-09T19:13:01.737Z] docker-support-notifications-go-arm64 latest 2d871fdb2e47 59 seconds ago 16.7MB [2021-02-09T19:13:01.737Z] docker-security-bootstrapper-go-arm64 latest bc69421b1101 About a minute ago 17MB [2021-02-09T19:13:01.737Z] docker-core-command-go-arm64 latest af0ca2726606 About a minute ago 16MB [2021-02-09T19:13:01.737Z] docker-core-data-go-arm64 latest ca5057e63071 3 minutes ago 21MB [2021-02-09T19:13:01.737Z] docker-core-metadata-go-arm64 latest f2d92f46152e 3 minutes ago 17.8MB [2021-02-09T19:13:01.737Z] docker-support-scheduler-go-arm64 latest 9d91e9e5f3b8 3 minutes ago 16.1MB [2021-02-09T19:13:01.737Z] docker-security-secretstore-setup-go-arm64 latest a62caaaa7915 3 minutes ago 23.4MB [2021-02-09T19:13:01.737Z] docker-security-proxy-setup-go-arm64 latest 44f1b708c1ea 4 minutes ago 23.2MB [2021-02-09T19:13:01.737Z] 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 [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-09T19:13:04.020Z] provisioning config files... [2021-02-09T19:13:04.037Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config14843818203843944tmp [Pipeline] { [Pipeline] sh [2021-02-09T19:13:04.501Z] + set +x [2021-02-09T19:13:04.501Z] + curl -s https://codecov.io/bash [2021-02-09T19:13:04.501Z] + bash -s -- [2021-02-09T19:13:05.101Z] [2021-02-09T19:13:05.101Z] _____ _ [2021-02-09T19:13:05.101Z] / ____| | | [2021-02-09T19:13:05.101Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T19:13:05.101Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T19:13:05.101Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T19:13:05.101Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T19:13:05.101Z] Bash-20210129-7c25fce [2021-02-09T19:13:05.101Z] [2021-02-09T19:13:05.101Z] [2021-02-09T19:13:05.101Z] ==> git version 2.24.3 found [2021-02-09T19:13:05.101Z] ==> 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-09T19:13:05.101Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T19:13:05.101Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T19:13:05.101Z] ==> Jenkins CI detected. [2021-02-09T19:13:05.101Z] project root: . [2021-02-09T19:13:05.101Z] --> token set from env [2021-02-09T19:13:05.101Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T19:13:05.101Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T19:13:05.101Z] ==> Python coveragepy not found [2021-02-09T19:13:05.101Z] ==> Searching for coverage reports in: [2021-02-09T19:13:05.101Z] + . [2021-02-09T19:13:05.101Z] -> Found 1 reports [2021-02-09T19:13:05.101Z] ==> Detecting git/mercurial file structure [2021-02-09T19:13:05.101Z] ==> Reading reports [2021-02-09T19:13:05.101Z] + ./coverage.out bytes=594557 [2021-02-09T19:13:05.101Z] ==> Appending adjustments [2021-02-09T19:13:05.101Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T19:13:08.474Z] + Found adjustments [2021-02-09T19:13:08.474Z] ==> Gzipping contents [2021-02-09T19:13:08.474Z] 88K /tmp/codecov.H5jJVm.gz [2021-02-09T19:13:08.474Z] ==> Uploading reports [2021-02-09T19:13:08.474Z] url: https://codecov.io [2021-02-09T19:13:08.474Z] query: branch=PR-3148&commit=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= [2021-02-09T19:13:08.474Z] -> Pinging Codecov [2021-02-09T19:13:08.474Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3148&commit=1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= [2021-02-09T19:13:08.737Z] -> Uploading to [2021-02-09T19:13:08.737Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6/6083a4fd-f8ef-464a-92b7-5ba9c2c52874.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T191308Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e175205584c2f57463bd72aa0df8ac1cba782f9417e07ff981af70c777398bbb [2021-02-09T19:13:08.737Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T19:13:08.737Z] Dload Upload Total Spent Left Speed [2021-02-09T19:13:09.314Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89207 0 0 100 89207 0 139k --:--:-- --:--:-- --:--:-- 139k [2021-02-09T19:13:09.314Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1e9658ddb55cb0cbc7f1e6e6c691004d3889e6d6 [Pipeline] } [2021-02-09T19:13:09.325Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-09T19:13:11.290Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T19:13:12.174Z] ---> package-listing.sh [2021-02-09T19:13:12.174Z] ++ facter osfamily [2021-02-09T19:13:12.174Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T19:13:12.174Z] + OS_FAMILY=redhat [2021-02-09T19:13:12.174Z] + workspace=/w/workspace/edgex-go/8 [2021-02-09T19:13:12.174Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T19:13:12.174Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T19:13:12.174Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T19:13:12.174Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T19:13:12.174Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-09T19:13:12.174Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T19:13:12.174Z] + case "${OS_FAMILY}" in [2021-02-09T19:13:12.174Z] + rpm -qa [2021-02-09T19:13:12.174Z] + sort [2021-02-09T19:13:17.486Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T19:13:17.486Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T19:13:17.486Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T19:13:17.486Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-09T19:13:17.486Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-02-09T19:13:17.486Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-02-09T19:13:17.500Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T19:13:17.824Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T19:13:18.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T19:13:18.397Z] [2021-02-09T19:13:18.397Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T19:13:18.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T19:13:18.753Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T19:13:18.753Z] df20fa9351a1: Pulling fs layer [2021-02-09T19:13:18.753Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T19:13:18.753Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T19:13:18.753Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T19:13:18.753Z] 93b61091891f: Pulling fs layer [2021-02-09T19:13:18.753Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T19:13:18.753Z] 5e14af77c1be: Pulling fs layer [2021-02-09T19:13:18.753Z] 01666e4c0597: Pulling fs layer [2021-02-09T19:13:18.753Z] aa168da1d23b: Pulling fs layer [2021-02-09T19:13:18.753Z] 93b61091891f: Waiting [2021-02-09T19:13:18.753Z] 01666e4c0597: Waiting [2021-02-09T19:13:18.753Z] 93b9cdb0e59b: Waiting [2021-02-09T19:13:18.753Z] 5e14af77c1be: Waiting [2021-02-09T19:13:18.753Z] 46f8f816bc3b: Waiting [2021-02-09T19:13:18.753Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T19:13:18.753Z] 36b3adc4ff6f: Download complete [2021-02-09T19:13:19.018Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T19:13:19.018Z] 46f8f816bc3b: Download complete [2021-02-09T19:13:19.018Z] df20fa9351a1: Verifying Checksum [2021-02-09T19:13:19.018Z] df20fa9351a1: Download complete [2021-02-09T19:13:19.018Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T19:13:19.018Z] 93b9cdb0e59b: Download complete [2021-02-09T19:13:19.018Z] 5e14af77c1be: Verifying Checksum [2021-02-09T19:13:19.018Z] 5e14af77c1be: Download complete [2021-02-09T19:13:19.018Z] 93b61091891f: Verifying Checksum [2021-02-09T19:13:19.018Z] 93b61091891f: Download complete [2021-02-09T19:13:19.018Z] 01666e4c0597: Verifying Checksum [2021-02-09T19:13:19.018Z] 01666e4c0597: Download complete [2021-02-09T19:13:19.281Z] df20fa9351a1: Pull complete [2021-02-09T19:13:19.546Z] 36b3adc4ff6f: Pull complete [2021-02-09T19:13:19.811Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T19:13:19.811Z] 8ad3a11d3b57: Download complete [2021-02-09T19:13:20.395Z] 8ad3a11d3b57: Pull complete [2021-02-09T19:13:20.658Z] 46f8f816bc3b: Pull complete [2021-02-09T19:13:21.237Z] 93b61091891f: Pull complete [2021-02-09T19:13:22.191Z] aa168da1d23b: Verifying Checksum [2021-02-09T19:13:22.191Z] aa168da1d23b: Download complete [2021-02-09T19:13:23.138Z] 93b9cdb0e59b: Pull complete [2021-02-09T19:13:23.401Z] 5e14af77c1be: Pull complete [2021-02-09T19:13:23.664Z] 01666e4c0597: Pull complete [2021-02-09T19:13:31.839Z] aa168da1d23b: Pull complete [2021-02-09T19:13:31.839Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T19:13:31.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T19:13:31.839Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T19:13:32.062Z] prd-centos7-docker-4c-2g-25830 does not seem to be running inside a container [2021-02-09T19:13:32.122Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-09T19:13:36.128Z] $ docker top 8bf0bc2583137552947ee36da7bc71a6c6456dab324537d609c120b66eb25f35 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T19:13:36.830Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T19:13:37.136Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T19:13:37.441Z] + ls /var/log/sa-host [2021-02-09T19:13:37.441Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T19:13:37.441Z] file_magic: OK [2021-02-09T19:13:37.441Z] HZ: Using current value: 100 [2021-02-09T19:13:37.442Z] file_header: OK [2021-02-09T19:13:37.442Z] 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-09T19:13:37.442Z] Statistics: [2021-02-09T19:13:37.442Z] 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... [2021-02-09T19:13:37.442Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T19:13:37.442Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T19:13:37.442Z] file_magic: OK [2021-02-09T19:13:37.442Z] HZ: Using current value: 100 [2021-02-09T19:13:37.442Z] file_header: OK [2021-02-09T19:13:37.442Z] 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-09T19:13:37.442Z] Statistics: [2021-02-09T19:13:37.442Z] Hnuu...uuuununununu... [2021-02-09T19:13:37.442Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T19:13:37.643Z] provisioning config files... [2021-02-09T19:13:37.658Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config662230418962801196tmp [Pipeline] { [Pipeline] echo [2021-02-09T19:13:37.736Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T19:13:38.034Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T19:13:38.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T19:13:38.135Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T19:13:38.436Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T19:13:38.448Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T19:13:38.751Z] ---> sudo-logs.sh [2021-02-09T19:13:38.751Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T19:13:38.763Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T19:13:39.070Z] ---> job-cost.sh [2021-02-09T19:13:39.070Z] lf-activate-venv: SKIPPING [2021-02-09T19:13:39.070Z] INFO: No Stack... [2021-02-09T19:13:40.463Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T19:13:40.726Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T19:13:40.739Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T19:13:41.042Z] ---> logs-deploy.sh [2021-02-09T19:13:41.042Z] lf-activate-venv: SKIPPING [2021-02-09T19:13:41.042Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3148/8 [2021-02-09T19:13:41.042Z] INFO: archiving workspace using pattern(s): [2021-02-09T19:13:42.967Z] Archives upload complete. [2021-02-09T19:13:42.967Z] INFO: archiving logs to Nexus [2021-02-09T19:13:43.917Z] ---> uname -a: [2021-02-09T19:13:43.917Z] Linux prd-centos7-docker-4c-2g-25830.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] ---> lscpu: [2021-02-09T19:13:43.917Z] Architecture: x86_64 [2021-02-09T19:13:43.917Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-09T19:13:43.917Z] Byte Order: Little Endian [2021-02-09T19:13:43.917Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-09T19:13:43.917Z] CPU(s): 4 [2021-02-09T19:13:43.917Z] On-line CPU(s) list: 0-3 [2021-02-09T19:13:43.917Z] Thread(s) per core: 1 [2021-02-09T19:13:43.917Z] Core(s) per socket: 1 [2021-02-09T19:13:43.917Z] Socket(s): 4 [2021-02-09T19:13:43.917Z] NUMA node(s): 1 [2021-02-09T19:13:43.917Z] Vendor ID: GenuineIntel [2021-02-09T19:13:43.917Z] CPU family: 6 [2021-02-09T19:13:43.917Z] Model: 44 [2021-02-09T19:13:43.917Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-09T19:13:43.917Z] Stepping: 1 [2021-02-09T19:13:43.917Z] CPU MHz: 2933.442 [2021-02-09T19:13:43.917Z] BogoMIPS: 5866.88 [2021-02-09T19:13:43.917Z] Virtualization: VT-x [2021-02-09T19:13:43.917Z] Hypervisor vendor: KVM [2021-02-09T19:13:43.917Z] Virtualization type: full [2021-02-09T19:13:43.917Z] L1d cache: 128 KiB [2021-02-09T19:13:43.917Z] L1i cache: 128 KiB [2021-02-09T19:13:43.917Z] L2 cache: 16 MiB [2021-02-09T19:13:43.917Z] L3 cache: 64 MiB [2021-02-09T19:13:43.917Z] NUMA node0 CPU(s): 0-3 [2021-02-09T19:13:43.917Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-09T19:13:43.917Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-09T19:13:43.917Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-09T19:13:43.917Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-09T19:13:43.917Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-09T19:13:43.917Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-09T19:13:43.917Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-09T19:13:43.917Z] Vulnerability Srbds: Not affected [2021-02-09T19:13:43.917Z] Vulnerability Tsx async abort: Not affected [2021-02-09T19:13:43.917Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] ---> nproc: [2021-02-09T19:13:43.917Z] 4 [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] ---> df -h: [2021-02-09T19:13:43.917Z] Filesystem Size Used Available Use% Mounted on [2021-02-09T19:13:43.917Z] overlay 50.0G 11.3G 38.7G 23% / [2021-02-09T19:13:43.917Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-09T19:13:43.917Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-09T19:13:43.917Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-09T19:13:43.917Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-02-09T19:13:43.917Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-02-09T19:13:43.917Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-02-09T19:13:43.917Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-02-09T19:13:43.917Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-02-09T19:13:43.917Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-02-09T19:13:43.917Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-02-09T19:13:43.917Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-02-09T19:13:43.917Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/8 [2021-02-09T19:13:43.917Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/8@tmp [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] ---> free -m: [2021-02-09T19:13:43.917Z] total used free shared buff/cache available [2021-02-09T19:13:43.917Z] Mem: 1837 725 172 0 939 1029 [2021-02-09T19:13:43.917Z] Swap: 1023 58 965 [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] ---> ip addr: [2021-02-09T19:13:43.917Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-09T19:13:43.917Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-09T19:13:43.917Z] inet 127.0.0.1/8 scope host lo [2021-02-09T19:13:43.917Z] valid_lft forever preferred_lft forever [2021-02-09T19:13:43.917Z] inet6 ::1/128 scope host [2021-02-09T19:13:43.917Z] valid_lft forever preferred_lft forever [2021-02-09T19:13:43.917Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-09T19:13:43.917Z] link/ether fa:16:3e:c3:84:e7 brd ff:ff:ff:ff:ff:ff [2021-02-09T19:13:43.917Z] inet 10.30.123.174/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-09T19:13:43.917Z] valid_lft 85097sec preferred_lft 85097sec [2021-02-09T19:13:43.917Z] inet6 fe80::f816:3eff:fec3:84e7/64 scope link [2021-02-09T19:13:43.917Z] valid_lft forever preferred_lft forever [2021-02-09T19:13:43.917Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-09T19:13:43.917Z] link/ether 02:42:34:18:33:77 brd ff:ff:ff:ff:ff:ff [2021-02-09T19:13:43.917Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-09T19:13:43.917Z] valid_lft forever preferred_lft forever [2021-02-09T19:13:43.917Z] inet6 fe80::42:34ff:fe18:3377/64 scope link [2021-02-09T19:13:43.917Z] valid_lft forever preferred_lft forever [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] ---> sar -b -r -n DEV: [2021-02-09T19:13:43.917Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] 18:51:48 LINUX RESTART (4 CPU) [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] 18:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-09T19:13:43.917Z] 18:54:01 210.38 103.99 106.39 0.00 6649.18 44099.10 0.00 [2021-02-09T19:13:43.917Z] 18:55:01 241.72 88.57 153.15 0.00 4057.30 21138.37 0.00 [2021-02-09T19:13:43.917Z] 18:56:01 140.41 62.59 77.82 0.00 2380.05 9680.96 0.00 [2021-02-09T19:13:43.917Z] 18:57:01 147.73 39.17 108.55 0.00 2641.37 25276.90 0.00 [2021-02-09T19:13:43.917Z] 18:58:02 1807.08 1492.55 314.53 0.00 135772.42 192244.98 0.00 [2021-02-09T19:13:43.917Z] 18:59:01 1913.89 1650.50 263.39 0.00 100625.21 112684.69 0.00 [2021-02-09T19:13:43.917Z] 19:00:01 1012.48 680.53 331.95 0.00 70720.58 115076.24 0.00 [2021-02-09T19:13:43.917Z] 19:01:01 1355.07 1065.01 290.06 0.00 68941.89 84541.33 0.00 [2021-02-09T19:13:43.917Z] 19:02:02 107.92 12.03 95.90 0.00 2912.64 14193.16 0.00 [2021-02-09T19:13:43.917Z] 19:03:01 1.76 0.51 1.25 0.00 18.02 17.05 0.00 [2021-02-09T19:13:43.917Z] 19:04:01 0.25 0.02 0.23 0.00 0.13 2.25 0.00 [2021-02-09T19:13:43.917Z] 19:05:01 0.23 0.03 0.20 0.00 0.80 2.20 0.00 [2021-02-09T19:13:43.917Z] 19:06:01 0.30 0.02 0.28 0.00 0.13 3.41 0.00 [2021-02-09T19:13:43.917Z] 19:07:01 1.75 1.50 0.25 0.00 51.97 2.33 0.00 [2021-02-09T19:13:43.917Z] 19:08:01 1.07 0.30 0.77 0.00 129.89 14.67 0.00 [2021-02-09T19:13:43.917Z] 19:09:01 0.20 0.00 0.20 0.00 0.00 1.82 0.00 [2021-02-09T19:13:43.917Z] 19:10:01 0.27 0.00 0.27 0.00 0.00 3.27 0.00 [2021-02-09T19:13:43.917Z] 19:11:01 0.25 0.00 0.25 0.00 0.00 2.53 0.00 [2021-02-09T19:13:43.917Z] 19:12:01 0.22 0.02 0.20 0.00 0.27 1.82 0.00 [2021-02-09T19:13:43.917Z] 19:13:01 0.22 0.02 0.20 0.00 0.27 1.78 0.00 [2021-02-09T19:13:43.917Z] Average: 347.07 259.63 87.44 0.00 19784.89 31052.95 0.00 [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] 18:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-09T19:13:43.917Z] 18:54:01 115536 0 696104 37.00 2388 1067516 1444720 49.31 566916 953460 21112 [2021-02-09T19:13:43.917Z] 18:55:01 117780 0 834132 44.33 1496 928136 1755496 59.91 677696 802884 69424 [2021-02-09T19:13:43.917Z] 18:56:01 129200 0 922236 49.01 700 829408 1714804 58.52 743204 715788 62504 [2021-02-09T19:13:43.917Z] 18:57:01 167028 0 760260 40.41 476 953780 1713092 58.46 580612 841220 32 [2021-02-09T19:13:43.917Z] 18:58:02 52596 0 847500 45.04 4 981444 2343872 79.99 769972 838144 57300 [2021-02-09T19:13:43.917Z] 18:59:01 227008 0 1183396 62.89 4 471136 3849036 131.36 733136 648644 36584 [2021-02-09T19:13:43.917Z] 19:00:01 469048 0 675048 35.88 4 737444 1381676 47.15 568772 618104 0 [2021-02-09T19:13:43.917Z] 19:01:01 148208 0 717824 38.15 4 1015508 1616672 55.17 588956 901720 102204 [2021-02-09T19:13:43.917Z] 19:02:02 130112 0 645576 34.31 4 1105852 1219160 41.61 524976 978776 20 [2021-02-09T19:13:43.917Z] 19:03:01 131412 0 643692 34.21 4 1106436 1197660 40.87 524076 978684 20 [2021-02-09T19:13:43.917Z] 19:04:01 132552 0 642536 34.15 4 1106452 1190428 40.63 523416 978400 20 [2021-02-09T19:13:43.917Z] 19:05:01 132216 0 642872 34.17 4 1106452 1190548 40.63 524308 978416 8 [2021-02-09T19:13:43.917Z] 19:06:01 132852 0 642220 34.13 4 1106468 1190428 40.63 523536 978432 8 [2021-02-09T19:13:43.917Z] 19:07:01 131424 0 642792 34.16 4 1107324 1190428 40.63 523780 979040 16 [2021-02-09T19:13:43.917Z] 19:08:01 124248 0 646112 34.34 4 1111180 1190496 40.63 529664 980072 8 [2021-02-09T19:13:43.917Z] 19:09:01 124560 0 645788 34.32 4 1111192 1190428 40.63 529428 980076 8 [2021-02-09T19:13:43.917Z] 19:10:01 124684 0 645664 34.32 4 1111192 1190428 40.63 529408 980076 8 [2021-02-09T19:13:43.917Z] 19:11:01 124524 0 645812 34.32 4 1111204 1190428 40.63 529560 980076 12 [2021-02-09T19:13:43.917Z] 19:12:01 124500 0 645836 34.32 4 1111204 1190428 40.63 529420 980076 8 [2021-02-09T19:13:43.917Z] 19:13:01 123940 0 646380 34.35 4 1111220 1190500 40.63 529948 980092 8 [2021-02-09T19:13:43.917Z] Average: 148171 0 718589 38.19 256 1014527 1507036 51.43 577539 903609 17465 [2021-02-09T19:13:43.917Z] [2021-02-09T19:13:43.917Z] 18:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-09T19:13:43.917Z] 18:54:01 eth0 1072.88 1337.32 5611.77 125.85 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:54:01 veth81108ad 4.69 12.15 0.31 86.26 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:54:01 docker0 1075.71 762.40 80.87 2763.92 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:55:01 vethd53a3dd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:55:01 eth0 183.93 122.24 772.79 21.50 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:55:01 docker0 103.34 150.04 7.83 742.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:56:01 vethd53a3dd 2.03 2.03 0.16 0.16 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:56:01 eth0 42.17 30.13 21.29 76.70 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:56:01 docker0 2.03 2.03 0.13 0.16 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:57:01 vethd4011d1 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:57:01 eth0 226.58 192.83 1697.15 26.08 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:58:02 veth7c65ce6 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:58:02 eth0 95.03 79.93 175.34 72.49 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:58:02 docker0 32.69 36.91 2.14 144.26 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:59:01 veth1bfbd60 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:59:01 veth19f14c7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:59:01 veth7c65ce6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 18:59:01 eth0 11.30 5.89 9.38 4.92 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:00:01 veth571043e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:00:01 veth3c46ffe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:00:01 vethefe83db 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:00:01 veth7c65ce6 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:01:01 veth7c65ce6 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:01:01 eth0 2896.27 2578.08 13549.89 558.66 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:01:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:01:01 docker0 1235.47 992.75 92.11 3886.54 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:02:02 eth0 111.05 59.43 426.57 15.26 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:02:02 docker0 44.48 83.42 2.90 403.18 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.917Z] 19:03:01 eth0 1.15 0.54 0.46 0.25 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:04:01 eth0 0.67 0.07 0.06 0.04 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:05:01 eth0 0.50 0.33 0.27 0.20 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:06:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:07:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:08:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:09:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:10:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:11:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:12:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:13:01 eth0 0.30 0.17 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] Average: eth0 99.67 100.38 515.00 23.26 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] Average: docker0 64.26 54.02 4.77 215.35 0.00 0.00 0.00 0.00 [2021-02-09T19:13:43.918Z] [2021-02-09T19:13:43.918Z] [2021-02-09T19:13:43.918Z] ---> sar -P ALL: [2021-02-09T19:13:43.918Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) [2021-02-09T19:13:43.918Z] [2021-02-09T19:13:43.918Z] 18:51:48 LINUX RESTART (4 CPU) [2021-02-09T19:13:43.918Z] [2021-02-09T19:13:43.918Z] 18:53:01 CPU %user %nice %system %iowait %steal %idle [2021-02-09T19:13:43.918Z] 18:54:01 all 14.71 0.00 8.54 1.57 0.19 74.99 [2021-02-09T19:13:43.918Z] 18:54:01 0 20.71 0.00 11.45 1.35 0.16 66.33 [2021-02-09T19:13:43.918Z] 18:54:01 1 12.99 0.00 7.37 0.90 0.22 78.52 [2021-02-09T19:13:43.918Z] 18:54:01 2 13.10 0.00 7.78 2.87 0.19 76.07 [2021-02-09T19:13:43.918Z] 18:54:01 3 12.13 0.00 7.64 1.14 0.17 78.92 [2021-02-09T19:13:43.918Z] 18:55:01 all 27.70 0.00 10.70 6.36 0.17 55.08 [2021-02-09T19:13:43.918Z] 18:55:01 0 28.82 0.00 11.00 3.38 0.17 56.63 [2021-02-09T19:13:43.918Z] 18:55:01 1 27.03 0.00 10.24 5.28 0.21 57.25 [2021-02-09T19:13:43.918Z] 18:55:01 2 27.84 0.00 11.16 8.16 0.14 52.70 [2021-02-09T19:13:43.918Z] 18:55:01 3 27.12 0.00 10.38 8.60 0.16 53.75 [2021-02-09T19:13:43.918Z] 18:56:01 all 50.68 0.00 13.91 3.06 0.14 32.21 [2021-02-09T19:13:43.918Z] 18:56:01 0 49.79 0.00 13.54 2.66 0.19 33.82 [2021-02-09T19:13:43.918Z] 18:56:01 1 52.25 0.00 14.53 3.40 0.12 29.70 [2021-02-09T19:13:43.918Z] 18:56:01 2 50.35 0.00 13.12 3.36 0.09 33.08 [2021-02-09T19:13:43.918Z] 18:56:01 3 50.31 0.00 14.47 2.81 0.16 32.25 [2021-02-09T19:13:43.918Z] 18:57:01 all 32.47 0.00 12.32 3.43 0.14 51.64 [2021-02-09T19:13:43.918Z] 18:57:01 0 33.26 0.00 12.29 3.47 0.16 50.82 [2021-02-09T19:13:43.918Z] 18:57:01 1 32.18 0.00 12.78 2.49 0.12 52.42 [2021-02-09T19:13:43.918Z] 18:57:01 2 33.75 0.00 12.16 5.06 0.12 48.90 [2021-02-09T19:13:43.918Z] 18:57:01 3 30.69 0.00 12.06 2.68 0.14 54.43 [2021-02-09T19:13:43.918Z] 18:58:02 all 20.32 0.00 27.80 17.92 0.29 33.67 [2021-02-09T19:13:43.918Z] 18:58:02 0 19.78 0.00 26.54 15.68 0.30 37.70 [2021-02-09T19:13:43.918Z] 18:58:02 1 21.21 0.00 27.55 19.38 0.31 31.55 [2021-02-09T19:13:43.918Z] 18:58:02 2 20.72 0.00 28.01 19.11 0.24 31.92 [2021-02-09T19:13:43.918Z] 18:58:02 3 19.58 0.00 29.10 17.51 0.30 33.51 [2021-02-09T19:13:43.918Z] 18:59:01 all 47.22 0.00 22.01 18.41 0.23 12.12 [2021-02-09T19:13:43.918Z] 18:59:01 0 47.53 0.00 21.50 20.78 0.29 9.90 [2021-02-09T19:13:43.918Z] 18:59:01 1 46.95 0.00 21.37 16.25 0.19 15.25 [2021-02-09T19:13:43.918Z] 18:59:01 2 47.55 0.00 21.73 19.67 0.20 10.85 [2021-02-09T19:13:43.918Z] 18:59:01 3 46.87 0.00 23.46 16.92 0.22 12.53 [2021-02-09T19:13:43.918Z] 19:00:01 all 29.58 0.00 21.00 23.83 0.19 25.40 [2021-02-09T19:13:43.918Z] 19:00:01 0 30.15 0.00 20.20 23.15 0.18 26.33 [2021-02-09T19:13:43.918Z] 19:00:01 1 29.09 0.00 20.87 26.24 0.21 23.58 [2021-02-09T19:13:43.918Z] 19:00:01 2 28.59 0.00 21.56 22.91 0.18 26.76 [2021-02-09T19:13:43.918Z] 19:00:01 3 30.46 0.00 21.39 23.03 0.20 24.92 [2021-02-09T19:13:43.918Z] 19:01:01 all 45.91 0.00 23.40 15.66 0.18 14.85 [2021-02-09T19:13:43.918Z] 19:01:01 0 44.81 0.00 24.12 17.06 0.16 13.85 [2021-02-09T19:13:43.918Z] 19:01:01 1 46.43 0.00 23.46 15.26 0.20 14.65 [2021-02-09T19:13:43.918Z] 19:01:01 2 45.65 0.00 23.48 14.71 0.18 15.97 [2021-02-09T19:13:43.918Z] 19:01:01 3 46.72 0.00 22.54 15.59 0.20 14.94 [2021-02-09T19:13:43.918Z] 19:02:02 all 6.23 0.00 4.46 4.94 0.06 84.32 [2021-02-09T19:13:43.918Z] 19:02:02 0 5.81 0.00 4.66 8.30 0.07 81.17 [2021-02-09T19:13:43.918Z] 19:02:02 1 8.00 0.00 4.50 4.83 0.03 82.63 [2021-02-09T19:13:43.918Z] 19:02:02 2 5.34 0.00 3.99 4.60 0.05 86.03 [2021-02-09T19:13:43.918Z] 19:02:02 3 5.76 0.00 4.68 2.04 0.08 87.43 [2021-02-09T19:13:43.918Z] 19:03:01 all 0.15 0.00 0.05 0.00 0.00 99.79 [2021-02-09T19:13:43.918Z] 19:03:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-09T19:13:43.918Z] 19:03:01 1 0.47 0.00 0.07 0.02 0.02 99.42 [2021-02-09T19:13:43.918Z] 19:03:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-09T19:13:43.918Z] 19:03:01 3 0.07 0.00 0.07 0.00 0.00 99.86 [2021-02-09T19:13:43.918Z] 19:04:01 all 0.07 0.00 0.09 0.00 0.02 99.83 [2021-02-09T19:13:43.918Z] 19:04:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-09T19:13:43.918Z] 19:04:01 1 0.10 0.00 0.10 0.00 0.03 99.77 [2021-02-09T19:13:43.918Z] 19:04:01 2 0.07 0.00 0.12 0.00 0.00 99.82 [2021-02-09T19:13:43.918Z] 19:04:01 3 0.07 0.00 0.08 0.00 0.02 99.83 [2021-02-09T19:13:43.918Z] [2021-02-09T19:13:43.918Z] 19:04:01 CPU %user %nice %system %iowait %steal %idle [2021-02-09T19:13:43.918Z] 19:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-09T19:13:43.918Z] 19:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-09T19:13:43.918Z] 19:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-09T19:13:43.918Z] 19:05:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-09T19:13:43.918Z] 19:05:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-09T19:13:43.918Z] 19:06:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-02-09T19:13:43.918Z] 19:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T19:13:43.918Z] 19:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T19:13:43.918Z] 19:06:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-02-09T19:13:43.918Z] 19:06:01 3 0.48 0.00 0.03 0.00 0.02 99.47 [2021-02-09T19:13:43.918Z] 19:07:01 all 0.14 0.00 0.05 0.02 0.00 99.78 [2021-02-09T19:13:43.918Z] 19:07:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2021-02-09T19:13:43.918Z] 19:07:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-09T19:13:43.918Z] 19:07:01 2 0.02 0.00 0.08 0.08 0.00 99.82 [2021-02-09T19:13:43.918Z] 19:07:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-09T19:13:43.918Z] 19:08:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-09T19:13:43.918Z] 19:08:01 0 0.03 0.00 0.05 0.02 0.00 99.90 [2021-02-09T19:13:43.918Z] 19:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T19:13:43.918Z] 19:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-09T19:13:43.918Z] 19:08:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-09T19:13:43.918Z] 19:09:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-09T19:13:43.918Z] 19:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T19:13:43.918Z] 19:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-09T19:13:43.918Z] 19:09:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T19:13:43.918Z] 19:09:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-09T19:13:43.918Z] 19:10:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-09T19:13:43.918Z] 19:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T19:13:43.918Z] 19:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-09T19:13:43.918Z] 19:10:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-09T19:13:43.918Z] 19:10:01 3 0.15 0.00 0.05 0.00 0.00 99.80 [2021-02-09T19:13:43.918Z] 19:11:01 all 0.09 0.00 0.03 0.00 0.00 99.89 [2021-02-09T19:13:43.918Z] 19:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T19:13:43.918Z] 19:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T19:13:43.918Z] 19:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T19:13:43.918Z] 19:11:01 3 0.28 0.00 0.03 0.00 0.00 99.68 [2021-02-09T19:13:43.918Z] 19:12:01 all 0.15 0.00 0.01 0.00 0.00 99.83 [2021-02-09T19:13:43.918Z] 19:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T19:13:43.918Z] 19:12:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2021-02-09T19:13:43.918Z] 19:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-09T19:13:43.918Z] 19:12:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-09T19:13:43.918Z] 19:13:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-02-09T19:13:43.918Z] 19:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-09T19:13:43.918Z] 19:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T19:13:43.918Z] 19:13:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-09T19:13:43.918Z] 19:13:01 3 0.55 0.00 0.03 0.00 0.00 99.42 [2021-02-09T19:13:43.918Z] Average: all 13.29 0.00 6.97 4.58 0.08 75.09 [2021-02-09T19:13:43.918Z] Average: 0 13.53 0.00 7.03 4.62 0.08 74.74 [2021-02-09T19:13:43.918Z] Average: 1 13.34 0.00 6.90 4.53 0.08 75.14 [2021-02-09T19:13:43.918Z] Average: 2 13.15 0.00 6.92 4.83 0.07 75.03 [2021-02-09T19:13:43.918Z] Average: 3 13.14 0.00 7.02 4.32 0.08 75.43 [2021-02-09T19:13:43.918Z] [2021-02-09T19:13:43.918Z] [2021-02-09T19:13:43.918Z]