Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8990d2bdda0219ec7ffade784f01aa1108ef8598+a296f24e360d73b4e20a007fd564889f5e431139 (58a5006ce891c94646c524d15d741f215a067268) 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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25098’ is offline; ‘prd-centos7-docker-4c-2g-25103’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25102’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25106 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 8990d2bdda0219ec7ffade784f01aa1108ef8598 Merge succeeded, producing 7872f5d56aca917ee784cfad402a97a7ea116126 Checking out Revision 7872f5d56aca917ee784cfad402a97a7ea116126 (PR-3116) > 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/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # 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 a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7872f5d56aca917ee784cfad402a97a7ea116126 # timeout=10 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" > git rev-list --no-walk 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T00:30:03.992Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T00:30:04.347Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T00:30:04.484Z] ========================================================= [2021-02-05T00:30:04.484Z] EdgeX Global Pipelines Version Info [2021-02-05T00:30:04.484Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:30:06.667Z] ------------------- [2021-02-05T00:30:06.667Z] stable info: [2021-02-05T00:30:06.667Z] ------------------- [2021-02-05T00:30:06.667Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T00:30:06.667Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T00:30:06.667Z] Message: update stable to v1.0.179 [2021-02-05T00:30:07.643Z] ------------------- [2021-02-05T00:30:07.643Z] experimental info: [2021-02-05T00:30:07.643Z] ------------------- [2021-02-05T00:30:07.643Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T00:30:07.643Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T00:30:07.643Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T00:30:07.944Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T00:30:08.034Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T00:30:08.124Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T00:30:08.219Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T00:30:08.302Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T00:30:08.393Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T00:30:08.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T00:30:08.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T00:30:08.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T00:30:08.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T00:30:08.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T00:30:09.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T00:30:09.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T00:30:09.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T00:30:09.404Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T00:30:09.491Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T00:30:09.575Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T00:30:09.661Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T00:30:09.749Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T00:30:09.837Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T00:30:09.956Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T00:30:10.053Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T00:30:10.168Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T00:30:10.306Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3116 [Pipeline] echo [2021-02-05T00:30:10.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3116 [Pipeline] echo [2021-02-05T00:30:10.517Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3116 [Pipeline] echo [2021-02-05T00:30:10.626Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7872f5d56aca917ee784cfad402a97a7ea116126 [Pipeline] echo [2021-02-05T00:30:10.710Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7872f5d [Pipeline] echo [2021-02-05T00:30:10.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T00:30:10.966Z] provisioning config files... [2021-02-05T00:30:10.994Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config7911244339244786051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:30:11.348Z] ---> docker-login.sh [2021-02-05T00:30:11.348Z] nexus3.edgexfoundry.org:10001 [2021-02-05T00:30:11.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:11.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:11.621Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:11.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:11.621Z] [2021-02-05T00:30:11.621Z] Login Succeeded [2021-02-05T00:30:11.621Z] nexus3.edgexfoundry.org:10002 [2021-02-05T00:30:11.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:11.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:11.902Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:11.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:11.902Z] [2021-02-05T00:30:11.902Z] Login Succeeded [2021-02-05T00:30:11.902Z] nexus3.edgexfoundry.org:10003 [2021-02-05T00:30:12.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:12.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:12.169Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:12.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:12.169Z] [2021-02-05T00:30:12.169Z] Login Succeeded [2021-02-05T00:30:12.169Z] nexus3.edgexfoundry.org:10004 [2021-02-05T00:30:12.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:12.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:12.431Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:12.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:12.431Z] [2021-02-05T00:30:12.431Z] Login Succeeded [2021-02-05T00:30:12.431Z] docker.io [2021-02-05T00:30:12.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:30:12.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:30:12.694Z] Configure a credential helper to remove this warning. See [2021-02-05T00:30:12.694Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:30:12.694Z] [2021-02-05T00:30:12.694Z] Login Succeeded [2021-02-05T00:30:12.694Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T00:30:12.705Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T00:30:13.212Z] ++ 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-05T00:30:13.212Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:13.212Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T00:30:13.212Z] ++ cut -d/ -f2 [2021-02-05T00:30:13.212Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T00:30:13.212Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:13.212Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T00:30:13.212Z] ++ cut -d/ -f2 [2021-02-05T00:30:13.212Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T00:30:13.212Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:13.212Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T00:30:13.212Z] ++ cut -d/ -f2 [2021-02-05T00:30:13.212Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T00:30:13.212Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:13.212Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T00:30:13.212Z] ++ cut -d/ -f2 [2021-02-05T00:30:13.212Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T00:30:13.212Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:13.212Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T00:30:13.212Z] ++ cut -d/ -f2 [2021-02-05T00:30:13.212Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T00:30:13.212Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:13.212Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T00:30:13.212Z] ++ cut -d/ -f2 [2021-02-05T00:30:13.212Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T00:30:13.212Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:13.212Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T00:30:13.212Z] ++ cut -d/ -f2 [2021-02-05T00:30:13.212Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T00:30:13.212Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:13.212Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T00:30:13.212Z] ++ cut -d/ -f2 [2021-02-05T00:30:13.212Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T00:30:13.212Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T00:30:13.212Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T00:30:13.212Z] ++ cut -d/ -f2 [2021-02-05T00:30:13.212Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T00:30:13.310Z] 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-05T00:30:14.278Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:14.278Z] [2021-02-05T00:30:14.278Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:30:14.729Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:14.729Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T00:30:14.729Z] 31603596830f: Pulling fs layer [2021-02-05T00:30:14.729Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T00:30:14.729Z] 6ca5941a6612: Pulling fs layer [2021-02-05T00:30:14.729Z] ecc8261a40a4: Pulling fs layer [2021-02-05T00:30:14.729Z] ecc8261a40a4: Waiting [2021-02-05T00:30:14.729Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T00:30:14.729Z] 2a8b12db71e7: Download complete [2021-02-05T00:30:14.729Z] 31603596830f: Verifying Checksum [2021-02-05T00:30:14.729Z] 31603596830f: Download complete [2021-02-05T00:30:14.998Z] ecc8261a40a4: Verifying Checksum [2021-02-05T00:30:14.998Z] ecc8261a40a4: Download complete [2021-02-05T00:30:14.998Z] 6ca5941a6612: Verifying Checksum [2021-02-05T00:30:14.998Z] 6ca5941a6612: Download complete [2021-02-05T00:30:15.274Z] 31603596830f: Pull complete [2021-02-05T00:30:15.274Z] 2a8b12db71e7: Pull complete [2021-02-05T00:30:16.239Z] 6ca5941a6612: Pull complete [2021-02-05T00:30:16.504Z] ecc8261a40a4: Pull complete [2021-02-05T00:30:16.504Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T00:30:16.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T00:30:16.504Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T00:30:16.640Z] prd-centos7-docker-4c-2g-25106 does not seem to be running inside a container [2021-02-05T00:30:16.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T00:30:19.212Z] $ docker top 7a52beec5e736b005f42357bf1d4302340050f3b20d9e3696ebb2b658a4a3502 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T00:30:19.515Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T00:30:19.515Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T00:30:19.751Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T00:30:19.758Z] $ docker exec 7a52beec5e736b005f42357bf1d4302340050f3b20d9e3696ebb2b658a4a3502 ssh-agent [2021-02-05T00:30:19.957Z] SSH_AUTH_SOCK=/tmp/ssh-HyX3OujUK3Fc/agent.12 [2021-02-05T00:30:19.957Z] SSH_AGENT_PID=18 [2021-02-05T00:30:19.971Z] Running ssh-add (command line suppressed) [2021-02-05T00:30:20.109Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_780530538320948748.key (/w/workspace/edgex-go/9@tmp/private_key_780530538320948748.key) [2021-02-05T00:30:20.181Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T00:30:20.545Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T00:30:20.570Z] $ docker exec --env ******** --env ******** 7a52beec5e736b005f42357bf1d4302340050f3b20d9e3696ebb2b658a4a3502 ssh-agent -k [2021-02-05T00:30:20.685Z] unset SSH_AUTH_SOCK; [2021-02-05T00:30:20.686Z] unset SSH_AGENT_PID; [2021-02-05T00:30:20.686Z] echo Agent pid 18 killed; [2021-02-05T00:30:20.737Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T00:30:20.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T00:30:20.871Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T00:30:21.053Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T00:30:21.058Z] $ docker exec 7a52beec5e736b005f42357bf1d4302340050f3b20d9e3696ebb2b658a4a3502 ssh-agent [2021-02-05T00:30:21.226Z] SSH_AUTH_SOCK=/tmp/ssh-4W573isnvPmL/agent.46 [2021-02-05T00:30:21.226Z] SSH_AGENT_PID=52 [2021-02-05T00:30:21.233Z] Running ssh-add (command line suppressed) [2021-02-05T00:30:21.359Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_5573213284576764301.key (/w/workspace/edgex-go/9@tmp/private_key_5573213284576764301.key) [2021-02-05T00:30:21.410Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T00:30:21.759Z] + git semver init [2021-02-05T00:30:21.759Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T00:30:21.759Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-02-05T00:30:21.759Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-02-05T00:30:21.759Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T00:30:21.759Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T00:30:21.759Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T00:30:21.759Z] # $SEMVER_BRANCH = PR-3116 [2021-02-05T00:30:21.759Z] # $SEMVER_TEMP = /tmp/semver-716836180 [2021-02-05T00:30:21.759Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T00:30:48.467Z] # '/tmp/semver-716836180' -> '/w/workspace/edgex-go/9/.semver' [2021-02-05T00:30:49.441Z] # -> Force: false [2021-02-05T00:30:49.441Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-02-05T00:30:49.459Z] $ docker exec --env ******** --env ******** 7a52beec5e736b005f42357bf1d4302340050f3b20d9e3696ebb2b658a4a3502 ssh-agent -k [2021-02-05T00:30:49.732Z] unset SSH_AUTH_SOCK; [2021-02-05T00:30:49.732Z] unset SSH_AGENT_PID; [2021-02-05T00:30:49.732Z] echo Agent pid 52 killed; [2021-02-05T00:30:49.839Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T00:30:50.314Z] + git semver [Pipeline] } [2021-02-05T00:30:50.335Z] $ docker stop --time=1 7a52beec5e736b005f42357bf1d4302340050f3b20d9e3696ebb2b658a4a3502 [2021-02-05T00:30:51.975Z] $ docker rm -f 7a52beec5e736b005f42357bf1d4302340050f3b20d9e3696ebb2b658a4a3502 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:30:52.542Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T00:30:53.139Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T00:30:53.141Z] [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-05T00:30:54.107Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:30:54.410Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:30:54.721Z] + sudo service docker restart [2021-02-05T00:30:54.721Z] + true [2021-02-05T00:30:54.721Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T00:30:55.315Z] ========================================================= [2021-02-05T00:30:55.315Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T00:30:55.315Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:30:55.685Z] + 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-05T00:31:01.037Z] Sending build context to Docker daemon 327.5MB [2021-02-05T00:31:01.037Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T00:31:01.037Z] Step 2/6 : FROM ${BASE} [2021-02-05T00:31:01.037Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T00:31:01.037Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T00:31:01.037Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T00:31:01.037Z] de9db76c5a1d: Pulling fs layer [2021-02-05T00:31:01.037Z] bca2f99d35d6: Pulling fs layer [2021-02-05T00:31:01.037Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T00:31:01.037Z] 7c6f9722023f: Pulling fs layer [2021-02-05T00:31:01.037Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T00:31:01.037Z] bca2f99d35d6: Waiting [2021-02-05T00:31:01.037Z] 93359f2a8cfa: Waiting [2021-02-05T00:31:01.037Z] 7c6f9722023f: Waiting [2021-02-05T00:31:01.037Z] a35cf1a2eb13: Waiting [2021-02-05T00:31:01.037Z] de9db76c5a1d: Verifying Checksum [2021-02-05T00:31:01.037Z] de9db76c5a1d: Download complete [2021-02-05T00:31:01.037Z] 0ef7d3d256c8: Verifying Checksum [2021-02-05T00:31:01.037Z] 0ef7d3d256c8: Download complete [2021-02-05T00:31:01.037Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T00:31:01.037Z] 93359f2a8cfa: Download complete [2021-02-05T00:31:01.037Z] 7c6f9722023f: Verifying Checksum [2021-02-05T00:31:01.037Z] 7c6f9722023f: Download complete [2021-02-05T00:31:01.037Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T00:31:01.037Z] 188c0c94c7c5: Download complete [2021-02-05T00:31:01.636Z] 188c0c94c7c5: Pull complete [2021-02-05T00:31:01.926Z] 0ef7d3d256c8: Pull complete [2021-02-05T00:31:01.926Z] de9db76c5a1d: Pull complete [2021-02-05T00:31:02.540Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T00:31:02.540Z] a35cf1a2eb13: Download complete [2021-02-05T00:31:03.525Z] bca2f99d35d6: Verifying Checksum [2021-02-05T00:31:03.525Z] bca2f99d35d6: Download complete [2021-02-05T00:31:08.595Z] Still waiting to schedule task [2021-02-05T00:31:08.595Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-05T00:31:08.910Z] bca2f99d35d6: Pull complete [2021-02-05T00:31:08.911Z] 93359f2a8cfa: Pull complete [2021-02-05T00:31:09.175Z] 7c6f9722023f: Pull complete [2021-02-05T00:31:13.429Z] a35cf1a2eb13: Pull complete [2021-02-05T00:31:13.429Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T00:31:13.702Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T00:31:13.702Z] ---> a62c8e92a672 [2021-02-05T00:31:13.702Z] 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-05T00:31:13.702Z] ---> Running in a2aabf8e80bc [2021-02-05T00:31:14.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:31:15.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:31:16.185Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T00:31:16.452Z] (2/12) Installing file (5.38-r0) [2021-02-05T00:31:16.452Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T00:31:16.738Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T00:31:31.709Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T00:31:31.709Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T00:31:31.709Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T00:31:31.709Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T00:31:31.709Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T00:31:31.709Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T00:31:31.709Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T00:31:31.971Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T00:31:31.971Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:31:31.971Z] OK: 233 MiB in 51 packages [2021-02-05T00:31:36.219Z] Removing intermediate container a2aabf8e80bc [2021-02-05T00:31:36.219Z] ---> a687e9eefbab [2021-02-05T00:31:36.219Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T00:31:36.219Z] ---> Running in c7200080ed41 [2021-02-05T00:31:36.219Z] Removing intermediate container c7200080ed41 [2021-02-05T00:31:36.219Z] ---> 43ea7dd9d57c [2021-02-05T00:31:36.219Z] Step 5/6 : COPY go.mod . [2021-02-05T00:31:36.493Z] ---> ee480afdf390 [2021-02-05T00:31:36.493Z] Step 6/6 : RUN go mod download [2021-02-05T00:31:36.493Z] ---> Running in 7e235d5a5470 [2021-02-05T00:31:58.553Z] Removing intermediate container 7e235d5a5470 [2021-02-05T00:31:58.553Z] ---> 35161647e01c [2021-02-05T00:31:58.553Z] Successfully built 35161647e01c [2021-02-05T00:31:58.553Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:31:58.878Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T00:31:58.878Z] . [Pipeline] withDockerContainer [2021-02-05T00:31:58.981Z] prd-centos7-docker-4c-2g-25106 does not seem to be running inside a container [2021-02-05T00:31:59.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T00:32:00.300Z] $ docker top 99f1f65e1aec945e4c4f2a3d18fa6bb3b5f2c870e0cc95e67e36696f6fb8feef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:32:00.837Z] + go version [2021-02-05T00:32:00.837Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T00:32:00.852Z] $ docker stop --time=1 99f1f65e1aec945e4c4f2a3d18fa6bb3b5f2c870e0cc95e67e36696f6fb8feef [2021-02-05T00:32:02.252Z] $ docker rm -f 99f1f65e1aec945e4c4f2a3d18fa6bb3b5f2c870e0cc95e67e36696f6fb8feef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:32:03.171Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T00:32:03.171Z] . [Pipeline] withDockerContainer [2021-02-05T00:32:03.292Z] prd-centos7-docker-4c-2g-25106 does not seem to be running inside a container [2021-02-05T00:32:03.341Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T00:32:04.126Z] $ docker top 75a4804bf724449650e4ebcb42b07832087fd599c29a7f46da6976ed26bc4dc0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T00:32:04.332Z] ========================================================= [2021-02-05T00:32:04.332Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T00:32:04.332Z] ========================================================= [Pipeline] sh [2021-02-05T00:32:04.625Z] + make test [2021-02-05T00:32:04.625Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T00:32:14.696Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T00:32:29.736Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T00:32:36.956Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T00:32:36.956Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T00:32:36.956Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T00:32:36.956Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T00:32:39.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T00:32:39.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T00:32:39.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T00:32:39.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T00:32:39.544Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T00:32:39.544Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T00:32:42.149Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T00:32:42.149Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T00:32:42.149Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T00:32:44.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.132s coverage: 46.0% of statements [2021-02-05T00:32:44.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T00:32:44.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T00:32:44.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T00:32:44.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T00:32:44.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T00:32:44.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T00:32:44.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T00:32:44.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.047s coverage: 100.0% of statements [2021-02-05T00:32:47.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.1% of statements [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T00:32:47.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T00:32:47.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T00:32:47.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.075s coverage: 65.8% of statements [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T00:32:47.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.430s coverage: 82.3% of statements [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T00:32:47.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T00:32:49.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.467s coverage: 28.6% of statements [2021-02-05T00:32:49.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T00:32:49.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T00:32:49.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T00:32:49.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T00:32:49.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T00:32:49.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2021-02-05T00:32:49.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T00:32:49.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-02-05T00:32:49.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T00:32:49.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements [2021-02-05T00:32:49.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T00:32:50.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements [2021-02-05T00:32:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T00:32:50.398Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-02-05T00:32:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T00:32:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T00:32:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T00:32:50.398Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T00:32:53.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.537s coverage: 92.8% of statements [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T00:32:53.021Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T00:32:53.021Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.108s coverage: 0.1% of statements [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T00:32:53.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T00:32:53.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.028s coverage: 45.5% of statements [2021-02-05T00:32:53.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-02-05T00:32:53.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements [2021-02-05T00:32:53.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2021-02-05T00:32:53.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements [2021-02-05T00:33:05.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements [2021-02-05T00:33:05.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.081s coverage: 92.9% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.395s coverage: 68.9% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.152s coverage: 47.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.082s coverage: 87.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.833s coverage: 29.1% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.075s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T00:33:17.947Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-02-05T00:33:17.947Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.057s coverage: 100.0% of statements [2021-02-05T00:33:17.947Z] GO111MODULE=on go vet ./... [2021-02-05T00:33:50.322Z] gofmt -l . [2021-02-05T00:33:50.323Z] [ "`gofmt -l .`" = "" ] [2021-02-05T00:33:50.323Z] ./bin/test-go-mod-tidy.sh [2021-02-05T00:33:50.323Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T00:33:50.907Z] + ls -al . [2021-02-05T00:33:50.907Z] total 688 [2021-02-05T00:33:50.907Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 00:33 . [2021-02-05T00:33:50.907Z] drwxr-xr-x 4 root root 28 Feb 5 00:32 .. [2021-02-05T00:33:50.907Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 00:29 .dockerignore [2021-02-05T00:33:50.907Z] drwxrwxr-x 8 1001 1001 179 Feb 5 00:30 .git [2021-02-05T00:33:50.908Z] drwxrwxr-x 3 1001 1001 125 Feb 5 00:29 .github [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 00:29 .gitignore [2021-02-05T00:33:50.908Z] drwx------ 3 1001 1001 60 Feb 5 00:30 .semver [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 00:29 .sonarcloud.properties [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:29 Attribution.txt [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:29 CONTRIBUTING.md [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 00:29 Dockerfile.build [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 00:29 Jenkinsfile [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:29 LICENSE [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:29 Makefile [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:29 README.md [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:29 SECURITY.md [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 00:30 VERSION [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:29 ZMQWindows.md [2021-02-05T00:33:50.908Z] drwxrwxr-x 2 1001 1001 117 Feb 5 00:29 bin [2021-02-05T00:33:50.908Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 00:29 cmd [2021-02-05T00:33:50.908Z] -rw-r--r-- 1 root root 583066 Feb 5 00:33 coverage.out [2021-02-05T00:33:50.908Z] -rw-r--r-- 1 root root 1054 Feb 5 00:33 go.mod [2021-02-05T00:33:50.908Z] -rw-r--r-- 1 root root 19401 Feb 5 00:33 go.sum [2021-02-05T00:33:50.908Z] drwxrwxr-x 8 1001 1001 127 Feb 5 00:29 internal [2021-02-05T00:33:50.908Z] drwxrwxr-x 4 1001 1001 26 Feb 5 00:29 openapi [2021-02-05T00:33:50.908Z] drwxrwxr-x 4 1001 1001 71 Feb 5 00:29 snap [2021-02-05T00:33:50.908Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 00:29 version.go [Pipeline] sh [2021-02-05T00:33:51.210Z] + '[' -e coverage.out ] [2021-02-05T00:33:51.210Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T00:33:51.457Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25114 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [2021-02-05T00:33:51.464Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] ws [2021-02-05T00:33:51.585Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-02-05T00:33:51.811Z] + make build [2021-02-05T00:33:51.811Z] 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-05T00:33:56.039Z] 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-05T00:33:56.444Z] using credential edgex-jenkins-ssh [2021-02-05T00:33:56.504Z] Cloning the remote Git repository [2021-02-05T00:33:56.558Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:33:56.659Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-02-05T00:33:56.733Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:33:56.734Z] > git --version # timeout=10 [2021-02-05T00:33:56.750Z] > git --version # 'git version 2.17.1' [2021-02-05T00:33:56.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:33:56.836Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:34:06.179Z] 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-05T00:34:06.179Z] 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-05T00:34:08.121Z] 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-05T00:34:08.391Z] 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-05T00:34:10.343Z] 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-05T00:34:11.483Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:34:11.508Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:34:11.537Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:34:11.583Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:34:11.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:34:11.598Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T00:34:12.224Z] Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-05T00:34:12.277Z] 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-05T00:34:13.108Z] Merge succeeded, producing 49796e88d6f158f708b0418a929df840e4418305 [2021-02-05T00:34:13.109Z] Checking out Revision 49796e88d6f158f708b0418a929df840e4418305 (PR-3116) [2021-02-05T00:34:13.254Z] 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-05T00:34:12.250Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:34:12.276Z] > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 [2021-02-05T00:34:12.692Z] > git remote # timeout=10 [2021-02-05T00:34:12.746Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T00:34:12.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:34:12.814Z] > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-05T00:34:13.089Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T00:34:13.120Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:34:13.162Z] > git checkout -f 49796e88d6f158f708b0418a929df840e4418305 # timeout=10 [2021-02-05T00:34:14.673Z] 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-05T00:34:16.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:34:17.056Z] 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-05T00:34:17.543Z] Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" [2021-02-05T00:34:17.554Z] > git rev-list --no-walk 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T00:34:18.476Z] 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-05T00:34:19.152Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:34:19.611Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T00:34:19.953Z] + sudo+ service docker restarttrue [2021-02-05T00:34:19.953Z] [Pipeline] } [2021-02-05T00:34:20.474Z] $ docker stop --time=1 75a4804bf724449650e4ebcb42b07832087fd599c29a7f46da6976ed26bc4dc0 [2021-02-05T00:34:22.216Z] $ docker rm -f 75a4804bf724449650e4ebcb42b07832087fd599c29a7f46da6976ed26bc4dc0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-02-05T00:34:22.991Z] provisioning config files... [Pipeline] // stage [2021-02-05T00:34:23.037Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config6803465748705769802tmp [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-02-05T00:34:23.450Z] ---> docker-login.sh [2021-02-05T00:34:23.450Z] nexus3.edgexfoundry.org:10001 [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:34:24.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:34:24.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:34:24.331Z] [2021-02-05T00:34:24.331Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:34:24.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:34:24.662Z] Configure a credential helper to remove this warning. See [2021-02-05T00:34:24.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:34:24.662Z] [2021-02-05T00:34:24.662Z] Login Succeeded [2021-02-05T00:34:24.662Z] nexus3.edgexfoundry.org:10002 [2021-02-05T00:34:24.678Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:34:24.678Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T00:34:24.678Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T00:34:24.678Z] ca9280d653b3: Pulling fs layer [2021-02-05T00:34:24.678Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T00:34:24.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:34:25.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:34:25.212Z] Configure a credential helper to remove this warning. See [2021-02-05T00:34:25.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:34:25.212Z] [2021-02-05T00:34:25.212Z] Login Succeeded [2021-02-05T00:34:25.212Z] nexus3.edgexfoundry.org:10003 [2021-02-05T00:34:25.255Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-05T00:34:25.255Z] cbdbe7a5bc2a: Download complete [2021-02-05T00:34:25.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:34:25.531Z] ca9280d653b3: Verifying Checksum [2021-02-05T00:34:25.531Z] ca9280d653b3: Download complete [2021-02-05T00:34:25.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:34:25.768Z] Configure a credential helper to remove this warning. See [2021-02-05T00:34:25.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:34:25.768Z] [2021-02-05T00:34:25.768Z] Login Succeeded [2021-02-05T00:34:25.768Z] nexus3.edgexfoundry.org:10004 [2021-02-05T00:34:25.798Z] cbdbe7a5bc2a: Pull complete [2021-02-05T00:34:26.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:34:26.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:34:26.313Z] Configure a credential helper to remove this warning. See [2021-02-05T00:34:26.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:34:26.313Z] [2021-02-05T00:34:26.313Z] Login Succeeded [2021-02-05T00:34:26.313Z] docker.io [2021-02-05T00:34:26.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T00:34:26.746Z] ca9280d653b3: Pull complete [2021-02-05T00:34:26.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T00:34:26.857Z] Configure a credential helper to remove this warning. See [2021-02-05T00:34:26.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T00:34:26.857Z] [2021-02-05T00:34:26.857Z] Login Succeeded [2021-02-05T00:34:26.857Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T00:34:26.874Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-05T00:34:27.333Z] 7e9c9ca2126c: Verifying Checksum [2021-02-05T00:34:27.333Z] 7e9c9ca2126c: Download complete [Pipeline] echo [2021-02-05T00:34:27.352Z] ========================================================= [2021-02-05T00:34:27.352Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T00:34:27.352Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:34:27.734Z] + 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-05T00:34:30.385Z] Sending build context to Docker daemon 166.1MB [2021-02-05T00:34:30.385Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T00:34:30.385Z] Step 2/6 : FROM ${BASE} [2021-02-05T00:34:30.385Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T00:34:30.385Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T00:34:30.385Z] a4357932f1b6: Pulling fs layer [2021-02-05T00:34:30.385Z] 18c013af1878: Pulling fs layer [2021-02-05T00:34:30.385Z] 00ac8860ef70: Pulling fs layer [2021-02-05T00:34:30.385Z] 63d7cb157983: Pulling fs layer [2021-02-05T00:34:30.385Z] b116817d02f9: Pulling fs layer [2021-02-05T00:34:30.385Z] 745a02a5169b: Pulling fs layer [2021-02-05T00:34:30.385Z] 63d7cb157983: Waiting [2021-02-05T00:34:30.385Z] b116817d02f9: Waiting [2021-02-05T00:34:30.385Z] 745a02a5169b: Waiting [2021-02-05T00:34:30.385Z] 00ac8860ef70: Waiting [2021-02-05T00:34:30.385Z] 18c013af1878: Verifying Checksum [2021-02-05T00:34:30.385Z] 18c013af1878: Download complete [2021-02-05T00:34:30.385Z] a4357932f1b6: Download complete [2021-02-05T00:34:30.385Z] 63d7cb157983: Download complete [2021-02-05T00:34:30.385Z] b116817d02f9: Verifying Checksum [2021-02-05T00:34:30.385Z] b116817d02f9: Download complete [2021-02-05T00:34:30.385Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T00:34:30.385Z] 5f621e34cdf4: Download complete [2021-02-05T00:34:30.989Z] 5f621e34cdf4: Pull complete [2021-02-05T00:34:31.589Z] a4357932f1b6: Pull complete [2021-02-05T00:34:32.191Z] 18c013af1878: Pull complete [2021-02-05T00:34:32.470Z] 745a02a5169b: Verifying Checksum [2021-02-05T00:34:32.471Z] 745a02a5169b: Download complete [2021-02-05T00:34:33.915Z] 00ac8860ef70: Download complete [2021-02-05T00:34:35.548Z] 7e9c9ca2126c: Pull complete [2021-02-05T00:34:35.548Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T00:34:35.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:34:35.548Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T00:34:35.753Z] prd-centos7-docker-4c-2g-25106 does not seem to be running inside a container [2021-02-05T00:34:35.965Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T00:34:37.007Z] $ docker top 49f39b3d84e71300d510d22afa47ceb2ba4e600afa3cd527dce88b2aa9c63573 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:34:37.596Z] + docker-compose build --help [2021-02-05T00:34:37.597Z] + grep parallel [2021-02-05T00:34:38.544Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T00:34:38.560Z] $ docker stop --time=1 49f39b3d84e71300d510d22afa47ceb2ba4e600afa3cd527dce88b2aa9c63573 [2021-02-05T00:34:39.936Z] $ docker rm -f 49f39b3d84e71300d510d22afa47ceb2ba4e600afa3cd527dce88b2aa9c63573 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:34:40.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T00:34:40.578Z] . [Pipeline] withDockerContainer [2021-02-05T00:34:40.684Z] prd-centos7-docker-4c-2g-25106 does not seem to be running inside a container [2021-02-05T00:34:40.740Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-05T00:34:41.438Z] $ docker top 7a64080713ec404631a84d7fb60ec519eba9256bf3900c227d768d84bf77c08a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:34:41.945Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T00:34:42.921Z] Building docker-core-command-go ... [2021-02-05T00:34:42.921Z] Building docker-core-data-go ... [2021-02-05T00:34:42.921Z] Building docker-core-metadata-go ... [2021-02-05T00:34:42.921Z] Building docker-security-bootstrapper-go ... [2021-02-05T00:34:42.921Z] Building docker-security-proxy-setup-go ... [2021-02-05T00:34:42.921Z] Building docker-security-secretstore-setup-go ... [2021-02-05T00:34:42.921Z] Building docker-support-notifications-go ... [2021-02-05T00:34:42.921Z] Building docker-support-scheduler-go ... [2021-02-05T00:34:42.921Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T00:34:42.921Z] Building docker-core-data-go [2021-02-05T00:34:42.921Z] Building docker-support-scheduler-go [2021-02-05T00:34:42.921Z] Building docker-security-bootstrapper-go [2021-02-05T00:34:42.921Z] Building docker-support-notifications-go [2021-02-05T00:34:42.921Z] Building docker-security-proxy-setup-go [2021-02-05T00:34:44.115Z] 00ac8860ef70: Pull complete [2021-02-05T00:34:44.115Z] 63d7cb157983: Pull complete [2021-02-05T00:34:44.396Z] b116817d02f9: Pull complete [2021-02-05T00:34:48.715Z] 745a02a5169b: Pull complete [2021-02-05T00:34:48.715Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T00:34:48.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T00:34:48.715Z] ---> b7e6874047d6 [2021-02-05T00:34:48.715Z] 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-05T00:34:52.140Z] ---> Running in 8d0d393f842f [2021-02-05T00:34:53.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:34:53.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:34:54.301Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T00:34:54.571Z] (2/12) Installing file (5.38-r0) [2021-02-05T00:34:54.849Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T00:34:54.849Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T00:35:09.903Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T00:35:09.903Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T00:35:09.903Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T00:35:09.903Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T00:35:09.903Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T00:35:09.903Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T00:35:09.903Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T00:35:10.173Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T00:35:10.173Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:35:10.173Z] OK: 217 MiB in 51 packages [2021-02-05T00:35:15.580Z] Removing intermediate container 8d0d393f842f [2021-02-05T00:35:15.580Z] ---> 920944a33687 [2021-02-05T00:35:15.580Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T00:35:15.580Z] ---> Running in 1523082ff202 [2021-02-05T00:35:15.580Z] Removing intermediate container 1523082ff202 [2021-02-05T00:35:15.580Z] ---> 346d84a863af [2021-02-05T00:35:15.580Z] Step 5/6 : COPY go.mod . [2021-02-05T00:35:16.179Z] ---> 70c91d7ed1bc [2021-02-05T00:35:16.179Z] Step 6/6 : RUN go mod download [2021-02-05T00:35:16.179Z] ---> Running in e679a33a975c [2021-02-05T00:35:21.957Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:35:21.957Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:35:21.957Z] ---> 35161647e01c [2021-02-05T00:35:21.957Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:35:21.957Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:35:21.957Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:35:21.957Z] ---> 35161647e01c [2021-02-05T00:35:21.957Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:35:21.957Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:35:21.957Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:35:21.957Z] ---> 35161647e01c [2021-02-05T00:35:21.957Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:35:21.957Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:35:21.957Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:35:21.957Z] ---> 35161647e01c [2021-02-05T00:35:21.957Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T00:35:21.957Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:35:21.957Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:35:21.957Z] ---> 35161647e01c [2021-02-05T00:35:21.957Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T00:35:21.957Z] ---> Running in 00e87f9d6390 [2021-02-05T00:35:21.957Z] ---> Running in dd554f4f608e [2021-02-05T00:35:21.957Z] ---> Running in 32cc69d519e9 [2021-02-05T00:35:21.957Z] ---> Running in 77d09b60d7a6 [2021-02-05T00:35:21.957Z] ---> Running in 9b2b5ee87849 [2021-02-05T00:35:21.957Z] Removing intermediate container 9b2b5ee87849 [2021-02-05T00:35:21.957Z] ---> 7a97c74c63c7 [2021-02-05T00:35:21.957Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:35:21.957Z] Removing intermediate container dd554f4f608e [2021-02-05T00:35:21.957Z] ---> 1a7394855c44 [2021-02-05T00:35:21.957Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:35:21.957Z] Removing intermediate container 32cc69d519e9 [2021-02-05T00:35:21.957Z] ---> b3a5ea7bfbc9 [2021-02-05T00:35:21.957Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:35:21.957Z] Removing intermediate container 00e87f9d6390 [2021-02-05T00:35:21.957Z] ---> 156a494bbda0 [2021-02-05T00:35:21.957Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:35:21.957Z] Removing intermediate container 77d09b60d7a6 [2021-02-05T00:35:21.957Z] ---> 788bd64d8db0 [2021-02-05T00:35:21.957Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:35:21.957Z] ---> Running in 4f06aa293c71 [2021-02-05T00:35:21.957Z] ---> Running in 680f6453c222 [2021-02-05T00:35:21.957Z] ---> Running in 94beb102f834 [2021-02-05T00:35:21.957Z] ---> Running in 15e0492b7d15 [2021-02-05T00:35:21.957Z] ---> Running in 88694ed804ce [2021-02-05T00:35:21.957Z] Removing intermediate container 4f06aa293c71 [2021-02-05T00:35:21.957Z] ---> 019d1b7df124 [2021-02-05T00:35:21.957Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T00:35:21.957Z] ---> Running in 3948e4c78b21 [2021-02-05T00:35:21.957Z] Removing intermediate container 94beb102f834 [2021-02-05T00:35:21.957Z] ---> 043dae818354 [2021-02-05T00:35:21.957Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T00:35:21.957Z] Removing intermediate container 680f6453c222 [2021-02-05T00:35:21.957Z] ---> 4d8d29353b61 [2021-02-05T00:35:21.957Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T00:35:21.957Z] ---> Running in b299fae312a8 [2021-02-05T00:35:21.957Z] ---> Running in 54ab30e66ebd [2021-02-05T00:35:21.957Z] Removing intermediate container 15e0492b7d15 [2021-02-05T00:35:21.957Z] ---> 1031c157f1e4 [2021-02-05T00:35:21.957Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T00:35:21.957Z] Removing intermediate container 88694ed804ce [2021-02-05T00:35:21.957Z] ---> 1308486a4a5d [2021-02-05T00:35:21.957Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T00:35:21.957Z] ---> Running in f1a1b5d87860 [2021-02-05T00:35:21.957Z] ---> Running in 52948cbb2fa2 [2021-02-05T00:35:21.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:22.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:22.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:22.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:22.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:23.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:23.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:24.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:24.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:24.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:35:25.240Z] OK: 233 MiB in 51 packages [2021-02-05T00:35:25.240Z] OK: 233 MiB in 51 packages [2021-02-05T00:35:25.240Z] OK: 233 MiB in 51 packages [2021-02-05T00:35:25.504Z] OK: 233 MiB in 51 packages [2021-02-05T00:35:25.773Z] OK: 233 MiB in 51 packages [2021-02-05T00:35:25.773Z] Removing intermediate container b299fae312a8 [2021-02-05T00:35:25.773Z] ---> 5361fdd7c873 [2021-02-05T00:35:25.773Z] Step 6/23 : COPY go.mod . [2021-02-05T00:35:26.047Z] Removing intermediate container 54ab30e66ebd [2021-02-05T00:35:26.047Z] ---> 91785802d13e [2021-02-05T00:35:26.047Z] Step 6/21 : COPY go.mod . [2021-02-05T00:35:26.320Z] Removing intermediate container f1a1b5d87860 [2021-02-05T00:35:26.320Z] ---> 4e8cce7b4f4f [2021-02-05T00:35:26.320Z] Step 6/31 : COPY go.mod . [2021-02-05T00:35:26.320Z] ---> 229f7e7c8081 [2021-02-05T00:35:26.320Z] Step 7/23 : RUN go mod download [2021-02-05T00:35:26.587Z] ---> Running in 7aac01c6a07e [2021-02-05T00:35:26.587Z] ---> d128b5db34bf [2021-02-05T00:35:26.587Z] Step 7/21 : RUN go mod download [2021-02-05T00:35:26.587Z] Removing intermediate container 52948cbb2fa2 [2021-02-05T00:35:26.587Z] ---> ec2d827cca4c [2021-02-05T00:35:26.587Z] Step 6/22 : COPY go.mod . [2021-02-05T00:35:26.851Z] ---> 45358361462e [2021-02-05T00:35:26.851Z] Step 7/31 : RUN go mod download [2021-02-05T00:35:26.851Z] ---> Running in b790cd095007 [2021-02-05T00:35:27.118Z] ---> Running in 49be397961ea [2021-02-05T00:35:27.118Z] Removing intermediate container 3948e4c78b21 [2021-02-05T00:35:27.118Z] ---> 8e213fb8d937 [2021-02-05T00:35:27.118Z] Step 6/22 : COPY go.mod . [2021-02-05T00:35:27.118Z] ---> 5264e77bd258 [2021-02-05T00:35:27.118Z] Step 7/22 : RUN go mod download [2021-02-05T00:35:27.391Z] ---> Running in 493c491e451e [2021-02-05T00:35:27.657Z] ---> cb0c6ce8ae1c [2021-02-05T00:35:27.657Z] Step 7/22 : RUN go mod download [2021-02-05T00:35:27.657Z] ---> Running in eac922023df3 [2021-02-05T00:35:29.607Z] Removing intermediate container 49be397961ea [2021-02-05T00:35:29.607Z] ---> 10d3dc1c243c [2021-02-05T00:35:29.607Z] Step 8/31 : COPY . . [2021-02-05T00:35:29.607Z] Removing intermediate container 7aac01c6a07e [2021-02-05T00:35:29.608Z] ---> 5e2d0d920719 [2021-02-05T00:35:29.608Z] Step 8/23 : COPY . . [2021-02-05T00:35:29.873Z] Removing intermediate container b790cd095007 [2021-02-05T00:35:29.873Z] ---> 9216f2e12d9f [2021-02-05T00:35:29.873Z] Step 8/21 : COPY . . [2021-02-05T00:35:30.459Z] Removing intermediate container 493c491e451e [2021-02-05T00:35:30.459Z] ---> f5c9cf8a3548 [2021-02-05T00:35:30.459Z] Step 8/22 : COPY . . [2021-02-05T00:35:30.459Z] Removing intermediate container eac922023df3 [2021-02-05T00:35:30.459Z] ---> 359d8aee87c7 [2021-02-05T00:35:30.459Z] Step 8/22 : COPY . . [2021-02-05T00:35:42.997Z] Removing intermediate container e679a33a975c [2021-02-05T00:35:42.997Z] ---> 80da40d5614d [2021-02-05T00:35:42.997Z] Successfully built 80da40d5614d [2021-02-05T00:35:42.997Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:43.348Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T00:35:43.348Z] . [Pipeline] withDockerContainer [2021-02-05T00:35:43.642Z] prd-ubuntu18.04-docker-arm64-4c-16g-25114 does not seem to be running inside a container [2021-02-05T00:35:43.755Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T00:35:45.459Z] $ docker top 5eb8a969ed21a33037053311ddeb5ab480d6b420c10e35ea89d36fa00fc104d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:35:46.467Z] + go version [2021-02-05T00:35:46.467Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T00:35:46.495Z] $ docker stop --time=1 5eb8a969ed21a33037053311ddeb5ab480d6b420c10e35ea89d36fa00fc104d2 [2021-02-05T00:35:48.442Z] $ docker rm -f 5eb8a969ed21a33037053311ddeb5ab480d6b420c10e35ea89d36fa00fc104d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:35:49.417Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T00:35:49.417Z] . [Pipeline] withDockerContainer [2021-02-05T00:35:49.692Z] prd-ubuntu18.04-docker-arm64-4c-16g-25114 does not seem to be running inside a container [2021-02-05T00:35:49.784Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T00:35:51.113Z] $ docker top 0e18d4684373265fd609827fb71d9a16ba265144de9698bece9ba29290968669 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T00:35:51.439Z] ========================================================= [2021-02-05T00:35:51.439Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T00:35:51.439Z] ========================================================= [Pipeline] sh [2021-02-05T00:35:52.079Z] + make test [2021-02-05T00:35:52.079Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T00:36:17.484Z] ---> 8bb511a53e96 [2021-02-05T00:36:17.484Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T00:36:17.484Z] ---> 83b4f9e34083 [2021-02-05T00:36:17.484Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T00:36:17.484Z] ---> 3413fb6f498b [2021-02-05T00:36:17.484Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T00:36:17.484Z] ---> 53354be4c55c [2021-02-05T00:36:17.484Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T00:36:17.484Z] ---> ab7d143e443a [2021-02-05T00:36:17.484Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T00:36:17.484Z] ---> Running in 8933452ec8f7 [2021-02-05T00:36:17.484Z] ---> Running in 02f96fe541ce [2021-02-05T00:36:17.484Z] ---> Running in 212ea837d329 [2021-02-05T00:36:17.484Z] ---> Running in 58a79f5856e1 [2021-02-05T00:36:17.484Z] ---> Running in 3e6b05ced168 [2021-02-05T00:36:17.484Z] 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-05T00:36:17.484Z] 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-05T00:36:17.484Z] 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-05T00:36:17.484Z] 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-05T00:36:17.484Z] 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-05T00:36:18.903Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T00:36:44.251Z] 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-05T00:36:44.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:36:56.624Z] Removing intermediate container 8933452ec8f7 [2021-02-05T00:36:56.624Z] ---> e84f7cfc4c49 [2021-02-05T00:36:56.624Z] [2021-02-05T00:36:56.624Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T00:36:56.624Z] 3.12: Pulling from library/alpine [2021-02-05T00:36:56.624Z] Removing intermediate container 3e6b05ced168 [2021-02-05T00:36:56.624Z] ---> bd3c67969625 [2021-02-05T00:36:56.624Z] [2021-02-05T00:36:56.624Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T00:36:56.624Z] 3.12: Pulling from library/alpine [2021-02-05T00:37:00.001Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:37:00.266Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:37:00.266Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T00:37:00.266Z] Status: Image is up to date for alpine:3.12 [2021-02-05T00:37:00.266Z] ---> 389fef711851 [2021-02-05T00:37:00.266Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T00:37:00.266Z] ---> 389fef711851 [2021-02-05T00:37:00.266Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T00:37:02.195Z] Removing intermediate container 02f96fe541ce [2021-02-05T00:37:02.195Z] ---> 5198b262a1bf [2021-02-05T00:37:02.195Z] [2021-02-05T00:37:02.195Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:37:02.195Z] ---> 389fef711851 [2021-02-05T00:37:02.195Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T00:37:02.195Z] ---> Running in d8d3ef1fc301 [2021-02-05T00:37:02.195Z] Removing intermediate container 212ea837d329 [2021-02-05T00:37:02.195Z] ---> 5959cd5ec7f3 [2021-02-05T00:37:02.195Z] [2021-02-05T00:37:02.195Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:37:02.195Z] ---> 389fef711851 [2021-02-05T00:37:02.195Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:37:02.458Z] ---> Running in 8985146b3e5f [2021-02-05T00:37:02.458Z] ---> Running in fbb901477167 [2021-02-05T00:37:02.730Z] ---> Running in 5b951165b413 [2021-02-05T00:37:02.730Z] Removing intermediate container d8d3ef1fc301 [2021-02-05T00:37:02.730Z] ---> 739d5176b74a [2021-02-05T00:37:02.730Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T00:37:03.010Z] ---> Running in 3a7a9b261f87 [2021-02-05T00:37:03.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:03.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:03.891Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T00:37:03.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:03.891Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:37:03.891Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T00:37:03.891Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T00:37:03.891Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:03.891Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:37:04.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:04.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:04.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:04.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:04.181Z] OK: 7 MiB in 18 packages [2021-02-05T00:37:04.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:04.181Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:04.181Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T00:37:04.181Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:04.181Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:04.454Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:04.454Z] OK: 6 MiB in 16 packages [2021-02-05T00:37:04.454Z] OK: 6 MiB in 15 packages [2021-02-05T00:37:04.454Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T00:37:04.454Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:04.454Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:04.454Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:37:04.454Z] OK: 6 MiB in 16 packages [2021-02-05T00:37:06.379Z] Removing intermediate container 58a79f5856e1 [2021-02-05T00:37:06.379Z] ---> 25bce7cce44f [2021-02-05T00:37:06.379Z] [2021-02-05T00:37:06.379Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:37:06.379Z] ---> 389fef711851 [2021-02-05T00:37:06.379Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T00:37:06.379Z] ---> Running in f011f3d2dd36 [2021-02-05T00:37:07.327Z] Removing intermediate container f011f3d2dd36 [2021-02-05T00:37:07.327Z] ---> f88549481a61 [2021-02-05T00:37:07.327Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T00:37:07.327Z] Removing intermediate container fbb901477167 [2021-02-05T00:37:07.327Z] ---> 6dd580cdbdac [2021-02-05T00:37:07.327Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:37:07.327Z] Removing intermediate container 8985146b3e5f [2021-02-05T00:37:07.327Z] ---> d2363a87fe8f [2021-02-05T00:37:07.327Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:37:07.327Z] Removing intermediate container 3a7a9b261f87 [2021-02-05T00:37:07.327Z] ---> 0f47986a0a70 [2021-02-05T00:37:07.327Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T00:37:07.902Z] ---> Running in 883d0819e88e [2021-02-05T00:37:07.902Z] ---> Running in f0f8509c4d45 [2021-02-05T00:37:07.902Z] ---> Running in df568233474d [2021-02-05T00:37:07.902Z] ---> Running in 5bb8a46b3138 [2021-02-05T00:37:07.902Z] Removing intermediate container 5b951165b413 [2021-02-05T00:37:07.902Z] ---> b6b5db246703 [2021-02-05T00:37:07.902Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:37:08.165Z] Removing intermediate container 883d0819e88e [2021-02-05T00:37:08.165Z] ---> 30071c504472 [2021-02-05T00:37:08.165Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T00:37:08.741Z] ---> Running in de96a2cfb1db [2021-02-05T00:37:08.741Z] Removing intermediate container df568233474d [2021-02-05T00:37:08.741Z] ---> dab2c00fabd6 [2021-02-05T00:37:08.741Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T00:37:08.741Z] Removing intermediate container 5bb8a46b3138 [2021-02-05T00:37:08.741Z] ---> 441c6a87712b [2021-02-05T00:37:08.741Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T00:37:09.003Z] Removing intermediate container f0f8509c4d45 [2021-02-05T00:37:09.003Z] ---> 0734914d5118 [2021-02-05T00:37:09.003Z] Step 13/21 : WORKDIR /edgex [2021-02-05T00:37:09.003Z] ---> Running in e9bb65bc8b4a [2021-02-05T00:37:09.003Z] ---> Running in d89328dd4ba7 [2021-02-05T00:37:09.003Z] ---> Running in 26715b291c4e [2021-02-05T00:37:09.003Z] ---> Running in 7c803a6305c5 [2021-02-05T00:37:09.003Z] Removing intermediate container de96a2cfb1db [2021-02-05T00:37:09.003Z] ---> af14a170ccfd [2021-02-05T00:37:09.003Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T00:37:09.267Z] ---> Running in ada60c201f4d [2021-02-05T00:37:09.267Z] Removing intermediate container 26715b291c4e [2021-02-05T00:37:09.267Z] ---> 08a3964a8da2 [2021-02-05T00:37:09.267Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T00:37:09.267Z] Removing intermediate container e9bb65bc8b4a [2021-02-05T00:37:09.267Z] ---> 638b63418e93 [2021-02-05T00:37:09.267Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:37:09.531Z] Removing intermediate container d89328dd4ba7 [2021-02-05T00:37:09.531Z] ---> 479a7a487db0 [2021-02-05T00:37:09.531Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:37:09.531Z] Removing intermediate container 7c803a6305c5 [2021-02-05T00:37:09.531Z] ---> 6342ee310e81 [2021-02-05T00:37:09.531Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T00:37:09.531Z] ---> Running in ca849e4f0bff [2021-02-05T00:37:09.531Z] Removing intermediate container ada60c201f4d [2021-02-05T00:37:09.531Z] ---> 4f05a278c940 [2021-02-05T00:37:09.531Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:37:09.799Z] ---> Running in e77bcab4ebdb [2021-02-05T00:37:09.799Z] ---> Running in 23b52a4ec748 [2021-02-05T00:37:09.799Z] ---> Running in 3822d89dbbc7 [2021-02-05T00:37:10.061Z] ---> 5d0ac0d0d546 [2021-02-05T00:37:10.061Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T00:37:10.061Z] Removing intermediate container 23b52a4ec748 [2021-02-05T00:37:10.061Z] ---> c033c829271f [2021-02-05T00:37:10.061Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:37:10.328Z] Removing intermediate container 3822d89dbbc7 [2021-02-05T00:37:10.328Z] ---> 4927a9eda19b [2021-02-05T00:37:10.328Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:37:10.610Z] ---> b66a71f761a2 [2021-02-05T00:37:10.610Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T00:37:10.610Z] ---> 7de407eccc0a [2021-02-05T00:37:10.610Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T00:37:11.198Z] ---> 805d18b556ef [2021-02-05T00:37:11.198Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T00:37:12.150Z] ---> 0e262078c4e9 [2021-02-05T00:37:12.150Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:12.150Z] ---> 4e0b163f0b09 [2021-02-05T00:37:12.150Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T00:37:12.150Z] ---> 47520a7acfe3 [2021-02-05T00:37:12.150Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:12.150Z] ---> Running in 1c454d7f7df7 [2021-02-05T00:37:12.150Z] Removing intermediate container ca849e4f0bff [2021-02-05T00:37:12.150Z] ---> 910a1e003e41 [2021-02-05T00:37:12.150Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T00:37:12.411Z] ---> Running in ecb76567744b [2021-02-05T00:37:12.412Z] Removing intermediate container e77bcab4ebdb [2021-02-05T00:37:12.412Z] ---> 98da17e1ddd9 [2021-02-05T00:37:12.412Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T00:37:12.412Z] ---> adf62809585e [2021-02-05T00:37:12.412Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T00:37:12.676Z] ---> Running in 86d191c0b4ab [2021-02-05T00:37:12.676Z] Removing intermediate container 1c454d7f7df7 [2021-02-05T00:37:12.676Z] ---> 2fcc8c2c63d4 [2021-02-05T00:37:12.676Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T00:37:12.676Z] ---> b49c34ab9b02 [2021-02-05T00:37:12.676Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T00:37:12.676Z] ---> Running in 0da81d231d3d [2021-02-05T00:37:12.939Z] ---> Running in 85def9a1601d [2021-02-05T00:37:12.939Z] ---> Running in 3a80dc745e05 [2021-02-05T00:37:12.939Z] Removing intermediate container ecb76567744b [2021-02-05T00:37:12.939Z] ---> b8af1a6cadc3 [2021-02-05T00:37:12.939Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T00:37:13.205Z] Removing intermediate container 0da81d231d3d [2021-02-05T00:37:13.205Z] ---> 70cc72689d76 [2021-02-05T00:37:13.205Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:37:13.205Z] Removing intermediate container 85def9a1601d [2021-02-05T00:37:13.205Z] ---> 43ee56c80290 [2021-02-05T00:37:13.205Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T00:37:13.205Z] Removing intermediate container 3a80dc745e05 [2021-02-05T00:37:13.205Z] ---> 0c20122195bd [2021-02-05T00:37:13.205Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:37:13.474Z] ---> Running in 448500d05068 [2021-02-05T00:37:13.474Z] ---> Running in 98d20db0a71b [2021-02-05T00:37:13.474Z] ---> Running in 866acd3f2769 [2021-02-05T00:37:13.737Z] ---> 8c14e60c17d5 [2021-02-05T00:37:13.737Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T00:37:13.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:13.737Z] Removing intermediate container 448500d05068 [2021-02-05T00:37:13.737Z] ---> a10f3301d503 [2021-02-05T00:37:13.737Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T00:37:14.004Z] Removing intermediate container 98d20db0a71b [2021-02-05T00:37:14.004Z] ---> 6ebae503096b [2021-02-05T00:37:14.004Z] Step 20/21 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:37:14.004Z] ---> Running in eb1b48843e23 [2021-02-05T00:37:14.004Z] Removing intermediate container 866acd3f2769 [2021-02-05T00:37:14.004Z] ---> 1731a1d91c45 [2021-02-05T00:37:14.004Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T00:37:14.004Z] ---> Running in 5bf96b4b8f55 [2021-02-05T00:37:14.269Z] ---> Running in a4c7a0a51b95 [2021-02-05T00:37:14.269Z] ---> Running in 2b2414a156d7 [2021-02-05T00:37:14.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:14.269Z] Removing intermediate container 5bf96b4b8f55 [2021-02-05T00:37:14.269Z] ---> b6d90613b2ba [2021-02-05T00:37:14.269Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T00:37:14.720Z] Removing intermediate container a4c7a0a51b95 [2021-02-05T00:37:14.720Z] ---> e16f8d616445 [2021-02-05T00:37:14.720Z] Step 21/22 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:37:14.720Z] ---> Running in 2739e90960ae [2021-02-05T00:37:14.720Z] Removing intermediate container 2b2414a156d7 [2021-02-05T00:37:14.720Z] ---> 9298abe52aaa [2021-02-05T00:37:14.720Z] Step 21/22 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:37:14.720Z] ---> Running in 6c2064477926 [2021-02-05T00:37:15.008Z] ---> Running in b17197e06d5a [2021-02-05T00:37:15.008Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T00:37:15.008Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T00:37:15.008Z] Removing intermediate container 2739e90960ae [2021-02-05T00:37:15.008Z] ---> 8a22e5b38378 [2021-02-05T00:37:15.008Z] [2021-02-05T00:37:15.008Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T00:37:15.008Z] Removing intermediate container 6c2064477926 [2021-02-05T00:37:15.008Z] ---> c3119419ed70 [2021-02-05T00:37:15.008Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:37:15.008Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T00:37:15.008Z] Removing intermediate container b17197e06d5a [2021-02-05T00:37:15.008Z] ---> 6875189335a7 [2021-02-05T00:37:15.008Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:37:15.306Z] Successfully built 8a22e5b38378 [2021-02-05T00:37:15.306Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T00:37:15.306Z] ---> Running in d42673131b3a [2021-02-05T00:37:15.306Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T00:37:15.306Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-05T00:37:15.306Z] ---> Running in 3c5b9203e478 [2021-02-05T00:37:15.306Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T00:37:15.306Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:37:15.567Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T00:37:15.567Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T00:37:15.632Z] OK: 8 MiB in 20 packages [2021-02-05T00:37:15.632Z] Removing intermediate container d42673131b3a [2021-02-05T00:37:15.632Z] ---> 3f611eca56b7 [2021-02-05T00:37:15.632Z] [2021-02-05T00:37:15.971Z] Removing intermediate container 3c5b9203e478 [2021-02-05T00:37:15.971Z] ---> 9e2617c880f1 [2021-02-05T00:37:15.971Z] [2021-02-05T00:37:15.971Z] Removing intermediate container eb1b48843e23 [2021-02-05T00:37:15.971Z] ---> 4d99d1826a6b [2021-02-05T00:37:15.971Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:37:15.971Z] Successfully built 3f611eca56b7 [2021-02-05T00:37:15.971Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T00:37:15.971Z] Building docker-security-secretstore-setup-go [2021-02-05T00:37:16.256Z]  Building docker-support-scheduler-go ... done Successfully built 9e2617c880f1 [2021-02-05T00:37:16.256Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T00:37:16.256Z] Building docker-core-metadata-go [2021-02-05T00:37:16.256Z]  Building docker-support-notifications-go ... done  ---> d55806961d76 [2021-02-05T00:37:16.256Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T00:37:16.521Z] Removing intermediate container 86d191c0b4ab [2021-02-05T00:37:16.521Z] ---> 58343a21d605 [2021-02-05T00:37:16.521Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:37:17.100Z] ---> cdbb141eb565 [2021-02-05T00:37:17.100Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T00:37:17.550Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T00:37:17.550Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T00:37:17.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T00:37:19.738Z] ---> 34e6693cb6fe [2021-02-05T00:37:19.738Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T00:37:22.309Z] ---> af15e9cd8700 [2021-02-05T00:37:22.309Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T00:37:22.309Z] ---> 3e4a30a59f86 [2021-02-05T00:37:22.310Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T00:37:24.272Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T00:37:24.272Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T00:37:24.272Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T00:37:24.272Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T00:37:24.272Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T00:37:24.272Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T00:37:24.886Z] ---> 6517e7c66946 [2021-02-05T00:37:24.886Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T00:37:24.886Z] ---> b12bafa36947 [2021-02-05T00:37:24.886Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T00:37:25.157Z] ---> Running in d5e1df6c6d1a [2021-02-05T00:37:25.419Z] Removing intermediate container d5e1df6c6d1a [2021-02-05T00:37:25.419Z] ---> 3b99d2b9cd05 [2021-02-05T00:37:25.419Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:37:25.684Z] ---> Running in c31bda5a99cb [2021-02-05T00:37:25.684Z] ---> 6b6ff67b15cb [2021-02-05T00:37:25.684Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T00:37:25.947Z] Removing intermediate container c31bda5a99cb [2021-02-05T00:37:25.947Z] ---> 90cc84eddfd3 [2021-02-05T00:37:25.947Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:37:25.947Z] ---> Running in 525c0947bed4 [2021-02-05T00:37:25.947Z] ---> Running in d801cc4198cd [2021-02-05T00:37:30.194Z] Removing intermediate container d801cc4198cd [2021-02-05T00:37:30.194Z] ---> 30d3a88a2094 [2021-02-05T00:37:30.194Z] Step 22/23 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:37:30.194Z] Removing intermediate container 525c0947bed4 [2021-02-05T00:37:30.194Z] ---> 8bd0de47ad79 [2021-02-05T00:37:30.194Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T00:37:32.145Z] ---> Running in 3042d6909e67 [2021-02-05T00:37:32.552Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T00:37:32.552Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T00:37:32.552Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T00:37:34.766Z] Removing intermediate container 3042d6909e67 [2021-02-05T00:37:34.766Z] ---> 4af7afb081ae [2021-02-05T00:37:34.766Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:37:34.766Z] ---> ce38f24690b0 [2021-02-05T00:37:34.766Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T00:37:35.419Z] ---> Running in 290da9125fe5 [2021-02-05T00:37:36.020Z] ---> Running in d4499452c947 [2021-02-05T00:37:36.287Z] Removing intermediate container 290da9125fe5 [2021-02-05T00:37:36.287Z] ---> e58e255fb96f [2021-02-05T00:37:36.287Z] [2021-02-05T00:37:36.880Z] Successfully built e58e255fb96f [2021-02-05T00:37:36.880Z] Successfully tagged docker-core-data-go:latest [2021-02-05T00:37:36.880Z] Building docker-core-command-go [2021-02-05T00:37:39.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.355s coverage: 46.0% of statements [2021-02-05T00:37:39.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T00:37:39.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T00:37:39.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T00:37:39.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T00:37:39.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T00:37:39.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T00:37:39.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T00:37:39.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.154s coverage: 100.0% of statements [2021-02-05T00:37:40.218Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:37:40.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:37:40.218Z] ---> 35161647e01c [2021-02-05T00:37:40.218Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:37:40.218Z] ---> Using cache [2021-02-05T00:37:40.218Z] ---> 788bd64d8db0 [2021-02-05T00:37:40.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:37:40.218Z] ---> Using cache [2021-02-05T00:37:40.218Z] ---> 1308486a4a5d [2021-02-05T00:37:40.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:37:40.218Z] ---> Using cache [2021-02-05T00:37:40.218Z] ---> ec2d827cca4c [2021-02-05T00:37:40.218Z] Step 6/23 : COPY go.mod . [2021-02-05T00:37:40.218Z] ---> Using cache [2021-02-05T00:37:40.218Z] ---> 5264e77bd258 [2021-02-05T00:37:40.218Z] Step 7/23 : RUN go mod download [2021-02-05T00:37:40.218Z] ---> Using cache [2021-02-05T00:37:40.218Z] ---> f5c9cf8a3548 [2021-02-05T00:37:40.218Z] Step 8/23 : COPY . . [2021-02-05T00:37:40.218Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:37:40.218Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:37:40.218Z] ---> 35161647e01c [2021-02-05T00:37:40.218Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T00:37:40.218Z] ---> Using cache [2021-02-05T00:37:40.218Z] ---> 788bd64d8db0 [2021-02-05T00:37:40.218Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:37:40.218Z] ---> Using cache [2021-02-05T00:37:40.218Z] ---> 1308486a4a5d [2021-02-05T00:37:40.218Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T00:37:40.218Z] ---> Using cache [2021-02-05T00:37:40.218Z] ---> 8bb511a53e96 [2021-02-05T00:37:40.218Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T00:37:41.185Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:37:41.185Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:37:41.185Z] ---> 35161647e01c [2021-02-05T00:37:41.185Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T00:37:41.185Z] ---> Using cache [2021-02-05T00:37:41.185Z] ---> 788bd64d8db0 [2021-02-05T00:37:41.185Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:37:41.185Z] ---> Using cache [2021-02-05T00:37:41.185Z] ---> 1308486a4a5d [2021-02-05T00:37:41.185Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T00:37:41.185Z] ---> Using cache [2021-02-05T00:37:41.185Z] ---> ec2d827cca4c [2021-02-05T00:37:41.185Z] Step 6/24 : COPY go.mod . [2021-02-05T00:37:41.185Z] ---> Using cache [2021-02-05T00:37:41.185Z] ---> 5264e77bd258 [2021-02-05T00:37:41.185Z] Step 7/24 : RUN go mod download [2021-02-05T00:37:41.185Z] ---> Using cache [2021-02-05T00:37:41.185Z] ---> f5c9cf8a3548 [2021-02-05T00:37:41.185Z] Step 8/24 : COPY . . [2021-02-05T00:37:41.185Z] ---> Using cache [2021-02-05T00:37:41.185Z] ---> 8bb511a53e96 [2021-02-05T00:37:41.185Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T00:37:41.554Z] ---> Running in bb15c8abb9d1 [2021-02-05T00:37:41.554Z] ---> Running in f5a69cbe7850 [2021-02-05T00:37:41.815Z] ---> Running in faad3ef718d7 [2021-02-05T00:37:43.750Z] Removing intermediate container d4499452c947 [2021-02-05T00:37:43.750Z] ---> 1f6eebdde177 [2021-02-05T00:37:43.750Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T00:37:44.360Z] ---> Running in c69e4b9767c1 [2021-02-05T00:37:44.635Z] 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-05T00:37:45.225Z] Removing intermediate container c69e4b9767c1 [2021-02-05T00:37:45.226Z] ---> badd21352541 [2021-02-05T00:37:45.226Z] Step 28/31 : CMD ["gate"] [2021-02-05T00:37:45.490Z] 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-05T00:37:45.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:45.755Z] ---> Running in bba00c3c54b1 [2021-02-05T00:37:46.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.515s coverage: 27.1% of statements [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T00:37:46.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.133s coverage: 100.0% of statements [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T00:37:46.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T00:37:46.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.224s coverage: 65.8% of statements [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T00:37:46.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T00:37:46.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:37:46.628Z] Removing intermediate container bba00c3c54b1 [2021-02-05T00:37:46.628Z] ---> ced578f8d7f2 [2021-02-05T00:37:46.628Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T00:37:47.241Z] OK: 233 MiB in 51 packages [2021-02-05T00:37:47.517Z] ---> Running in fcd074bbeb45 [2021-02-05T00:37:48.522Z] Removing intermediate container fcd074bbeb45 [2021-02-05T00:37:48.522Z] ---> 390a5bf9f66e [2021-02-05T00:37:48.522Z] Step 30/31 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:37:49.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.735s coverage: 82.3% of statements [2021-02-05T00:37:49.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T00:37:49.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:37:49.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T00:37:49.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T00:37:49.499Z] ---> Running in 7951d9142a40 [2021-02-05T00:37:49.771Z] Removing intermediate container bb15c8abb9d1 [2021-02-05T00:37:49.771Z] ---> 85dfbacc77e3 [2021-02-05T00:37:49.771Z] Step 6/26 : COPY go.mod . [2021-02-05T00:37:50.367Z] Removing intermediate container 7951d9142a40 [2021-02-05T00:37:50.367Z] ---> c55c88baaebc [2021-02-05T00:37:50.367Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T00:37:50.632Z] ---> 8bb7c6914231 [2021-02-05T00:37:50.632Z] Step 7/26 : RUN go mod download [2021-02-05T00:37:51.608Z] ---> Running in 021cd2b79f19 [2021-02-05T00:37:51.608Z] ---> Running in 1d253bf59203 [2021-02-05T00:37:52.595Z] Removing intermediate container 1d253bf59203 [2021-02-05T00:37:52.595Z] ---> 7c7007f0b87e [2021-02-05T00:37:52.595Z] [2021-02-05T00:37:53.189Z] Successfully built 7c7007f0b87e [2021-02-05T00:37:53.189Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T00:37:56.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.228s coverage: 28.6% of statements [2021-02-05T00:37:56.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T00:37:56.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T00:37:56.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T00:37:56.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T00:37:56.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T00:37:56.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.180s coverage: 100.0% of statements [2021-02-05T00:37:56.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T00:37:56.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.129s coverage: 100.0% of statements [2021-02-05T00:37:56.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T00:37:56.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.353s coverage: 86.7% of statements [2021-02-05T00:37:56.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T00:37:56.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.345s coverage: 97.5% of statements [2021-02-05T00:37:56.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T00:37:56.593Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 021cd2b79f19 [2021-02-05T00:37:56.593Z] ---> d83de1836c25 [2021-02-05T00:37:56.593Z] Step 8/26 : COPY . . [2021-02-05T00:37:57.586Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:37:57.586Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:37:57.586Z] ---> 35161647e01c [2021-02-05T00:37:57.586Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:37:57.586Z] ---> Using cache [2021-02-05T00:37:57.586Z] ---> 788bd64d8db0 [2021-02-05T00:37:57.586Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:37:57.586Z] ---> Using cache [2021-02-05T00:37:57.586Z] ---> 1308486a4a5d [2021-02-05T00:37:57.586Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:37:57.586Z] ---> Using cache [2021-02-05T00:37:57.586Z] ---> ec2d827cca4c [2021-02-05T00:37:57.586Z] Step 6/23 : COPY go.mod . [2021-02-05T00:37:57.586Z] ---> Using cache [2021-02-05T00:37:57.586Z] ---> 5264e77bd258 [2021-02-05T00:37:57.586Z] Step 7/23 : RUN go mod download [2021-02-05T00:37:57.586Z] ---> Using cache [2021-02-05T00:37:57.586Z] ---> f5c9cf8a3548 [2021-02-05T00:37:57.586Z] Step 8/23 : COPY . . [2021-02-05T00:37:57.586Z] ---> Using cache [2021-02-05T00:37:57.586Z] ---> 8bb511a53e96 [2021-02-05T00:37:57.586Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T00:37:58.156Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements [2021-02-05T00:37:58.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T00:37:58.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T00:37:58.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T00:37:58.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T00:37:59.025Z] ---> Running in b4a947e2b2e8 [2021-02-05T00:37:59.639Z] 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-05T00:38:07.971Z] 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-05T00:38:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.317s coverage: 92.8% of statements [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T00:38:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T00:38:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.268s coverage: 0.1% of statements [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T00:38:08.349Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T00:38:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 45.5% of statements [2021-02-05T00:38:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements [2021-02-05T00:38:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.087s coverage: 94.1% of statements [2021-02-05T00:38:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2021-02-05T00:38:08.349Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-02-05T00:38:20.423Z] Removing intermediate container faad3ef718d7 [2021-02-05T00:38:20.423Z] ---> 08de66d06ccd [2021-02-05T00:38:20.423Z] [2021-02-05T00:38:20.423Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T00:38:20.423Z] ---> 389fef711851 [2021-02-05T00:38:20.423Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T00:38:20.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.095s coverage: 94.4% of statements [2021-02-05T00:38:20.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-02-05T00:38:21.006Z] ---> 2fe63dec797d [2021-02-05T00:38:21.006Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T00:38:21.286Z] ---> Running in ea546739d6a4 [2021-02-05T00:38:21.871Z] ---> Running in c3e7d80bf606 [2021-02-05T00:38:21.871Z] Removing intermediate container f5a69cbe7850 [2021-02-05T00:38:21.871Z] ---> b427601d083f [2021-02-05T00:38:21.871Z] [2021-02-05T00:38:21.871Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:38:21.871Z] ---> 389fef711851 [2021-02-05T00:38:21.871Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:38:21.871Z] ---> Using cache [2021-02-05T00:38:21.871Z] ---> 6dd580cdbdac [2021-02-05T00:38:21.871Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:38:21.871Z] ---> Using cache [2021-02-05T00:38:21.871Z] ---> dab2c00fabd6 [2021-02-05T00:38:21.871Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T00:38:22.157Z] ---> Running in 51d3a7e46c21 [2021-02-05T00:38:22.752Z] Removing intermediate container 51d3a7e46c21 [2021-02-05T00:38:22.752Z] ---> e958c6ee6299 [2021-02-05T00:38:22.752Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:38:22.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:22.752Z] ---> Running in 5b147c8bbd8e [2021-02-05T00:38:22.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:22.752Z] 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-05T00:38:23.019Z] Removing intermediate container 5b147c8bbd8e [2021-02-05T00:38:23.019Z] ---> c72384ec3ef6 [2021-02-05T00:38:23.019Z] Step 15/23 : WORKDIR / [2021-02-05T00:38:23.019Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T00:38:23.019Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:38:23.019Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T00:38:23.019Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T00:38:23.019Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T00:38:23.019Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:23.285Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:38:23.285Z] ---> Running in 20dbaf345fbb [2021-02-05T00:38:23.285Z] OK: 7 MiB in 19 packages [2021-02-05T00:38:23.559Z] Removing intermediate container 20dbaf345fbb [2021-02-05T00:38:23.559Z] ---> 87fc166fb240 [2021-02-05T00:38:23.559Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:38:25.531Z] ---> cee325350f0d [2021-02-05T00:38:25.531Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T00:38:25.805Z] Removing intermediate container ea546739d6a4 [2021-02-05T00:38:25.805Z] ---> 95ecf495bd99 [2021-02-05T00:38:25.805Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:38:25.805Z] ---> Running in 088994dd57eb [2021-02-05T00:38:27.254Z] ---> 0a4e7c64ad55 [2021-02-05T00:38:27.254Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:27.254Z] Removing intermediate container 088994dd57eb [2021-02-05T00:38:27.254Z] ---> 7a9168bf3252 [2021-02-05T00:38:27.254Z] Step 13/24 : WORKDIR / [2021-02-05T00:38:29.225Z] ---> Running in 8d4b55bce6af [2021-02-05T00:38:29.225Z] ---> c5524dff8a2e [2021-02-05T00:38:29.225Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T00:38:29.225Z] ---> Running in 692e82ce64d7 [2021-02-05T00:38:29.225Z] Removing intermediate container b4a947e2b2e8 [2021-02-05T00:38:29.225Z] ---> 68289e8ab3b7 [2021-02-05T00:38:29.225Z] [2021-02-05T00:38:29.225Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:38:29.225Z] ---> 389fef711851 [2021-02-05T00:38:29.225Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:38:29.225Z] ---> Using cache [2021-02-05T00:38:29.225Z] ---> 6dd580cdbdac [2021-02-05T00:38:29.225Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:38:29.225Z] ---> Using cache [2021-02-05T00:38:29.225Z] ---> dab2c00fabd6 [2021-02-05T00:38:29.225Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T00:38:29.225Z] ---> Running in e5369658c4f7 [2021-02-05T00:38:29.225Z] Removing intermediate container 8d4b55bce6af [2021-02-05T00:38:29.225Z] ---> 14571e38c869 [2021-02-05T00:38:29.225Z] 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-05T00:38:29.500Z] Removing intermediate container 692e82ce64d7 [2021-02-05T00:38:29.500Z] ---> d9d25c824aee [2021-02-05T00:38:29.500Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:38:29.500Z] Removing intermediate container e5369658c4f7 [2021-02-05T00:38:29.500Z] ---> 7f1feb7958c9 [2021-02-05T00:38:29.500Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:38:29.500Z] ---> Running in 65e872dadcba [2021-02-05T00:38:29.768Z] ---> Running in ac71003bdf2a [2021-02-05T00:38:29.768Z] ---> 39d86983aa03 [2021-02-05T00:38:29.768Z] 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-05T00:38:30.039Z] Removing intermediate container 65e872dadcba [2021-02-05T00:38:30.039Z] ---> 164ac3aeccd4 [2021-02-05T00:38:30.039Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:38:30.039Z] Removing intermediate container ac71003bdf2a [2021-02-05T00:38:30.039Z] ---> 13e5e7f483bc [2021-02-05T00:38:30.039Z] Step 15/23 : WORKDIR / [2021-02-05T00:38:30.039Z] ---> Running in 61832f17cce4 [2021-02-05T00:38:30.039Z] ---> Running in 78b5de6d11b5 [2021-02-05T00:38:30.308Z] ---> 8340ea9c1826 [2021-02-05T00:38:30.308Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:30.308Z] Removing intermediate container 61832f17cce4 [2021-02-05T00:38:30.308Z] ---> 4381bb0f55ac [2021-02-05T00:38:30.308Z] Step 22/23 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:38:30.572Z] ---> Running in cc1960d091d4 [2021-02-05T00:38:30.572Z] Removing intermediate container 78b5de6d11b5 [2021-02-05T00:38:30.572Z] ---> f9e0fe6d2562 [2021-02-05T00:38:30.572Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:38:30.837Z] ---> 4c60cf52ebbc [2021-02-05T00:38:30.837Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T00:38:30.837Z] Removing intermediate container cc1960d091d4 [2021-02-05T00:38:30.837Z] ---> d3a8e37f9ddd [2021-02-05T00:38:30.837Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:38:31.443Z] ---> Running in 284c238ec5c4 [2021-02-05T00:38:31.443Z] ---> f08cc1005878 [2021-02-05T00:38:31.443Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T00:38:32.845Z] ---> 7ee3c73610ff [2021-02-05T00:38:32.845Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T00:38:33.119Z] Removing intermediate container 284c238ec5c4 [2021-02-05T00:38:33.119Z] ---> c3f14f891bc4 [2021-02-05T00:38:33.119Z] [2021-02-05T00:38:33.387Z] Successfully built c3f14f891bc4 [2021-02-05T00:38:33.387Z] ---> 7358269744d2 [2021-02-05T00:38:33.387Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:33.387Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T00:38:33.652Z]  Building docker-core-metadata-go ... done  ---> 1f690fc34a58 [2021-02-05T00:38:33.653Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T00:38:33.933Z] ---> 6718422d012b [2021-02-05T00:38:33.933Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T00:38:33.933Z] ---> Running in 71503b27ecf3 [2021-02-05T00:38:33.933Z] ---> 5b99d987fe86 [2021-02-05T00:38:33.933Z] 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-05T00:38:33.933Z] ---> Running in 0d1b46f0dbc8 [2021-02-05T00:38:34.202Z] Removing intermediate container 71503b27ecf3 [2021-02-05T00:38:34.202Z] ---> 0f4cf1e34f23 [2021-02-05T00:38:34.202Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:38:34.202Z] ---> Running in e80d067f2319 [2021-02-05T00:38:34.818Z] Removing intermediate container e80d067f2319 [2021-02-05T00:38:34.818Z] ---> bec4749ba0ac [2021-02-05T00:38:34.818Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T00:38:34.818Z] ---> Running in 564993a58713 [2021-02-05T00:38:35.083Z] Removing intermediate container 564993a58713 [2021-02-05T00:38:35.083Z] ---> 88cd92dab63c [2021-02-05T00:38:35.083Z] Step 22/23 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:38:35.346Z] ---> Running in 79860851b707 [2021-02-05T00:38:35.612Z] Removing intermediate container 79860851b707 [2021-02-05T00:38:35.612Z] ---> c3d05d92c512 [2021-02-05T00:38:35.612Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:38:35.612Z] Removing intermediate container 0d1b46f0dbc8 [2021-02-05T00:38:35.612Z] ---> c228453d96ea [2021-02-05T00:38:35.612Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T00:38:35.612Z] ---> Running in c975f8f17c40 [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.125s coverage: 92.9% of statements [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.188s coverage: 91.4% of statements [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.534s coverage: 63.5% of statements [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.852s coverage: 68.9% of statements [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.359s coverage: 37.0% of statements [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T00:38:35.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T00:38:35.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.800s coverage: 84.0% of statements [2021-02-05T00:38:36.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements [2021-02-05T00:38:36.559Z] ---> Running in ff2995d76994 [2021-02-05T00:38:37.133Z] Removing intermediate container c975f8f17c40 [2021-02-05T00:38:37.133Z] ---> 80e299155130 [2021-02-05T00:38:37.133Z] [2021-02-05T00:38:37.133Z] Removing intermediate container c3e7d80bf606 [2021-02-05T00:38:37.133Z] ---> 4d8668a9b91a [2021-02-05T00:38:37.133Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T00:38:37.133Z] Removing intermediate container ff2995d76994 [2021-02-05T00:38:37.133Z] ---> c2e5aa25863d [2021-02-05T00:38:37.133Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T00:38:37.133Z] Successfully built 80e299155130 [2021-02-05T00:38:37.397Z] ---> Running in cc1a41c4e113 [2021-02-05T00:38:37.397Z] Successfully tagged docker-core-command-go:latest [2021-02-05T00:38:37.397Z]  Building docker-core-command-go ... done  ---> Running in 0e5f37c8285e [2021-02-05T00:38:37.660Z] Removing intermediate container 0e5f37c8285e [2021-02-05T00:38:37.660Z] ---> a03eafdb7606 [2021-02-05T00:38:37.660Z] Step 23/24 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:38:37.660Z] ---> Running in 81cc2b360f00 [2021-02-05T00:38:37.928Z] Removing intermediate container 81cc2b360f00 [2021-02-05T00:38:37.928Z] ---> a738f37aacd0 [2021-02-05T00:38:37.928Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T00:38:37.928Z] 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-05T00:38:37.928Z] ---> Running in 8317dd86beac [2021-02-05T00:38:38.193Z] Removing intermediate container 8317dd86beac [2021-02-05T00:38:38.193Z] ---> 0b4a4502b01d [2021-02-05T00:38:38.193Z] [2021-02-05T00:38:38.454Z] Successfully built 0b4a4502b01d [2021-02-05T00:38:38.454Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T00:38:39.037Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container cc1a41c4e113 [2021-02-05T00:38:39.038Z] ---> b74fe1a72ec1 [2021-02-05T00:38:39.038Z] [2021-02-05T00:38:39.038Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T00:38:39.038Z] 20.10.0: Pulling from library/docker [2021-02-05T00:38:43.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.492s coverage: 47.0% of statements [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T00:38:43.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T00:38:43.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T00:38:43.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.222s coverage: 87.0% of statements [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:38:43.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T00:38:44.461Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T00:38:44.461Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T00:38:44.461Z] ---> aefe523efa57 [2021-02-05T00:38:44.461Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T00:38:44.780Z] ---> Running in 978ca6017d4d [2021-02-05T00:38:45.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:45.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:45.767Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T00:38:45.768Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T00:38:45.768Z] Executing bash-5.0.17-r0.post-install [2021-02-05T00:38:45.768Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:45.768Z] OK: 12 MiB in 22 packages [2021-02-05T00:38:46.371Z] Removing intermediate container 978ca6017d4d [2021-02-05T00:38:46.371Z] ---> d3daeea55adc [2021-02-05T00:38:46.371Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T00:38:46.638Z] ---> Running in fce51bb6ab3e [2021-02-05T00:38:46.903Z] Removing intermediate container fce51bb6ab3e [2021-02-05T00:38:46.903Z] ---> dee080c1ee87 [2021-02-05T00:38:46.903Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T00:38:46.903Z] ---> Running in d0651ef60519 [2021-02-05T00:38:47.166Z] Removing intermediate container d0651ef60519 [2021-02-05T00:38:47.166Z] ---> e5206851dc17 [2021-02-05T00:38:47.167Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T00:38:47.167Z] ---> Running in 3b7079d60d6c [2021-02-05T00:38:47.442Z] Removing intermediate container 3b7079d60d6c [2021-02-05T00:38:47.442Z] ---> 6a9f1a5f9b26 [2021-02-05T00:38:47.442Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T00:38:48.015Z] ---> b81448b10805 [2021-02-05T00:38:48.015Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T00:38:48.279Z] ---> bb8260785c66 [2021-02-05T00:38:48.279Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T00:38:48.542Z] ---> 0b44e9731055 [2021-02-05T00:38:48.542Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T00:38:48.542Z] ---> Running in 65a9625f7955 [2021-02-05T00:38:49.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:49.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:38:49.383Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T00:38:49.383Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T00:38:49.383Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T00:38:49.383Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T00:38:49.383Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T00:38:49.383Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T00:38:49.383Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T00:38:50.338Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T00:38:50.338Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T00:38:50.338Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T00:38:50.338Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T00:38:50.338Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T00:38:50.338Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T00:38:50.600Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T00:38:50.600Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T00:38:50.600Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T00:38:50.600Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T00:38:50.600Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T00:38:50.600Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T00:38:50.600Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T00:38:50.600Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T00:38:50.600Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T00:38:50.600Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T00:38:50.864Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T00:38:50.864Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T00:38:50.864Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T00:38:50.864Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T00:38:50.864Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T00:38:50.864Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T00:38:50.864Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T00:38:50.864Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T00:38:50.864Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T00:38:50.864Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T00:38:51.129Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:38:51.129Z] OK: 71 MiB in 55 packages [2021-02-05T00:38:51.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.212s coverage: 29.1% of statements [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T00:38:51.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.273s coverage: 99.0% of statements [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T00:38:51.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.155s coverage: 100.0% of statements [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T00:38:51.552Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.163s coverage: 100.0% of statements [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T00:38:51.552Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T00:38:51.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T00:38:51.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T00:38:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T00:38:51.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-02-05T00:38:51.829Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-05T00:38:52.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-02-05T00:38:53.082Z] GO111MODULE=on go vet ./... [2021-02-05T00:38:59.991Z] Removing intermediate container 65a9625f7955 [2021-02-05T00:38:59.991Z] ---> f7aaeed63be3 [2021-02-05T00:38:59.991Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T00:38:59.991Z] ---> Running in 5bf07c251e99 [2021-02-05T00:39:01.976Z] Collecting docker-compose==1.23.2 [2021-02-05T00:39:01.976Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T00:39:02.553Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T00:39:02.553Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T00:39:03.129Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T00:39:03.129Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T00:39:03.703Z] 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-05T00:39:03.703Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T00:39:03.703Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T00:39:04.280Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T00:39:04.541Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T00:39:04.542Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T00:39:04.542Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T00:39:05.121Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T00:39:05.121Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T00:39:05.121Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T00:39:05.121Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T00:39:05.383Z] Collecting PyYAML<4,>=3.10 [2021-02-05T00:39:05.645Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T00:39:06.597Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T00:39:06.597Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T00:39:06.597Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T00:39:06.597Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T00:39:06.861Z] Collecting idna<2.8,>=2.5 [2021-02-05T00:39:06.861Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T00:39:06.861Z] 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-05T00:39:06.861Z] 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-05T00:39:06.861Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T00:39:06.861Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T00:39:07.126Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T00:39:07.126Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T00:39:07.126Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T00:39:07.126Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T00:39:07.126Z] Installing collected packages: texttable, docopt, dockerpty, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, cached-property, docker-compose [2021-02-05T00:39:07.126Z] Running setup.py install for texttable: started [2021-02-05T00:39:07.745Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T00:39:07.745Z] Running setup.py install for docopt: started [2021-02-05T00:39:08.318Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T00:39:08.319Z] Running setup.py install for dockerpty: started [2021-02-05T00:39:08.900Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T00:39:08.900Z] Attempting uninstall: urllib3 [2021-02-05T00:39:08.900Z] Found existing installation: urllib3 1.25.9 [2021-02-05T00:39:08.900Z] Uninstalling urllib3-1.25.9: [2021-02-05T00:39:09.163Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T00:39:09.163Z] Attempting uninstall: idna [2021-02-05T00:39:09.163Z] Found existing installation: idna 2.9 [2021-02-05T00:39:09.163Z] Uninstalling idna-2.9: [2021-02-05T00:39:09.424Z] Successfully uninstalled idna-2.9 [2021-02-05T00:39:09.424Z] Attempting uninstall: requests [2021-02-05T00:39:09.424Z] Found existing installation: requests 2.23.0 [2021-02-05T00:39:09.424Z] Uninstalling requests-2.23.0: [2021-02-05T00:39:09.424Z] Successfully uninstalled requests-2.23.0 [2021-02-05T00:39:09.999Z] Running setup.py install for PyYAML: started [2021-02-05T00:39:10.574Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T00:39:10.837Z] 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-05T00:39:13.399Z] Removing intermediate container 5bf07c251e99 [2021-02-05T00:39:13.399Z] ---> b90a1e6abf8b [2021-02-05T00:39:13.399Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T00:39:13.667Z] ---> Running in 8ed0dd00ada7 [2021-02-05T00:39:14.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:14.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T00:39:14.250Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:39:14.250Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T00:39:14.250Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T00:39:14.250Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:39:14.250Z] OK: 72 MiB in 58 packages [2021-02-05T00:39:14.836Z] Removing intermediate container 8ed0dd00ada7 [2021-02-05T00:39:14.836Z] ---> f555d56dcaa2 [2021-02-05T00:39:14.836Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T00:39:15.101Z] ---> Running in 6221e73dca97 [2021-02-05T00:39:15.101Z] Removing intermediate container 6221e73dca97 [2021-02-05T00:39:15.101Z] ---> ca82cf604c63 [2021-02-05T00:39:15.101Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:39:15.369Z] ---> Running in 54a9fb78e671 [2021-02-05T00:39:15.369Z] Removing intermediate container 54a9fb78e671 [2021-02-05T00:39:15.369Z] ---> 9d66e1b87fe5 [2021-02-05T00:39:15.369Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T00:39:15.369Z] ---> Running in db6245b34ce9 [2021-02-05T00:39:15.633Z] Removing intermediate container db6245b34ce9 [2021-02-05T00:39:15.633Z] ---> 00e641d10171 [2021-02-05T00:39:15.633Z] Step 25/26 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:39:15.633Z] ---> Running in 5b6c77a65f39 [2021-02-05T00:39:15.898Z] Removing intermediate container 5b6c77a65f39 [2021-02-05T00:39:15.898Z] ---> 99a0e9a73def [2021-02-05T00:39:15.898Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T00:39:16.161Z] ---> Running in fa192f0db4ed [2021-02-05T00:39:16.161Z] Removing intermediate container fa192f0db4ed [2021-02-05T00:39:16.161Z] ---> 0fd8470c28e1 [2021-02-05T00:39:16.161Z] [2021-02-05T00:39:16.425Z] Successfully built 0fd8470c28e1 [2021-02-05T00:39:16.425Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T00:39:16.701Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-05T00:39:16.711Z] $ docker stop --time=1 7a64080713ec404631a84d7fb60ec519eba9256bf3900c227d768d84bf77c08a [2021-02-05T00:39:18.469Z] $ docker rm -f 7a64080713ec404631a84d7fb60ec519eba9256bf3900c227d768d84bf77c08a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:39:19.040Z] + docker images [2021-02-05T00:39:19.040Z] + grep docker [2021-02-05T00:39:19.303Z] docker-sys-mgmt-agent-go latest 0fd8470c28e1 3 seconds ago 313MB [2021-02-05T00:39:19.303Z] docker-security-secretstore-setup-go latest 0b4a4502b01d 42 seconds ago 24.6MB [2021-02-05T00:39:19.303Z] docker-core-command-go latest 80e299155130 43 seconds ago 16.9MB [2021-02-05T00:39:19.303Z] docker-core-metadata-go latest c3f14f891bc4 47 seconds ago 18.8MB [2021-02-05T00:39:19.303Z] docker-security-bootstrapper-go latest 7c7007f0b87e About a minute ago 23.8MB [2021-02-05T00:39:19.303Z] docker-core-data-go latest e58e255fb96f About a minute ago 22.3MB [2021-02-05T00:39:19.303Z] docker-support-scheduler-go latest 3f611eca56b7 2 minutes ago 17MB [2021-02-05T00:39:19.303Z] docker-support-notifications-go latest 9e2617c880f1 2 minutes ago 17.6MB [2021-02-05T00:39:19.303Z] docker-security-proxy-setup-go latest 8a22e5b38378 2 minutes ago 24.4MB [2021-02-05T00:39:19.303Z] docker 20.10.0 aefe523efa57 7 weeks 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-05T00:39:34.918Z] Still waiting to schedule task [2021-02-05T00:39:34.918Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-05T00:40:15.576Z] gofmt -l . [2021-02-05T00:40:15.576Z] [ "`gofmt -l .`" = "" ] [2021-02-05T00:40:15.576Z] ./bin/test-go-mod-tidy.sh [2021-02-05T00:40:15.576Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T00:40:17.222Z] + ls -al . [2021-02-05T00:40:17.222Z] total 716 [2021-02-05T00:40:17.222Z] drwxrwxr-x 9 1001 1001 4096 Feb 5 00:40 . [2021-02-05T00:40:17.222Z] drwxr-xr-x 4 root root 4096 Feb 5 00:35 .. [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 00:34 .dockerignore [2021-02-05T00:40:17.222Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 00:34 .git [2021-02-05T00:40:17.222Z] drwxrwxr-x 3 1001 1001 4096 Feb 5 00:34 .github [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 00:34 .gitignore [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 00:34 .sonarcloud.properties [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:34 Attribution.txt [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:34 CONTRIBUTING.md [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 00:34 Dockerfile.build [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 00:34 Jenkinsfile [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:34 LICENSE [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:34 Makefile [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:34 README.md [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:34 SECURITY.md [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 00:30 VERSION [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:34 ZMQWindows.md [2021-02-05T00:40:17.222Z] drwxrwxr-x 2 1001 1001 4096 Feb 5 00:34 bin [2021-02-05T00:40:17.222Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 00:34 cmd [2021-02-05T00:40:17.222Z] -rw-r--r-- 1 root root 583066 Feb 5 00:38 coverage.out [2021-02-05T00:40:17.222Z] -rw-r--r-- 1 root root 1054 Feb 5 00:40 go.mod [2021-02-05T00:40:17.222Z] -rw-r--r-- 1 root root 19401 Feb 5 00:40 go.sum [2021-02-05T00:40:17.222Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 00:34 internal [2021-02-05T00:40:17.222Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 00:34 openapi [2021-02-05T00:40:17.222Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 00:34 snap [2021-02-05T00:40:17.222Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 00:34 version.go [Pipeline] sh [2021-02-05T00:40:17.880Z] + '[' -e coverage.out ] [2021-02-05T00:40:17.881Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T00:40:17.901Z] Warning: overwriting stash ‘coverage-report’ [2021-02-05T00:40:19.190Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T00:40:19.909Z] + make build [2021-02-05T00:40:19.909Z] 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-05T00:40:30.583Z] Running on prd-ubuntu18.04-docker-8c-8g-25124 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws [2021-02-05T00:40:30.668Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-02-05T00:40:32.339Z] 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-05T00:40:32.943Z] using credential edgex-jenkins-ssh [2021-02-05T00:40:33.008Z] Cloning the remote Git repository [2021-02-05T00:40:33.034Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:40:33.104Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-02-05T00:40:33.132Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:40:33.132Z] > git --version # timeout=10 [2021-02-05T00:40:33.138Z] > git --version # 'git version 2.17.1' [2021-02-05T00:40:33.139Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:40:33.163Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:40:41.745Z] Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 8990d2bdda0219ec7ffade784f01aa1108ef8598 [2021-02-05T00:40:41.927Z] Merge succeeded, producing 83ce86e8e6073488d03a4b31100e5d8fe9779b26 [2021-02-05T00:40:41.927Z] Checking out Revision 83ce86e8e6073488d03a4b31100e5d8fe9779b26 (PR-3116) [2021-02-05T00:40:41.248Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:40:41.255Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T00:40:41.273Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T00:40:41.283Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T00:40:41.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:40:41.287Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T00:40:41.756Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:40:41.761Z] > git checkout -f 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 [2021-02-05T00:40:41.841Z] > git remote # timeout=10 [2021-02-05T00:40:41.848Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T00:40:41.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T00:40:41.857Z] > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 [2021-02-05T00:40:41.923Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T00:40:41.932Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T00:40:41.936Z] > git checkout -f 83ce86e8e6073488d03a4b31100e5d8fe9779b26 # timeout=10 [2021-02-05T00:40:45.613Z] Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" [2021-02-05T00:40:45.619Z] > git rev-list --no-walk 8990d2bdda0219ec7ffade784f01aa1108ef8598 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:40:46.619Z] + echo snap-build.sh [2021-02-05T00:40:46.620Z] snap-build.sh [2021-02-05T00:40:46.620Z] + SNAP_BASE_DIR=. [2021-02-05T00:40:46.620Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2021-02-05T00:40:46.620Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2021-02-05T00:40:46.620Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2021-02-05T00:40:46.620Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2021-02-05T00:40:46.620Z] + cd /w/workspace/edgex-go/9 [2021-02-05T00:40:46.620Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-05T00:40:46.620Z] Reading package lists... [2021-02-05T00:40:46.620Z] Building dependency tree... [2021-02-05T00:40:46.620Z] Reading state information... [2021-02-05T00:40:46.882Z] The following packages were automatically installed and are no longer required: [2021-02-05T00:40:46.882Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-05T00:40:46.882Z] uidmap xdelta3 [2021-02-05T00:40:46.882Z] Use 'sudo apt autoremove' to remove them. [2021-02-05T00:40:46.882Z] The following packages will be REMOVED: [2021-02-05T00:40:46.882Z] lxd* lxd-client* [2021-02-05T00:40:47.144Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-05T00:40:47.144Z] After this operation, 31.7 MB disk space will be freed. [2021-02-05T00:40:48.193Z] (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-05T00:40:48.193Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:40:49.137Z] Removing lxd dnsmasq configuration [2021-02-05T00:40:49.137Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:40:49.137Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-05T00:40:50.080Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-05T00:40:50.342Z] (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-05T00:40:50.342Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T00:40:51.736Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-05T00:40:51.736Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-05T00:40:53.126Z] + sudo snap remove --purge lxd [2021-02-05T00:40:53.387Z] snap "lxd" is not installed [2021-02-05T00:40:53.387Z] + sudo groupadd --force --system lxd [2021-02-05T00:40:53.387Z] ++ whoami [2021-02-05T00:40:53.387Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-05T00:40:53.387Z] + newgrp - lxd [2021-02-05T00:40:53.387Z] + sudo snap install lxd [2021-02-05T00:40:59.170Z] 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-05T00:41:01.528Z] 2021-02-05T00:40:58Z INFO Waiting for automatic snapd restart... [2021-02-05T00:41:05.883Z] 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-05T00:41:12.620Z] 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-05T00:41:13.598Z] 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-05T00:41:16.529Z] lxd 4.10 from Canonical* installed [2021-02-05T00:41:16.529Z] + sudo lxd init --auto [2021-02-05T00:41:18.984Z] 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-05T00:41:24.695Z] + sudo snap install --classic snapcraft [2021-02-05T00:41:27.276Z] 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-05T00:41:29.985Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T00:41:29.985Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-05T00:41:29.985Z] + patch --verbose -p1 [2021-02-05T00:41:29.985Z] Hmm... Looks like a unified diff to me... [2021-02-05T00:41:29.985Z] The text leading up to this was: [2021-02-05T00:41:29.985Z] -------------------------- [2021-02-05T00:41:29.985Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-05T00:41:29.985Z] |From: Tony Espy [2021-02-05T00:41:29.986Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-05T00:41:29.986Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-05T00:41:29.986Z] | [2021-02-05T00:41:29.986Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-05T00:41:29.986Z] |optimize the snap CI check run for pull requests. When [2021-02-05T00:41:29.986Z] |applied, it essentially strips out everything (apps and [2021-02-05T00:41:29.986Z] |parts) from the snapcraft.yaml file except those required [2021-02-05T00:41:29.986Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-05T00:41:29.986Z] |catch changes to edgex-go that break the snap build. [2021-02-05T00:41:29.986Z] | [2021-02-05T00:41:29.986Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-05T00:41:29.986Z] |to update this patch file, otherwise it may fail to apply, [2021-02-05T00:41:29.986Z] |resulting in a failed snap build CI check in the associated [2021-02-05T00:41:29.986Z] |pull request. [2021-02-05T00:41:29.986Z] | [2021-02-05T00:41:29.986Z] |Note - in addition to applying this patch, the pipeline also [2021-02-05T00:41:29.986Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-05T00:41:29.986Z] |need to build the finally binary .snap file (and it won't [2021-02-05T00:41:29.986Z] |work with the patch applied). This further reduces the build [2021-02-05T00:41:29.986Z] |time. [2021-02-05T00:41:29.986Z] |--- [2021-02-05T00:41:29.986Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-05T00:41:29.986Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-05T00:41:29.986Z] | [2021-02-05T00:41:29.986Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-05T00:41:29.986Z] |index 1e537489..faf42425 100644 [2021-02-05T00:41:29.986Z] |--- a/snap/snapcraft.yaml [2021-02-05T00:41:29.986Z] |+++ b/snap/snapcraft.yaml [2021-02-05T00:41:29.986Z] -------------------------- [2021-02-05T00:41:29.986Z] patching file snap/snapcraft.yaml [2021-02-05T00:41:29.986Z] Using Plan A... [2021-02-05T00:41:29.986Z] Hunk #1 succeeded at 73. [2021-02-05T00:41:29.986Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-05T00:41:29.986Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-05T00:41:29.986Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-05T00:41:29.986Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-05T00:41:29.986Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-05T00:41:29.986Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-05T00:41:29.986Z] Hunk #8 succeeded at 342. [2021-02-05T00:41:29.986Z] Hmm... Ignoring the trailing garbage. [2021-02-05T00:41:29.986Z] done [2021-02-05T00:41:29.986Z] + sudo snapcraft prime --use-lxd [2021-02-05T00:41:31.372Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-05T00:41:31.633Z] 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-05T00:41:31.633Z] - README.md [2021-02-05T00:41:31.633Z] - snapcraft.yaml.orig [2021-02-05T00:41:31.633Z] [2021-02-05T00:41:31.633Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T00:41:32.208Z] Launching a container. [2021-02-05T00:41:32.676Z] 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-05T00:41:38.078Z] 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-05T00:41:41.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:41:44.440Z] Waiting for container to be ready [2021-02-05T00:41:44.440Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-05T00:41:44.440Z] [2021-02-05T00:41:46.890Z] 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-05T00:41:46.991Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-05T00:41:47.265Z] Waiting for network to be ready... [2021-02-05T00:41:47.841Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T00:41:47.841Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T00:41:48.412Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T00:41:48.412Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T00:41:48.412Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T00:41:48.679Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T00:41:48.679Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T00:41:48.679Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T00:41:48.679Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T00:41:48.679Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T00:41:48.679Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T00:41:48.679Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T00:41:48.679Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T00:41:48.679Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T00:41:48.679Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T00:41:48.679Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T00:41:48.679Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T00:41:48.939Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T00:41:49.201Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T00:41:49.461Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T00:41:49.461Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T00:41:49.461Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T00:41:49.461Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T00:41:49.461Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T00:41:49.461Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T00:41:49.461Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T00:41:49.721Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T00:41:51.233Z] 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-05T00:41:52.291Z] Fetched 23.9 MB in 4s (5410 kB/s) [2021-02-05T00:41:52.876Z] Reading package lists... [2021-02-05T00:41:52.876Z] Reading package lists... [2021-02-05T00:41:53.139Z] Building dependency tree... [2021-02-05T00:41:53.139Z] Reading state information... [2021-02-05T00:41:53.139Z] The following additional packages will be installed: [2021-02-05T00:41:53.139Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T00:41:53.139Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T00:41:53.139Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T00:41:53.139Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-05T00:41:53.139Z] Suggested packages: [2021-02-05T00:41:53.139Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-05T00:41:53.139Z] Recommended packages: [2021-02-05T00:41:53.139Z] gnupg libsasl2-modules [2021-02-05T00:41:53.139Z] The following NEW packages will be installed: [2021-02-05T00:41:53.139Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T00:41:53.139Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T00:41:53.139Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T00:41:53.139Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-05T00:41:53.139Z] The following packages will be upgraded: [2021-02-05T00:41:53.139Z] gpg gpg-agent gpgconf libudev1 [2021-02-05T00:41:53.403Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-05T00:41:53.403Z] Need to get 3533 kB of archives. [2021-02-05T00:41:53.403Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-05T00:41:53.403Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-05T00:41:53.403Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-05T00:41:53.403Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-05T00:41:53.403Z] 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-05T00:41:53.403Z] 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-05T00:41:53.403Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-05T00:41:53.403Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-05T00:41:53.403Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-05T00:41:53.403Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-05T00:41:53.973Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-05T00:41:54.234Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-05T00:41:54.234Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-05T00:41:54.234Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-05T00:41:54.234Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-05T00:41:54.234Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-05T00:41:54.234Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-05T00:41:54.234Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-05T00:41:54.234Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-05T00:41:54.234Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-05T00:41:54.234Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-05T00:41:54.496Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-05T00:41:54.496Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-05T00:41:54.496Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:41:54.496Z] Fetched 3533 kB in 1s (2974 kB/s) [2021-02-05T00:41:54.496Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T00:41:54.496Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:41:54.757Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:41:54.757Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-05T00:41:54.757Z] Selecting previously unselected package udev. [2021-02-05T00:41:54.757Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T00:41:54.757Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:41:55.018Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-05T00:41:55.285Z] Selecting previously unselected package libfuse2:amd64. [2021-02-05T00:41:55.285Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T00:41:55.285Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T00:41:55.285Z] Selecting previously unselected package fuse. [2021-02-05T00:41:55.285Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T00:41:55.285Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-05T00:41:55.285Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:41:55.285Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:41:55.545Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:41:55.545Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:41:55.545Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:41:55.545Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:41:55.807Z] Selecting previously unselected package libksba8:amd64. [2021-02-05T00:41:55.807Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-05T00:41:55.807Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-05T00:41:55.807Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-05T00:41:55.807Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:41:55.807Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:55.807Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-05T00:41:55.807Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:41:55.807Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:56.068Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-05T00:41:56.068Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:41:56.068Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:56.068Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-05T00:41:56.068Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:41:56.068Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:56.068Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-05T00:41:56.068Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:41:56.329Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:56.329Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-05T00:41:56.329Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:41:56.329Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:56.329Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-05T00:41:56.329Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:41:56.329Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:56.588Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-05T00:41:56.589Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:41:56.589Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:56.589Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-05T00:41:56.589Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T00:41:56.589Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:56.589Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-05T00:41:56.589Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T00:41:56.589Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:41:56.589Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-05T00:41:56.589Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T00:41:56.589Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [Pipeline] } [2021-02-05T00:41:56.700Z] $ docker stop --time=1 0e18d4684373265fd609827fb71d9a16ba265144de9698bece9ba29290968669 [2021-02-05T00:41:56.849Z] Selecting previously unselected package libldap-common. [2021-02-05T00:41:56.849Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-05T00:41:56.849Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:41:56.849Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-05T00:41:56.849Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-05T00:41:56.849Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:41:56.849Z] Selecting previously unselected package dirmngr. [2021-02-05T00:41:56.849Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:41:57.111Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T00:41:57.111Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:41:57.111Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-05T00:41:57.111Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T00:41:57.111Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:41:57.111Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T00:41:57.111Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-05T00:41:57.375Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:57.375Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-05T00:41:57.375Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:41:57.375Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-05T00:41:57.638Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-05T00:41:57.638Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:57.905Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-05T00:41:57.905Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-05T00:41:58.167Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-05T00:41:58.167Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:58.167Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:58.167Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:58.167Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:58.167Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:58.167Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:58.167Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T00:41:58.167Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T00:41:58.429Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T00:41:58.429Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:41:58.689Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-05T00:41:58.689Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-05T00:41:58.689Z] This means they are not meant to be enabled using systemctl. [2021-02-05T00:41:58.689Z] Possible reasons for having this kind of units are: [2021-02-05T00:41:58.689Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-05T00:41:58.689Z] .wants/ or .requires/ directory. [2021-02-05T00:41:58.689Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-05T00:41:58.689Z] a requirement dependency on it. [2021-02-05T00:41:58.689Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-05T00:41:58.689Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-05T00:41:58.689Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-05T00:41:58.689Z] instance name specified. [2021-02-05T00:41:59.211Z] Reading package lists... [2021-02-05T00:41:59.211Z] Building dependency tree... [2021-02-05T00:41:59.211Z] Reading state information... [2021-02-05T00:41:59.211Z] The following additional packages will be installed: [2021-02-05T00:41:59.211Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-05T00:41:59.211Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-05T00:41:59.211Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-05T00:41:59.211Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-05T00:41:59.211Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-05T00:41:59.211Z] Suggested packages: [2021-02-05T00:41:59.211Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-05T00:41:59.211Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-05T00:41:59.211Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-05T00:41:59.211Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-05T00:41:59.211Z] systemd-container policykit-1 [2021-02-05T00:41:59.211Z] Recommended packages: [2021-02-05T00:41:59.211Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-05T00:41:59.302Z] $ docker rm -f 0e18d4684373265fd609827fb71d9a16ba265144de9698bece9ba29290968669 [2021-02-05T00:41:59.472Z] The following NEW packages will be installed: [2021-02-05T00:41:59.472Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-05T00:41:59.472Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-05T00:41:59.472Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-05T00:41:59.472Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-05T00:41:59.472Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-05T00:41:59.472Z] The following packages will be upgraded: [2021-02-05T00:41:59.472Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-05T00:41:59.472Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-05T00:41:59.472Z] Need to get 35.2 MB of archives. [2021-02-05T00:41:59.472Z] After this operation, 141 MB of additional disk space will be used. [2021-02-05T00:41:59.472Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-05T00:41:59.472Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-05T00:42:00.413Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-05T00:42:00.413Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-05T00:42:00.413Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-05T00:42:00.413Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-05T00:42:00.413Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-05T00:42:00.413Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-05T00:42:00.413Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-05T00:42:00.413Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-05T00:42:00.413Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-05T00:42:00.413Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-05T00:42:00.413Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-05T00:42:00.413Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-05T00:42:00.413Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-05T00:42:00.413Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-05T00:42:00.413Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-05T00:42:00.672Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-05T00:42:00.672Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-05T00:42:00.672Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-05T00:42:00.672Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-05T00:42:00.672Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-05T00:42:00.672Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-05T00:42:00.932Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-05T00:42:00.932Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-05T00:42:00.932Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-05T00:42:00.932Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-05T00:42:00.932Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-05T00:42:00.932Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-05T00:42:00.932Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:42:01.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:42:01.861Z] [2021-02-05T00:42:01.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:42:01.878Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:42:01.878Z] Fetched 35.2 MB in 2s (15.2 MB/s) [2021-02-05T00:42:01.878Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:42:01.878Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:42:02.140Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:42:02.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:42:02.532Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T00:42:02.532Z] 29e5d40040c1: Pulling fs layer [2021-02-05T00:42:02.532Z] 1ce36da41761: Pulling fs layer [2021-02-05T00:42:02.532Z] 25b303627fd3: Pulling fs layer [2021-02-05T00:42:02.712Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:42:02.712Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:42:02.712Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-05T00:42:02.712Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:42:02.712Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T00:42:02.972Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T00:42:03.126Z] 29e5d40040c1: Verifying Checksum [2021-02-05T00:42:03.126Z] 29e5d40040c1: Download complete [2021-02-05T00:42:03.233Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-05T00:42:03.233Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T00:42:03.233Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T00:42:03.233Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T00:42:03.494Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-05T00:42:03.494Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-05T00:42:03.726Z] 29e5d40040c1: Pull complete [2021-02-05T00:42:04.011Z] 1ce36da41761: Download complete [2021-02-05T00:42:04.081Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-05T00:42:04.081Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-05T00:42:04.081Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T00:42:04.081Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T00:42:04.351Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-05T00:42:04.351Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:42:04.351Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:42:04.351Z] Selecting previously unselected package libexpat1:amd64. [2021-02-05T00:42:04.351Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-05T00:42:04.351Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T00:42:04.613Z] Selecting previously unselected package python3.6-minimal. [2021-02-05T00:42:04.614Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:42:04.614Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:42:04.876Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T00:42:04.876Z] Checking for services that may need to be restarted...done. [2021-02-05T00:42:04.876Z] Checking for services that may need to be restarted...done. [2021-02-05T00:42:05.000Z] 1ce36da41761: Pull complete [2021-02-05T00:42:05.142Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:42:05.142Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T00:42:05.142Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:42:05.717Z] Selecting previously unselected package python3-minimal. [2021-02-05T00:42:05.717Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-05T00:42:05.717Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:42:05.717Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-05T00:42:05.717Z] Selecting previously unselected package mime-support. [2021-02-05T00:42:05.717Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-05T00:42:05.717Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-05T00:42:05.717Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-05T00:42:05.717Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-05T00:42:05.717Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T00:42:05.977Z] 25b303627fd3: Verifying Checksum [2021-02-05T00:42:05.977Z] 25b303627fd3: Download complete [2021-02-05T00:42:05.977Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-05T00:42:05.977Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:42:05.977Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:42:06.239Z] Selecting previously unselected package python3.6. [2021-02-05T00:42:06.239Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T00:42:06.239Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:42:06.239Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-05T00:42:06.239Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:42:06.239Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T00:42:06.239Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-05T00:42:06.502Z] Selecting previously unselected package python3. [2021-02-05T00:42:06.502Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-05T00:42:06.502Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-05T00:42:06.502Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-05T00:42:06.767Z] Selecting previously unselected package multiarch-support. [2021-02-05T00:42:06.767Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:42:06.767Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T00:42:06.767Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T00:42:06.767Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-05T00:42:06.767Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-05T00:42:06.767Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-05T00:42:06.767Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T00:42:07.030Z] Selecting previously unselected package libbsd0:amd64. [2021-02-05T00:42:07.030Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-05T00:42:07.030Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T00:42:07.030Z] Selecting previously unselected package sudo. [2021-02-05T00:42:07.030Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-05T00:42:07.030Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T00:42:07.291Z] Selecting previously unselected package apparmor. [2021-02-05T00:42:07.291Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T00:42:07.291Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-05T00:42:07.570Z] Selecting previously unselected package libedit2:amd64. [2021-02-05T00:42:07.570Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-05T00:42:07.570Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T00:42:07.570Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-05T00:42:07.570Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:42:07.570Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:42:07.834Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-05T00:42:07.834Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:42:07.834Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:42:07.834Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-05T00:42:07.834Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-05T00:42:07.834Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T00:42:08.096Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-05T00:42:08.096Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:42:08.096Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:42:08.357Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-05T00:42:08.357Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T00:42:08.357Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:42:08.618Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-05T00:42:08.618Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-05T00:42:08.618Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T00:42:08.618Z] Selecting previously unselected package openssh-client. [2021-02-05T00:42:08.618Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-05T00:42:08.618Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T00:42:08.880Z] Selecting previously unselected package squashfs-tools. [2021-02-05T00:42:08.881Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-05T00:42:08.881Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T00:42:08.881Z] Selecting previously unselected package snapd. [2021-02-05T00:42:08.881Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-05T00:42:08.881Z] Unpacking snapd (2.48+18.04) ... [2021-02-05T00:42:10.795Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T00:42:10.795Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T00:42:11.056Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-05T00:42:11.056Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T00:42:11.056Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T00:42:11.056Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:42:11.317Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:42:11.317Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-05T00:42:11.317Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-05T00:42:11.890Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T00:42:12.150Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T00:42:12.150Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T00:42:12.150Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:42:12.150Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:42:12.150Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T00:42:12.721Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T00:42:12.721Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:42:12.721Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T00:42:12.721Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-05T00:42:12.721Z] running python rtupdate hooks for python3.6... [2021-02-05T00:42:12.721Z] running python post-rtupdate hooks for python3.6... [2021-02-05T00:42:12.981Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-05T00:42:14.902Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-05T00:42:14.903Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T00:42:14.903Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T00:42:15.165Z] Setting up snapd (2.48+18.04) ... [2021-02-05T00:42:15.427Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-05T00:42:15.687Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-05T00:42:15.947Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-05T00:42:15.947Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-05T00:42:16.148Z] 25b303627fd3: Pull complete [2021-02-05T00:42:16.148Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T00:42:16.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:42:16.148Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T00:42:16.208Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T00:42:16.208Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T00:42:16.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-25114 does not seem to be running inside a container [2021-02-05T00:42:16.458Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T00:42:16.469Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-05T00:42:16.469Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-05T00:42:16.732Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-05T00:42:16.732Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-05T00:42:16.993Z] /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-05T00:42:16.993Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T00:42:16.993Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T00:42:17.941Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:42:17.941Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:42:17.941Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:42:19.088Z] Reading package lists... [2021-02-05T00:42:19.351Z] Reading package lists... [2021-02-05T00:42:19.612Z] Building dependency tree... [2021-02-05T00:42:19.612Z] Reading state information... [2021-02-05T00:42:19.612Z] Calculating upgrade... [2021-02-05T00:42:19.729Z] $ docker top 1327aac1dc39f10b6bd006e908d45e6f3854735ac148251ec350d5e1a31d3d77 -eo pid,comm [2021-02-05T00:42:19.875Z] The following packages will be upgraded: [2021-02-05T00:42:19.875Z] advancecomp base-files bash binutils binutils-common [2021-02-05T00:42:19.875Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-05T00:42:19.875Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-05T00:42:19.875Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-05T00:42:19.875Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-05T00:42:19.875Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-05T00:42:19.875Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-05T00:42:19.875Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-05T00:42:19.875Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-05T00:42:19.875Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-05T00:42:19.875Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-05T00:42:19.875Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-05T00:42:19.875Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-05T00:42:19.875Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-05T00:42:19.875Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-05T00:42:19.875Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:42:19.875Z] Need to get 63.8 MB of archives. [2021-02-05T00:42:19.875Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-05T00:42:19.875Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-05T00:42:19.875Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-05T00:42:19.875Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-05T00:42:19.875Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-05T00:42:19.875Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-05T00:42:19.875Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-05T00:42:19.875Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-05T00:42:19.875Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-05T00:42:19.875Z] 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-05T00:42:19.875Z] 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-05T00:42:19.875Z] 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-05T00:42:19.875Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-05T00:42:19.875Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-05T00:42:20.136Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-05T00:42:20.136Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-05T00:42:20.136Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-05T00:42:20.136Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-05T00:42:20.136Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-05T00:42:20.136Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-05T00:42:20.136Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-05T00:42:20.136Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-05T00:42:20.136Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-05T00:42:20.136Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-05T00:42:20.136Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-05T00:42:20.136Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-05T00:42:20.136Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-05T00:42:20.136Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-05T00:42:20.136Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-05T00:42:20.136Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-05T00:42:20.136Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-05T00:42:20.136Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-05T00:42:20.136Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-05T00:42:20.136Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-05T00:42:20.136Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-05T00:42:20.136Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-05T00:42:20.136Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-05T00:42:20.136Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-05T00:42:20.136Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-05T00:42:20.136Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-05T00:42:20.136Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-05T00:42:20.136Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-05T00:42:20.136Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-05T00:42:20.136Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-05T00:42:20.136Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-05T00:42:20.136Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [Pipeline] { [Pipeline] sh [2021-02-05T00:42:20.397Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-05T00:42:20.397Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-05T00:42:20.397Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-05T00:42:20.397Z] Get:49 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-05T00:42:20.397Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-05T00:42:20.397Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-05T00:42:20.397Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-05T00:42:20.397Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-05T00:42:20.397Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-05T00:42:20.397Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-05T00:42:20.397Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-05T00:42:20.397Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-05T00:42:20.658Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-05T00:42:20.658Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-05T00:42:20.658Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-05T00:42:20.920Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-05T00:42:20.921Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-05T00:42:20.921Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-05T00:42:20.921Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-05T00:42:20.921Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-05T00:42:20.940Z] + docker-compose build --help [2021-02-05T00:42:20.940Z] + grep parallel [2021-02-05T00:42:21.219Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-05T00:42:21.219Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-05T00:42:21.219Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-05T00:42:21.219Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-05T00:42:21.219Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-05T00:42:21.219Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-05T00:42:21.219Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-05T00:42:21.219Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-05T00:42:21.219Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-05T00:42:21.219Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-05T00:42:21.219Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-05T00:42:21.219Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-05T00:42:21.482Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-05T00:42:21.482Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-05T00:42:21.482Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-05T00:42:21.482Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-05T00:42:21.482Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-05T00:42:21.482Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-05T00:42:21.482Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-05T00:42:21.482Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-05T00:42:21.482Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-05T00:42:21.482Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-05T00:42:21.743Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-05T00:42:21.743Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-05T00:42:21.743Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-05T00:42:21.743Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-05T00:42:21.743Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-05T00:42:21.743Z] Get:93 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-05T00:42:21.743Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-05T00:42:21.743Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-05T00:42:21.743Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-05T00:42:21.743Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-05T00:42:21.743Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-05T00:42:22.003Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-05T00:42:22.003Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:42:22.003Z] Fetched 63.8 MB in 2s (29.4 MB/s) [2021-02-05T00:42:22.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:22.003Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:42:22.264Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:42:22.836Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:42:22.836Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:42:22.836Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-05T00:42:22.836Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-05T00:42:23.780Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:23.780Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:42:23.780Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:23.780Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:42:24.042Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:24.042Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:42:24.042Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:24.042Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:42:24.042Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:24.303Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:42:24.303Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:24.303Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:42:24.303Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:24.303Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:42:24.567Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:24.829Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:42:24.829Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:24.829Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-05T00:42:24.829Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:25.088Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:42:25.088Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:25.088Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:42:25.088Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:25.088Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:42:25.354Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:25.354Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T00:42:25.354Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:25.615Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:42:25.615Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:42:25.877Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:42:26.140Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T00:42:26.402Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T00:42:26.402Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-05T00:42:26.402Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-05T00:42:26.402Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-05T00:42:26.402Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-05T00:42:26.402Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T00:42:26.426Z] $ docker stop --time=1 1327aac1dc39f10b6bd006e908d45e6f3854735ac148251ec350d5e1a31d3d77 [2021-02-05T00:42:26.672Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-05T00:42:26.672Z] Installing new version of config file /etc/issue ... [2021-02-05T00:42:26.672Z] Installing new version of config file /etc/issue.net ... [2021-02-05T00:42:26.672Z] Installing new version of config file /etc/lsb-release ... [2021-02-05T00:42:27.957Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-05T00:42:27.957Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-05T00:42:27.957Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-05T00:42:27.957Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-05T00:42:27.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:27.957Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-05T00:42:27.957Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-05T00:42:27.957Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-05T00:42:27.957Z] 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-05T00:42:27.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:27.957Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:42:27.957Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-05T00:42:27.957Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:42:27.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:27.957Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-05T00:42:27.957Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-05T00:42:27.957Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-05T00:42:27.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:27.957Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-05T00:42:27.957Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:42:28.221Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-05T00:42:28.433Z] $ docker rm -f 1327aac1dc39f10b6bd006e908d45e6f3854735ac148251ec350d5e1a31d3d77 [2021-02-05T00:42:28.488Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:28.488Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:42:28.488Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:42:28.488Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:42:28.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:28.752Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:42:28.752Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:42:28.752Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:42:29.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:29.020Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-05T00:42:29.020Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-05T00:42:29.020Z] Setting up grep (3.1-2build1) ... [2021-02-05T00:42:29.291Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:29.291Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T00:42:29.291Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T00:42:29.291Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-05T00:42:29.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T00:42:29.310Z] . [Pipeline] withDockerContainer [2021-02-05T00:42:29.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:29.553Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:42:29.553Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:42:29.553Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-05T00:42:29.637Z] prd-ubuntu18.04-docker-arm64-4c-16g-25114 does not seem to be running inside a container [2021-02-05T00:42:29.746Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T00:42:29.817Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:29.817Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:42:29.817Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:42:30.091Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:42:30.358Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:42:30.358Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T00:42:30.358Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:42:30.934Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-05T00:42:30.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:30.934Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-05T00:42:31.195Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T00:42:31.234Z] $ docker top 465c771e14240e59415ba964c86bc7c3b54a52a2348af854dc132d94da53f366 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:42:32.141Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T00:42:32.141Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T00:42:32.141Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T00:42:32.141Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T00:42:32.335Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T00:42:32.412Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T00:42:32.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:32.413Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-05T00:42:32.674Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-05T00:42:32.674Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-05T00:42:32.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:32.935Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:42:32.935Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:42:32.935Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:42:32.935Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:32.935Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:42:33.202Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:42:33.202Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:42:33.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:33.202Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:42:33.202Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:42:33.470Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:42:33.470Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:33.470Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:42:33.470Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:42:33.735Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:42:33.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:33.735Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:42:33.735Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:42:33.735Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:42:33.996Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:42:33.996Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:42:33.996Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:33.996Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T00:42:34.258Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:42:34.258Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:42:34.258Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:34.258Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:42:34.518Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:42:34.518Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:42:34.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:34.518Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:42:34.518Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:42:34.779Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:42:34.779Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:34.779Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:42:35.040Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:42:35.613Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:42:35.874Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-05T00:42:36.139Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-05T00:42:36.140Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:36.140Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T00:42:36.140Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T00:42:36.408Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:42:36.623Z] Building docker-core-command-go ... [2021-02-05T00:42:36.623Z] Building docker-core-data-go ... [2021-02-05T00:42:36.623Z] Building docker-core-metadata-go ... [2021-02-05T00:42:36.623Z] Building docker-security-bootstrapper-go ... [2021-02-05T00:42:36.623Z] Building docker-security-proxy-setup-go ... [2021-02-05T00:42:36.623Z] Building docker-security-secretstore-setup-go ... [2021-02-05T00:42:36.623Z] Building docker-support-notifications-go ... [2021-02-05T00:42:36.623Z] Building docker-support-scheduler-go ... [2021-02-05T00:42:36.623Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T00:42:36.623Z] Building docker-sys-mgmt-agent-go [2021-02-05T00:42:36.623Z] Building docker-core-command-go [2021-02-05T00:42:36.623Z] Building docker-security-proxy-setup-go [2021-02-05T00:42:36.623Z] Building docker-support-notifications-go [2021-02-05T00:42:36.623Z] Building docker-security-secretstore-setup-go [2021-02-05T00:42:36.670Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T00:42:36.670Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-05T00:42:36.670Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T00:42:36.670Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-05T00:42:36.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:36.930Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-05T00:42:36.930Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-05T00:42:36.930Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-05T00:42:37.191Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:37.191Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-05T00:42:37.191Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T00:42:37.191Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-05T00:42:37.452Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:37.452Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-05T00:42:37.452Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T00:42:37.452Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-05T00:42:37.452Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:37.452Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:42:37.714Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:42:37.714Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:42:37.714Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:37.714Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:42:37.714Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:42:37.975Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:42:37.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:37.975Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T00:42:38.238Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:42:38.238Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:42:38.500Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:38.500Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T00:42:38.500Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T00:42:38.500Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-05T00:42:38.500Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T00:42:38.774Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:42:38.774Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:42:38.774Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:42:38.774Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:38.774Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-05T00:42:38.774Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-05T00:42:39.047Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-05T00:42:39.047Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:39.047Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-05T00:42:39.047Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T00:42:39.327Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T00:42:39.588Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:39.588Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T00:42:39.588Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T00:42:39.588Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T00:42:39.588Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:39.588Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-05T00:42:39.854Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-05T00:42:39.854Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-05T00:42:39.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:39.854Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T00:42:39.854Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T00:42:40.424Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-05T00:42:40.424Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:40.424Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T00:42:40.424Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T00:42:40.691Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-05T00:42:40.691Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:40.691Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-05T00:42:40.691Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-05T00:42:40.955Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-05T00:42:40.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:40.955Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-05T00:42:40.955Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-05T00:42:41.242Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-05T00:42:41.242Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:41.242Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-05T00:42:41.242Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-05T00:42:41.242Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-05T00:42:41.512Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:41.512Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-05T00:42:41.512Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-05T00:42:41.512Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-05T00:42:41.512Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:41.773Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T00:42:41.773Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-05T00:42:41.773Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-05T00:42:41.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T00:42:41.773Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-05T00:42:41.773Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-05T00:42:42.044Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-05T00:42:42.044Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-05T00:42:42.044Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T00:42:42.044Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T00:42:42.044Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T00:42:42.044Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T00:42:42.324Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T00:42:42.324Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T00:42:42.588Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-05T00:42:42.588Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-05T00:42:42.850Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T00:42:42.850Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-05T00:42:42.850Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T00:42:42.850Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-05T00:42:43.110Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-05T00:42:43.110Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-05T00:42:43.110Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-05T00:42:43.110Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-05T00:42:43.370Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-05T00:42:43.370Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-05T00:42:43.370Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-05T00:42:43.370Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-05T00:42:43.631Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-05T00:42:43.631Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-05T00:42:43.631Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-05T00:42:43.631Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-05T00:42:44.587Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-05T00:42:44.587Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-05T00:42:44.587Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-05T00:42:44.587Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-05T00:42:44.849Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:42:44.849Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:42:45.113Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:42:45.113Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:42:45.683Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:42:45.684Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:42:45.684Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T00:42:45.684Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T00:42:45.946Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:45.946Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:42:45.946Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:45.946Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:42:46.207Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:46.207Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:42:46.207Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:46.207Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:42:47.147Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:47.147Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:42:48.087Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:48.087Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:42:48.659Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:48.659Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:42:49.231Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:49.231Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:42:49.808Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T00:42:50.069Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T00:42:50.069Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:42:50.069Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:42:50.069Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T00:42:50.330Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:42:50.330Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T00:42:50.330Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T00:42:50.605Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-05T00:42:50.605Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-05T00:42:50.865Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:42:50.865Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:42:50.865Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T00:42:51.125Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T00:42:51.125Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-05T00:42:51.125Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-05T00:42:51.386Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:51.386Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T00:42:51.386Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:51.386Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:51.386Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:51.386Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-05T00:42:51.386Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-05T00:42:51.386Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-05T00:42:51.646Z] [2021-02-05T00:42:51.646Z] Current default time zone: 'Etc/UTC' [2021-02-05T00:42:51.646Z] Local time is now: Fri Feb 5 00:42:51 UTC 2021. [2021-02-05T00:42:51.646Z] Universal Time is now: Fri Feb 5 00:42:51 UTC 2021. [2021-02-05T00:42:51.646Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-05T00:42:51.646Z] [2021-02-05T00:42:51.646Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-05T00:42:51.646Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:51.646Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-05T00:42:51.646Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-05T00:42:51.646Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-05T00:42:51.646Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-05T00:42:51.907Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-05T00:42:51.907Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-05T00:42:51.907Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-05T00:42:51.907Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T00:42:51.907Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:51.907Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-05T00:42:52.173Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:42:52.173Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:42:52.173Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:52.173Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-05T00:42:52.173Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-05T00:42:52.173Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-05T00:42:52.173Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T00:42:52.173Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-05T00:42:52.433Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-05T00:42:52.433Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:42:52.433Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-05T00:42:54.351Z] Updating certificates in /etc/ssl/certs... [2021-02-05T00:42:54.924Z] 23 added, 27 removed; done. [2021-02-05T00:42:54.924Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T00:42:54.924Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T00:42:54.924Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-05T00:42:54.924Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-05T00:42:55.186Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-05T00:42:55.186Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:42:55.186Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:42:55.186Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:42:55.186Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:42:55.186Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:42:55.186Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:42:55.186Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:42:55.186Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-05T00:42:55.446Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:42:55.446Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:42:55.446Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-05T00:42:55.446Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-05T00:42:55.446Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:42:55.446Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T00:42:55.446Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:42:55.446Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-05T00:42:55.446Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-05T00:42:55.708Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:42:55.708Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T00:42:55.708Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-05T00:42:55.708Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-05T00:42:55.708Z] Updating certificates in /etc/ssl/certs... [2021-02-05T00:42:56.279Z] 0 added, 0 removed; done. [2021-02-05T00:42:56.279Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-05T00:42:56.279Z] done. [2021-02-05T00:42:56.848Z] Reading package lists... [2021-02-05T00:42:57.108Z] Building dependency tree... [2021-02-05T00:42:57.108Z] Reading state information... [2021-02-05T00:42:57.108Z] The following NEW packages will be installed: [2021-02-05T00:42:57.108Z] apt-transport-https [2021-02-05T00:42:57.368Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:42:57.368Z] Need to get 1696 B of archives. [2021-02-05T00:42:57.368Z] After this operation, 153 kB of additional disk space will be used. [2021-02-05T00:42:57.368Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-05T00:42:57.368Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:42:57.368Z] Fetched 1696 B in 0s (9507 B/s) [2021-02-05T00:42:57.368Z] Selecting previously unselected package apt-transport-https. [2021-02-05T00:42:57.368Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-05T00:42:57.368Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-05T00:42:57.368Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T00:42:57.629Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T00:42:57.891Z] Waiting for network to be ready... [2021-02-05T00:43:04.478Z] 2021-02-05T00:43:00Z INFO Waiting for automatic snapd restart... [2021-02-05T00:43:04.478Z] snapd 2.48.2 from Canonical* installed [2021-02-05T00:43:04.478Z] "snapd" switched to the "latest/stable" channel [2021-02-05T00:43:04.478Z] [2021-02-05T00:43:07.023Z] core18 20201210 from Canonical* installed [2021-02-05T00:43:07.284Z] "core18" switched to the "latest/stable" channel [2021-02-05T00:43:07.284Z] [2021-02-05T00:43:10.587Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T00:43:10.587Z] "snapcraft" switched to the "latest/stable" channel [2021-02-05T00:43:10.587Z] [2021-02-05T00:43:13.897Z] 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-05T00:43:13.897Z] - README.md [2021-02-05T00:43:13.897Z] - snapcraft.yaml.orig [2021-02-05T00:43:13.897Z] [2021-02-05T00:43:13.897Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T00:43:20.484Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:43:20.484Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:43:20.484Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:43:20.484Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:43:21.428Z] Reading package lists... [2021-02-05T00:43:21.688Z] 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-05T00:43:28.273Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:43:28.273Z] Reading package lists... [2021-02-05T00:43:28.273Z] Building dependency tree... [2021-02-05T00:43:28.273Z] Reading state information... [2021-02-05T00:43:28.273Z] Suggested packages: [2021-02-05T00:43:28.273Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-05T00:43:28.273Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-05T00:43:28.273Z] Recommended packages: [2021-02-05T00:43:28.273Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-05T00:43:28.273Z] The following NEW packages will be installed: [2021-02-05T00:43:28.273Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-05T00:43:28.273Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-05T00:43:28.273Z] pkg-config zip [2021-02-05T00:43:28.273Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T00:43:28.273Z] Need to get 7655 kB of archives. [2021-02-05T00:43:28.273Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-05T00:43:28.273Z] 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-05T00:43:28.274Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-05T00:43:28.534Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-05T00:43:28.534Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-05T00:43:28.534Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-05T00:43:28.534Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-05T00:43:28.794Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-05T00:43:28.794Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-05T00:43:28.794Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-05T00:43:28.794Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-05T00:43:29.055Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-05T00:43:29.055Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-05T00:43:29.055Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-05T00:43:29.055Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-05T00:43:29.055Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-05T00:43:29.315Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T00:43:29.315Z] Fetched 7655 kB in 1s (7238 kB/s) [2021-02-05T00:43:29.315Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-05T00:43:29.315Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-05T00:43:29.315Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-05T00:43:29.315Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T00:43:29.577Z] Selecting previously unselected package libpsl5:amd64. [2021-02-05T00:43:29.577Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-05T00:43:29.577Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T00:43:29.577Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-05T00:43:29.577Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-05T00:43:29.577Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T00:43:29.837Z] Selecting previously unselected package librtmp1:amd64. [2021-02-05T00:43:29.837Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-05T00:43:29.837Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T00:43:29.837Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-05T00:43:29.837Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-05T00:43:29.837Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T00:43:29.837Z] Selecting previously unselected package liberror-perl. [2021-02-05T00:43:30.097Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-05T00:43:30.097Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-05T00:43:30.097Z] Selecting previously unselected package git-man. [2021-02-05T00:43:30.097Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-05T00:43:30.097Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:43:30.097Z] Selecting previously unselected package git. [2021-02-05T00:43:30.097Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-05T00:43:30.357Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:43:30.927Z] Selecting previously unselected package libnorm1:amd64. [2021-02-05T00:43:30.927Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-05T00:43:30.927Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T00:43:31.187Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-05T00:43:31.187Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-05T00:43:31.187Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T00:43:31.187Z] Selecting previously unselected package libsodium23:amd64. [2021-02-05T00:43:31.187Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-05T00:43:31.187Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-05T00:43:31.447Z] Selecting previously unselected package libzmq5:amd64. [2021-02-05T00:43:31.447Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T00:43:31.447Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:43:31.447Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-05T00:43:31.447Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T00:43:31.447Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:43:31.707Z] Selecting previously unselected package pkg-config. [2021-02-05T00:43:31.707Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-05T00:43:31.707Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T00:43:31.707Z] Selecting previously unselected package zip. [2021-02-05T00:43:31.707Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-05T00:43:31.707Z] Unpacking zip (3.0-11build1) ... [2021-02-05T00:43:31.707Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T00:43:31.967Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:43:31.967Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T00:43:31.967Z] Setting up liberror-perl (0.17025-1) ... [2021-02-05T00:43:31.967Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T00:43:31.967Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T00:43:31.967Z] No schema files found: doing nothing. [2021-02-05T00:43:31.967Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T00:43:32.228Z] Setting up zip (3.0-11build1) ... [2021-02-05T00:43:32.228Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T00:43:32.228Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-05T00:43:32.228Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T00:43:32.228Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:43:32.228Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T00:43:32.228Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T00:43:32.228Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T00:43:32.491Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T00:43:39.078Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:43:39.078Z] git set to automatically installed. [2021-02-05T00:43:39.078Z] git-man set to automatically installed. [2021-02-05T00:43:39.078Z] libcurl3-gnutls set to automatically installed. [2021-02-05T00:43:39.078Z] liberror-perl set to automatically installed. [2021-02-05T00:43:39.078Z] libglib2.0-0 set to automatically installed. [2021-02-05T00:43:39.078Z] libnghttp2-14 set to automatically installed. [2021-02-05T00:43:39.078Z] libnorm1 set to automatically installed. [2021-02-05T00:43:39.078Z] libpgm-5.2-0 set to automatically installed. [2021-02-05T00:43:39.078Z] libpsl5 set to automatically installed. [2021-02-05T00:43:39.078Z] librtmp1 set to automatically installed. [2021-02-05T00:43:39.078Z] libsodium23 set to automatically installed. [2021-02-05T00:43:39.078Z] libzmq3-dev set to automatically installed. [2021-02-05T00:43:39.078Z] libzmq5 set to automatically installed. [2021-02-05T00:43:39.078Z] pkg-config set to automatically installed. [2021-02-05T00:43:39.078Z] zip set to automatically installed. [2021-02-05T00:43:40.991Z] snapd is not logged in, snap install commands will use sudo [2021-02-05T00:43:47.608Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T00:43:48.995Z] snap "core18" has no updates available [2021-02-05T00:43:49.565Z] Pulling config-common [2021-02-05T00:43:50.504Z] Pulling go-build-helper [2021-02-05T00:43:58.433Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:43:58.433Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:43:58.433Z] ---> 80da40d5614d [2021-02-05T00:43:58.433Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T00:43:58.433Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:43:58.433Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:43:58.433Z] ---> 80da40d5614d [2021-02-05T00:43:58.433Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T00:43:58.433Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:43:58.433Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:43:58.433Z] ---> 80da40d5614d [2021-02-05T00:43:58.433Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T00:43:58.433Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:43:58.433Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:43:58.433Z] ---> 80da40d5614d [2021-02-05T00:43:58.433Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:43:58.433Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:43:58.433Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:43:58.433Z] ---> 80da40d5614d [2021-02-05T00:43:58.433Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:43:58.433Z] ---> Running in f4c00db1f2f6 [2021-02-05T00:43:58.433Z] ---> Running in 141a237b981c [2021-02-05T00:43:58.433Z] ---> Running in fdc2ecdf23d9 [2021-02-05T00:43:58.433Z] ---> Running in 600df46e8281 [2021-02-05T00:43:58.433Z] ---> Running in c121195a3b23 [2021-02-05T00:43:58.433Z] Removing intermediate container 600df46e8281 [2021-02-05T00:43:58.433Z] ---> a1adc6d257e5 [2021-02-05T00:43:58.433Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:43:58.433Z] Removing intermediate container fdc2ecdf23d9 [2021-02-05T00:43:58.433Z] ---> e941ea2e59e2 [2021-02-05T00:43:58.433Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:43:58.433Z] Removing intermediate container f4c00db1f2f6 [2021-02-05T00:43:58.433Z] ---> ae52e4e5309e [2021-02-05T00:43:58.433Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:43:58.433Z] Removing intermediate container c121195a3b23 [2021-02-05T00:43:58.433Z] ---> f0ceb415d77d [2021-02-05T00:43:58.433Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:43:58.433Z] Removing intermediate container 141a237b981c [2021-02-05T00:43:58.433Z] ---> f611d6c8faea [2021-02-05T00:43:58.433Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:43:58.433Z] ---> Running in 9f68d9fb4e4d [2021-02-05T00:43:58.433Z] ---> Running in 05290865d2e3 [2021-02-05T00:43:58.433Z] ---> Running in da3d0d9a2a73 [2021-02-05T00:43:58.433Z] ---> Running in 1afe3fbce174 [2021-02-05T00:43:58.433Z] ---> Running in c36912574ed1 [2021-02-05T00:43:58.433Z] Removing intermediate container 9f68d9fb4e4d [2021-02-05T00:43:58.433Z] ---> 630f00a0e58d [2021-02-05T00:43:58.433Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T00:43:58.433Z] ---> Running in 3fdefc65c417 [2021-02-05T00:43:58.433Z] Removing intermediate container da3d0d9a2a73 [2021-02-05T00:43:58.433Z] ---> ee2a8614e1c6 [2021-02-05T00:43:58.433Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:43:58.433Z] Removing intermediate container 05290865d2e3 [2021-02-05T00:43:58.433Z] ---> fc9a06fdcd55 [2021-02-05T00:43:58.433Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T00:43:58.433Z] Removing intermediate container 1afe3fbce174 [2021-02-05T00:43:58.433Z] ---> 29a675db7f4b [2021-02-05T00:43:58.433Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T00:43:58.433Z] Removing intermediate container c36912574ed1 [2021-02-05T00:43:58.433Z] ---> 20d0779920e2 [2021-02-05T00:43:58.433Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T00:43:58.433Z] ---> Running in d51186530ac9 [2021-02-05T00:43:58.433Z] ---> Running in 456cd4c8b6e5 [2021-02-05T00:43:58.433Z] ---> Running in 09672c386f26 [2021-02-05T00:43:58.433Z] ---> Running in 68e589709ea2 [2021-02-05T00:43:58.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:58.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:43:59.030Z] OK: 217 MiB in 51 packages [2021-02-05T00:43:59.311Z] OK: 217 MiB in 51 packages [2021-02-05T00:43:59.920Z] OK: 217 MiB in 51 packages [2021-02-05T00:44:00.195Z] OK: 217 MiB in 51 packages [2021-02-05T00:44:00.195Z] OK: 217 MiB in 51 packages [2021-02-05T00:44:00.814Z] Removing intermediate container 3fdefc65c417 [2021-02-05T00:44:00.814Z] ---> c84073dc4045 [2021-02-05T00:44:00.814Z] Step 6/26 : COPY go.mod . [2021-02-05T00:44:01.420Z] Removing intermediate container d51186530ac9 [2021-02-05T00:44:01.420Z] ---> 7767621f2a87 [2021-02-05T00:44:01.420Z] Step 6/23 : COPY go.mod . [2021-02-05T00:44:02.022Z] Removing intermediate container 68e589709ea2 [2021-02-05T00:44:02.022Z] ---> 5b6bf55cac6f [2021-02-05T00:44:02.022Z] Step 6/22 : COPY go.mod . [2021-02-05T00:44:02.022Z] ---> c1a58d6ee571 [2021-02-05T00:44:02.022Z] Step 7/26 : RUN go mod download [2021-02-05T00:44:02.332Z] Removing intermediate container 09672c386f26 [2021-02-05T00:44:02.332Z] ---> 127f5531d5e0 [2021-02-05T00:44:02.332Z] Removing intermediate container 456cd4c8b6e5 [2021-02-05T00:44:02.332Z] ---> 31221cc5a7b2 [2021-02-05T00:44:02.332Z] Step 6/21 : COPY go.mod . [2021-02-05T00:44:02.332Z] Step 6/24 : COPY go.mod . [2021-02-05T00:44:02.332Z] ---> Running in cc55e9f1e9de [2021-02-05T00:44:02.611Z] ---> 48a498fcfa3a [2021-02-05T00:44:02.611Z] Step 7/23 : RUN go mod download [2021-02-05T00:44:02.892Z] ---> Running in bcbd19de0186 [2021-02-05T00:44:03.167Z] ---> d7db8a1aefbb [2021-02-05T00:44:03.167Z] Step 7/22 : RUN go mod download [2021-02-05T00:44:03.446Z] ---> Running in b6cba7bedee5 [2021-02-05T00:44:03.446Z] ---> 8eefb198547b [2021-02-05T00:44:03.446Z] Step 7/21 : RUN go mod download [2021-02-05T00:44:03.725Z] ---> 5349cc34628c [2021-02-05T00:44:03.725Z] Step 7/24 : RUN go mod download [2021-02-05T00:44:03.725Z] ---> Running in 0a84ca7791fc [2021-02-05T00:44:04.008Z] ---> Running in 6ff94c0878cd [2021-02-05T00:44:08.357Z] Removing intermediate container cc55e9f1e9de [2021-02-05T00:44:08.357Z] ---> f2f0e949bd38 [2021-02-05T00:44:08.357Z] Step 8/26 : COPY . . [2021-02-05T00:44:08.357Z] Removing intermediate container bcbd19de0186 [2021-02-05T00:44:08.357Z] ---> 5d47296c5fb7 [2021-02-05T00:44:08.357Z] Step 8/23 : COPY . . [2021-02-05T00:44:08.357Z] Removing intermediate container b6cba7bedee5 [2021-02-05T00:44:08.357Z] ---> dcc0066d858c [2021-02-05T00:44:08.357Z] Step 8/22 : COPY . . [2021-02-05T00:44:08.959Z] Removing intermediate container 0a84ca7791fc [2021-02-05T00:44:08.959Z] ---> ea589fb41168 [2021-02-05T00:44:08.959Z] Step 8/21 : COPY . . [2021-02-05T00:44:09.235Z] Removing intermediate container 6ff94c0878cd [2021-02-05T00:44:09.235Z] ---> bbbc29304334 [2021-02-05T00:44:09.235Z] Step 8/24 : COPY . . [2021-02-05T00:44:12.458Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T00:44:12.458Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T00:44:12.458Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T00:44:12.458Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T00:44:12.458Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T00:44:12.458Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T00:44:12.458Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T00:44:12.458Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T00:44:12.458Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T00:44:12.458Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T00:44:12.458Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T00:44:12.458Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T00:44:12.458Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T00:44:12.458Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T00:44:12.458Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T00:44:12.458Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T00:44:12.458Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T00:44:12.458Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T00:44:12.458Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T00:44:12.458Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T00:44:12.458Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T00:44:12.458Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T00:44:12.458Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T00:44:12.458Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T00:44:12.458Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T00:44:12.458Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T00:44:12.458Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T00:44:12.458Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-05T00:44:12.458Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-05T00:44:12.458Z] Fetched 279 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-05T00:44:12.458Z] Fetched 122 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-05T00:44:12.458Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-05T00:44:12.458Z] Fetched 8848 B in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-05T00:44:12.458Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-05T00:44:12.458Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-05T00:44:12.458Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-05T00:44:12.458Z] Fetched 214 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-05T00:44:12.458Z] Fetched 155 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-05T00:44:12.458Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-05T00:44:12.458Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-05T00:44:12.458Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-05T00:44:12.458Z] Fetched 499 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-05T00:44:12.458Z] Fetched 111 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-05T00:44:12.458Z] Fetched 240 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-05T00:44:12.458Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-05T00:44:12.458Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-05T00:44:12.458Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-05T00:44:12.458Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-05T00:44:12.458Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-05T00:44:12.458Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-05T00:44:12.458Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-05T00:44:12.458Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-05T00:44:12.458Z] Fetched 8720 B in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-05T00:44:12.458Z] Fetched 137 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-05T00:44:12.458Z] Fetched 119 kB in 0s (0 B/s) [2021-02-05T00:44:12.458Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-05T00:44:12.459Z] Fetched 109 kB in 0s (0 B/s) [2021-02-05T00:44:12.459Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-05T00:44:12.459Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-05T00:44:12.459Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-05T00:44:12.459Z] Fetched 645 kB in 0s (0 B/s) [2021-02-05T00:44:12.459Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-05T00:44:12.459Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-05T00:44:12.459Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-05T00:44:12.459Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-05T00:44:12.459Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-05T00:44:12.459Z] Fetched 368 kB in 0s (0 B/s) [2021-02-05T00:44:12.459Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-05T00:44:12.459Z] Fetched 187 kB in 0s (0 B/s) [2021-02-05T00:44:12.459Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-05T00:44:12.459Z] Fetched 175 kB in 0s (0 B/s) [2021-02-05T00:44:12.459Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-05T00:44:15.771Z] Fetched 206 kB in 0s (0 B/s) [2021-02-05T00:44:15.771Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-05T00:44:15.771Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-05T00:44:15.771Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-05T00:44:15.771Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-05T00:44:15.771Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-05T00:44:15.771Z] Fetched 159 kB in 0s (0 B/s) [2021-02-05T00:44:15.771Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-05T00:44:15.771Z] Fetched 107 kB in 0s (0 B/s) [2021-02-05T00:44:15.771Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-05T00:44:15.771Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-05T00:44:15.771Z] Pulling static-packages [2021-02-05T00:44:16.342Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-05T00:44:16.342Z] Skipping pull go-build-helper (already ran) [2021-02-05T00:44:16.342Z] Skipping pull static-packages (already ran) [2021-02-05T00:44:16.342Z] Building go-build-helper [2021-02-05T00:44:20.548Z] Building static-packages [2021-02-05T00:44:21.489Z] Staging go-build-helper [2021-02-05T00:44:22.428Z] Staging static-packages [2021-02-05T00:44:23.368Z] Pulling go115 [2021-02-05T00:44:24.308Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-05T00:44:24.308Z] Skipping pull go115 (already ran) [2021-02-05T00:44:24.308Z] Building go115 [2021-02-05T00:44:24.308Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T00:44:24.308Z] Dload Upload Total Spent Left Speed [2021-02-05T00:44:27.397Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 115M 7 8975k 0 0 16.6M 0 0:00:06 --:--:-- 0:00:06 16.6M 44 115M 44 51.2M 0 0 33.5M 0 0:00:03 0:00:01 0:00:02 33.5M 79 115M 79 91.5M 0 0 36.2M 0 0:00:03 0:00:02 0:00:01 36.2M 100 115M 100 115M 0 0 36.2M 0 0:00:03 0:00:03 --:--:-- 36.2M [2021-02-05T00:44:27.967Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-05T00:44:32.175Z] Staging go115 [2021-02-05T00:44:36.059Z] ---> b812e534d166 [2021-02-05T00:44:36.059Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T00:44:36.059Z] ---> e7c9183cbc95 [2021-02-05T00:44:36.059Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T00:44:36.059Z] ---> 3288ab1be3d3 [2021-02-05T00:44:36.059Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T00:44:36.059Z] ---> 7ec2d0e90fec [2021-02-05T00:44:36.059Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T00:44:36.059Z] ---> Running in 9d9591c90b58 [2021-02-05T00:44:36.059Z] ---> 54b212a9af26 [2021-02-05T00:44:36.059Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T00:44:36.059Z] ---> Running in 250e99d69753 [2021-02-05T00:44:36.059Z] ---> Running in 2957a12f2b11 [2021-02-05T00:44:36.059Z] ---> Running in b9b361a63793 [2021-02-05T00:44:36.059Z] ---> Running in d30abf096814 [2021-02-05T00:44:36.334Z] 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-05T00:44:36.607Z] 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-05T00:44:36.607Z] 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-05T00:44:36.884Z] 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-05T00:44:36.884Z] 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-05T00:44:37.456Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T00:44:37.456Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T00:44:37.456Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T00:44:37.456Z] Fetched 0 B in 0s (0 B/s) [2021-02-05T00:44:37.456Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-05T00:44:37.456Z] Fetched 224 kB in 0s (0 B/s) [2021-02-05T00:44:37.456Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-05T00:44:37.456Z] Fetched 157 kB in 0s (0 B/s) [2021-02-05T00:44:37.456Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-05T00:44:37.457Z] Fetched 221 kB in 0s (0 B/s) [2021-02-05T00:44:37.457Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-05T00:44:37.457Z] Fetched 143 kB in 0s (0 B/s) [2021-02-05T00:44:37.457Z] Pulling edgex-go [2021-02-05T00:44:38.027Z] Pulling version [2021-02-05T00:44:38.972Z] Building config-common [2021-02-05T00:44:40.893Z] Skipping build go-build-helper (already ran) [2021-02-05T00:44:40.893Z] Skipping build static-packages (already ran) [2021-02-05T00:44:40.893Z] Skipping build go115 (already ran) [2021-02-05T00:44:40.893Z] Building edgex-go [2021-02-05T00:44:41.160Z] 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-05T00:44:43.724Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 [2021-02-05T00:44:43.724Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-05T00:44:43.724Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-05T00:44:43.724Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.2 [2021-02-05T00:44:43.724Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-05T00:44:43.724Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-05T00:44:43.724Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-05T00:44:43.724Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-05T00:44:43.724Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-05T00:44:43.724Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-05T00:44:43.724Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-05T00:44:43.724Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-05T00:44:43.724Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-05T00:44:43.724Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-05T00:44:43.724Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-05T00:44:43.724Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-05T00:44:43.724Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-05T00:44:43.724Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-05T00:44:43.724Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-05T00:44:43.724Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-05T00:44:43.724Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-05T00:44:43.724Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-05T00:44:43.724Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-05T00:44:43.724Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-05T00:44:43.725Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-05T00:44:43.725Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-05T00:44:43.725Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-05T00:44:43.988Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-05T00:44:43.988Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-05T00:44:43.988Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-05T00:44:50.568Z] 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-05T00:44:53.861Z] 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-05T00:44:54.800Z] 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-05T00:44:56.183Z] 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-05T00:44:56.443Z] 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-05T00:44:56.443Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-05T00:44:56.704Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-05T00:44:56.704Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-05T00:44:56.704Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-05T00:44:58.090Z] 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-05T00:44:58.351Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-05T00:44:58.351Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-05T00:44:59.732Z] 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-05T00:45:00.300Z] 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-05T00:45:00.300Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-05T00:45:01.684Z] 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-05T00:45:02.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:45:03.225Z] 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-05T00:45:03.225Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-05T00:45:04.168Z] 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-05T00:45:04.168Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-05T00:45:06.708Z] Building version [2021-02-05T00:45:08.620Z] Staging config-common [2021-02-05T00:45:09.561Z] Skipping stage go-build-helper (already ran) [2021-02-05T00:45:09.561Z] Skipping stage static-packages (already ran) [2021-02-05T00:45:09.561Z] Skipping stage go115 (already ran) [2021-02-05T00:45:09.561Z] Staging edgex-go [2021-02-05T00:45:10.504Z] Staging version [2021-02-05T00:45:11.444Z] Priming config-common [2021-02-05T00:45:12.392Z] Priming go-build-helper [2021-02-05T00:45:13.334Z] Priming static-packages [2021-02-05T00:45:15.876Z] Priming go115 [2021-02-05T00:45:16.447Z] Priming edgex-go [2021-02-05T00:45:17.396Z] Priming version [2021-02-05T00:45:18.338Z] 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-05T00:46:13.756Z] 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-05T00:46:13.756Z] 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-05T00:46:19.114Z] Removing intermediate container b9b361a63793 [2021-02-05T00:46:19.114Z] ---> 080f3865b838 [2021-02-05T00:46:19.114Z] [2021-02-05T00:46:19.114Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T00:46:19.397Z] 3.12: Pulling from library/alpine [2021-02-05T00:46:22.073Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T00:46:22.073Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T00:46:22.073Z] ---> afeebe901d6b [2021-02-05T00:46:22.073Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T00:46:22.073Z] ---> Running in bed2e14ca392 [2021-02-05T00:46:25.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:25.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:26.737Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T00:46:26.737Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:46:26.737Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T00:46:26.737Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T00:46:27.017Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T00:46:27.017Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:27.017Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:46:27.303Z] OK: 7 MiB in 19 packages [2021-02-05T00:46:29.988Z] Removing intermediate container 9d9591c90b58 [2021-02-05T00:46:29.988Z] ---> bcce3b71a558 [2021-02-05T00:46:29.988Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T00:46:29.988Z] Removing intermediate container d30abf096814 [2021-02-05T00:46:29.988Z] ---> 602c397bfd1d [2021-02-05T00:46:29.988Z] [2021-02-05T00:46:29.988Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T00:46:29.988Z] ---> afeebe901d6b [2021-02-05T00:46:29.988Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T00:46:29.988Z] ---> Running in ed7703c8e3e0 [2021-02-05T00:46:29.988Z] ---> Running in 984f343b8c03 [2021-02-05T00:46:31.438Z] Removing intermediate container bed2e14ca392 [2021-02-05T00:46:31.438Z] ---> faf13ba9cc28 [2021-02-05T00:46:31.438Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:46:31.439Z] ---> Running in b47b57593794 [2021-02-05T00:46:32.416Z] Removing intermediate container b47b57593794 [2021-02-05T00:46:32.416Z] ---> b7ac22e3f60b [2021-02-05T00:46:32.416Z] Step 13/24 : WORKDIR / [2021-02-05T00:46:32.416Z] 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-05T00:46:32.416Z] ---> Running in 05b5202d5fc6 [2021-02-05T00:46:33.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:33.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:33.300Z] Removing intermediate container 05b5202d5fc6 [2021-02-05T00:46:33.300Z] ---> 79275ce8096e [2021-02-05T00:46:33.300Z] 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-05T00:46:33.908Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T00:46:33.908Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:46:33.908Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T00:46:33.908Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T00:46:33.908Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:33.908Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:46:34.215Z] OK: 7 MiB in 18 packages [2021-02-05T00:46:34.552Z] ---> 4119917f8cc8 [2021-02-05T00:46:34.552Z] 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-05T00:46:36.054Z] ---> 8326cb9f51e8 [2021-02-05T00:46:36.054Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T00:46:37.047Z] Removing intermediate container 984f343b8c03 [2021-02-05T00:46:37.047Z] ---> 7d209b2f4706 [2021-02-05T00:46:37.047Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T00:46:38.047Z] ---> Running in b9c32e6965a9 [2021-02-05T00:46:38.325Z] ---> 5b92bbd34fab [2021-02-05T00:46:38.325Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T00:46:38.933Z] Removing intermediate container ed7703c8e3e0 [2021-02-05T00:46:38.933Z] ---> 347b8da07461 [2021-02-05T00:46:38.933Z] [2021-02-05T00:46:38.933Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T00:46:39.207Z] Removing intermediate container b9c32e6965a9 [2021-02-05T00:46:39.207Z] ---> 5508b7249024 [2021-02-05T00:46:39.207Z] Step 13/21 : WORKDIR /edgex [2021-02-05T00:46:39.483Z] 20.10.0: Pulling from library/docker [2021-02-05T00:46:39.763Z] ---> Running in ddcdd1aaa12c [2021-02-05T00:46:40.753Z] ---> 29c8f8cb7472 [2021-02-05T00:46:40.753Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T00:46:41.351Z] Removing intermediate container ddcdd1aaa12c [2021-02-05T00:46:41.351Z] ---> 5c8b9462cf7e [2021-02-05T00:46:41.351Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T00:46:43.985Z] ---> f5697ea0a5f7 [2021-02-05T00:46:43.985Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T00:46:43.985Z] ---> e6975b26097a [2021-02-05T00:46:43.985Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T00:46:44.597Z] Removing intermediate container 250e99d69753 [2021-02-05T00:46:44.597Z] ---> cbf36e69119e [2021-02-05T00:46:44.597Z] [2021-02-05T00:46:44.597Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:46:44.597Z] ---> afeebe901d6b [2021-02-05T00:46:44.597Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:46:44.597Z] Removing intermediate container 2957a12f2b11 [2021-02-05T00:46:44.597Z] ---> b482146ed7a2 [2021-02-05T00:46:44.597Z] [2021-02-05T00:46:44.597Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:46:44.597Z] ---> afeebe901d6b [2021-02-05T00:46:44.597Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T00:46:45.197Z] ---> Running in dbb155268d06 [2021-02-05T00:46:45.197Z] ---> Running in a611d5f6d423 [2021-02-05T00:46:46.172Z] ---> a7688cd75bd6 [2021-02-05T00:46:46.172Z] 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-05T00:46:46.768Z] ---> 29b22fd335b0 [2021-02-05T00:46:46.768Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T00:46:46.768Z] ---> Running in 41db582fc5a5 [2021-02-05T00:46:48.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:48.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:48.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:48.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:49.390Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T00:46:49.390Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:49.390Z] OK: 5 MiB in 15 packages [2021-02-05T00:46:49.390Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T00:46:49.663Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:46:49.663Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:49.663Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T00:46:49.935Z] OK: 6 MiB in 16 packages [2021-02-05T00:46:50.207Z] ---> 6ae0997dd7d2 [2021-02-05T00:46:50.207Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T00:46:51.190Z] ---> Running in 88d4debfd079 [2021-02-05T00:46:51.787Z] Removing intermediate container 88d4debfd079 [2021-02-05T00:46:51.787Z] ---> 230958f5c4ea [2021-02-05T00:46:51.787Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T00:46:52.060Z] Removing intermediate container 41db582fc5a5 [2021-02-05T00:46:52.060Z] ---> 2ba0bbf51a6b [2021-02-05T00:46:52.060Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T00:46:52.337Z] ---> Running in c3770de26e22 [2021-02-05T00:46:52.337Z] Removing intermediate container a611d5f6d423 [2021-02-05T00:46:52.337Z] ---> ab24670353b6 [2021-02-05T00:46:52.337Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:46:52.337Z] ---> Running in ee5a11818eca [2021-02-05T00:46:52.612Z] ---> Running in 281cb10e16e8 [2021-02-05T00:46:52.612Z] Removing intermediate container dbb155268d06 [2021-02-05T00:46:52.612Z] ---> 7a76a516f4d3 [2021-02-05T00:46:52.612Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:46:52.890Z] ---> Running in 1203e54792cc [2021-02-05T00:46:52.890Z] Removing intermediate container c3770de26e22 [2021-02-05T00:46:52.890Z] ---> af2393d07ffb [2021-02-05T00:46:52.890Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T00:46:53.175Z] Removing intermediate container ee5a11818eca [2021-02-05T00:46:53.175Z] ---> 02b56d9a1a6f [2021-02-05T00:46:53.175Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T00:46:53.175Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T00:46:53.175Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T00:46:53.175Z] ---> Running in 88eb88b83df0 [2021-02-05T00:46:53.175Z] ---> eeaf43b92773 [2021-02-05T00:46:53.175Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T00:46:53.175Z] Removing intermediate container 281cb10e16e8 [2021-02-05T00:46:53.175Z] ---> 302e21f7bdc8 [2021-02-05T00:46:53.175Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T00:46:53.457Z] ---> Running in 90d8268baa3d [2021-02-05T00:46:53.457Z] ---> Running in 1f6c5d3a5d8c [2021-02-05T00:46:53.457Z] ---> Running in 12dc60851932 [2021-02-05T00:46:53.457Z] Removing intermediate container 1203e54792cc [2021-02-05T00:46:53.457Z] ---> 36c0f14b9bd3 [2021-02-05T00:46:53.731Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T00:46:54.015Z] ---> Running in 5be7c1fc467f [2021-02-05T00:46:54.015Z] Removing intermediate container 88eb88b83df0 [2021-02-05T00:46:54.015Z] ---> 635544259b0e [2021-02-05T00:46:54.015Z] Step 20/21 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:46:54.294Z] Removing intermediate container 90d8268baa3d [2021-02-05T00:46:54.294Z] ---> a249e9796156 [2021-02-05T00:46:54.294Z] Step 23/24 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:46:54.294Z] Removing intermediate container 1f6c5d3a5d8c [2021-02-05T00:46:54.294Z] ---> bdf7e0205cd9 [2021-02-05T00:46:54.294Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:46:54.294Z] ---> Running in 2edf969e00c8 [2021-02-05T00:46:54.294Z] ---> Running in 227188331b84 [2021-02-05T00:46:54.581Z] ---> Running in 1f55da50e04f [2021-02-05T00:46:54.581Z] Removing intermediate container 5be7c1fc467f [2021-02-05T00:46:54.581Z] ---> 6fb722141538 [2021-02-05T00:46:54.581Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:46:54.855Z] ---> Running in 18abe08b09f2 [2021-02-05T00:46:55.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:55.126Z] Removing intermediate container 2edf969e00c8 [2021-02-05T00:46:55.126Z] ---> 32240f044cdc [2021-02-05T00:46:55.126Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T00:46:55.126Z] Removing intermediate container 227188331b84 [2021-02-05T00:46:55.126Z] ---> 771ad2605dec [2021-02-05T00:46:55.126Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T00:46:55.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:46:55.398Z] Removing intermediate container 1f55da50e04f [2021-02-05T00:46:55.398Z] ---> 2a9a47de0f69 [2021-02-05T00:46:55.398Z] Step 15/23 : WORKDIR / [2021-02-05T00:46:55.398Z] ---> Running in 46bd4496ad28 [2021-02-05T00:46:55.398Z] ---> Running in 85b7172e8fba [2021-02-05T00:46:55.673Z] ---> Running in 264374a5e72a [2021-02-05T00:46:55.673Z] Removing intermediate container 18abe08b09f2 [2021-02-05T00:46:55.673Z] ---> 0f3cbc0f8b4c [2021-02-05T00:46:55.673Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:46:55.950Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T00:46:55.950Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T00:46:55.950Z] Executing bash-5.0.17-r0.post-install [2021-02-05T00:46:55.950Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:46:55.950Z] OK: 12 MiB in 22 packages [2021-02-05T00:46:55.950Z] Removing intermediate container 46bd4496ad28 [2021-02-05T00:46:55.950Z] ---> ee05a0de0a9e [2021-02-05T00:46:55.950Z] [2021-02-05T00:46:56.231Z] Removing intermediate container 85b7172e8fba [2021-02-05T00:46:56.231Z] ---> 751adc3927b3 [2021-02-05T00:46:56.231Z] [2021-02-05T00:46:56.507Z] Removing intermediate container 264374a5e72a [2021-02-05T00:46:56.507Z] ---> 4c122354399a [2021-02-05T00:46:56.507Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:46:56.785Z] Successfully built ee05a0de0a9e [2021-02-05T00:46:56.785Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T00:46:56.785Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-02-05T00:46:56.785Z] Successfully built 751adc3927b3 [2021-02-05T00:46:57.064Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T00:46:57.064Z] ---> da278c2a48dc [2021-02-05T00:46:57.064Z]  Building docker-security-secretstore-setup-go ... done Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T00:46:57.064Z] Building docker-security-bootstrapper-go [2021-02-05T00:46:57.661Z] ---> efeaaa73e688 [2021-02-05T00:46:57.661Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T00:46:57.943Z] Removing intermediate container 12dc60851932 [2021-02-05T00:46:57.943Z] ---> 97c0a2dfa9bd [2021-02-05T00:46:57.943Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T00:46:58.542Z] ---> Running in 5897fa9170d1 [2021-02-05T00:46:58.816Z] ---> a3016c8d7782 [2021-02-05T00:46:58.816Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T00:46:59.095Z] Removing intermediate container 5897fa9170d1 [2021-02-05T00:46:59.095Z] ---> 355fdc7596fd [2021-02-05T00:46:59.095Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T00:46:59.369Z] ---> 5045577f6883 [2021-02-05T00:46:59.369Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T00:46:59.369Z] ---> Running in 7017a5a6f07a [2021-02-05T00:47:00.815Z] ---> 25395d63ffa6 [2021-02-05T00:47:00.815Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T00:47:02.268Z] Removing intermediate container 7017a5a6f07a [2021-02-05T00:47:02.268Z] ---> 6e3441b5b229 [2021-02-05T00:47:02.268Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T00:47:02.543Z] ---> 01c741dbceef [2021-02-05T00:47:02.543Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T00:47:02.543Z] ---> Running in a0c8f024720e [2021-02-05T00:47:02.820Z] ---> Running in 8a7a079b7cb3 [2021-02-05T00:47:02.820Z] ---> Running in 97d8984b1109 [2021-02-05T00:47:03.428Z] Removing intermediate container a0c8f024720e [2021-02-05T00:47:03.428Z] ---> 48d26605b3cb [2021-02-05T00:47:03.428Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:47:03.702Z] Removing intermediate container 8a7a079b7cb3 [2021-02-05T00:47:03.702Z] ---> 40fe0e6afdca [2021-02-05T00:47:03.702Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T00:47:03.702Z] ---> Running in 7948100ef899 [2021-02-05T00:47:03.702Z] Removing intermediate container 97d8984b1109 [2021-02-05T00:47:03.702Z] ---> ff7c73685905 [2021-02-05T00:47:03.702Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:47:04.682Z] ---> Running in d43e33e960ca [2021-02-05T00:47:05.282Z] Removing intermediate container 7948100ef899 [2021-02-05T00:47:05.282Z] ---> 3128253d70d9 [2021-02-05T00:47:05.282Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T00:47:05.568Z] ---> 83768e8864c2 [2021-02-05T00:47:05.568Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T00:47:05.568Z] Removing intermediate container d43e33e960ca [2021-02-05T00:47:05.568Z] ---> 296d07b12ef6 [2021-02-05T00:47:05.568Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:47:05.568Z] ---> Running in 45c8beb6358c [2021-02-05T00:47:06.175Z] ---> Running in ad60ef052756 [2021-02-05T00:47:06.773Z] Removing intermediate container 45c8beb6358c [2021-02-05T00:47:06.773Z] ---> b0868bb38ab1 [2021-02-05T00:47:06.773Z] Step 21/22 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:47:06.773Z] ---> Running in 7fe8327311cb [2021-02-05T00:47:06.773Z] ---> 62b5eb9de338 [2021-02-05T00:47:06.773Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T00:47:07.052Z] Removing intermediate container ad60ef052756 [2021-02-05T00:47:07.053Z] ---> 61976de9da41 [2021-02-05T00:47:07.053Z] Step 22/23 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:47:07.330Z] ---> Running in 954e718e43b8 [2021-02-05T00:47:07.612Z] Removing intermediate container 7fe8327311cb [2021-02-05T00:47:07.612Z] ---> b6b1d329ae7b [2021-02-05T00:47:07.612Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:47:07.890Z] ---> Running in a71cf0548fe1 [2021-02-05T00:47:07.890Z] Removing intermediate container 954e718e43b8 [2021-02-05T00:47:07.890Z] ---> 4b9129f6b78f [2021-02-05T00:47:07.890Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:47:08.169Z] ---> d960bc92ee59 [2021-02-05T00:47:08.169Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T00:47:08.169Z] ---> Running in a06437072715 [2021-02-05T00:47:08.446Z] ---> Running in a217a9a440c3 [2021-02-05T00:47:08.726Z] Removing intermediate container a71cf0548fe1 [2021-02-05T00:47:08.726Z] ---> a580fa87de4a [2021-02-05T00:47:08.726Z] [2021-02-05T00:47:09.004Z] Removing intermediate container a06437072715 [2021-02-05T00:47:09.004Z] ---> 309bc426e640 [2021-02-05T00:47:09.005Z] [2021-02-05T00:47:09.287Z] Successfully built a580fa87de4a [2021-02-05T00:47:09.287Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T00:47:09.287Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-05T00:47:09.563Z] Successfully built 309bc426e640 [2021-02-05T00:47:09.563Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T00:47:09.563Z] Building docker-core-metadata-go [2021-02-05T00:47:09.833Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:10.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:10.702Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T00:47:10.702Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T00:47:10.702Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T00:47:10.702Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T00:47:10.702Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T00:47:10.979Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T00:47:10.979Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T00:47:12.967Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T00:47:12.967Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T00:47:12.967Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T00:47:12.967Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T00:47:12.967Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T00:47:12.967Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T00:47:12.967Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T00:47:13.239Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T00:47:13.239Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T00:47:13.239Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T00:47:13.239Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T00:47:13.239Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T00:47:13.239Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T00:47:13.239Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T00:47:13.239Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T00:47:13.239Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T00:47:13.239Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T00:47:13.239Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T00:47:13.512Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T00:47:13.512Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T00:47:13.512Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T00:47:13.512Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T00:47:13.512Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T00:47:13.512Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T00:47:13.512Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T00:47:13.512Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T00:47:13.786Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:47:13.786Z] OK: 71 MiB in 55 packages [2021-02-05T00:47:26.180Z] Removing intermediate container a217a9a440c3 [2021-02-05T00:47:26.180Z] ---> 6b629e2168c7 [2021-02-05T00:47:26.180Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T00:47:26.180Z] ---> Running in 7f7173954edf [2021-02-05T00:47:31.575Z] Collecting docker-compose==1.23.2 [2021-02-05T00:47:31.848Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T00:47:32.454Z] 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-05T00:47:33.057Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T00:47:33.057Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T00:47:34.499Z] Collecting PyYAML<4,>=3.10 [2021-02-05T00:47:34.499Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T00:47:38.950Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T00:47:38.950Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T00:47:39.667Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T00:47:39.667Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T00:47:43.150Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:47:43.150Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:47:43.150Z] ---> 80da40d5614d [2021-02-05T00:47:43.150Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T00:47:43.150Z] ---> Using cache [2021-02-05T00:47:43.150Z] ---> f611d6c8faea [2021-02-05T00:47:43.150Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:47:43.150Z] ---> Using cache [2021-02-05T00:47:43.150Z] ---> 20d0779920e2 [2021-02-05T00:47:43.150Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T00:47:43.435Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T00:47:43.435Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T00:47:44.044Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:47:44.044Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:47:44.044Z] ---> 80da40d5614d [2021-02-05T00:47:44.044Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T00:47:44.044Z] ---> Using cache [2021-02-05T00:47:44.044Z] ---> f611d6c8faea [2021-02-05T00:47:44.044Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:47:44.044Z] ---> Using cache [2021-02-05T00:47:44.044Z] ---> 20d0779920e2 [2021-02-05T00:47:44.044Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T00:47:48.393Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T00:47:48.393Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T00:47:48.393Z] ---> Running in b34f16af5db9 [2021-02-05T00:47:48.393Z] ---> Running in c2ae3c3ebed7 [2021-02-05T00:47:49.375Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T00:47:49.650Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T00:47:50.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:50.632Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T00:47:50.632Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T00:47:50.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:51.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:51.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:52.228Z] OK: 217 MiB in 51 packages [2021-02-05T00:47:52.228Z] OK: 217 MiB in 51 packages [2021-02-05T00:47:53.672Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:47:53.672Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:47:53.672Z] ---> 80da40d5614d [2021-02-05T00:47:53.672Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:47:53.672Z] ---> Using cache [2021-02-05T00:47:53.672Z] ---> f611d6c8faea [2021-02-05T00:47:53.672Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:47:53.672Z] ---> Using cache [2021-02-05T00:47:53.672Z] ---> 20d0779920e2 [2021-02-05T00:47:53.672Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T00:47:53.943Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T00:47:53.943Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T00:47:53.943Z] ---> 80da40d5614d [2021-02-05T00:47:53.943Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T00:47:53.943Z] ---> Using cache [2021-02-05T00:47:53.943Z] ---> f611d6c8faea [2021-02-05T00:47:53.943Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:47:53.943Z] ---> Using cache [2021-02-05T00:47:53.943Z] ---> 20d0779920e2 [2021-02-05T00:47:53.943Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T00:47:54.923Z] ---> Running in 3aac4c8eb10d [2021-02-05T00:47:54.923Z] ---> Running in c10b0f5ddea8 [2021-02-05T00:47:55.519Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T00:47:55.519Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T00:47:55.519Z] Removing intermediate container b34f16af5db9 [2021-02-05T00:47:55.519Z] ---> 9eca46eff6be [2021-02-05T00:47:55.519Z] Step 6/31 : COPY go.mod . [2021-02-05T00:47:55.793Z] Removing intermediate container c2ae3c3ebed7 [2021-02-05T00:47:55.793Z] ---> 290de1aa214a [2021-02-05T00:47:55.793Z] Step 6/22 : COPY go.mod . [2021-02-05T00:47:56.069Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T00:47:56.345Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T00:47:56.626Z] 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-05T00:47:56.626Z] 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-05T00:47:56.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:56.898Z] ---> 858dad535801 [2021-02-05T00:47:56.898Z] Step 7/31 : RUN go mod download [2021-02-05T00:47:56.898Z] Collecting idna<2.8,>=2.5 [2021-02-05T00:47:56.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:56.898Z] ---> 082b7b0f61b2 [2021-02-05T00:47:56.898Z] Step 7/22 : RUN go mod download [2021-02-05T00:47:56.898Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T00:47:57.175Z] ---> Running in 95a40e173c48 [2021-02-05T00:47:57.175Z] ---> Running in 24ee90c1f954 [2021-02-05T00:47:57.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:57.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:47:58.073Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T00:47:58.346Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T00:47:58.346Z] OK: 217 MiB in 51 packages [2021-02-05T00:47:58.623Z] OK: 217 MiB in 51 packages [2021-02-05T00:47:58.623Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T00:47:58.623Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T00:47:58.623Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T00:47:58.623Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T00:48:00.084Z] Removing intermediate container 3aac4c8eb10d [2021-02-05T00:48:00.084Z] ---> 1b284326ed6b [2021-02-05T00:48:00.084Z] Step 6/23 : COPY go.mod . [2021-02-05T00:48:00.084Z] Installing collected packages: websocket-client, PyYAML, cached-property, dockerpty, docopt, jsonschema, docker-pycreds, idna, urllib3, requests, docker, texttable, docker-compose [2021-02-05T00:48:00.688Z] Running setup.py install for PyYAML: started [2021-02-05T00:48:00.688Z] Removing intermediate container c10b0f5ddea8 [2021-02-05T00:48:00.688Z] ---> b60bd932a588 [2021-02-05T00:48:00.688Z] Step 6/23 : COPY go.mod . [2021-02-05T00:48:01.290Z] ---> eb72f9075df8 [2021-02-05T00:48:01.290Z] Step 7/23 : RUN go mod download [2021-02-05T00:48:01.568Z] ---> Running in 7a7a9dbba8f0 [2021-02-05T00:48:01.846Z] Removing intermediate container 24ee90c1f954 [2021-02-05T00:48:01.846Z] ---> ca63fdf0668a [2021-02-05T00:48:01.846Z] Step 8/22 : COPY . . [2021-02-05T00:48:01.846Z] ---> 205cb1053526 [2021-02-05T00:48:01.846Z] Step 7/23 : RUN go mod download [2021-02-05T00:48:01.846Z] Removing intermediate container 95a40e173c48 [2021-02-05T00:48:01.846Z] ---> fffb1deac54d [2021-02-05T00:48:01.846Z] Step 8/31 : COPY . . [2021-02-05T00:48:02.128Z] ---> Running in b0dcd9877442 [2021-02-05T00:48:04.123Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T00:48:04.123Z] Running setup.py install for dockerpty: started [2021-02-05T00:48:07.550Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T00:48:07.550Z] Running setup.py install for docopt: started [2021-02-05T00:48:08.534Z] Removing intermediate container 7a7a9dbba8f0 [2021-02-05T00:48:08.534Z] ---> e8bc148877db [2021-02-05T00:48:08.534Z] Step 8/23 : COPY . . [2021-02-05T00:48:08.811Z] Removing intermediate container b0dcd9877442 [2021-02-05T00:48:08.811Z] ---> 903f4b64f124 [2021-02-05T00:48:08.811Z] Step 8/23 : COPY . . [2021-02-05T00:48:10.267Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T00:48:10.588Z] Attempting uninstall: idna [2021-02-05T00:48:10.588Z] Found existing installation: idna 2.9 [2021-02-05T00:48:10.588Z] Uninstalling idna-2.9: [2021-02-05T00:48:10.865Z] Successfully uninstalled idna-2.9 [2021-02-05T00:48:11.851Z] Attempting uninstall: urllib3 [2021-02-05T00:48:11.851Z] Found existing installation: urllib3 1.25.9 [2021-02-05T00:48:11.851Z] Uninstalling urllib3-1.25.9: [2021-02-05T00:48:12.126Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T00:48:12.732Z] Attempting uninstall: requests [2021-02-05T00:48:12.732Z] Found existing installation: requests 2.23.0 [2021-02-05T00:48:12.732Z] Uninstalling requests-2.23.0: [2021-02-05T00:48:13.006Z] Successfully uninstalled requests-2.23.0 [2021-02-05T00:48:14.460Z] Running setup.py install for texttable: started [2021-02-05T00:48:17.091Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T00:48:18.080Z] 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-05T00:48:30.503Z] ---> 6bffb42654da [2021-02-05T00:48:30.503Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T00:48:30.503Z] ---> 8ee8d24318b0 [2021-02-05T00:48:30.503Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T00:48:30.503Z] ---> 882c2b6399b9 [2021-02-05T00:48:30.503Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T00:48:30.503Z] ---> Running in ee44ab6f96f2 [2021-02-05T00:48:30.503Z] ---> Running in 57d9bebb0db5 [2021-02-05T00:48:30.503Z] ---> Running in a8e6be55eacb [2021-02-05T00:48:30.503Z] ---> f8c5b8cb6476 [2021-02-05T00:48:30.503Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T00:48:30.781Z] ---> Running in 6811d49c1a72 [2021-02-05T00:48:31.057Z] Removing intermediate container 7f7173954edf [2021-02-05T00:48:31.057Z] ---> 13e0c3a2a1e3 [2021-02-05T00:48:31.057Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T00:48:31.339Z] ---> Running in f9593051a8cc [2021-02-05T00:48:31.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-05T00:48:31.616Z] 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-05T00:48:31.616Z] 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-05T00:48:32.617Z] 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-05T00:48:33.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:48:33.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:48:34.112Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T00:48:34.112Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T00:48:34.112Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T00:48:34.112Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:48:34.112Z] OK: 71 MiB in 58 packages [2021-02-05T00:48:36.122Z] Removing intermediate container f9593051a8cc [2021-02-05T00:48:36.122Z] ---> f6b1f1efa8bf [2021-02-05T00:48:36.122Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T00:48:36.122Z] ---> Running in 43d727d30af0 [2021-02-05T00:48:36.734Z] Removing intermediate container 43d727d30af0 [2021-02-05T00:48:36.734Z] ---> 5bb1a022a8e9 [2021-02-05T00:48:36.734Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:48:37.015Z] ---> Running in bf7ff5884db2 [2021-02-05T00:48:37.623Z] Removing intermediate container bf7ff5884db2 [2021-02-05T00:48:37.623Z] ---> f9ebf12db7a7 [2021-02-05T00:48:37.623Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T00:48:37.909Z] ---> Running in 6b35ed5e5568 [2021-02-05T00:48:38.516Z] Removing intermediate container 6b35ed5e5568 [2021-02-05T00:48:38.516Z] ---> 4a919affdd3b [2021-02-05T00:48:38.516Z] Step 25/26 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:48:38.797Z] ---> Running in 45ec441e4c10 [2021-02-05T00:48:39.447Z] Removing intermediate container 45ec441e4c10 [2021-02-05T00:48:39.447Z] ---> 0923b0953c39 [2021-02-05T00:48:39.447Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T00:48:39.730Z] ---> Running in a1d559d1b430 [2021-02-05T00:48:40.720Z] Removing intermediate container a1d559d1b430 [2021-02-05T00:48:40.720Z] ---> 1945656e0cee [2021-02-05T00:48:40.720Z] [2021-02-05T00:48:40.994Z] Successfully built 1945656e0cee [2021-02-05T00:48:41.275Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T00:50:03.239Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T00:50:18.393Z] Removing intermediate container ee44ab6f96f2 [2021-02-05T00:50:18.393Z] ---> 009d250df211 [2021-02-05T00:50:18.393Z] [2021-02-05T00:50:18.393Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T00:50:18.393Z] ---> afeebe901d6b [2021-02-05T00:50:18.393Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T00:50:18.673Z] ---> Running in cd7362a52e33 [2021-02-05T00:50:19.670Z] Removing intermediate container cd7362a52e33 [2021-02-05T00:50:19.670Z] ---> 7ad78fdeb274 [2021-02-05T00:50:19.670Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T00:50:19.670Z] ---> Running in 77902fcdc2fd [2021-02-05T00:50:22.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:22.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:22.946Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T00:50:22.946Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T00:50:22.946Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:50:22.946Z] OK: 5 MiB in 16 packages [2021-02-05T00:50:24.946Z] Removing intermediate container 57d9bebb0db5 [2021-02-05T00:50:24.946Z] ---> 4e6390582df3 [2021-02-05T00:50:24.946Z] [2021-02-05T00:50:24.946Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T00:50:24.946Z] ---> afeebe901d6b [2021-02-05T00:50:24.946Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:50:24.946Z] ---> Using cache [2021-02-05T00:50:24.946Z] ---> ab24670353b6 [2021-02-05T00:50:24.946Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:50:24.946Z] ---> Using cache [2021-02-05T00:50:24.946Z] ---> 302e21f7bdc8 [2021-02-05T00:50:24.946Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T00:50:24.946Z] Removing intermediate container 77902fcdc2fd [2021-02-05T00:50:24.946Z] ---> 9678a323bee0 [2021-02-05T00:50:24.946Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T00:50:25.223Z] ---> Running in 1b6c70f0cdf6 [2021-02-05T00:50:25.223Z] ---> Running in 89375a285908 [2021-02-05T00:50:25.503Z] Removing intermediate container 1b6c70f0cdf6 [2021-02-05T00:50:25.503Z] ---> cc4cef639e87 [2021-02-05T00:50:25.503Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T00:50:25.779Z] ---> Running in 19dcfdc2af26 [2021-02-05T00:50:25.779Z] Removing intermediate container 89375a285908 [2021-02-05T00:50:25.779Z] ---> 983adaa4fb2d [2021-02-05T00:50:25.779Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T00:50:26.054Z] ---> Running in f9b028f2824a [2021-02-05T00:50:26.683Z] Removing intermediate container 19dcfdc2af26 [2021-02-05T00:50:26.683Z] ---> afe6f1b6256b [2021-02-05T00:50:26.683Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:50:26.963Z] Removing intermediate container f9b028f2824a [2021-02-05T00:50:26.963Z] ---> 17c6eb362bae [2021-02-05T00:50:26.963Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T00:50:27.247Z] ---> Running in 0b278e44d2ce [2021-02-05T00:50:27.539Z] ---> b42499ab014d [2021-02-05T00:50:27.539Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T00:50:30.205Z] ---> ac3462f28495 [2021-02-05T00:50:30.205Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T00:50:30.808Z] Removing intermediate container 0b278e44d2ce [2021-02-05T00:50:30.808Z] ---> 5f93500aaaaa [2021-02-05T00:50:30.808Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T00:50:31.406Z] ---> b2a808fc423d [2021-02-05T00:50:31.406Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T00:50:31.406Z] ---> Running in 54a2581f9361 [2021-02-05T00:50:31.683Z] ---> Running in 81d2394da3df [2021-02-05T00:50:32.278Z] Removing intermediate container 54a2581f9361 [2021-02-05T00:50:32.278Z] ---> 5e2dc69d38a5 [2021-02-05T00:50:32.278Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T00:50:32.552Z] Removing intermediate container 81d2394da3df [2021-02-05T00:50:32.552Z] ---> 540a0b686a32 [2021-02-05T00:50:32.552Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:50:32.831Z] ---> Running in 093b3c4d9829 [2021-02-05T00:50:32.831Z] Removing intermediate container 6811d49c1a72 [2021-02-05T00:50:32.831Z] ---> bf799e532e5b [2021-02-05T00:50:32.831Z] [2021-02-05T00:50:32.831Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:50:32.831Z] ---> afeebe901d6b [2021-02-05T00:50:32.831Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T00:50:32.831Z] ---> Using cache [2021-02-05T00:50:32.831Z] ---> ab24670353b6 [2021-02-05T00:50:32.831Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T00:50:32.831Z] ---> Using cache [2021-02-05T00:50:32.831Z] ---> 302e21f7bdc8 [2021-02-05T00:50:32.831Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T00:50:33.106Z] ---> Running in a53d8b59ef62 [2021-02-05T00:50:33.377Z] Removing intermediate container 093b3c4d9829 [2021-02-05T00:50:33.377Z] ---> b9fed865765c [2021-02-05T00:50:33.377Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T00:50:33.648Z] ---> 9846a54b200b [2021-02-05T00:50:33.648Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T00:50:33.648Z] ---> Running in 1969d43fdcce [2021-02-05T00:50:33.648Z] ---> Running in cc28f6ee1640 [2021-02-05T00:50:33.919Z] Removing intermediate container a53d8b59ef62 [2021-02-05T00:50:33.919Z] ---> 25e49020ec3f [2021-02-05T00:50:33.919Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T00:50:34.194Z] ---> Running in 91cf9c73e043 [2021-02-05T00:50:34.194Z] Removing intermediate container 1969d43fdcce [2021-02-05T00:50:34.194Z] ---> 2c4088f463e9 [2021-02-05T00:50:34.194Z] Step 21/22 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:50:34.467Z] ---> Running in 49037a9f37eb [2021-02-05T00:50:34.751Z] Removing intermediate container 91cf9c73e043 [2021-02-05T00:50:34.751Z] ---> d85c0746f0e8 [2021-02-05T00:50:34.751Z] Step 15/23 : WORKDIR / [2021-02-05T00:50:35.031Z] ---> Running in ee137d02e4a4 [2021-02-05T00:50:35.310Z] Removing intermediate container 49037a9f37eb [2021-02-05T00:50:35.310Z] ---> 1be5a86b55ad [2021-02-05T00:50:35.310Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T00:50:35.591Z] ---> Running in e237b9f229f0 [2021-02-05T00:50:35.591Z] Removing intermediate container ee137d02e4a4 [2021-02-05T00:50:35.591Z] ---> 61a2d6bde0b1 [2021-02-05T00:50:35.591Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:50:36.187Z] Removing intermediate container e237b9f229f0 [2021-02-05T00:50:36.187Z] ---> 0b5b4e46fa84 [2021-02-05T00:50:36.187Z] [2021-02-05T00:50:36.782Z] Successfully built 0b5b4e46fa84 [2021-02-05T00:50:36.782Z] ---> c43b8689b6ef [2021-02-05T00:50:36.782Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T00:50:36.782Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T00:50:37.384Z]  Building docker-support-scheduler-go ... done Removing intermediate container cc28f6ee1640 [2021-02-05T00:50:37.384Z] ---> 4f93a2c65c51 [2021-02-05T00:50:37.384Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:50:38.824Z] ---> 01be8bd192f1 [2021-02-05T00:50:38.824Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T00:50:38.824Z] ---> fb7fd853a28b [2021-02-05T00:50:38.824Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T00:50:39.096Z] Removing intermediate container a8e6be55eacb [2021-02-05T00:50:39.096Z] ---> 7f1b2b339aec [2021-02-05T00:50:39.096Z] [2021-02-05T00:50:39.096Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T00:50:39.096Z] ---> afeebe901d6b [2021-02-05T00:50:39.096Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T00:50:39.367Z] ---> Running in 6e95a96f2589 [2021-02-05T00:50:39.960Z] ---> 66d8039a9457 [2021-02-05T00:50:39.960Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T00:50:39.960Z] Removing intermediate container 6e95a96f2589 [2021-02-05T00:50:39.960Z] ---> 2eac28f4c3de [2021-02-05T00:50:39.960Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T00:50:39.960Z] ---> debf3ba6cf02 [2021-02-05T00:50:39.960Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T00:50:39.960Z] ---> Running in 897c05876930 [2021-02-05T00:50:40.235Z] ---> Running in 6a6e967ef388 [2021-02-05T00:50:40.508Z] Removing intermediate container 897c05876930 [2021-02-05T00:50:40.508Z] ---> 231334c80985 [2021-02-05T00:50:40.508Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:50:40.789Z] Removing intermediate container 6a6e967ef388 [2021-02-05T00:50:40.789Z] ---> 4cda0b4cb2a3 [2021-02-05T00:50:40.789Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T00:50:40.790Z] ---> Running in ec1ce3ff50c4 [2021-02-05T00:50:40.790Z] ---> Running in 5e4014ed125c [2021-02-05T00:50:40.790Z] ---> afc611e4e821 [2021-02-05T00:50:40.790Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T00:50:41.393Z] Removing intermediate container 5e4014ed125c [2021-02-05T00:50:41.393Z] ---> 6ca995287b3f [2021-02-05T00:50:41.393Z] Removing intermediate container ec1ce3ff50c4 [2021-02-05T00:50:41.393Z] ---> 0c85e7001494 [2021-02-05T00:50:41.393Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:50:41.393Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T00:50:41.669Z] ---> Running in 921e86935dbb [2021-02-05T00:50:41.669Z] ---> Running in 07efb2c3ec8d [2021-02-05T00:50:42.280Z] ---> 874b24d924ed [2021-02-05T00:50:42.280Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T00:50:42.552Z] Removing intermediate container 921e86935dbb [2021-02-05T00:50:42.552Z] ---> 3f5b84c0865d [2021-02-05T00:50:42.552Z] Step 22/23 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:50:42.830Z] ---> Running in 13de984b275e [2021-02-05T00:50:43.432Z] Removing intermediate container 13de984b275e [2021-02-05T00:50:43.432Z] ---> e849d9b9b3ef [2021-02-05T00:50:43.432Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:50:43.432Z] ---> 0bee83612e38 [2021-02-05T00:50:43.432Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T00:50:43.736Z] ---> Running in ae852ae4e4fd [2021-02-05T00:50:44.010Z] ---> Running in 910bc8c4d443 [2021-02-05T00:50:44.296Z] Removing intermediate container ae852ae4e4fd [2021-02-05T00:50:44.296Z] ---> f73eb9865c85 [2021-02-05T00:50:44.296Z] [2021-02-05T00:50:44.900Z] Removing intermediate container 910bc8c4d443 [2021-02-05T00:50:44.900Z] ---> 2a7bd9f3f868 [2021-02-05T00:50:44.900Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T00:50:44.900Z] Successfully built f73eb9865c85 [2021-02-05T00:50:44.900Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T00:50:44.900Z]  Building docker-core-metadata-go ... done Removing intermediate container 07efb2c3ec8d [2021-02-05T00:50:44.900Z] ---> 2c432e60f3b3 [2021-02-05T00:50:44.900Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T00:50:45.172Z] ---> Running in 571f73685faa [2021-02-05T00:50:46.933Z] ---> 44eb5ebdd245 [2021-02-05T00:50:46.933Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T00:50:46.933Z] ---> Running in bcb0e76d0192 [2021-02-05T00:50:46.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:47.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T00:50:48.184Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T00:50:48.184Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T00:50:48.184Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T00:50:48.184Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T00:50:48.458Z] Removing intermediate container bcb0e76d0192 [2021-02-05T00:50:48.458Z] ---> 3372bb4aa4cf [2021-02-05T00:50:48.458Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T00:50:48.458Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T00:50:48.732Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T00:50:48.732Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T00:50:48.732Z] OK: 8 MiB in 20 packages [2021-02-05T00:50:49.008Z] ---> Running in 3e00ccbb433f [2021-02-05T00:50:49.605Z] Removing intermediate container 3e00ccbb433f [2021-02-05T00:50:49.605Z] ---> b047cc06c09c [2021-02-05T00:50:49.605Z] Step 28/31 : CMD ["gate"] [2021-02-05T00:50:50.204Z] ---> Running in 9c3e5cfc86d3 [2021-02-05T00:50:50.479Z] Removing intermediate container 571f73685faa [2021-02-05T00:50:50.479Z] ---> e14726f3ed70 [2021-02-05T00:50:50.479Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T00:50:50.752Z] Removing intermediate container 9c3e5cfc86d3 [2021-02-05T00:50:50.752Z] ---> 5263975169c2 [2021-02-05T00:50:50.752Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T00:50:51.024Z] ---> Running in 18cdc502df64 [2021-02-05T00:50:51.297Z] ---> 5fb026a644dc [2021-02-05T00:50:51.297Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T00:50:51.570Z] Removing intermediate container 18cdc502df64 [2021-02-05T00:50:51.570Z] ---> 49a2cdade9a1 [2021-02-05T00:50:51.570Z] Step 30/31 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:50:52.176Z] ---> Running in 3bc230703671 [2021-02-05T00:50:52.775Z] ---> 38bade9d1173 [2021-02-05T00:50:52.775Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T00:50:52.775Z] Removing intermediate container 3bc230703671 [2021-02-05T00:50:52.775Z] ---> 228f0398db30 [2021-02-05T00:50:52.775Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T00:50:53.373Z] ---> Running in 3c200ebd0d94 [2021-02-05T00:50:53.969Z] Removing intermediate container 3c200ebd0d94 [2021-02-05T00:50:53.969Z] ---> c0ca5ab4b479 [2021-02-05T00:50:53.969Z] [2021-02-05T00:50:53.969Z] ---> ffba090ff5f5 [2021-02-05T00:50:53.969Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T00:50:54.240Z] ---> Running in 195c79d0720d [2021-02-05T00:50:54.514Z] Successfully built c0ca5ab4b479 [2021-02-05T00:50:54.514Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T00:50:54.786Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 195c79d0720d [2021-02-05T00:50:54.786Z] ---> a19f080fb3f9 [2021-02-05T00:50:54.786Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T00:50:54.786Z] ---> Running in 85ffb4ea11a1 [2021-02-05T00:50:55.382Z] Removing intermediate container 85ffb4ea11a1 [2021-02-05T00:50:55.382Z] ---> 54502e2a5b17 [2021-02-05T00:50:55.382Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T00:50:55.382Z] ---> Running in a55cd6664108 [2021-02-05T00:50:55.979Z] Removing intermediate container a55cd6664108 [2021-02-05T00:50:55.979Z] ---> dd48238b9b08 [2021-02-05T00:50:55.979Z] Step 22/23 : LABEL git_sha=7872f5d56aca917ee784cfad402a97a7ea116126 [2021-02-05T00:50:56.250Z] ---> Running in 7205ef7d7ed1 [2021-02-05T00:50:56.845Z] Removing intermediate container 7205ef7d7ed1 [2021-02-05T00:50:56.845Z] ---> b93ad3efde05 [2021-02-05T00:50:56.845Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T00:50:56.845Z] ---> Running in 1a74789920de [2021-02-05T00:50:57.437Z] Removing intermediate container 1a74789920de [2021-02-05T00:50:57.437Z] ---> 2d99153d0aff [2021-02-05T00:50:57.437Z] [2021-02-05T00:50:57.709Z] Successfully built 2d99153d0aff [2021-02-05T00:50:57.709Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T00:50:58.316Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-05T00:50:58.315Z] $ docker stop --time=1 465c771e14240e59415ba964c86bc7c3b54a52a2348af854dc132d94da53f366 [2021-02-05T00:51:00.354Z] $ docker rm -f 465c771e14240e59415ba964c86bc7c3b54a52a2348af854dc132d94da53f366 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T00:51:01.065Z] + docker images [2021-02-05T00:51:01.065Z] + grep docker [2021-02-05T00:51:01.336Z] docker-core-data-go-arm64 latest 2d99153d0aff 4 seconds ago 21MB [2021-02-05T00:51:01.336Z] docker-security-bootstrapper-go-arm64 latest c0ca5ab4b479 8 seconds ago 22.6MB [2021-02-05T00:51:01.336Z] docker-core-metadata-go-arm64 latest f73eb9865c85 18 seconds ago 17.7MB [2021-02-05T00:51:01.336Z] docker-support-scheduler-go-arm64 latest 0b5b4e46fa84 26 seconds ago 16.1MB [2021-02-05T00:51:01.336Z] docker-sys-mgmt-agent-go-arm64 latest 1945656e0cee 2 minutes ago 300MB [2021-02-05T00:51:01.336Z] docker-core-command-go-arm64 latest 309bc426e640 3 minutes ago 16MB [2021-02-05T00:51:01.336Z] docker-support-notifications-go-arm64 latest a580fa87de4a 3 minutes ago 16.7MB [2021-02-05T00:51:01.336Z] docker-security-proxy-setup-go-arm64 latest ee05a0de0a9e 4 minutes ago 23.2MB [2021-02-05T00:51:01.336Z] docker-security-secretstore-setup-go-arm64 latest 751adc3927b3 4 minutes ago 23.4MB [2021-02-05T00:51:01.336Z] docker 20.10.0 eeaf43b92773 7 weeks 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-05T00:51:03.141Z] provisioning config files... [2021-02-05T00:51:03.151Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config8798789318259375594tmp [Pipeline] { [Pipeline] sh [2021-02-05T00:51:03.542Z] + set +x [2021-02-05T00:51:03.542Z] + curl -s https://codecov.io/bash [2021-02-05T00:51:03.542Z] + bash -s -- [2021-02-05T00:51:03.803Z] [2021-02-05T00:51:03.803Z] _____ _ [2021-02-05T00:51:03.803Z] / ____| | | [2021-02-05T00:51:03.803Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T00:51:03.803Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T00:51:03.803Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T00:51:03.803Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T00:51:03.803Z] Bash-20210129-7c25fce [2021-02-05T00:51:03.803Z] [2021-02-05T00:51:03.803Z] [2021-02-05T00:51:03.803Z] ==> git version 2.24.3 found [2021-02-05T00:51:03.803Z] ==> 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-05T00:51:03.803Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T00:51:03.803Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T00:51:04.067Z] ==> Jenkins CI detected. [2021-02-05T00:51:04.067Z] project root: . [2021-02-05T00:51:04.067Z] --> token set from env [2021-02-05T00:51:04.067Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T00:51:04.067Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T00:51:04.067Z] ==> Python coveragepy not found [2021-02-05T00:51:04.067Z] ==> Searching for coverage reports in: [2021-02-05T00:51:04.067Z] + . [2021-02-05T00:51:04.067Z] -> Found 1 reports [2021-02-05T00:51:04.067Z] ==> Detecting git/mercurial file structure [2021-02-05T00:51:04.067Z] ==> Reading reports [2021-02-05T00:51:04.067Z] + ./coverage.out bytes=583066 [2021-02-05T00:51:04.067Z] ==> Appending adjustments [2021-02-05T00:51:04.067Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T00:51:07.385Z] + Found adjustments [2021-02-05T00:51:07.385Z] ==> Gzipping contents [2021-02-05T00:51:07.385Z] 88K /tmp/codecov.PVwTUm.gz [2021-02-05T00:51:07.648Z] ==> Uploading reports [2021-02-05T00:51:07.648Z] url: https://codecov.io [2021-02-05T00:51:07.648Z] query: branch=PR-3116&commit=7872f5d56aca917ee784cfad402a97a7ea116126&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= [2021-02-05T00:51:07.648Z] -> Pinging Codecov [2021-02-05T00:51:07.648Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3116&commit=7872f5d56aca917ee784cfad402a97a7ea116126&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= [2021-02-05T00:51:08.597Z] -> Uploading to [2021-02-05T00:51:08.597Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/7872f5d56aca917ee784cfad402a97a7ea116126/4a128256-ca91-4295-a30d-01e9d678f51c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T005108Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=623a25d52515a764622f8b879b3d50d3f75d948d64ac84e9397814886861ad04 [2021-02-05T00:51:08.597Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T00:51:08.597Z] Dload Upload Total Spent Left Speed [2021-02-05T00:51:09.170Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88005 0 0 100 88005 0 160k --:--:-- --:--:-- --:--:-- 160k [2021-02-05T00:51:09.170Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7872f5d56aca917ee784cfad402a97a7ea116126 [Pipeline] } [2021-02-05T00:51:09.180Z] 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-05T00:51:11.288Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:51:12.175Z] ---> package-listing.sh [2021-02-05T00:51:12.175Z] ++ facter osfamily [2021-02-05T00:51:12.175Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T00:51:12.175Z] + OS_FAMILY=redhat [2021-02-05T00:51:12.175Z] + workspace=/w/workspace/edgex-go/9 [2021-02-05T00:51:12.175Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T00:51:12.175Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T00:51:12.175Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T00:51:12.175Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T00:51:12.175Z] + '[' /w/workspace/edgex-go/9 ']' [2021-02-05T00:51:12.175Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T00:51:12.175Z] + case "${OS_FAMILY}" in [2021-02-05T00:51:12.175Z] + rpm -qa [2021-02-05T00:51:12.175Z] + sort [2021-02-05T00:51:17.493Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T00:51:17.493Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T00:51:17.493Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T00:51:17.493Z] + '[' /w/workspace/edgex-go/9 ']' [2021-02-05T00:51:17.493Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-02-05T00:51:17.493Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-02-05T00:51:17.507Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T00:51:17.798Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:51:18.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:51:18.107Z] [2021-02-05T00:51:18.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T00:51:18.582Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:51:18.582Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T00:51:18.582Z] df20fa9351a1: Pulling fs layer [2021-02-05T00:51:18.582Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T00:51:18.582Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T00:51:18.582Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T00:51:18.582Z] 93b61091891f: Pulling fs layer [2021-02-05T00:51:18.582Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T00:51:18.582Z] 5e14af77c1be: Pulling fs layer [2021-02-05T00:51:18.582Z] 01666e4c0597: Pulling fs layer [2021-02-05T00:51:18.582Z] aa168da1d23b: Pulling fs layer [2021-02-05T00:51:18.582Z] 93b9cdb0e59b: Waiting [2021-02-05T00:51:18.582Z] 46f8f816bc3b: Waiting [2021-02-05T00:51:18.582Z] 93b61091891f: Waiting [2021-02-05T00:51:18.582Z] 01666e4c0597: Waiting [2021-02-05T00:51:18.582Z] aa168da1d23b: Waiting [2021-02-05T00:51:18.582Z] 5e14af77c1be: Waiting [2021-02-05T00:51:18.582Z] 36b3adc4ff6f: Verifying Checksum [2021-02-05T00:51:18.582Z] 36b3adc4ff6f: Download complete [2021-02-05T00:51:18.583Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T00:51:18.583Z] 46f8f816bc3b: Download complete [2021-02-05T00:51:18.583Z] df20fa9351a1: Verifying Checksum [2021-02-05T00:51:18.583Z] df20fa9351a1: Download complete [2021-02-05T00:51:18.873Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T00:51:18.873Z] 93b9cdb0e59b: Download complete [2021-02-05T00:51:18.873Z] 93b61091891f: Verifying Checksum [2021-02-05T00:51:18.873Z] 93b61091891f: Download complete [2021-02-05T00:51:18.873Z] 5e14af77c1be: Verifying Checksum [2021-02-05T00:51:18.873Z] 5e14af77c1be: Download complete [2021-02-05T00:51:18.873Z] 01666e4c0597: Verifying Checksum [2021-02-05T00:51:18.873Z] 01666e4c0597: Download complete [2021-02-05T00:51:18.874Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T00:51:18.874Z] 8ad3a11d3b57: Download complete [2021-02-05T00:51:19.147Z] df20fa9351a1: Pull complete [2021-02-05T00:51:19.419Z] 36b3adc4ff6f: Pull complete [2021-02-05T00:51:20.826Z] aa168da1d23b: Verifying Checksum [2021-02-05T00:51:20.826Z] aa168da1d23b: Download complete [2021-02-05T00:51:21.773Z] 8ad3a11d3b57: Pull complete [2021-02-05T00:51:22.349Z] 46f8f816bc3b: Pull complete [2021-02-05T00:51:22.929Z] 93b61091891f: Pull complete [2021-02-05T00:51:22.929Z] 93b9cdb0e59b: Pull complete [2021-02-05T00:51:23.191Z] 5e14af77c1be: Pull complete [2021-02-05T00:51:23.191Z] 01666e4c0597: Pull complete [2021-02-05T00:51:31.365Z] aa168da1d23b: Pull complete [2021-02-05T00:51:31.365Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T00:51:31.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T00:51:31.365Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T00:51:31.605Z] prd-centos7-docker-4c-2g-25106 does not seem to be running inside a container [2021-02-05T00:51:31.662Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-05T00:51:35.899Z] $ docker top 5463f73239ebfdada6c857507234cd76021939d6052366d5657262802e39878f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T00:51:36.518Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T00:51:36.820Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T00:51:37.119Z] + ls /var/log/sa-host [2021-02-05T00:51:37.119Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T00:51:37.119Z] file_magic: OK [2021-02-05T00:51:37.119Z] HZ: Using current value: 100 [2021-02-05T00:51:37.119Z] file_header: OK [2021-02-05T00:51:37.119Z] 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-05T00:51:37.120Z] Statistics: [2021-02-05T00:51:37.120Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-05T00:51:37.120Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T00:51:37.120Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T00:51:37.120Z] file_magic: OK [2021-02-05T00:51:37.120Z] HZ: Using current value: 100 [2021-02-05T00:51:37.120Z] file_header: OK [2021-02-05T00:51:37.120Z] 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-05T00:51:37.120Z] Statistics: [2021-02-05T00:51:37.120Z] Hnuu...uuuununununu... [2021-02-05T00:51:37.120Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T00:51:37.317Z] provisioning config files... [2021-02-05T00:51:37.331Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config5693075921199611483tmp [Pipeline] { [Pipeline] echo [2021-02-05T00:51:37.422Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:51:37.729Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T00:51:37.739Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T00:51:37.826Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:51:38.125Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T00:51:38.136Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:51:38.433Z] ---> sudo-logs.sh [2021-02-05T00:51:38.433Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T00:51:38.443Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:51:38.739Z] ---> job-cost.sh [2021-02-05T00:51:38.739Z] lf-activate-venv: SKIPPING [2021-02-05T00:51:38.739Z] INFO: No Stack... [2021-02-05T00:51:39.687Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T00:51:40.261Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T00:51:40.275Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T00:51:40.575Z] ---> logs-deploy.sh [2021-02-05T00:51:40.575Z] lf-activate-venv: SKIPPING [2021-02-05T00:51:40.575Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3116/9 [2021-02-05T00:51:40.575Z] INFO: archiving workspace using pattern(s): [2021-02-05T00:51:41.964Z] Archives upload complete. [2021-02-05T00:51:42.226Z] INFO: archiving logs to Nexus [2021-02-05T00:51:43.171Z] ---> uname -a: [2021-02-05T00:51:43.171Z] Linux prd-centos7-docker-4c-2g-25106.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-05T00:51:43.171Z] [2021-02-05T00:51:43.171Z] [2021-02-05T00:51:43.171Z] ---> lscpu: [2021-02-05T00:51:43.171Z] Architecture: x86_64 [2021-02-05T00:51:43.171Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-05T00:51:43.171Z] Byte Order: Little Endian [2021-02-05T00:51:43.171Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-05T00:51:43.171Z] CPU(s): 4 [2021-02-05T00:51:43.171Z] On-line CPU(s) list: 0-3 [2021-02-05T00:51:43.171Z] Thread(s) per core: 1 [2021-02-05T00:51:43.171Z] Core(s) per socket: 1 [2021-02-05T00:51:43.171Z] Socket(s): 4 [2021-02-05T00:51:43.171Z] NUMA node(s): 1 [2021-02-05T00:51:43.171Z] Vendor ID: GenuineIntel [2021-02-05T00:51:43.171Z] CPU family: 6 [2021-02-05T00:51:43.171Z] Model: 44 [2021-02-05T00:51:43.171Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-05T00:51:43.171Z] Stepping: 1 [2021-02-05T00:51:43.171Z] CPU MHz: 2933.442 [2021-02-05T00:51:43.171Z] BogoMIPS: 5866.88 [2021-02-05T00:51:43.171Z] Virtualization: VT-x [2021-02-05T00:51:43.171Z] Hypervisor vendor: KVM [2021-02-05T00:51:43.171Z] Virtualization type: full [2021-02-05T00:51:43.171Z] L1d cache: 128 KiB [2021-02-05T00:51:43.171Z] L1i cache: 128 KiB [2021-02-05T00:51:43.171Z] L2 cache: 16 MiB [2021-02-05T00:51:43.171Z] L3 cache: 64 MiB [2021-02-05T00:51:43.171Z] NUMA node0 CPU(s): 0-3 [2021-02-05T00:51:43.171Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-05T00:51:43.171Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-05T00:51:43.171Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-05T00:51:43.171Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-05T00:51:43.171Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-05T00:51:43.171Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-05T00:51:43.171Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-05T00:51:43.171Z] Vulnerability Srbds: Not affected [2021-02-05T00:51:43.171Z] Vulnerability Tsx async abort: Not affected [2021-02-05T00:51:43.171Z] 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-05T00:51:43.171Z] [2021-02-05T00:51:43.171Z] [2021-02-05T00:51:43.171Z] ---> nproc: [2021-02-05T00:51:43.171Z] 4 [2021-02-05T00:51:43.171Z] [2021-02-05T00:51:43.171Z] [2021-02-05T00:51:43.171Z] ---> df -h: [2021-02-05T00:51:43.171Z] Filesystem Size Used Available Use% Mounted on [2021-02-05T00:51:43.171Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-05T00:51:43.171Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-05T00:51:43.171Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-05T00:51:43.171Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-05T00:51:43.171Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-05T00:51:43.171Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-05T00:51:43.171Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-05T00:51:43.171Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-05T00:51:43.171Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-05T00:51:43.171Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-05T00:51:43.171Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-05T00:51:43.171Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-05T00:51:43.171Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/9 [2021-02-05T00:51:43.171Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/9@tmp [2021-02-05T00:51:43.171Z] [2021-02-05T00:51:43.171Z] [2021-02-05T00:51:43.171Z] ---> free -m: [2021-02-05T00:51:43.171Z] total used free shared buff/cache available [2021-02-05T00:51:43.171Z] Mem: 1837 718 150 0 968 1035 [2021-02-05T00:51:43.171Z] Swap: 1023 58 965 [2021-02-05T00:51:43.171Z] [2021-02-05T00:51:43.171Z] [2021-02-05T00:51:43.171Z] ---> ip addr: [2021-02-05T00:51:43.171Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-05T00:51:43.171Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-05T00:51:43.171Z] inet 127.0.0.1/8 scope host lo [2021-02-05T00:51:43.171Z] valid_lft forever preferred_lft forever [2021-02-05T00:51:43.171Z] inet6 ::1/128 scope host [2021-02-05T00:51:43.171Z] valid_lft forever preferred_lft forever [2021-02-05T00:51:43.171Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-05T00:51:43.171Z] link/ether fa:16:3e:72:e7:8f brd ff:ff:ff:ff:ff:ff [2021-02-05T00:51:43.171Z] inet 10.30.123.231/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-05T00:51:43.171Z] valid_lft 85048sec preferred_lft 85048sec [2021-02-05T00:51:43.172Z] inet6 fe80::f816:3eff:fe72:e78f/64 scope link [2021-02-05T00:51:43.172Z] valid_lft forever preferred_lft forever [2021-02-05T00:51:43.172Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-05T00:51:43.172Z] link/ether 02:42:7f:ad:0f:2f brd ff:ff:ff:ff:ff:ff [2021-02-05T00:51:43.172Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-05T00:51:43.172Z] valid_lft forever preferred_lft forever [2021-02-05T00:51:43.172Z] inet6 fe80::42:7fff:fead:f2f/64 scope link [2021-02-05T00:51:43.172Z] valid_lft forever preferred_lft forever [2021-02-05T00:51:43.172Z] [2021-02-05T00:51:43.172Z] [2021-02-05T00:51:43.172Z] ---> sar -b -r -n DEV: [2021-02-05T00:51:43.172Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) [2021-02-05T00:51:43.172Z] [2021-02-05T00:51:43.172Z] 00:29:00 LINUX RESTART (4 CPU) [2021-02-05T00:51:43.172Z] [2021-02-05T00:51:43.172Z] 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-05T00:51:43.172Z] 00:31:01 146.07 81.81 64.26 0.00 9522.86 22657.36 0.00 [2021-02-05T00:51:43.172Z] 00:32:01 241.94 64.33 177.61 0.00 3025.12 41492.63 0.00 [2021-02-05T00:51:43.172Z] 00:33:01 177.12 87.53 89.59 0.00 2860.60 10284.57 0.00 [2021-02-05T00:51:43.172Z] 00:34:01 135.33 68.87 66.46 0.00 3550.74 6622.79 0.00 [2021-02-05T00:51:43.172Z] 00:35:02 270.39 99.17 171.22 0.00 36887.49 111943.71 0.00 [2021-02-05T00:51:43.172Z] 00:36:02 2841.81 2515.72 326.09 0.00 172611.40 182874.21 0.00 [2021-02-05T00:51:43.172Z] 00:37:01 778.17 604.34 173.83 0.00 41218.42 51986.52 0.00 [2021-02-05T00:51:43.172Z] 00:38:02 1683.18 1313.59 369.59 0.00 107727.75 146338.20 0.00 [2021-02-05T00:51:43.172Z] 00:39:01 642.83 380.63 262.20 0.00 25179.58 55095.66 0.00 [2021-02-05T00:51:43.172Z] 00:40:01 41.09 10.43 30.65 0.00 2914.96 1132.09 0.00 [2021-02-05T00:51:43.172Z] 00:41:01 1.40 0.08 1.32 0.00 3.33 18.18 0.00 [2021-02-05T00:51:43.172Z] 00:42:01 0.42 0.00 0.42 0.00 0.00 4.83 0.00 [2021-02-05T00:51:43.172Z] 00:43:01 0.33 0.02 0.32 0.00 0.53 4.55 0.00 [2021-02-05T00:51:43.172Z] 00:44:01 0.77 0.53 0.23 0.00 14.51 3.51 0.00 [2021-02-05T00:51:43.172Z] 00:45:01 2.18 1.30 0.88 0.00 48.22 16.90 0.00 [2021-02-05T00:51:43.172Z] 00:46:01 0.33 0.03 0.30 0.00 1.60 4.21 0.00 [2021-02-05T00:51:43.172Z] 00:47:01 0.40 0.00 0.40 0.00 0.00 5.85 0.00 [2021-02-05T00:51:43.172Z] 00:48:01 0.28 0.00 0.28 0.00 0.00 4.26 0.00 [2021-02-05T00:51:43.172Z] 00:49:01 0.35 0.00 0.35 0.00 0.00 5.86 0.00 [2021-02-05T00:51:43.172Z] 00:50:01 2.22 1.92 0.30 0.00 205.20 4.20 0.00 [2021-02-05T00:51:43.172Z] 00:51:01 0.22 0.00 0.22 0.00 0.00 3.43 0.00 [2021-02-05T00:51:43.172Z] Average: 331.05 248.46 82.59 0.00 19300.04 30021.95 0.00 [2021-02-05T00:51:43.172Z] [2021-02-05T00:51:43.172Z] 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-05T00:51:43.172Z] 00:31:01 69868 0 661388 35.15 2596 1147692 1537956 52.49 727452 871080 88264 [2021-02-05T00:51:43.172Z] 00:32:01 289996 0 716768 38.09 1492 873288 1431660 48.86 468604 834620 44 [2021-02-05T00:51:43.172Z] 00:33:01 182692 0 806632 42.87 772 891448 1850152 63.14 696488 717220 69072 [2021-02-05T00:51:43.172Z] 00:34:01 243728 0 798472 42.44 560 838784 1547560 52.82 660788 684640 90360 [2021-02-05T00:51:43.172Z] 00:35:02 67748 0 831040 44.17 16 982740 2262160 77.20 738284 858156 25696 [2021-02-05T00:51:43.172Z] 00:36:02 67568 0 836592 44.46 0 977384 2350872 80.23 761388 826128 63216 [2021-02-05T00:51:43.172Z] 00:37:01 427872 0 711112 37.79 0 742560 1390712 47.46 490808 704504 12 [2021-02-05T00:51:43.172Z] 00:38:02 74136 0 768140 40.82 0 1039268 2239240 76.42 529304 1037364 90656 [2021-02-05T00:51:43.172Z] 00:39:01 132340 0 715924 38.05 0 1033280 1528184 52.15 555536 944088 88 [2021-02-05T00:51:43.172Z] 00:40:01 122984 0 639052 33.96 0 1119508 1232160 42.05 525092 989328 12 [2021-02-05T00:51:43.172Z] 00:41:01 124544 0 637420 33.88 0 1119580 1211660 41.35 523936 988996 8 [2021-02-05T00:51:43.172Z] 00:42:01 124500 0 637448 33.88 0 1119596 1211696 41.35 523988 989032 16 [2021-02-05T00:51:43.172Z] 00:43:01 123996 0 637960 33.91 0 1119588 1211720 41.35 524280 989032 20 [2021-02-05T00:51:43.172Z] 00:44:01 124820 0 636748 33.84 0 1119976 1208952 41.26 523512 989296 12 [2021-02-05T00:51:43.172Z] 00:45:01 123392 0 637384 33.88 0 1120768 1208576 41.25 524096 989868 8 [2021-02-05T00:51:43.172Z] 00:46:01 123300 0 637512 33.88 0 1120732 1208504 41.24 523728 989868 8 [2021-02-05T00:51:43.172Z] 00:47:01 123496 0 637264 33.87 0 1120784 1208504 41.24 523608 989916 8 [2021-02-05T00:51:43.172Z] 00:48:01 123308 0 637448 33.88 0 1120788 1208504 41.24 523488 989916 8 [2021-02-05T00:51:43.172Z] 00:49:01 123472 0 637272 33.87 0 1120800 1208504 41.24 523620 989916 8 [2021-02-05T00:51:43.172Z] 00:50:01 116200 0 640708 34.05 0 1124636 1208732 41.25 527448 993212 8 [2021-02-05T00:51:43.172Z] 00:51:01 117444 0 639416 33.98 0 1124684 1208504 41.24 526460 993244 16 [2021-02-05T00:51:43.172Z] Average: 144162 0 690557 36.70 259 1046566 1460691 49.85 567710 921877 20359 [2021-02-05T00:51:43.172Z] [2021-02-05T00:51:43.172Z] 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-05T00:51:43.172Z] 00:31:01 eth0 1018.40 1267.48 3972.73 144.63 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:31:01 docker0 1090.24 781.45 81.55 2678.57 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:32:01 eth0 400.12 318.58 2832.65 34.57 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:32:01 vethf72dac1 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:32:01 docker0 162.29 197.85 11.28 830.45 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:33:01 veth4ea22b7 0.63 0.77 0.05 0.07 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:33:01 eth0 44.60 31.30 29.16 74.66 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:33:01 docker0 0.63 0.63 0.04 0.06 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:34:01 veth4ea22b7 1.21 1.21 0.10 0.10 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:34:01 eth0 21.21 11.43 16.68 8.87 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:34:01 docker0 1.21 1.21 0.08 0.10 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:35:02 vethbf5e9fe 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:35:02 eth0 226.58 192.43 1692.90 85.67 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:36:02 vethbf5e9fe 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:36:02 eth0 49.98 24.16 160.44 7.84 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:36:02 docker0 16.21 32.50 0.85 147.87 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:37:01 vethbf5e9fe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:37:01 veth7f3a7d3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:37:01 eth0 20.39 12.02 58.40 6.35 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:38:02 vethfe2b890 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:38:02 vethbf5e9fe 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:38:02 vethecd2ee7 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:38:02 eth0 101.87 60.08 243.20 77.35 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:39:01 vethbf5e9fe 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:39:01 veth0a3458c 0.27 0.27 0.04 0.45 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:39:01 eth0 254.61 185.95 1658.63 92.49 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:40:01 eth0 31.44 21.05 73.82 8.89 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:40:01 docker0 1343.27 1137.84 98.27 4306.19 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:41:01 eth0 1.30 0.32 0.36 0.20 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:42:01 eth0 2.16 0.55 0.66 0.36 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:43:01 eth0 2.58 1.08 1.17 0.79 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:44:01 eth0 0.35 0.08 0.03 0.04 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:45:01 eth0 0.38 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:46:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:47:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:48:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:49:01 eth0 0.43 0.03 0.05 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:50:01 eth0 0.72 0.43 0.41 0.27 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:51:01 eth0 0.18 0.05 0.02 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.172Z] Average: eth0 103.76 101.42 511.63 25.88 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.173Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.173Z] Average: docker0 64.03 54.24 4.68 205.27 0.00 0.00 0.00 0.00 [2021-02-05T00:51:43.173Z] [2021-02-05T00:51:43.173Z]