Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b4afab23d8944048b683e20fbbf294e254ece17a+62a248a5b0afc117ade2468f75438786c02ce52d (a7894d54d420712e8ec187bd4df7dcb916d807e7) 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-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25837’ is offline Running on prd-centos7-docker-4c-2g-25843 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # 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 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b4afab23d8944048b683e20fbbf294e254ece17a > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 Merge succeeded, producing b4afab23d8944048b683e20fbbf294e254ece17a Checking out Revision b4afab23d8944048b683e20fbbf294e254ece17a (PR-3109) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T20:00:44.700Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T20:00:44.929Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T20:00:45.052Z] ========================================================= [2021-02-09T20:00:45.052Z] EdgeX Global Pipelines Version Info [2021-02-09T20:00:45.052Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 05efc88c76c54f7572f1e30796d47c640ef5bec4 # timeout=10 [2021-02-09T20:00:46.659Z] ------------------- [2021-02-09T20:00:46.659Z] stable info: [2021-02-09T20:00:46.659Z] ------------------- [2021-02-09T20:00:46.659Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T20:00:46.659Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T20:00:46.659Z] Message: update stable to v1.0.179 [2021-02-09T20:00:47.616Z] ------------------- [2021-02-09T20:00:47.616Z] experimental info: [2021-02-09T20:00:47.616Z] ------------------- [2021-02-09T20:00:47.616Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T20:00:47.616Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T20:00:47.616Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T20:00:47.884Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T20:00:47.991Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T20:00:48.087Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T20:00:48.176Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T20:00:48.262Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T20:00:48.368Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T20:00:48.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T20:00:48.551Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T20:00:48.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T20:00:48.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T20:00:48.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T20:00:48.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T20:00:49.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T20:00:49.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T20:00:49.203Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T20:00:49.293Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T20:00:49.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T20:00:49.483Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T20:00:49.572Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T20:00:49.671Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T20:00:49.761Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T20:00:49.879Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T20:00:49.966Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T20:00:50.107Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo [2021-02-09T20:00:50.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo [2021-02-09T20:00:50.293Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo [2021-02-09T20:00:50.418Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b4afab23d8944048b683e20fbbf294e254ece17a [Pipeline] echo [2021-02-09T20:00:50.513Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b4afab2 [Pipeline] echo [2021-02-09T20:00:50.657Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T20:00:50.878Z] provisioning config files... [2021-02-09T20:00:50.906Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config5442540877855873674tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:00:51.270Z] ---> docker-login.sh [2021-02-09T20:00:51.270Z] nexus3.edgexfoundry.org:10001 [2021-02-09T20:00:51.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:00:51.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:00:51.533Z] Configure a credential helper to remove this warning. See [2021-02-09T20:00:51.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:00:51.533Z] [2021-02-09T20:00:51.533Z] Login Succeeded [2021-02-09T20:00:51.533Z] nexus3.edgexfoundry.org:10002 [2021-02-09T20:00:51.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:00:51.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:00:51.797Z] Configure a credential helper to remove this warning. See [2021-02-09T20:00:51.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:00:51.797Z] [2021-02-09T20:00:51.797Z] Login Succeeded [2021-02-09T20:00:51.797Z] nexus3.edgexfoundry.org:10003 [2021-02-09T20:00:52.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:00:52.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:00:52.061Z] Configure a credential helper to remove this warning. See [2021-02-09T20:00:52.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:00:52.061Z] [2021-02-09T20:00:52.061Z] Login Succeeded [2021-02-09T20:00:52.061Z] nexus3.edgexfoundry.org:10004 [2021-02-09T20:00:52.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:00:52.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:00:52.061Z] Configure a credential helper to remove this warning. See [2021-02-09T20:00:52.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:00:52.061Z] [2021-02-09T20:00:52.061Z] Login Succeeded [2021-02-09T20:00:52.061Z] docker.io [2021-02-09T20:00:52.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:00:52.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:00:52.586Z] Configure a credential helper to remove this warning. See [2021-02-09T20:00:52.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:00:52.586Z] [2021-02-09T20:00:52.586Z] Login Succeeded [2021-02-09T20:00:52.586Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T20:00:52.595Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T20:00:53.061Z] ++ 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-09T20:00:53.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:53.061Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T20:00:53.061Z] ++ cut -d/ -f2 [2021-02-09T20:00:53.061Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T20:00:53.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:53.061Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T20:00:53.061Z] ++ cut -d/ -f2 [2021-02-09T20:00:53.061Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T20:00:53.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:53.061Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T20:00:53.061Z] ++ cut -d/ -f2 [2021-02-09T20:00:53.061Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T20:00:53.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:53.061Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T20:00:53.061Z] ++ cut -d/ -f2 [2021-02-09T20:00:53.061Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T20:00:53.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:53.061Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T20:00:53.061Z] ++ cut -d/ -f2 [2021-02-09T20:00:53.061Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T20:00:53.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:53.061Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T20:00:53.061Z] ++ cut -d/ -f2 [2021-02-09T20:00:53.061Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T20:00:53.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:53.061Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T20:00:53.061Z] ++ cut -d/ -f2 [2021-02-09T20:00:53.061Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T20:00:53.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:53.061Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T20:00:53.061Z] ++ cut -d/ -f2 [2021-02-09T20:00:53.061Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T20:00:53.061Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:00:53.061Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T20:00:53.061Z] ++ cut -d/ -f2 [2021-02-09T20:00:53.061Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T20:00:53.135Z] 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-09T20:00:54.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T20:00:54.132Z] [2021-02-09T20:00:54.132Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:00:54.481Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T20:00:54.481Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T20:00:54.481Z] 31603596830f: Pulling fs layer [2021-02-09T20:00:54.481Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T20:00:54.481Z] 6ca5941a6612: Pulling fs layer [2021-02-09T20:00:54.481Z] ecc8261a40a4: Pulling fs layer [2021-02-09T20:00:54.481Z] ecc8261a40a4: Waiting [2021-02-09T20:00:54.481Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T20:00:54.481Z] 2a8b12db71e7: Download complete [2021-02-09T20:00:54.481Z] 31603596830f: Download complete [2021-02-09T20:00:54.747Z] ecc8261a40a4: Verifying Checksum [2021-02-09T20:00:54.747Z] ecc8261a40a4: Download complete [2021-02-09T20:00:54.747Z] 6ca5941a6612: Verifying Checksum [2021-02-09T20:00:54.747Z] 6ca5941a6612: Download complete [2021-02-09T20:00:55.012Z] 31603596830f: Pull complete [2021-02-09T20:00:55.012Z] 2a8b12db71e7: Pull complete [2021-02-09T20:00:55.963Z] 6ca5941a6612: Pull complete [2021-02-09T20:00:56.226Z] ecc8261a40a4: Pull complete [2021-02-09T20:00:56.226Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T20:00:56.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T20:00:56.226Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T20:00:56.333Z] prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container [2021-02-09T20:00:56.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T20:00:59.016Z] $ docker top 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T20:00:59.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T20:00:59.435Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T20:00:59.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T20:00:59.668Z] $ docker exec 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce ssh-agent [2021-02-09T20:00:59.845Z] SSH_AUTH_SOCK=/tmp/ssh-AfWLqOY7im7Q/agent.12 [2021-02-09T20:00:59.845Z] SSH_AGENT_PID=18 [2021-02-09T20:00:59.860Z] Running ssh-add (command line suppressed) [2021-02-09T20:00:59.978Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_3325869333256488649.key (/w/workspace/edgex-go/22@tmp/private_key_3325869333256488649.key) [2021-02-09T20:01:00.033Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T20:01:00.411Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T20:01:00.437Z] $ docker exec --env ******** --env ******** 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce ssh-agent -k [2021-02-09T20:01:00.552Z] unset SSH_AUTH_SOCK; [2021-02-09T20:01:00.552Z] unset SSH_AGENT_PID; [2021-02-09T20:01:00.553Z] echo Agent pid 18 killed; [2021-02-09T20:01:00.600Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T20:01:00.764Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T20:01:00.764Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T20:01:00.929Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T20:01:00.931Z] $ docker exec 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce ssh-agent [2021-02-09T20:01:01.092Z] SSH_AUTH_SOCK=/tmp/ssh-IhMGjXwbhX6y/agent.47 [2021-02-09T20:01:01.092Z] SSH_AGENT_PID=52 [2021-02-09T20:01:01.099Z] Running ssh-add (command line suppressed) [2021-02-09T20:01:01.214Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_2306883843666514489.key (/w/workspace/edgex-go/22@tmp/private_key_2306883843666514489.key) [2021-02-09T20:01:01.268Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T20:01:01.703Z] + git semver init [2021-02-09T20:01:01.703Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T20:01:01.703Z] # $GIT_DIR = /w/workspace/edgex-go/22/.git [2021-02-09T20:01:01.703Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/22 [2021-02-09T20:01:01.703Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T20:01:01.703Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T20:01:01.703Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T20:01:01.703Z] # $SEMVER_BRANCH = PR-3109 [2021-02-09T20:01:01.703Z] # $SEMVER_TEMP = /tmp/semver-143749493 [2021-02-09T20:01:01.703Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T20:01:40.579Z] # '/tmp/semver-143749493' -> '/w/workspace/edgex-go/22/.semver' [2021-02-09T20:01:40.579Z] # -> Force: false [2021-02-09T20:01:40.579Z] # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } [2021-02-09T20:01:40.591Z] $ docker exec --env ******** --env ******** 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce ssh-agent -k [2021-02-09T20:01:40.900Z] unset SSH_AUTH_SOCK; [2021-02-09T20:01:40.901Z] unset SSH_AGENT_PID; [2021-02-09T20:01:40.901Z] echo Agent pid 52 killed; [2021-02-09T20:01:41.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T20:01:41.570Z] + git semver [Pipeline] } [2021-02-09T20:01:41.589Z] $ docker stop --time=1 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce [2021-02-09T20:01:43.529Z] $ docker rm -f 506546155ebcd9a70cafe5fcaa0bf175f144ca22125ba668fca19b4e009897ce [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T20:01:44.085Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T20:01:44.608Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T20:01:44.611Z] [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-09T20:01:45.422Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:01:45.729Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:01:46.043Z] + sudo service docker restart [2021-02-09T20:01:46.044Z] + true [2021-02-09T20:01:46.044Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T20:01:46.639Z] ========================================================= [2021-02-09T20:01:46.640Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T20:01:46.640Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:01:46.992Z] + 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-09T20:01:50.337Z] Sending build context to Docker daemon 327.8MB [2021-02-09T20:01:50.337Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T20:01:50.337Z] Step 2/6 : FROM ${BASE} [2021-02-09T20:01:50.337Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T20:01:50.337Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T20:01:50.337Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T20:01:50.337Z] de9db76c5a1d: Pulling fs layer [2021-02-09T20:01:50.337Z] bca2f99d35d6: Pulling fs layer [2021-02-09T20:01:50.337Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T20:01:50.337Z] 7c6f9722023f: Pulling fs layer [2021-02-09T20:01:50.337Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T20:01:50.337Z] bca2f99d35d6: Waiting [2021-02-09T20:01:50.337Z] 93359f2a8cfa: Waiting [2021-02-09T20:01:50.337Z] a35cf1a2eb13: Waiting [2021-02-09T20:01:50.337Z] 7c6f9722023f: Waiting [2021-02-09T20:01:50.337Z] de9db76c5a1d: Verifying Checksum [2021-02-09T20:01:50.337Z] de9db76c5a1d: Download complete [2021-02-09T20:01:50.337Z] 0ef7d3d256c8: Download complete [2021-02-09T20:01:50.337Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T20:01:50.337Z] 93359f2a8cfa: Download complete [2021-02-09T20:01:50.337Z] 7c6f9722023f: Verifying Checksum [2021-02-09T20:01:50.337Z] 7c6f9722023f: Download complete [2021-02-09T20:01:50.337Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T20:01:50.337Z] 188c0c94c7c5: Download complete [2021-02-09T20:01:51.291Z] 188c0c94c7c5: Pull complete [2021-02-09T20:01:51.556Z] 0ef7d3d256c8: Pull complete [2021-02-09T20:01:51.820Z] de9db76c5a1d: Pull complete [2021-02-09T20:01:52.775Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T20:01:52.775Z] a35cf1a2eb13: Download complete [2021-02-09T20:01:53.725Z] bca2f99d35d6: Download complete [2021-02-09T20:01:59.087Z] bca2f99d35d6: Pull complete [2021-02-09T20:01:59.087Z] 93359f2a8cfa: Pull complete [2021-02-09T20:01:59.087Z] 7c6f9722023f: Pull complete [2021-02-09T20:01:59.969Z] Still waiting to schedule task [2021-02-09T20:01:59.970Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25841’ [2021-02-09T20:02:03.354Z] a35cf1a2eb13: Pull complete [2021-02-09T20:02:03.354Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T20:02:03.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T20:02:03.354Z] ---> a62c8e92a672 [2021-02-09T20:02:03.354Z] 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-09T20:02:03.616Z] ---> Running in f976bd505257 [2021-02-09T20:02:03.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:02:04.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:02:05.092Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T20:02:05.666Z] (2/12) Installing file (5.38-r0) [2021-02-09T20:02:05.666Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T20:02:05.666Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T20:02:10.982Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T20:02:10.982Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T20:02:10.982Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T20:02:10.982Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T20:02:10.982Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T20:02:11.244Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T20:02:11.244Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T20:02:11.244Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T20:02:11.509Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:02:11.509Z] OK: 233 MiB in 51 packages [2021-02-09T20:02:15.751Z] Removing intermediate container f976bd505257 [2021-02-09T20:02:15.751Z] ---> bc6c6503a7b3 [2021-02-09T20:02:15.751Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T20:02:15.751Z] ---> Running in 7d1596d370b9 [2021-02-09T20:02:15.751Z] Removing intermediate container 7d1596d370b9 [2021-02-09T20:02:15.751Z] ---> 657429910cf8 [2021-02-09T20:02:15.751Z] Step 5/6 : COPY go.mod . [2021-02-09T20:02:15.751Z] ---> 48c1578dcc4d [2021-02-09T20:02:15.751Z] Step 6/6 : RUN go mod download [2021-02-09T20:02:16.017Z] ---> Running in 22ac1ea23aa0 [2021-02-09T20:02:38.042Z] Removing intermediate container 22ac1ea23aa0 [2021-02-09T20:02:38.042Z] ---> de1b3e4e462b [2021-02-09T20:02:38.042Z] Successfully built de1b3e4e462b [2021-02-09T20:02:38.042Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:02:38.372Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T20:02:38.372Z] . [Pipeline] withDockerContainer [2021-02-09T20:02:38.475Z] prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container [2021-02-09T20:02:38.522Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** ci-base-image-x86_64 cat [2021-02-09T20:02:39.361Z] $ docker top 903d088da547579d2f1f6b6ae724cf83c402343e243875b1173339888e597c30 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:02:39.895Z] + go version [2021-02-09T20:02:39.895Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T20:02:39.910Z] $ docker stop --time=1 903d088da547579d2f1f6b6ae724cf83c402343e243875b1173339888e597c30 [2021-02-09T20:02:41.241Z] $ docker rm -f 903d088da547579d2f1f6b6ae724cf83c402343e243875b1173339888e597c30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:02:42.112Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T20:02:42.112Z] . [Pipeline] withDockerContainer [2021-02-09T20:02:42.214Z] prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container [2021-02-09T20:02:42.261Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** ci-base-image-x86_64 cat [2021-02-09T20:02:42.821Z] $ docker top 53ed3675f9f4345ae1700978fdf2eac7b05f3c3cf2d95701f8ab0c1ea402d7bc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T20:02:43.053Z] ========================================================= [2021-02-09T20:02:43.053Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T20:02:43.053Z] ========================================================= [Pipeline] sh [2021-02-09T20:02:43.348Z] + make test [2021-02-09T20:02:43.348Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T20:02:51.545Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T20:03:09.812Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T20:03:09.812Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T20:03:12.433Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T20:03:12.433Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T20:03:13.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T20:03:13.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T20:03:13.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T20:03:13.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T20:03:14.449Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T20:03:14.713Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T20:03:17.315Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T20:03:17.315Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T20:03:17.315Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T20:03:19.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 45.9% of statements [2021-02-09T20:03:19.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T20:03:19.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T20:03:19.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T20:03:19.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T20:03:19.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T20:03:19.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T20:03:19.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T20:03:19.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.061s coverage: 100.0% of statements [2021-02-09T20:03:23.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-02-09T20:03:23.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T20:03:23.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T20:03:23.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T20:03:23.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T20:03:23.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T20:03:23.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T20:03:23.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-02-09T20:03:23.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T20:03:23.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2021-02-09T20:03:23.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T20:03:23.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T20:03:23.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 65.8% of statements [2021-02-09T20:03:23.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T20:03:23.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T20:03:23.510Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.414s coverage: 82.3% of statements [2021-02-09T20:03:23.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T20:03:23.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:03:23.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T20:03:23.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T20:03:25.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.311s coverage: 28.6% of statements [2021-02-09T20:03:25.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T20:03:25.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T20:03:25.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T20:03:25.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T20:03:25.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T20:03:25.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements [2021-02-09T20:03:25.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T20:03:25.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-02-09T20:03:25.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T20:03:25.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.094s coverage: 86.7% of statements [2021-02-09T20:03:25.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T20:03:25.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements [2021-02-09T20:03:25.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T20:03:26.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-02-09T20:03:26.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T20:03:26.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T20:03:26.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T20:03:26.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T20:03:28.664Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.390s coverage: 92.8% of statements [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T20:03:28.664Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T20:03:28.665Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T20:03:28.665Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T20:03:28.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T20:03:28.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 45.5% of statements [2021-02-09T20:03:28.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.053s coverage: 79.5% of statements [2021-02-09T20:03:28.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-02-09T20:03:28.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.039s coverage: 96.3% of statements [2021-02-09T20:03:28.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-02-09T20:03:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.047s coverage: 94.4% of statements [2021-02-09T20:03:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-02-09T20:03:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.059s coverage: 92.9% of statements [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T20:03:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T20:03:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T20:03:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T20:03:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T20:03:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-09T20:03:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-09T20:03:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-09T20:03:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.4% of statements [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T20:03:53.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements [2021-02-09T20:03:53.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 68.9% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.287s coverage: 84.0% of statements [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.104s coverage: 89.4% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.706s coverage: 29.1% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.064s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T20:03:53.588Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-09T20:03:53.588Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-09T20:03:53.588Z] GO111MODULE=on go vet ./... [2021-02-09T20:04:20.343Z] gofmt -l . [2021-02-09T20:04:20.343Z] [ "`gofmt -l .`" = "" ] [2021-02-09T20:04:20.343Z] ./bin/test-go-mod-tidy.sh [2021-02-09T20:04:20.343Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T20:04:20.657Z] + ls -al . [2021-02-09T20:04:20.657Z] total 700 [2021-02-09T20:04:20.657Z] drwxrwxr-x 10 1001 1001 4096 Feb 9 20:04 . [2021-02-09T20:04:20.657Z] drwxr-xr-x 4 root root 30 Feb 9 20:02 .. [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 20:00 .dockerignore [2021-02-09T20:04:20.657Z] drwxrwxr-x 8 1001 1001 179 Feb 9 20:00 .git [2021-02-09T20:04:20.657Z] drwxrwxr-x 3 1001 1001 125 Feb 9 20:00 .github [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 20:00 .gitignore [2021-02-09T20:04:20.657Z] drwx------ 3 1001 1001 60 Feb 9 20:01 .semver [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 20:00 .sonarcloud.properties [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 20:00 Attribution.txt [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 20:00 CONTRIBUTING.md [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 20:00 Dockerfile.build [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 20:00 Jenkinsfile [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 20:00 LICENSE [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 20:00 Makefile [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 20:00 README.md [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 20:00 SECURITY.md [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 20:01 VERSION [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 20:00 ZMQWindows.md [2021-02-09T20:04:20.657Z] drwxrwxr-x 2 1001 1001 117 Feb 9 20:00 bin [2021-02-09T20:04:20.657Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 20:00 cmd [2021-02-09T20:04:20.657Z] -rw-r--r-- 1 root root 594557 Feb 9 20:03 coverage.out [2021-02-09T20:04:20.657Z] -rw-r--r-- 1 root root 1054 Feb 9 20:04 go.mod [2021-02-09T20:04:20.657Z] -rw-r--r-- 1 root root 19518 Feb 9 20:04 go.sum [2021-02-09T20:04:20.657Z] drwxrwxr-x 8 1001 1001 127 Feb 9 20:00 internal [2021-02-09T20:04:20.657Z] drwxrwxr-x 4 1001 1001 26 Feb 9 20:00 openapi [2021-02-09T20:04:20.657Z] drwxrwxr-x 4 1001 1001 71 Feb 9 20:00 snap [2021-02-09T20:04:20.657Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 20:00 version.go [Pipeline] sh [2021-02-09T20:04:20.958Z] + '[' -e coverage.out ] [2021-02-09T20:04:20.958Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T20:04:21.218Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T20:04:21.518Z] + make build [2021-02-09T20:04:21.518Z] 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-09T20:04:25.739Z] 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-09T20:04:33.964Z] 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-09T20:04:34.236Z] 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-09T20:04:36.187Z] 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-09T20:04:36.187Z] 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-09T20:04:37.589Z] 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-09T20:04:39.520Z] 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-09T20:04:40.095Z] 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-09T20:04:41.500Z] 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-09T20:04:42.455Z] 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-09T20:04:43.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-09T20:04:45.380Z] $ docker stop --time=1 53ed3675f9f4345ae1700978fdf2eac7b05f3c3cf2d95701f8ab0c1ea402d7bc [2021-02-09T20:04:48.221Z] $ docker rm -f 53ed3675f9f4345ae1700978fdf2eac7b05f3c3cf2d95701f8ab0c1ea402d7bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:04:50.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T20:04:50.295Z] [2021-02-09T20:04:50.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:04:50.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T20:04:50.704Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-09T20:04:50.704Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-09T20:04:50.704Z] ca9280d653b3: Pulling fs layer [2021-02-09T20:04:50.704Z] 7e9c9ca2126c: Pulling fs layer [2021-02-09T20:04:51.283Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-09T20:04:51.283Z] cbdbe7a5bc2a: Download complete [2021-02-09T20:04:51.550Z] ca9280d653b3: Verifying Checksum [2021-02-09T20:04:51.550Z] ca9280d653b3: Download complete [2021-02-09T20:04:51.550Z] cbdbe7a5bc2a: Pull complete [2021-02-09T20:04:52.509Z] ca9280d653b3: Pull complete [2021-02-09T20:04:52.772Z] 7e9c9ca2126c: Download complete [2021-02-09T20:04:59.399Z] 7e9c9ca2126c: Pull complete [2021-02-09T20:04:59.399Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-09T20:04:59.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T20:04:59.399Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-09T20:04:59.522Z] prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container [2021-02-09T20:04:59.569Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-09T20:05:00.485Z] $ docker top 8d7b7ccd534d8c6a7f4a2555ff3ffef3e4d9793482f23d5dbd9d44e675daaa53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:05:01.014Z] + docker-compose build --help [2021-02-09T20:05:01.014Z] + grep parallel [2021-02-09T20:05:01.986Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T20:05:02.269Z] $ docker stop --time=1 8d7b7ccd534d8c6a7f4a2555ff3ffef3e4d9793482f23d5dbd9d44e675daaa53 [2021-02-09T20:05:03.607Z] $ docker rm -f 8d7b7ccd534d8c6a7f4a2555ff3ffef3e4d9793482f23d5dbd9d44e675daaa53 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:05:04.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T20:05:04.248Z] . [Pipeline] withDockerContainer [2021-02-09T20:05:04.359Z] prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container [2021-02-09T20:05:04.411Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T20:05:05.047Z] $ docker top 394d7f115daf98a13141f5e846f706e0306da757ff9ffefe51fc6ed26f194b80 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:05:05.667Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T20:05:06.704Z] Building docker-core-command-go ... [2021-02-09T20:05:06.704Z] Building docker-core-data-go ... [2021-02-09T20:05:06.704Z] Building docker-core-metadata-go ... [2021-02-09T20:05:06.704Z] Building docker-security-bootstrapper-go ... [2021-02-09T20:05:06.704Z] Building docker-security-proxy-setup-go ... [2021-02-09T20:05:06.704Z] Building docker-security-secretstore-setup-go ... [2021-02-09T20:05:06.704Z] Building docker-support-notifications-go ... [2021-02-09T20:05:06.704Z] Building docker-support-scheduler-go ... [2021-02-09T20:05:06.704Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T20:05:06.704Z] Building docker-security-secretstore-setup-go [2021-02-09T20:05:06.704Z] Building docker-core-command-go [2021-02-09T20:05:06.704Z] Building docker-support-notifications-go [2021-02-09T20:05:06.704Z] Building docker-support-scheduler-go [2021-02-09T20:05:06.704Z] Building docker-core-metadata-go [2021-02-09T20:05:23.753Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25848 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-09T20:05:23.814Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2021-02-09T20:05:29.475Z] using credential edgex-jenkins-ssh [2021-02-09T20:05:29.536Z] Cloning the remote Git repository [2021-02-09T20:05:29.606Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:05:29.719Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2021-02-09T20:05:29.805Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:05:29.806Z] > git --version # timeout=10 [2021-02-09T20:05:29.830Z] > git --version # 'git version 2.17.1' [2021-02-09T20:05:29.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:05:29.923Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T20:05:38.990Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:05:38.991Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:05:38.991Z] ---> de1b3e4e462b [2021-02-09T20:05:38.991Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:05:40.597Z] ---> Running in bb401bf2dd7f [2021-02-09T20:05:40.868Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:05:40.868Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:05:40.868Z] ---> de1b3e4e462b [2021-02-09T20:05:40.868Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:05:40.868Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:05:40.868Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:05:40.868Z] ---> de1b3e4e462b [2021-02-09T20:05:40.868Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T20:05:40.868Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:05:40.868Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:05:40.868Z] ---> de1b3e4e462b [2021-02-09T20:05:40.868Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T20:05:41.824Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:05:41.824Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:05:41.824Z] ---> de1b3e4e462b [2021-02-09T20:05:41.824Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T20:05:42.407Z] ---> Running in eba018b426ec [2021-02-09T20:05:42.407Z] ---> Running in a7aa26e5093c [2021-02-09T20:05:42.407Z] ---> Running in 4d81ef6fc4ab [2021-02-09T20:05:42.407Z] ---> Running in df3ce883b839 [2021-02-09T20:05:43.010Z] Removing intermediate container bb401bf2dd7f [2021-02-09T20:05:43.010Z] ---> 66c7702e6289 [2021-02-09T20:05:43.010Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:05:43.010Z] Removing intermediate container a7aa26e5093c [2021-02-09T20:05:43.010Z] ---> 40fa99b72471 [2021-02-09T20:05:43.010Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:05:43.010Z] Removing intermediate container df3ce883b839 [2021-02-09T20:05:43.010Z] ---> 472f7386615d [2021-02-09T20:05:43.010Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:05:43.010Z] Removing intermediate container 4d81ef6fc4ab [2021-02-09T20:05:43.010Z] ---> 3ef95069ebc6 [2021-02-09T20:05:43.010Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:05:43.010Z] Removing intermediate container eba018b426ec [2021-02-09T20:05:43.010Z] ---> d9274e7f434e [2021-02-09T20:05:43.010Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:05:43.010Z] ---> Running in c67db426821f [2021-02-09T20:05:43.010Z] ---> Running in 5313f5d29158 [2021-02-09T20:05:43.010Z] ---> Running in 094ba2f855d8 [2021-02-09T20:05:43.010Z] ---> Running in 6b72c0c4e270 [2021-02-09T20:05:43.010Z] ---> Running in da229ac82b67 [2021-02-09T20:05:44.954Z] Removing intermediate container c67db426821f [2021-02-09T20:05:44.954Z] ---> a01f8f7c3905 [2021-02-09T20:05:44.954Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T20:05:45.231Z] Removing intermediate container 094ba2f855d8 [2021-02-09T20:05:45.231Z] ---> 95350e545b55 [2021-02-09T20:05:45.231Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T20:05:45.231Z] ---> Running in 20617adf6af8 [2021-02-09T20:05:45.231Z] ---> Running in ecff71b5935b [2021-02-09T20:05:45.495Z] Removing intermediate container 5313f5d29158 [2021-02-09T20:05:45.495Z] ---> 4f6ea12fee62 [2021-02-09T20:05:45.495Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T20:05:45.495Z] Removing intermediate container 6b72c0c4e270 [2021-02-09T20:05:45.495Z] ---> eb9eb84ebc63 [2021-02-09T20:05:45.495Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T20:05:45.495Z] Removing intermediate container da229ac82b67 [2021-02-09T20:05:45.495Z] ---> bf89b729b702 [2021-02-09T20:05:45.495Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T20:05:45.710Z] Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:05:45.757Z] ---> Running in 7ede2a921416 [2021-02-09T20:05:45.757Z] ---> Running in 5ee9f795e9cb [2021-02-09T20:05:45.757Z] ---> Running in b2c1e4aaa6b4 [2021-02-09T20:05:44.984Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T20:05:45.010Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T20:05:45.043Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T20:05:45.080Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:05:45.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:05:45.094Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T20:05:45.741Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T20:05:45.763Z] > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 [2021-02-09T20:05:46.101Z] > git remote # timeout=10 [2021-02-09T20:05:46.116Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T20:05:46.137Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:05:46.146Z] > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [2021-02-09T20:05:46.185Z] Merge succeeded, producing b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:05:46.186Z] Checking out Revision b4afab23d8944048b683e20fbbf294e254ece17a (PR-3109) [2021-02-09T20:05:46.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:46.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:46.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:46.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:46.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:47.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:47.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:47.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:47.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:47.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:05:48.097Z] OK: 233 MiB in 51 packages [2021-02-09T20:05:48.097Z] OK: 233 MiB in 51 packages [2021-02-09T20:05:46.171Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T20:05:46.197Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T20:05:46.206Z] > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 [2021-02-09T20:05:48.375Z] OK: 233 MiB in 51 packages [2021-02-09T20:05:48.641Z] OK: 233 MiB in 51 packages [2021-02-09T20:05:48.641Z] OK: 233 MiB in 51 packages [2021-02-09T20:05:48.641Z] Removing intermediate container 5ee9f795e9cb [2021-02-09T20:05:48.641Z] ---> 79a256cb0fb7 [2021-02-09T20:05:48.641Z] Step 6/23 : COPY go.mod . [2021-02-09T20:05:48.641Z] Removing intermediate container 7ede2a921416 [2021-02-09T20:05:48.641Z] ---> 190c5a488d64 [2021-02-09T20:05:48.641Z] Step 6/22 : COPY go.mod . [2021-02-09T20:05:48.948Z] Removing intermediate container b2c1e4aaa6b4 [2021-02-09T20:05:48.948Z] ---> e928e7953a0d [2021-02-09T20:05:48.948Z] Step 6/24 : COPY go.mod . [2021-02-09T20:05:49.217Z] ---> 7f3574661c80 [2021-02-09T20:05:49.217Z] Step 7/22 : RUN go mod download [2021-02-09T20:05:49.217Z] ---> a1b7bdc8c41f [2021-02-09T20:05:49.217Z] Step 7/23 : RUN go mod download [2021-02-09T20:05:49.493Z] ---> f1d18c656657 [2021-02-09T20:05:49.493Z] Step 7/24 : RUN go mod download [2021-02-09T20:05:49.493Z] Removing intermediate container 20617adf6af8 [2021-02-09T20:05:49.493Z] ---> 8b867716f524 [2021-02-09T20:05:49.493Z] Step 6/23 : COPY go.mod . [2021-02-09T20:05:49.493Z] ---> Running in 3afa760df33b [2021-02-09T20:05:49.493Z] ---> Running in c25737ff6397 [2021-02-09T20:05:49.493Z] ---> Running in 27fdf5655ec0 [2021-02-09T20:05:49.769Z] Removing intermediate container ecff71b5935b [2021-02-09T20:05:49.769Z] ---> 22d48ecc241b [2021-02-09T20:05:49.769Z] Step 6/22 : COPY go.mod . [2021-02-09T20:05:49.769Z] ---> 2978593e182d [2021-02-09T20:05:49.770Z] Step 7/23 : RUN go mod download [2021-02-09T20:05:50.042Z] ---> Running in e13b410dc769 [2021-02-09T20:05:50.308Z] ---> 3dcf9dd716fc [2021-02-09T20:05:50.308Z] Step 7/22 : RUN go mod download [2021-02-09T20:05:50.581Z] ---> Running in d05fdcaef6e7 [2021-02-09T20:05:50.819Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T20:05:52.352Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:05:52.542Z] Removing intermediate container 3afa760df33b [2021-02-09T20:05:52.543Z] ---> 8364b30519cf [2021-02-09T20:05:52.543Z] Step 8/23 : COPY . . [2021-02-09T20:05:52.543Z] Removing intermediate container 27fdf5655ec0 [2021-02-09T20:05:52.543Z] ---> 82d9107f4275 [2021-02-09T20:05:52.543Z] Step 8/24 : COPY . . [2021-02-09T20:05:52.543Z] Removing intermediate container e13b410dc769 [2021-02-09T20:05:52.543Z] ---> b48cc5029317 [2021-02-09T20:05:52.543Z] Step 8/23 : COPY . . [2021-02-09T20:05:52.543Z] Removing intermediate container d05fdcaef6e7 [2021-02-09T20:05:52.543Z] ---> 2e4f9fbc9c21 [2021-02-09T20:05:52.543Z] Step 8/22 : COPY . . [2021-02-09T20:05:52.543Z] Removing intermediate container c25737ff6397 [2021-02-09T20:05:52.543Z] ---> 729b9a18a152 [2021-02-09T20:05:52.543Z] Step 8/22 : COPY . . [2021-02-09T20:05:52.804Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:05:53.210Z] + sudo service docker restart [2021-02-09T20:05:53.210Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T20:05:55.905Z] provisioning config files... [2021-02-09T20:05:55.947Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config1069216298235207049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:05:56.371Z] ---> docker-login.sh [2021-02-09T20:05:56.371Z] nexus3.edgexfoundry.org:10001 [2021-02-09T20:05:57.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:05:57.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:05:57.635Z] Configure a credential helper to remove this warning. See [2021-02-09T20:05:57.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:05:57.635Z] [2021-02-09T20:05:57.635Z] Login Succeeded [2021-02-09T20:05:57.635Z] nexus3.edgexfoundry.org:10002 [2021-02-09T20:05:58.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:05:58.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:05:58.237Z] Configure a credential helper to remove this warning. See [2021-02-09T20:05:58.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:05:58.237Z] [2021-02-09T20:05:58.237Z] Login Succeeded [2021-02-09T20:05:58.237Z] nexus3.edgexfoundry.org:10003 [2021-02-09T20:05:58.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:05:58.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:05:58.791Z] Configure a credential helper to remove this warning. See [2021-02-09T20:05:58.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:05:58.791Z] [2021-02-09T20:05:58.791Z] Login Succeeded [2021-02-09T20:05:58.791Z] nexus3.edgexfoundry.org:10004 [2021-02-09T20:05:59.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:05:59.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:05:59.340Z] Configure a credential helper to remove this warning. See [2021-02-09T20:05:59.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:05:59.340Z] [2021-02-09T20:05:59.340Z] Login Succeeded [2021-02-09T20:05:59.340Z] docker.io [2021-02-09T20:05:59.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:05:59.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:05:59.886Z] Configure a credential helper to remove this warning. See [2021-02-09T20:05:59.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:05:59.886Z] [2021-02-09T20:05:59.886Z] Login Succeeded [2021-02-09T20:05:59.886Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T20:05:59.906Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T20:06:00.543Z] ========================================================= [2021-02-09T20:06:00.543Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T20:06:00.543Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:06:00.948Z] + 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-09T20:06:03.618Z] Sending build context to Docker daemon 166.3MB [2021-02-09T20:06:03.618Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T20:06:03.618Z] Step 2/6 : FROM ${BASE} [2021-02-09T20:06:03.618Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T20:06:03.618Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T20:06:03.618Z] a4357932f1b6: Pulling fs layer [2021-02-09T20:06:03.618Z] 18c013af1878: Pulling fs layer [2021-02-09T20:06:03.618Z] 00ac8860ef70: Pulling fs layer [2021-02-09T20:06:03.618Z] 63d7cb157983: Pulling fs layer [2021-02-09T20:06:03.618Z] b116817d02f9: Pulling fs layer [2021-02-09T20:06:03.618Z] 745a02a5169b: Pulling fs layer [2021-02-09T20:06:03.618Z] 00ac8860ef70: Waiting [2021-02-09T20:06:03.618Z] 63d7cb157983: Waiting [2021-02-09T20:06:03.618Z] b116817d02f9: Waiting [2021-02-09T20:06:03.618Z] 745a02a5169b: Waiting [2021-02-09T20:06:03.618Z] 18c013af1878: Verifying Checksum [2021-02-09T20:06:03.618Z] 18c013af1878: Download complete [2021-02-09T20:06:03.618Z] a4357932f1b6: Verifying Checksum [2021-02-09T20:06:03.618Z] a4357932f1b6: Download complete [2021-02-09T20:06:03.618Z] 63d7cb157983: Verifying Checksum [2021-02-09T20:06:03.618Z] 63d7cb157983: Download complete [2021-02-09T20:06:03.618Z] b116817d02f9: Verifying Checksum [2021-02-09T20:06:03.618Z] b116817d02f9: Download complete [2021-02-09T20:06:03.618Z] 5f621e34cdf4: Download complete [2021-02-09T20:06:04.221Z] 5f621e34cdf4: Pull complete [2021-02-09T20:06:04.825Z] a4357932f1b6: Pull complete [2021-02-09T20:06:05.432Z] 18c013af1878: Pull complete [2021-02-09T20:06:06.418Z] 745a02a5169b: Verifying Checksum [2021-02-09T20:06:06.418Z] 745a02a5169b: Download complete [2021-02-09T20:06:08.397Z] 00ac8860ef70: Verifying Checksum [2021-02-09T20:06:08.397Z] 00ac8860ef70: Download complete [2021-02-09T20:06:18.551Z] 00ac8860ef70: Pull complete [2021-02-09T20:06:18.551Z] 63d7cb157983: Pull complete [2021-02-09T20:06:18.551Z] b116817d02f9: Pull complete [2021-02-09T20:06:21.202Z] 745a02a5169b: Pull complete [2021-02-09T20:06:21.202Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T20:06:21.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T20:06:21.202Z] ---> b7e6874047d6 [2021-02-09T20:06:21.202Z] 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-09T20:06:24.609Z] ---> Running in 1b973e229ad2 [2021-02-09T20:06:26.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:06:26.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:06:27.253Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T20:06:27.527Z] (2/12) Installing file (5.38-r0) [2021-02-09T20:06:27.527Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T20:06:27.800Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T20:06:30.407Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T20:06:30.407Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T20:06:30.678Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T20:06:30.678Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T20:06:30.678Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T20:06:30.949Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T20:06:30.949Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T20:06:31.219Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T20:06:31.219Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:06:31.219Z] OK: 217 MiB in 51 packages [2021-02-09T20:06:31.461Z] ---> 04753765ac65 [2021-02-09T20:06:31.461Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T20:06:31.461Z] ---> a15ba9c71db5 [2021-02-09T20:06:31.461Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T20:06:31.724Z] ---> fd6b16d11978 [2021-02-09T20:06:31.724Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T20:06:31.998Z] ---> Running in 18345abe0cd7 [2021-02-09T20:06:31.998Z] ---> Running in 910f7cc2e13b [2021-02-09T20:06:31.998Z] ---> Running in 3562a8ba8697 [2021-02-09T20:06:31.998Z] ---> 5fd03805555e [2021-02-09T20:06:31.998Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T20:06:31.998Z] ---> 0059ebaf3a32 [2021-02-09T20:06:31.998Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T20:06:32.585Z] ---> Running in b09f614053d9 [2021-02-09T20:06:32.585Z] ---> Running in c7858dc92b79 [2021-02-09T20:06:33.551Z] 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-09T20:06:33.551Z] 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-09T20:06:33.551Z] 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-09T20:06:33.551Z] 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-09T20:06:33.551Z] 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-09T20:06:35.545Z] Removing intermediate container 1b973e229ad2 [2021-02-09T20:06:35.545Z] ---> 1a8249c67777 [2021-02-09T20:06:35.545Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T20:06:35.545Z] ---> Running in d866d902c1be [2021-02-09T20:06:36.143Z] Removing intermediate container d866d902c1be [2021-02-09T20:06:36.143Z] ---> e4f157467df9 [2021-02-09T20:06:36.143Z] Step 5/6 : COPY go.mod . [2021-02-09T20:06:36.736Z] ---> 7a24ca9b2762 [2021-02-09T20:06:36.736Z] Step 6/6 : RUN go mod download [2021-02-09T20:06:36.736Z] ---> Running in 7d981efcda73 [2021-02-09T20:07:00.238Z] 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-09T20:07:03.571Z] Removing intermediate container 7d981efcda73 [2021-02-09T20:07:03.571Z] ---> bd5601385912 [2021-02-09T20:07:03.571Z] Successfully built bd5601385912 [2021-02-09T20:07:03.571Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:07:03.953Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T20:07:03.953Z] . [Pipeline] withDockerContainer [2021-02-09T20:07:04.251Z] prd-ubuntu18.04-docker-arm64-4c-16g-25848 does not seem to be running inside a container [2021-02-09T20:07:04.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T20:07:06.012Z] $ docker top a277fe1b09183d4dad214c167dfd9ad17a08f3019266c0dad77e2e09ac2dbaa9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:07:07.070Z] + go version [2021-02-09T20:07:07.070Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T20:07:07.098Z] $ docker stop --time=1 a277fe1b09183d4dad214c167dfd9ad17a08f3019266c0dad77e2e09ac2dbaa9 [2021-02-09T20:07:08.477Z] Removing intermediate container 3562a8ba8697 [2021-02-09T20:07:08.477Z] ---> 3ed9fa0e3aa5 [2021-02-09T20:07:08.477Z] [2021-02-09T20:07:08.477Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T20:07:08.477Z] 3.12: Pulling from library/alpine [2021-02-09T20:07:09.074Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T20:07:09.074Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T20:07:09.074Z] ---> 389fef711851 [2021-02-09T20:07:09.074Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T20:07:09.123Z] $ docker rm -f a277fe1b09183d4dad214c167dfd9ad17a08f3019266c0dad77e2e09ac2dbaa9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:07:10.132Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T20:07:10.132Z] . [Pipeline] withDockerContainer [2021-02-09T20:07:10.418Z] prd-ubuntu18.04-docker-arm64-4c-16g-25848 does not seem to be running inside a container [2021-02-09T20:07:10.526Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T20:07:12.082Z] $ docker top d789fa93ba9217ab26412623da9782d0cdf1cc387a09737afec248c2d1fe4267 -eo pid,comm [2021-02-09T20:07:12.399Z] ---> Running in 85c6f69a1c73 [Pipeline] { [Pipeline] echo [2021-02-09T20:07:12.487Z] ========================================================= [2021-02-09T20:07:12.487Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T20:07:12.487Z] ========================================================= [Pipeline] sh [2021-02-09T20:07:13.145Z] + make test [2021-02-09T20:07:13.145Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T20:07:13.811Z] Removing intermediate container b09f614053d9 [2021-02-09T20:07:13.811Z] ---> 60a04a219fc4 [2021-02-09T20:07:13.811Z] [2021-02-09T20:07:13.811Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T20:07:13.811Z] ---> 389fef711851 [2021-02-09T20:07:13.811Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T20:07:14.081Z] Removing intermediate container 18345abe0cd7 [2021-02-09T20:07:14.082Z] ---> d6ca7efe6118 [2021-02-09T20:07:14.082Z] [2021-02-09T20:07:14.082Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:07:14.082Z] ---> 389fef711851 [2021-02-09T20:07:14.082Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:07:14.082Z] Removing intermediate container 910f7cc2e13b [2021-02-09T20:07:14.082Z] ---> 319afdeef2f2 [2021-02-09T20:07:14.082Z] [2021-02-09T20:07:14.082Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T20:07:14.082Z] ---> 389fef711851 [2021-02-09T20:07:14.082Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:07:14.660Z] ---> Running in 0034d798c551 [2021-02-09T20:07:14.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:14.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:14.923Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T20:07:14.923Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:07:14.923Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T20:07:14.923Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T20:07:14.923Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T20:07:14.923Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:07:14.923Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:07:14.923Z] OK: 7 MiB in 19 packages [2021-02-09T20:07:15.198Z] ---> Running in 48a8b9f5131e [2021-02-09T20:07:15.198Z] ---> Running in 06ecf72d5f9d [2021-02-09T20:07:15.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:16.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:16.041Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T20:07:16.041Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T20:07:16.041Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:07:16.041Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:07:16.303Z] OK: 6 MiB in 16 packages [2021-02-09T20:07:17.700Z] Removing intermediate container c7858dc92b79 [2021-02-09T20:07:17.700Z] ---> cd25436e0fbd [2021-02-09T20:07:17.700Z] [2021-02-09T20:07:17.700Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:07:17.700Z] ---> 389fef711851 [2021-02-09T20:07:17.700Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:07:17.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:17.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:17.700Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T20:07:18.647Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:07:18.911Z] OK: 6 MiB in 15 packages [2021-02-09T20:07:18.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:18.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:19.174Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T20:07:19.174Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:07:19.174Z] OK: 6 MiB in 15 packages [2021-02-09T20:07:19.174Z] ---> Running in 74db5c436507 [2021-02-09T20:07:19.435Z] Removing intermediate container 85c6f69a1c73 [2021-02-09T20:07:19.435Z] ---> 4e713963ce3b [2021-02-09T20:07:19.435Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T20:07:20.010Z] ---> Running in 6c511d904720 [2021-02-09T20:07:20.274Z] Removing intermediate container 0034d798c551 [2021-02-09T20:07:20.274Z] ---> cbd0beb83782 [2021-02-09T20:07:20.274Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:07:20.540Z] ---> Running in b4d4ca434f7e [2021-02-09T20:07:20.540Z] Removing intermediate container 48a8b9f5131e [2021-02-09T20:07:20.540Z] ---> e5346a6d7dc4 [2021-02-09T20:07:20.540Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:07:20.540Z] Removing intermediate container 6c511d904720 [2021-02-09T20:07:20.540Z] ---> 7f1fc6839cab [2021-02-09T20:07:20.540Z] Step 13/24 : WORKDIR / [2021-02-09T20:07:20.808Z] ---> Running in 6bff2d0f2d69 [2021-02-09T20:07:20.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:20.808Z] ---> Running in bad6b9113c07 [2021-02-09T20:07:20.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:20.808Z] Removing intermediate container b4d4ca434f7e [2021-02-09T20:07:20.808Z] ---> 3e4e1cb3b028 [2021-02-09T20:07:20.808Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T20:07:20.808Z] Removing intermediate container 06ecf72d5f9d [2021-02-09T20:07:20.808Z] ---> 68553bd355d7 [2021-02-09T20:07:20.808Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:07:21.082Z] Removing intermediate container 6bff2d0f2d69 [2021-02-09T20:07:21.082Z] ---> 4e3c475f6a82 [2021-02-09T20:07:21.082Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T20:07:21.082Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T20:07:21.082Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:07:21.082Z] OK: 6 MiB in 15 packages [2021-02-09T20:07:21.082Z] ---> Running in 4c393c5a5fda [2021-02-09T20:07:21.082Z] ---> Running in 69450ff463ce [2021-02-09T20:07:21.082Z] ---> Running in f56199e42ba4 [2021-02-09T20:07:21.354Z] Removing intermediate container bad6b9113c07 [2021-02-09T20:07:21.354Z] ---> 89201709bdf0 [2021-02-09T20:07:21.354Z] 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-09T20:07:21.354Z] Removing intermediate container 69450ff463ce [2021-02-09T20:07:21.354Z] ---> d66e465c4d18 [2021-02-09T20:07:21.354Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T20:07:21.623Z] Removing intermediate container 4c393c5a5fda [2021-02-09T20:07:21.623Z] ---> 3d641fc3bbda [2021-02-09T20:07:21.624Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T20:07:21.624Z] ---> Running in de7c72a76ad0 [2021-02-09T20:07:21.624Z] ---> Running in 797e2d743aee [2021-02-09T20:07:21.624Z] Removing intermediate container f56199e42ba4 [2021-02-09T20:07:21.624Z] ---> fdc75567e915 [2021-02-09T20:07:21.624Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T20:07:21.888Z] ---> 7df9d9120758 [2021-02-09T20:07:21.888Z] 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-09T20:07:21.888Z] ---> Running in 79c7324a58a3 [2021-02-09T20:07:22.151Z] Removing intermediate container de7c72a76ad0 [2021-02-09T20:07:22.151Z] ---> 5794f7975aa9 [2021-02-09T20:07:22.151Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T20:07:22.151Z] Removing intermediate container 797e2d743aee [2021-02-09T20:07:22.151Z] ---> 8724bac7b801 [2021-02-09T20:07:22.151Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:07:22.151Z] Removing intermediate container 74db5c436507 [2021-02-09T20:07:22.151Z] ---> e9ac7a118670 [2021-02-09T20:07:22.151Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:07:22.151Z] ---> 1d57a0aba3c9 [2021-02-09T20:07:22.151Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T20:07:22.413Z] Removing intermediate container 79c7324a58a3 [2021-02-09T20:07:22.413Z] ---> 5aacb2fc0215 [2021-02-09T20:07:22.413Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:07:22.413Z] ---> Running in 0b1e8003d12e [2021-02-09T20:07:22.413Z] ---> Running in 431722ba19bf [2021-02-09T20:07:22.679Z] ---> 2deafe461c1e [2021-02-09T20:07:22.679Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T20:07:22.679Z] Removing intermediate container 0b1e8003d12e [2021-02-09T20:07:22.679Z] ---> 8d09a2601652 [2021-02-09T20:07:22.679Z] Step 15/23 : WORKDIR / [2021-02-09T20:07:22.942Z] ---> bee4d8b467e5 [2021-02-09T20:07:22.942Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T20:07:22.942Z] Removing intermediate container 431722ba19bf [2021-02-09T20:07:22.942Z] ---> 393f5fe79990 [2021-02-09T20:07:22.942Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T20:07:22.942Z] ---> 31b1601ffa71 [2021-02-09T20:07:22.942Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T20:07:23.217Z] ---> Running in 9a0f74086f15 [2021-02-09T20:07:23.217Z] ---> Running in 5b2c4d4477e3 [2021-02-09T20:07:23.217Z] ---> b73738cb2a5f [2021-02-09T20:07:23.217Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T20:07:23.485Z] ---> ff9ae4849eeb [2021-02-09T20:07:23.485Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T20:07:23.485Z] Removing intermediate container 9a0f74086f15 [2021-02-09T20:07:23.485Z] ---> 2ebcec18ed66 [2021-02-09T20:07:23.485Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:07:23.485Z] ---> b522f8031aef [2021-02-09T20:07:23.485Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T20:07:23.485Z] Removing intermediate container 5b2c4d4477e3 [2021-02-09T20:07:23.485Z] ---> bc80ddcf2228 [2021-02-09T20:07:23.485Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T20:07:23.752Z] ---> Running in 1ec4bd60cd07 [2021-02-09T20:07:23.752Z] ---> 4969e37a6492 [2021-02-09T20:07:23.752Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T20:07:24.022Z] ---> Running in d28eceee67b3 [2021-02-09T20:07:24.022Z] ---> 5d1aedb2a9a5 [2021-02-09T20:07:24.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T20:07:24.022Z] ---> b0b762c04f54 [2021-02-09T20:07:24.022Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T20:07:24.022Z] ---> 621f518b3403 [2021-02-09T20:07:24.022Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T20:07:24.022Z] Removing intermediate container 1ec4bd60cd07 [2021-02-09T20:07:24.022Z] ---> 18fd3e630429 [2021-02-09T20:07:24.022Z] Step 15/23 : WORKDIR / [2021-02-09T20:07:24.286Z] ---> Running in c14b0a6c1111 [2021-02-09T20:07:24.286Z] ---> Running in 52f806fc7aef [2021-02-09T20:07:24.552Z] Removing intermediate container d28eceee67b3 [2021-02-09T20:07:24.552Z] ---> 874b391ec74b [2021-02-09T20:07:24.552Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:07:24.552Z] ---> a80dad5ec608 [2021-02-09T20:07:24.552Z] 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-09T20:07:24.552Z] Removing intermediate container c14b0a6c1111 [2021-02-09T20:07:24.552Z] ---> 6ac8cbbbc2a1 [2021-02-09T20:07:24.552Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:07:25.136Z] ---> Running in 47a7173777d0 [2021-02-09T20:07:25.136Z] ---> Running in b8e729a63920 [2021-02-09T20:07:25.136Z] ---> 89e661426819 [2021-02-09T20:07:25.136Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T20:07:25.136Z] Removing intermediate container 52f806fc7aef [2021-02-09T20:07:25.136Z] ---> de7606164eb4 [2021-02-09T20:07:25.136Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:07:25.399Z] ---> Running in 7714a87a205a [2021-02-09T20:07:25.668Z] Removing intermediate container 47a7173777d0 [2021-02-09T20:07:25.668Z] ---> d9bb50c9aba3 [2021-02-09T20:07:25.668Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T20:07:25.668Z] ---> 6f2e4851b34e [2021-02-09T20:07:25.668Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T20:07:25.668Z] ---> 7f87269dd2ed [2021-02-09T20:07:25.668Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T20:07:25.668Z] ---> Running in 374e81549d6e [2021-02-09T20:07:25.936Z] Removing intermediate container 7714a87a205a [2021-02-09T20:07:25.936Z] ---> 4bdb54fa217b [2021-02-09T20:07:25.936Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T20:07:25.936Z] ---> Running in 2605edaf3563 [2021-02-09T20:07:25.936Z] ---> Running in 34a47b0eeab3 [2021-02-09T20:07:26.198Z] Removing intermediate container 2605edaf3563 [2021-02-09T20:07:26.198Z] ---> f802cc117249 [2021-02-09T20:07:26.198Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:07:26.198Z] Removing intermediate container 374e81549d6e [2021-02-09T20:07:26.198Z] ---> 36ed0f2c1703 [2021-02-09T20:07:26.198Z] Step 21/22 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:07:26.468Z] ---> Running in dadc2cd229d5 [2021-02-09T20:07:26.468Z] Removing intermediate container 34a47b0eeab3 [2021-02-09T20:07:26.468Z] ---> bb62e9df398f [2021-02-09T20:07:26.468Z] Step 21/22 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:07:26.468Z] ---> Running in e3aa0bf5bacc [2021-02-09T20:07:26.468Z] ---> e5e2a3310266 [2021-02-09T20:07:26.468Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T20:07:26.729Z] ---> Running in d0575dc08660 [2021-02-09T20:07:26.729Z] Removing intermediate container dadc2cd229d5 [2021-02-09T20:07:26.729Z] ---> 6414401dc8e1 [2021-02-09T20:07:26.729Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T20:07:26.729Z] Removing intermediate container b8e729a63920 [2021-02-09T20:07:26.729Z] ---> b78819476be8 [2021-02-09T20:07:26.729Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T20:07:26.998Z] Removing intermediate container e3aa0bf5bacc [2021-02-09T20:07:26.998Z] ---> 95074f169b0a [2021-02-09T20:07:26.998Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T20:07:26.998Z] Removing intermediate container d0575dc08660 [2021-02-09T20:07:26.998Z] ---> 46f332d2673e [2021-02-09T20:07:26.998Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T20:07:27.266Z] ---> Running in 775caeda57fd [2021-02-09T20:07:27.266Z] ---> Running in 5c5b4ae96c28 [2021-02-09T20:07:27.266Z] ---> e08aa5255646 [2021-02-09T20:07:27.266Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T20:07:27.266Z] ---> Running in 4feb6d4218aa [2021-02-09T20:07:27.266Z] ---> Running in b891c9a1daa5 [2021-02-09T20:07:27.528Z] ---> Running in 9dfe9ae327f8 [2021-02-09T20:07:27.529Z] Removing intermediate container 775caeda57fd [2021-02-09T20:07:27.529Z] ---> 9ba964686f44 [2021-02-09T20:07:27.529Z] Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:07:27.529Z] Removing intermediate container 5c5b4ae96c28 [2021-02-09T20:07:27.529Z] ---> 61a9e25aa2a1 [2021-02-09T20:07:27.529Z] Step 22/24 : LABEL arch=x86_64 [2021-02-09T20:07:27.796Z] Removing intermediate container 4feb6d4218aa [2021-02-09T20:07:27.796Z] ---> eb196c2db487 [2021-02-09T20:07:27.796Z] [2021-02-09T20:07:27.796Z] ---> Running in e2b96bb9851b [2021-02-09T20:07:27.796Z] Removing intermediate container b891c9a1daa5 [2021-02-09T20:07:27.796Z] ---> 91c11e5210e3 [2021-02-09T20:07:27.796Z] [2021-02-09T20:07:27.796Z] Removing intermediate container 9dfe9ae327f8 [2021-02-09T20:07:27.796Z] ---> 22d73e2c8f81 [2021-02-09T20:07:27.796Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:07:27.796Z] ---> Running in 1e2f3807bd91 [2021-02-09T20:07:28.058Z] Successfully built eb196c2db487 [2021-02-09T20:07:28.058Z] ---> Running in 0217dcd19b7e [2021-02-09T20:07:28.058Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-09T20:07:28.058Z] Building docker-security-bootstrapper-go [2021-02-09T20:07:28.058Z]  Building docker-support-scheduler-go ... done Successfully built 91c11e5210e3 [2021-02-09T20:07:28.058Z] Removing intermediate container e2b96bb9851b [2021-02-09T20:07:28.058Z] ---> 5e9a312162e0 [2021-02-09T20:07:28.058Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:07:28.058Z] Successfully tagged docker-support-notifications-go:latest [2021-02-09T20:07:28.058Z] Building docker-security-proxy-setup-go [2021-02-09T20:07:28.327Z]  Building docker-support-notifications-go ... done  ---> Running in f642734b07f6 [2021-02-09T20:07:28.327Z] Removing intermediate container 1e2f3807bd91 [2021-02-09T20:07:28.327Z] ---> 9701dd5ebd12 [2021-02-09T20:07:28.327Z] Step 23/24 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:07:28.327Z] Removing intermediate container 0217dcd19b7e [2021-02-09T20:07:28.327Z] ---> e923815eba6b [2021-02-09T20:07:28.327Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T20:07:28.598Z] ---> Running in ebee24681fa0 [2021-02-09T20:07:28.598Z] ---> Running in 708b0f14e582 [2021-02-09T20:07:28.598Z] Removing intermediate container f642734b07f6 [2021-02-09T20:07:28.598Z] ---> 2d31e30d8798 [2021-02-09T20:07:28.598Z] [2021-02-09T20:07:28.861Z] Successfully built 2d31e30d8798 [2021-02-09T20:07:28.861Z] Removing intermediate container ebee24681fa0 [2021-02-09T20:07:28.861Z] ---> d45425754b14 [2021-02-09T20:07:28.861Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T20:07:28.861Z] Successfully tagged docker-core-command-go:latest [2021-02-09T20:07:28.861Z] Building docker-core-data-go [2021-02-09T20:07:29.127Z]  Building docker-core-command-go ... done Removing intermediate container 708b0f14e582 [2021-02-09T20:07:29.127Z] ---> f5e322d679d7 [2021-02-09T20:07:29.127Z] Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:07:29.127Z] ---> Running in 6259b707a7c7 [2021-02-09T20:07:29.127Z] ---> Running in ce63ca922cc5 [2021-02-09T20:07:29.718Z] Removing intermediate container 6259b707a7c7 [2021-02-09T20:07:29.718Z] ---> 3fd20f2dc0df [2021-02-09T20:07:29.718Z] [2021-02-09T20:07:29.718Z] Removing intermediate container ce63ca922cc5 [2021-02-09T20:07:29.718Z] ---> 250d4599f67f [2021-02-09T20:07:29.718Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:07:29.718Z] Successfully built 3fd20f2dc0df [2021-02-09T20:07:30.666Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-09T20:07:30.666Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T20:07:33.987Z] ---> Running in 7df45987e94f [2021-02-09T20:07:38.224Z] Removing intermediate container 7df45987e94f [2021-02-09T20:07:38.224Z] ---> 16122318e1bf [2021-02-09T20:07:38.224Z] [2021-02-09T20:07:39.994Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T20:07:40.795Z] Successfully built 16122318e1bf [2021-02-09T20:07:40.795Z] Successfully tagged docker-core-metadata-go:latest [2021-02-09T20:07:59.336Z]  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:07:59.336Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:07:59.336Z] ---> de1b3e4e462b [2021-02-09T20:07:59.336Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> d9274e7f434e [2021-02-09T20:07:59.336Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> bf89b729b702 [2021-02-09T20:07:59.336Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> 79a256cb0fb7 [2021-02-09T20:07:59.336Z] Step 6/21 : COPY go.mod . [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> a1b7bdc8c41f [2021-02-09T20:07:59.336Z] Step 7/21 : RUN go mod download [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> 8364b30519cf [2021-02-09T20:07:59.336Z] Step 8/21 : COPY . . [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> a15ba9c71db5 [2021-02-09T20:07:59.336Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T20:07:59.336Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:07:59.336Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:07:59.336Z] ---> de1b3e4e462b [2021-02-09T20:07:59.336Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> d9274e7f434e [2021-02-09T20:07:59.336Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> bf89b729b702 [2021-02-09T20:07:59.336Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T20:07:59.336Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:07:59.336Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:07:59.336Z] ---> de1b3e4e462b [2021-02-09T20:07:59.336Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> d9274e7f434e [2021-02-09T20:07:59.336Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> bf89b729b702 [2021-02-09T20:07:59.336Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T20:07:59.336Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:07:59.336Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:07:59.336Z] ---> de1b3e4e462b [2021-02-09T20:07:59.336Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> d9274e7f434e [2021-02-09T20:07:59.336Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> bf89b729b702 [2021-02-09T20:07:59.336Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> 79a256cb0fb7 [2021-02-09T20:07:59.336Z] Step 6/30 : COPY go.mod . [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> a1b7bdc8c41f [2021-02-09T20:07:59.336Z] Step 7/30 : RUN go mod download [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> 8364b30519cf [2021-02-09T20:07:59.336Z] Step 8/30 : COPY . . [2021-02-09T20:07:59.336Z] ---> Using cache [2021-02-09T20:07:59.336Z] ---> a15ba9c71db5 [2021-02-09T20:07:59.336Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T20:07:59.336Z] ---> Running in 694ed829d07b [2021-02-09T20:07:59.336Z] ---> Running in d57565c31105 [2021-02-09T20:07:59.336Z] ---> Running in becf49846054 [2021-02-09T20:07:59.336Z] ---> Running in e9a1b2f428f9 [2021-02-09T20:08:00.477Z] 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-09T20:08:00.477Z] 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-09T20:08:00.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:08:00.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:08:01.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:08:01.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:08:01.411Z] OK: 233 MiB in 51 packages [2021-02-09T20:08:01.411Z] OK: 233 MiB in 51 packages [2021-02-09T20:08:02.860Z] Removing intermediate container e9a1b2f428f9 [2021-02-09T20:08:02.860Z] ---> 47fce5a058c4 [2021-02-09T20:08:02.860Z] Step 6/23 : COPY go.mod . [2021-02-09T20:08:02.860Z] Removing intermediate container becf49846054 [2021-02-09T20:08:02.860Z] ---> 0b7462a1d228 [2021-02-09T20:08:02.860Z] Step 6/26 : COPY go.mod . [2021-02-09T20:08:03.451Z] ---> 18323784356a [2021-02-09T20:08:03.451Z] Step 7/23 : RUN go mod download [2021-02-09T20:08:03.451Z] ---> 1553a992f3e4 [2021-02-09T20:08:03.451Z] Step 7/26 : RUN go mod download [2021-02-09T20:08:03.451Z] ---> Running in 0f718f4b34fc [2021-02-09T20:08:03.726Z] ---> Running in f35a73ae7c3f [2021-02-09T20:08:08.013Z] Removing intermediate container 0f718f4b34fc [2021-02-09T20:08:08.013Z] ---> d6732ee0f8b8 [2021-02-09T20:08:08.013Z] Step 8/23 : COPY . . [2021-02-09T20:08:08.289Z] Removing intermediate container f35a73ae7c3f [2021-02-09T20:08:08.289Z] ---> ec6669f12e2a [2021-02-09T20:08:08.289Z] Step 8/26 : COPY . . [2021-02-09T20:08:20.802Z] 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-09T20:08:33.180Z] Removing intermediate container 694ed829d07b [2021-02-09T20:08:33.180Z] ---> 59e91e5510d6 [2021-02-09T20:08:33.180Z] [2021-02-09T20:08:33.180Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T20:08:33.180Z] ---> 389fef711851 [2021-02-09T20:08:33.180Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T20:08:34.134Z] Removing intermediate container d57565c31105 [2021-02-09T20:08:34.134Z] ---> fa2d997131c5 [2021-02-09T20:08:34.134Z] [2021-02-09T20:08:34.134Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T20:08:34.134Z] ---> 389fef711851 [2021-02-09T20:08:34.134Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T20:08:34.708Z] ---> Running in 384f1bcea342 [2021-02-09T20:08:35.288Z] ---> Running in 88303bd7fcda [2021-02-09T20:08:35.551Z] ---> 19c465a9155d [2021-02-09T20:08:35.551Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T20:08:35.551Z] Removing intermediate container 384f1bcea342 [2021-02-09T20:08:35.551Z] ---> e9f6bcd71615 [2021-02-09T20:08:35.551Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T20:08:35.816Z] ---> 8891db13851d [2021-02-09T20:08:35.816Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T20:08:35.816Z] ---> Running in f11f175de892 [2021-02-09T20:08:35.816Z] ---> Running in e018d30ed70f [2021-02-09T20:08:35.816Z] ---> Running in 6d284e34a056 [2021-02-09T20:08:36.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:08:36.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:08:36.665Z] 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-09T20:08:36.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:08:36.665Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T20:08:36.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:08:36.665Z] 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-09T20:08:36.671Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T20:08:36.939Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:08:36.939Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T20:08:36.939Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T20:08:36.939Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:08:36.939Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:08:36.939Z] OK: 7 MiB in 18 packages [2021-02-09T20:08:36.939Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T20:08:36.939Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T20:08:36.939Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:08:36.939Z] OK: 6 MiB in 16 packages [2021-02-09T20:08:39.523Z] Removing intermediate container e018d30ed70f [2021-02-09T20:08:39.523Z] ---> f4ecdddaceee [2021-02-09T20:08:39.523Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T20:08:40.505Z] ---> Running in cb4296073004 [2021-02-09T20:08:40.505Z] Removing intermediate container 88303bd7fcda [2021-02-09T20:08:40.505Z] ---> 071d3a7370be [2021-02-09T20:08:40.505Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T20:08:40.775Z] ---> Running in 99167899b1d0 [2021-02-09T20:08:40.775Z] Removing intermediate container cb4296073004 [2021-02-09T20:08:40.775Z] ---> 30c1f6e22139 [2021-02-09T20:08:40.775Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T20:08:41.044Z] ---> Running in 66f5782894d0 [2021-02-09T20:08:41.044Z] Removing intermediate container 99167899b1d0 [2021-02-09T20:08:41.044Z] ---> 953fef3fcf36 [2021-02-09T20:08:41.044Z] Step 13/21 : WORKDIR /edgex [2021-02-09T20:08:41.044Z] ---> Running in 3ade9d4b6db2 [2021-02-09T20:08:41.310Z] Removing intermediate container 66f5782894d0 [2021-02-09T20:08:41.310Z] ---> 6a7764c9234c [2021-02-09T20:08:41.310Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T20:08:41.576Z] Removing intermediate container 3ade9d4b6db2 [2021-02-09T20:08:41.576Z] ---> 9eebe25ebd21 [2021-02-09T20:08:41.576Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T20:08:41.576Z] ---> Running in cda5459ca858 [2021-02-09T20:08:42.548Z] ---> 4028d20ec825 [2021-02-09T20:08:42.548Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T20:08:43.140Z] ---> c89384afaeee [2021-02-09T20:08:43.140Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T20:08:43.742Z] Removing intermediate container cda5459ca858 [2021-02-09T20:08:43.742Z] ---> a5ca96fbcc38 [2021-02-09T20:08:43.742Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T20:08:44.023Z] ---> Running in 0c8ed2f39763 [2021-02-09T20:08:44.306Z] ---> da31236d461c [2021-02-09T20:08:44.306Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T20:08:44.306Z] Removing intermediate container 0c8ed2f39763 [2021-02-09T20:08:44.306Z] ---> fd83bae9fcd9 [2021-02-09T20:08:44.306Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T20:08:44.306Z] ---> Running in 24cd2aab6c29 [2021-02-09T20:08:44.956Z] Removing intermediate container 24cd2aab6c29 [2021-02-09T20:08:44.956Z] ---> 113f6061e5a1 [2021-02-09T20:08:44.956Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T20:08:44.956Z] ---> Running in 881e2239d1bb [2021-02-09T20:08:44.956Z] ---> 330f0e902112 [2021-02-09T20:08:44.956Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T20:08:45.238Z] ---> Running in 9cec9a32a79b [2021-02-09T20:08:45.238Z] Removing intermediate container 881e2239d1bb [2021-02-09T20:08:45.238Z] ---> 25fb8a7e1dd3 [2021-02-09T20:08:45.238Z] Step 19/21 : LABEL arch=x86_64 [2021-02-09T20:08:45.238Z] ---> Running in 863a7a04b12c [2021-02-09T20:08:45.842Z] Removing intermediate container 863a7a04b12c [2021-02-09T20:08:45.842Z] ---> be0cd9ce8c27 [2021-02-09T20:08:45.842Z] Step 20/21 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:08:45.842Z] ---> Running in ff9d40330559 [2021-02-09T20:08:46.452Z] Removing intermediate container ff9d40330559 [2021-02-09T20:08:46.452Z] ---> 22c1301415fb [2021-02-09T20:08:46.452Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T20:08:46.452Z] ---> Running in 0b34f1b204b3 [2021-02-09T20:08:46.734Z] Removing intermediate container 0b34f1b204b3 [2021-02-09T20:08:46.734Z] ---> 0b58c93d3b67 [2021-02-09T20:08:46.734Z] [2021-02-09T20:08:47.339Z] Successfully built 0b58c93d3b67 [2021-02-09T20:08:47.339Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-09T20:08:47.339Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9cec9a32a79b [2021-02-09T20:08:47.339Z] ---> 27d9b6771971 [2021-02-09T20:08:47.339Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:08:47.942Z] ---> d5a2fd751908 [2021-02-09T20:08:47.942Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T20:08:50.607Z] ---> c876d29240c0 [2021-02-09T20:08:50.607Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T20:08:50.883Z] ---> 84ab3e4544d4 [2021-02-09T20:08:50.883Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T20:08:51.479Z] ---> 7eb05df4cfdb [2021-02-09T20:08:51.479Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T20:08:51.749Z] ---> Running in afe016f09dc7 [2021-02-09T20:08:52.025Z] Removing intermediate container afe016f09dc7 [2021-02-09T20:08:52.025Z] ---> eec16b5b69d4 [2021-02-09T20:08:52.025Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T20:08:52.630Z] ---> d43eae37f50d [2021-02-09T20:08:52.630Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T20:08:52.904Z] ---> Running in ed93579736ac [2021-02-09T20:08:55.523Z] Removing intermediate container ed93579736ac [2021-02-09T20:08:55.523Z] ---> f5e269ce8866 [2021-02-09T20:08:55.523Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T20:08:56.478Z] ---> Running in 65efbaff4903 [2021-02-09T20:08:56.478Z] Removing intermediate container 6d284e34a056 [2021-02-09T20:08:56.478Z] ---> a582866299b0 [2021-02-09T20:08:56.478Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T20:08:56.478Z] ---> Running in afb658c00264 [2021-02-09T20:08:56.744Z] Removing intermediate container 65efbaff4903 [2021-02-09T20:08:56.744Z] ---> 857b0b6058e4 [2021-02-09T20:08:56.744Z] Step 27/30 : CMD ["gate"] [2021-02-09T20:08:57.009Z] ---> Running in dc42e5651adf [2021-02-09T20:08:57.277Z] Removing intermediate container dc42e5651adf [2021-02-09T20:08:57.277Z] ---> 11bd255bba99 [2021-02-09T20:08:57.277Z] Step 28/30 : LABEL arch=x86_64 [2021-02-09T20:08:57.277Z] 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-09T20:08:57.277Z] ---> Running in 9fce84d1a87b [2021-02-09T20:08:57.543Z] Removing intermediate container 9fce84d1a87b [2021-02-09T20:08:57.543Z] ---> 5870f549a197 [2021-02-09T20:08:57.543Z] Step 29/30 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:08:57.809Z] ---> Running in 3b065173b1cf [2021-02-09T20:08:58.074Z] Removing intermediate container 3b065173b1cf [2021-02-09T20:08:58.074Z] ---> 9e1042ddfa58 [2021-02-09T20:08:58.074Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T20:08:58.341Z] ---> Running in baffc9d74d8c [2021-02-09T20:08:58.943Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T20:08:58.943Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T20:08:58.944Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T20:08:58.944Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T20:08:58.944Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T20:08:58.944Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T20:08:58.944Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T20:08:58.944Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T20:08:59.558Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T20:08:59.732Z] Removing intermediate container afb658c00264 [2021-02-09T20:08:59.732Z] ---> 8f866b78b110 [2021-02-09T20:08:59.732Z] [2021-02-09T20:08:59.732Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T20:08:59.732Z] Removing intermediate container baffc9d74d8c [2021-02-09T20:08:59.732Z] ---> faa043e9d6e8 [2021-02-09T20:08:59.732Z] [2021-02-09T20:08:59.732Z] 20.10.0: Pulling from library/docker [2021-02-09T20:09:00.000Z] Successfully built faa043e9d6e8 [2021-02-09T20:09:00.000Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-09T20:09:04.238Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container f11f175de892 [2021-02-09T20:09:04.238Z] ---> dfa8869aa481 [2021-02-09T20:09:04.238Z] [2021-02-09T20:09:04.238Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:09:04.238Z] ---> 389fef711851 [2021-02-09T20:09:04.238Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T20:09:04.238Z] ---> Running in db02a4fc5033 [2021-02-09T20:09:04.238Z] Removing intermediate container db02a4fc5033 [2021-02-09T20:09:04.238Z] ---> 1527ee971e65 [2021-02-09T20:09:04.238Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T20:09:04.503Z] ---> Running in 18c86123cd17 [2021-02-09T20:09:04.766Z] Removing intermediate container 18c86123cd17 [2021-02-09T20:09:04.766Z] ---> af3e7f91c591 [2021-02-09T20:09:04.766Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T20:09:04.766Z] ---> Running in 96c631c3b79b [2021-02-09T20:09:05.027Z] Removing intermediate container 96c631c3b79b [2021-02-09T20:09:05.027Z] ---> cb6eeaa0a994 [2021-02-09T20:09:05.027Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:09:05.027Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T20:09:05.028Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T20:09:05.028Z] ---> aefe523efa57 [2021-02-09T20:09:05.028Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T20:09:05.028Z] ---> Running in e24916824b68 [2021-02-09T20:09:05.296Z] ---> Running in 37e1212aa515 [2021-02-09T20:09:05.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:05.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:05.870Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T20:09:05.870Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T20:09:05.870Z] Executing bash-5.0.17-r0.post-install [2021-02-09T20:09:05.870Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:09:06.133Z] OK: 12 MiB in 22 packages [2021-02-09T20:09:06.133Z] Removing intermediate container e24916824b68 [2021-02-09T20:09:06.133Z] ---> b8dc6ab83f0b [2021-02-09T20:09:06.133Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T20:09:06.133Z] ---> Running in 4d9008ec081f [2021-02-09T20:09:06.730Z] Removing intermediate container 37e1212aa515 [2021-02-09T20:09:06.730Z] ---> 4c669b8b0fc2 [2021-02-09T20:09:06.730Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T20:09:06.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:06.730Z] ---> Running in 65962ab32786 [2021-02-09T20:09:06.730Z] Removing intermediate container 65962ab32786 [2021-02-09T20:09:06.730Z] ---> 9dae63ae5eb5 [2021-02-09T20:09:06.730Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T20:09:06.730Z] ---> Running in 9c0d6ba51627 [2021-02-09T20:09:06.992Z] Removing intermediate container 9c0d6ba51627 [2021-02-09T20:09:06.992Z] ---> d9ab6e7bc642 [2021-02-09T20:09:06.992Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T20:09:06.992Z] ---> Running in 09f95b8cee69 [2021-02-09T20:09:07.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:07.258Z] Removing intermediate container 09f95b8cee69 [2021-02-09T20:09:07.258Z] ---> 31e4df8fc13e [2021-02-09T20:09:07.258Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T20:09:07.521Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T20:09:07.791Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T20:09:07.791Z] ---> 8f973386cbf3 [2021-02-09T20:09:07.791Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T20:09:07.791Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T20:09:07.791Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T20:09:08.056Z] ---> 67559ab76c28 [2021-02-09T20:09:08.056Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T20:09:08.056Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T20:09:08.338Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T20:09:08.338Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:09:08.338Z] OK: 8 MiB in 20 packages [2021-02-09T20:09:08.338Z] ---> f4a23d94ebca [2021-02-09T20:09:08.338Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T20:09:08.338Z] ---> Running in 717a74b6607f [2021-02-09T20:09:08.925Z] Removing intermediate container 4d9008ec081f [2021-02-09T20:09:08.925Z] ---> 42c7679afe5d [2021-02-09T20:09:08.925Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:09:08.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:09.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:09.187Z] ---> cdd7bcda1146 [2021-02-09T20:09:09.188Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T20:09:09.188Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T20:09:09.188Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T20:09:09.188Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T20:09:09.188Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T20:09:09.188Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T20:09:09.188Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T20:09:09.457Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T20:09:10.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T20:09:10.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T20:09:10.013Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T20:09:13.676Z] ---> 58b834e408fa [2021-02-09T20:09:13.676Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T20:09:13.676Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T20:09:13.676Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T20:09:13.676Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T20:09:13.676Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T20:09:13.676Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T20:09:13.676Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T20:09:13.676Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T20:09:13.676Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T20:09:13.676Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T20:09:13.676Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T20:09:13.939Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T20:09:13.939Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T20:09:14.203Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T20:09:14.203Z] ---> 7a4b20022153 [2021-02-09T20:09:14.203Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T20:09:14.203Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T20:09:14.473Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T20:09:14.473Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T20:09:14.473Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T20:09:14.473Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T20:09:14.473Z] ---> Running in a656937bf1ca [2021-02-09T20:09:14.473Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T20:09:14.736Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T20:09:14.736Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T20:09:14.736Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T20:09:14.736Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T20:09:14.736Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T20:09:14.736Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T20:09:14.736Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T20:09:15.682Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:09:15.682Z] OK: 71 MiB in 55 packages [2021-02-09T20:09:15.682Z] Removing intermediate container a656937bf1ca [2021-02-09T20:09:15.682Z] ---> 445812d2af73 [2021-02-09T20:09:15.682Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:09:15.682Z] ---> Running in c1de9d5f3103 [2021-02-09T20:09:15.949Z] Removing intermediate container c1de9d5f3103 [2021-02-09T20:09:15.949Z] ---> 0bb9daa7d4f9 [2021-02-09T20:09:15.949Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T20:09:15.949Z] ---> Running in 0c2f8dabd3e7 [2021-02-09T20:09:16.212Z] Removing intermediate container 0c2f8dabd3e7 [2021-02-09T20:09:16.212Z] ---> ecf4e4916e02 [2021-02-09T20:09:16.212Z] Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:09:16.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.366s coverage: 45.9% of statements [2021-02-09T20:09:16.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T20:09:16.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T20:09:16.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T20:09:16.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T20:09:16.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T20:09:16.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T20:09:16.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T20:09:16.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.345s coverage: 100.0% of statements [2021-02-09T20:09:17.611Z] ---> Running in 1be2b0c14081 [2021-02-09T20:09:20.918Z] Removing intermediate container 1be2b0c14081 [2021-02-09T20:09:20.918Z] ---> 4afb22824241 [2021-02-09T20:09:20.918Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:09:21.567Z] ---> Running in e037efa1844b [2021-02-09T20:09:21.567Z] Removing intermediate container 717a74b6607f [2021-02-09T20:09:21.567Z] ---> 83d750116caf [2021-02-09T20:09:21.567Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T20:09:21.567Z] ---> Running in 2a3ec9cfa5d2 [2021-02-09T20:09:21.567Z] Removing intermediate container e037efa1844b [2021-02-09T20:09:21.567Z] ---> e1ac263b9aad [2021-02-09T20:09:21.567Z] [2021-02-09T20:09:21.880Z] Successfully built e1ac263b9aad [2021-02-09T20:09:21.880Z] Successfully tagged docker-core-data-go:latest [2021-02-09T20:09:23.291Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-09T20:09:23.291Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T20:09:23.291Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T20:09:23.291Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T20:09:23.553Z] Collecting PyYAML<4,>=3.10 [2021-02-09T20:09:23.553Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T20:09:24.499Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T20:09:24.499Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T20:09:24.499Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T20:09:24.499Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T20:09:24.762Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T20:09:24.762Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T20:09:25.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.593s coverage: 27.1% of statements [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T20:09:25.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.113s coverage: 100.0% of statements [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T20:09:25.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T20:09:25.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 65.8% of statements [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T20:09:25.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T20:09:25.336Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T20:09:25.336Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T20:09:25.910Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T20:09:25.910Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T20:09:25.910Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T20:09:25.910Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T20:09:26.491Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T20:09:26.491Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T20:09:26.754Z] 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-09T20:09:26.754Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T20:09:26.754Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T20:09:26.754Z] Collecting idna<2.8,>=2.5 [2021-02-09T20:09:27.015Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T20:09:27.015Z] 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-09T20:09:27.015Z] 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-09T20:09:27.015Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T20:09:27.015Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T20:09:27.278Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T20:09:27.278Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T20:09:27.278Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T20:09:27.278Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T20:09:27.278Z] Installing collected packages: jsonschema, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, texttable, cached-property, docopt, docker-compose [2021-02-09T20:09:27.546Z] Running setup.py install for PyYAML: started [2021-02-09T20:09:27.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.807s coverage: 82.3% of statements [2021-02-09T20:09:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T20:09:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:09:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T20:09:27.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T20:09:28.119Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T20:09:28.119Z] Attempting uninstall: idna [2021-02-09T20:09:28.119Z] Found existing installation: idna 2.9 [2021-02-09T20:09:28.119Z] Uninstalling idna-2.9: [2021-02-09T20:09:28.119Z] Successfully uninstalled idna-2.9 [2021-02-09T20:09:28.381Z] Attempting uninstall: urllib3 [2021-02-09T20:09:28.381Z] Found existing installation: urllib3 1.25.9 [2021-02-09T20:09:28.381Z] Uninstalling urllib3-1.25.9: [2021-02-09T20:09:28.381Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T20:09:28.644Z] Attempting uninstall: requests [2021-02-09T20:09:28.644Z] Found existing installation: requests 2.23.0 [2021-02-09T20:09:28.644Z] Uninstalling requests-2.23.0: [2021-02-09T20:09:28.644Z] Successfully uninstalled requests-2.23.0 [2021-02-09T20:09:29.588Z] Running setup.py install for dockerpty: started [2021-02-09T20:09:29.851Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T20:09:29.851Z] Running setup.py install for texttable: started [2021-02-09T20:09:30.423Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T20:09:30.423Z] Running setup.py install for docopt: started [2021-02-09T20:09:30.684Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T20:09:30.945Z] 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-09T20:09:34.257Z] Removing intermediate container 2a3ec9cfa5d2 [2021-02-09T20:09:34.257Z] ---> d980fba02caa [2021-02-09T20:09:34.257Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T20:09:34.519Z] ---> Running in 9794d20f0914 [2021-02-09T20:09:34.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:35.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:09:35.044Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:09:35.044Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T20:09:35.044Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T20:09:35.044Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:09:35.044Z] OK: 72 MiB in 58 packages [2021-02-09T20:09:35.617Z] Removing intermediate container 9794d20f0914 [2021-02-09T20:09:35.617Z] ---> 72b0d9e5c15e [2021-02-09T20:09:35.617Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T20:09:35.617Z] ---> Running in 8beee7624ed6 [2021-02-09T20:09:35.880Z] Removing intermediate container 8beee7624ed6 [2021-02-09T20:09:35.880Z] ---> 4744ab8c65c2 [2021-02-09T20:09:35.880Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:09:35.880Z] ---> Running in 945a2e16d056 [2021-02-09T20:09:36.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.327s coverage: 28.6% of statements [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T20:09:36.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T20:09:36.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T20:09:36.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.352s coverage: 86.7% of statements [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T20:09:36.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T20:09:36.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T20:09:36.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T20:09:36.141Z] Removing intermediate container 945a2e16d056 [2021-02-09T20:09:36.141Z] ---> f4120aad6d7d [2021-02-09T20:09:36.141Z] Step 24/26 : LABEL arch=x86_64 [2021-02-09T20:09:36.141Z] ---> Running in 51c6bf9ec20c [2021-02-09T20:09:36.403Z] Removing intermediate container 51c6bf9ec20c [2021-02-09T20:09:36.403Z] ---> 1e0098f92a91 [2021-02-09T20:09:36.403Z] Step 25/26 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:09:36.403Z] ---> Running in 2e34efc0ae72 [2021-02-09T20:09:36.664Z] Removing intermediate container 2e34efc0ae72 [2021-02-09T20:09:36.664Z] ---> ea52eb3b5615 [2021-02-09T20:09:36.664Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T20:09:36.664Z] ---> Running in eb0e220e3251 [2021-02-09T20:09:36.925Z] Removing intermediate container eb0e220e3251 [2021-02-09T20:09:36.925Z] ---> 2c32e5bb304a [2021-02-09T20:09:36.925Z] [2021-02-09T20:09:36.925Z] Successfully built 2c32e5bb304a [2021-02-09T20:09:36.925Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-09T20:09:37.199Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T20:09:37.206Z] $ docker stop --time=1 394d7f115daf98a13141f5e846f706e0306da757ff9ffefe51fc6ed26f194b80 [2021-02-09T20:09:38.788Z] $ docker rm -f 394d7f115daf98a13141f5e846f706e0306da757ff9ffefe51fc6ed26f194b80 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T20:09:39.362Z] + docker images [2021-02-09T20:09:39.362Z] + grep docker [2021-02-09T20:09:39.623Z] docker-sys-mgmt-agent-go latest 2c32e5bb304a 3 seconds ago 313MB [2021-02-09T20:09:39.623Z] docker-core-data-go latest e1ac263b9aad 18 seconds ago 22.3MB [2021-02-09T20:09:39.623Z] docker-security-bootstrapper-go latest faa043e9d6e8 40 seconds ago 17.9MB [2021-02-09T20:09:39.623Z] docker-security-proxy-setup-go latest 0b58c93d3b67 53 seconds ago 24.4MB [2021-02-09T20:09:39.623Z] docker-core-metadata-go latest 16122318e1bf 2 minutes ago 18.8MB [2021-02-09T20:09:39.623Z] docker-security-secretstore-setup-go latest 3fd20f2dc0df 2 minutes ago 24.6MB [2021-02-09T20:09:39.623Z] docker-core-command-go latest 2d31e30d8798 2 minutes ago 16.9MB [2021-02-09T20:09:39.623Z] docker-support-notifications-go latest 91c11e5210e3 2 minutes ago 17.6MB [2021-02-09T20:09:39.623Z] docker-support-scheduler-go latest eb196c2db487 2 minutes ago 17MB [2021-02-09T20:09:39.623Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-09T20:09:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.274s coverage: 92.8% of statements [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T20:09:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T20:09:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.217s coverage: 0.1% of statements [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T20:09:48.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T20:09:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements [2021-02-09T20:09:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements [2021-02-09T20:09:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2021-02-09T20:09:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-02-09T20:09:48.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-02-09T20:09:55.356Z] Still waiting to schedule task [2021-02-09T20:09:55.356Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-09T20:09:56.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.106s coverage: 94.4% of statements [2021-02-09T20:09:56.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 77.8% of statements [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 75.5% of statements [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.592s coverage: 63.5% of statements [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T20:10:13.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements [2021-02-09T20:10:13.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-02-09T20:10:14.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.012s coverage: 68.9% of statements [2021-02-09T20:10:14.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T20:10:14.118Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T20:10:18.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.496s coverage: 37.0% of statements [2021-02-09T20:10:18.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T20:10:18.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T20:10:18.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.831s coverage: 84.0% of statements [2021-02-09T20:10:18.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2021-02-09T20:10:26.814Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.496s coverage: 47.0% of statements [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T20:10:26.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T20:10:26.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.143s coverage: 100.0% of statements [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T20:10:26.815Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.423s coverage: 89.4% of statements [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:10:26.815Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T20:10:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.887s coverage: 29.1% of statements [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T20:10:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T20:10:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T20:10:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.195s coverage: 100.0% of statements [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T20:10:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T20:10:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T20:10:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T20:10:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T20:10:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-02-09T20:10:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-09T20:10:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-02-09T20:10:37.295Z] GO111MODULE=on go vet ./... [2021-02-09T20:10:47.889Z] Running on prd-ubuntu18.04-docker-8c-8g-25851 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws [2021-02-09T20:10:47.985Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2021-02-09T20:10:50.293Z] using credential edgex-jenkins-ssh [2021-02-09T20:10:50.342Z] Cloning the remote Git repository [2021-02-09T20:10:50.372Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:10:50.443Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2021-02-09T20:10:50.468Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:10:50.468Z] > git --version # timeout=10 [2021-02-09T20:10:50.475Z] > git --version # 'git version 2.17.1' [2021-02-09T20:10:50.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:10:50.500Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T20:11:04.983Z] Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:11:05.105Z] Merge succeeded, producing b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:11:05.106Z] Checking out Revision b4afab23d8944048b683e20fbbf294e254ece17a (PR-3109) [2021-02-09T20:11:04.483Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T20:11:04.494Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T20:11:04.504Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T20:11:04.519Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:11:04.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:11:04.524Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T20:11:04.994Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T20:11:04.998Z] > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 [2021-02-09T20:11:05.076Z] > git remote # timeout=10 [2021-02-09T20:11:05.082Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T20:11:05.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:11:05.092Z] > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [2021-02-09T20:11:05.100Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T20:11:05.112Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T20:11:05.116Z] > git checkout -f b4afab23d8944048b683e20fbbf294e254ece17a # timeout=10 [2021-02-09T20:11:08.844Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:11:10.036Z] + echo snap-build.sh [2021-02-09T20:11:10.036Z] snap-build.sh [2021-02-09T20:11:10.036Z] + SNAP_BASE_DIR=. [2021-02-09T20:11:10.036Z] + '[' '!' -z /w/workspace/edgex-go/22 ']' [2021-02-09T20:11:10.036Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/22 [2021-02-09T20:11:10.036Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/22]' [2021-02-09T20:11:10.036Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/22] [2021-02-09T20:11:10.036Z] + cd /w/workspace/edgex-go/22 [2021-02-09T20:11:10.036Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-09T20:11:10.036Z] Reading package lists... [2021-02-09T20:11:10.323Z] Building dependency tree... [2021-02-09T20:11:10.323Z] Reading state information... [2021-02-09T20:11:10.323Z] The following packages were automatically installed and are no longer required: [2021-02-09T20:11:10.323Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-09T20:11:10.323Z] uidmap xdelta3 [2021-02-09T20:11:10.323Z] Use 'sudo apt autoremove' to remove them. [2021-02-09T20:11:10.323Z] The following packages will be REMOVED: [2021-02-09T20:11:10.323Z] lxd* lxd-client* [2021-02-09T20:11:10.905Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-09T20:11:10.905Z] After this operation, 31.7 MB disk space will be freed. [2021-02-09T20:11:11.693Z] (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-09T20:11:11.975Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T20:11:12.553Z] Removing lxd dnsmasq configuration [2021-02-09T20:11:12.553Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T20:11:12.817Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-09T20:11:13.768Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-09T20:11:14.035Z] (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-09T20:11:14.035Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T20:11:15.428Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-09T20:11:15.428Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-09T20:11:16.818Z] + sudo snap remove --purge lxd [2021-02-09T20:11:17.081Z] snap "lxd" is not installed [2021-02-09T20:11:17.081Z] + sudo groupadd --force --system lxd [2021-02-09T20:11:17.081Z] ++ whoami [2021-02-09T20:11:17.081Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-09T20:11:17.081Z] + newgrp - lxd [2021-02-09T20:11:17.081Z] + sudo snap install lxd [2021-02-09T20:11:27.093Z] 2021-02-09T20:11:24Z INFO Waiting for automatic snapd restart... [2021-02-09T20:11:45.292Z] lxd 4.11 from Canonical* installed [2021-02-09T20:11:45.292Z] + sudo lxd init --auto [2021-02-09T20:11:53.459Z] + sudo snap install --classic snapcraft [2021-02-09T20:11:58.824Z] snapcraft 4.5.1 from Canonical* installed [2021-02-09T20:11:58.824Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-09T20:11:58.824Z] + patch --verbose -p1 [2021-02-09T20:11:58.824Z] Hmm... Looks like a unified diff to me... [2021-02-09T20:11:58.824Z] The text leading up to this was: [2021-02-09T20:11:58.824Z] -------------------------- [2021-02-09T20:11:58.824Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-09T20:11:58.824Z] |From: Tony Espy [2021-02-09T20:11:58.824Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-09T20:11:58.824Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-09T20:11:58.824Z] | [2021-02-09T20:11:58.824Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-09T20:11:58.824Z] |optimize the snap CI check run for pull requests. When [2021-02-09T20:11:58.824Z] |applied, it essentially strips out everything (apps and [2021-02-09T20:11:58.824Z] |parts) from the snapcraft.yaml file except those required [2021-02-09T20:11:58.824Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-09T20:11:58.824Z] |catch changes to edgex-go that break the snap build. [2021-02-09T20:11:58.824Z] | [2021-02-09T20:11:58.824Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-09T20:11:58.824Z] |to update this patch file, otherwise it may fail to apply, [2021-02-09T20:11:58.824Z] |resulting in a failed snap build CI check in the associated [2021-02-09T20:11:58.824Z] |pull request. [2021-02-09T20:11:58.824Z] | [2021-02-09T20:11:58.824Z] |Note - in addition to applying this patch, the pipeline also [2021-02-09T20:11:58.824Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-09T20:11:58.824Z] |need to build the finally binary .snap file (and it won't [2021-02-09T20:11:58.824Z] |work with the patch applied). This further reduces the build [2021-02-09T20:11:58.824Z] |time. [2021-02-09T20:11:58.824Z] |--- [2021-02-09T20:11:58.824Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-09T20:11:58.824Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-09T20:11:58.824Z] | [2021-02-09T20:11:58.824Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-09T20:11:58.824Z] |index 1e537489..faf42425 100644 [2021-02-09T20:11:58.824Z] |--- a/snap/snapcraft.yaml [2021-02-09T20:11:58.824Z] |+++ b/snap/snapcraft.yaml [2021-02-09T20:11:58.824Z] -------------------------- [2021-02-09T20:11:58.824Z] patching file snap/snapcraft.yaml [2021-02-09T20:11:58.824Z] Using Plan A... [2021-02-09T20:11:58.824Z] Hunk #1 succeeded at 73. [2021-02-09T20:11:58.824Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-09T20:11:58.824Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-09T20:11:58.824Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-09T20:11:58.824Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-09T20:11:58.824Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-09T20:11:58.824Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-09T20:11:58.824Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-09T20:11:58.824Z] Hmm... Ignoring the trailing garbage. [2021-02-09T20:11:58.824Z] done [2021-02-09T20:11:58.824Z] + sudo snapcraft prime --use-lxd [2021-02-09T20:11:59.176Z] gofmt -l . [2021-02-09T20:11:59.176Z] [ "`gofmt -l .`" = "" ] [2021-02-09T20:11:59.176Z] ./bin/test-go-mod-tidy.sh [2021-02-09T20:11:59.176Z] ./bin/test-attribution-txt.sh [2021-02-09T20:11:59.401Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-09T20:11:59.401Z] 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-09T20:11:59.401Z] - README.md [2021-02-09T20:11:59.401Z] - snapcraft.yaml.orig [2021-02-09T20:11:59.401Z] [2021-02-09T20:11:59.401Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T20:11:59.977Z] Launching a container. [Pipeline] sh [2021-02-09T20:12:01.285Z] + ls -al . [2021-02-09T20:12:01.285Z] total 728 [2021-02-09T20:12:01.285Z] drwxrwxr-x 9 1001 1001 4096 Feb 9 20:12 . [2021-02-09T20:12:01.285Z] drwxr-xr-x 4 root root 4096 Feb 9 20:07 .. [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 20:05 .dockerignore [2021-02-09T20:12:01.285Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 20:05 .git [2021-02-09T20:12:01.285Z] drwxrwxr-x 3 1001 1001 4096 Feb 9 20:05 .github [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 20:05 .gitignore [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 20:05 .sonarcloud.properties [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 20:05 Attribution.txt [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 20:05 CONTRIBUTING.md [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 20:05 Dockerfile.build [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 20:05 Jenkinsfile [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 20:05 LICENSE [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 20:05 Makefile [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 20:05 README.md [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 20:05 SECURITY.md [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 20:01 VERSION [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 20:05 ZMQWindows.md [2021-02-09T20:12:01.285Z] drwxrwxr-x 2 1001 1001 4096 Feb 9 20:05 bin [2021-02-09T20:12:01.285Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 20:05 cmd [2021-02-09T20:12:01.285Z] -rw-r--r-- 1 root root 594557 Feb 9 20:10 coverage.out [2021-02-09T20:12:01.285Z] -rw-r--r-- 1 root root 1054 Feb 9 20:11 go.mod [2021-02-09T20:12:01.285Z] -rw-r--r-- 1 root root 19518 Feb 9 20:11 go.sum [2021-02-09T20:12:01.285Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 20:05 internal [2021-02-09T20:12:01.285Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 20:05 openapi [2021-02-09T20:12:01.285Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 20:05 snap [2021-02-09T20:12:01.285Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 20:05 version.go [Pipeline] sh [2021-02-09T20:12:01.955Z] + '[' -e coverage.out ] [2021-02-09T20:12:01.955Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T20:12:01.975Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T20:12:03.165Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T20:12:03.858Z] + make build [2021-02-09T20:12:03.859Z] 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-09T20:12:12.226Z] Waiting for container to be ready [2021-02-09T20:12:12.226Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-09T20:12:12.226Z] [2021-02-09T20:12:14.037Z] 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-09T20:12:14.781Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-09T20:12:14.781Z] Waiting for network to be ready... [2021-02-09T20:12:15.041Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T20:12:15.302Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T20:12:15.302Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T20:12:15.302Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T20:12:15.302Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T20:12:15.302Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T20:12:15.302Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T20:12:15.302Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T20:12:15.302Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T20:12:15.302Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T20:12:15.873Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T20:12:15.873Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T20:12:16.133Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T20:12:16.133Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T20:12:16.133Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T20:12:16.133Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T20:12:16.133Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T20:12:16.133Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T20:12:16.710Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T20:12:16.972Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T20:12:16.972Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T20:12:16.972Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T20:12:16.972Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T20:12:16.972Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T20:12:16.972Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T20:12:16.972Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T20:12:17.233Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T20:12:19.153Z] Fetched 23.9 MB in 4s (5909 kB/s) [2021-02-09T20:12:19.733Z] Reading package lists... [2021-02-09T20:12:19.994Z] Reading package lists... [2021-02-09T20:12:20.253Z] Building dependency tree... [2021-02-09T20:12:20.253Z] Reading state information... [2021-02-09T20:12:20.253Z] The following additional packages will be installed: [2021-02-09T20:12:20.253Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T20:12:20.253Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T20:12:20.253Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T20:12:20.253Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-09T20:12:20.253Z] Suggested packages: [2021-02-09T20:12:20.253Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-09T20:12:20.253Z] Recommended packages: [2021-02-09T20:12:20.253Z] gnupg libsasl2-modules [2021-02-09T20:12:20.253Z] The following NEW packages will be installed: [2021-02-09T20:12:20.253Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T20:12:20.253Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T20:12:20.253Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T20:12:20.253Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-09T20:12:20.253Z] The following packages will be upgraded: [2021-02-09T20:12:20.253Z] gpg gpg-agent gpgconf libudev1 [2021-02-09T20:12:20.514Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-09T20:12:20.514Z] Need to get 3532 kB of archives. [2021-02-09T20:12:20.514Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-09T20:12:20.514Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-09T20:12:20.514Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-09T20:12:20.775Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-09T20:12:21.346Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-09T20:12:21.346Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-09T20:12:21.346Z] Get:6 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-09T20:12:21.346Z] Get:7 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-09T20:12:21.346Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-09T20:12:21.346Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-09T20:12:21.346Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-09T20:12:21.346Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-09T20:12:21.346Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-09T20:12:21.346Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-09T20:12:21.346Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-09T20:12:21.346Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-09T20:12:21.346Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-09T20:12:21.346Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-09T20:12:21.346Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-09T20:12:21.346Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-09T20:12:21.346Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-09T20:12:21.608Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-09T20:12:21.608Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-09T20:12:21.608Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T20:12:21.608Z] Fetched 3532 kB in 1s (2952 kB/s) [2021-02-09T20:12:21.608Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T20:12:21.608Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-09T20:12:21.871Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T20:12:21.871Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-09T20:12:21.871Z] Selecting previously unselected package udev. [2021-02-09T20:12:21.871Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T20:12:21.871Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-09T20:12:22.132Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-09T20:12:22.393Z] Selecting previously unselected package libfuse2:amd64. [2021-02-09T20:12:22.393Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T20:12:22.393Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T20:12:22.393Z] Selecting previously unselected package fuse. [2021-02-09T20:12:22.393Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T20:12:22.393Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-09T20:12:22.393Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T20:12:22.393Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T20:12:22.653Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T20:12:22.653Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T20:12:22.653Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T20:12:22.653Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T20:12:22.914Z] Selecting previously unselected package libksba8:amd64. [2021-02-09T20:12:22.914Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-09T20:12:22.914Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-09T20:12:22.914Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-09T20:12:22.914Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:12:22.914Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:22.914Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-09T20:12:23.180Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:12:23.180Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:23.180Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-09T20:12:23.180Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:12:23.180Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:23.180Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-09T20:12:23.180Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:12:23.180Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:23.444Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-09T20:12:23.444Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:12:23.444Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:23.444Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-09T20:12:23.444Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:12:23.444Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:23.444Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-09T20:12:23.444Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:12:23.703Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:23.703Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-09T20:12:23.703Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:12:23.703Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:23.703Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-09T20:12:23.703Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T20:12:23.703Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:23.963Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-09T20:12:23.963Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T20:12:23.963Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T20:12:23.963Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-09T20:12:23.963Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T20:12:23.963Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T20:12:23.963Z] Selecting previously unselected package libldap-common. [2021-02-09T20:12:23.963Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-09T20:12:23.963Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T20:12:24.223Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-09T20:12:24.223Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-09T20:12:24.223Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T20:12:24.223Z] Selecting previously unselected package dirmngr. [2021-02-09T20:12:24.223Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T20:12:24.223Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T20:12:24.483Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T20:12:24.483Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-09T20:12:24.483Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T20:12:24.483Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T20:12:24.483Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T20:12:24.483Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-09T20:12:24.744Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:24.744Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-09T20:12:24.744Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T20:12:24.744Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-09T20:12:25.004Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-09T20:12:25.265Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:25.265Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-09T20:12:25.265Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-09T20:12:25.265Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-09T20:12:25.265Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:25.265Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:25.526Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:25.527Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:25.527Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:25.527Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:25.527Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T20:12:25.527Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T20:12:25.527Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T20:12:25.527Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T20:12:26.098Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-09T20:12:26.098Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-09T20:12:26.098Z] This means they are not meant to be enabled using systemctl. [2021-02-09T20:12:26.098Z] Possible reasons for having this kind of units are: [2021-02-09T20:12:26.098Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-09T20:12:26.098Z] .wants/ or .requires/ directory. [2021-02-09T20:12:26.098Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-09T20:12:26.098Z] a requirement dependency on it. [2021-02-09T20:12:26.098Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-09T20:12:26.098Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-09T20:12:26.098Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-09T20:12:26.098Z] instance name specified. [2021-02-09T20:12:26.358Z] Reading package lists... [2021-02-09T20:12:26.358Z] Building dependency tree... [2021-02-09T20:12:26.358Z] Reading state information... [2021-02-09T20:12:26.619Z] The following additional packages will be installed: [2021-02-09T20:12:26.619Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-09T20:12:26.619Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-09T20:12:26.619Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-09T20:12:26.619Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-09T20:12:26.619Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-09T20:12:26.619Z] Suggested packages: [2021-02-09T20:12:26.619Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-09T20:12:26.619Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-09T20:12:26.619Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-09T20:12:26.619Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-09T20:12:26.619Z] systemd-container policykit-1 [2021-02-09T20:12:26.619Z] Recommended packages: [2021-02-09T20:12:26.619Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-09T20:12:26.619Z] The following NEW packages will be installed: [2021-02-09T20:12:26.619Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-09T20:12:26.619Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-09T20:12:26.619Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-09T20:12:26.619Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-09T20:12:26.619Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-09T20:12:26.619Z] The following packages will be upgraded: [2021-02-09T20:12:26.619Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-09T20:12:26.619Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-09T20:12:26.619Z] Need to get 35.2 MB of archives. [2021-02-09T20:12:26.619Z] After this operation, 141 MB of additional disk space will be used. [2021-02-09T20:12:26.619Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-09T20:12:26.880Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-09T20:12:26.880Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-09T20:12:26.880Z] 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-09T20:12:26.880Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-09T20:12:26.880Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-09T20:12:26.880Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-09T20:12:26.880Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-09T20:12:26.880Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-09T20:12:26.880Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-09T20:12:26.880Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-09T20:12:26.880Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-09T20:12:26.880Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-09T20:12:26.880Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-09T20:12:26.880Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-09T20:12:26.880Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-09T20:12:26.880Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-09T20:12:26.880Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-09T20:12:27.820Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-09T20:12:27.820Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-09T20:12:27.820Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-09T20:12:27.820Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-09T20:12:27.820Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-09T20:12:27.820Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-09T20:12:27.820Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-09T20:12:27.820Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-09T20:12:27.820Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-09T20:12:27.820Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-09T20:12:27.820Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-09T20:12:27.820Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-09T20:12:29.207Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T20:12:29.207Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-02-09T20:12:29.207Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T20:12:29.207Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-09T20:12:29.207Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T20:12:29.778Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-09T20:12:29.778Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T20:12:29.778Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-09T20:12:30.040Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T20:12:30.040Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T20:12:30.040Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T20:12:30.040Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-09T20:12:30.301Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T20:12:30.301Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T20:12:30.301Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T20:12:30.562Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-09T20:12:30.562Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-09T20:12:30.824Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-09T20:12:31.085Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-09T20:12:31.085Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T20:12:31.085Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T20:12:31.345Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-09T20:12:31.345Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T20:12:31.345Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:12:31.606Z] Selecting previously unselected package libexpat1:amd64. [2021-02-09T20:12:31.606Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-09T20:12:31.606Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T20:12:31.606Z] Selecting previously unselected package python3.6-minimal. [2021-02-09T20:12:31.606Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T20:12:31.606Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:12:31.867Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T20:12:31.867Z] Checking for services that may need to be restarted...done. [2021-02-09T20:12:32.128Z] Checking for services that may need to be restarted...done. [2021-02-09T20:12:32.128Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:12:32.128Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T20:12:32.128Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:12:32.698Z] Selecting previously unselected package python3-minimal. [2021-02-09T20:12:32.698Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-09T20:12:32.698Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-09T20:12:32.698Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-09T20:12:32.960Z] Selecting previously unselected package mime-support. [2021-02-09T20:12:32.960Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-09T20:12:32.960Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-09T20:12:32.960Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-09T20:12:32.960Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-09T20:12:32.960Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T20:12:33.221Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-09T20:12:33.221Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T20:12:33.221Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:12:33.221Z] Selecting previously unselected package python3.6. [2021-02-09T20:12:33.221Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T20:12:33.221Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:12:33.482Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-09T20:12:33.482Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-09T20:12:33.482Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T20:12:33.482Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-09T20:12:33.744Z] Selecting previously unselected package python3. [2021-02-09T20:12:33.744Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-09T20:12:33.744Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-09T20:12:33.744Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-09T20:12:33.744Z] Selecting previously unselected package multiarch-support. [2021-02-09T20:12:33.744Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T20:12:33.744Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T20:12:34.006Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T20:12:34.006Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-09T20:12:34.006Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-09T20:12:34.006Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-09T20:12:34.006Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T20:12:34.006Z] Selecting previously unselected package libbsd0:amd64. [2021-02-09T20:12:34.006Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-09T20:12:34.006Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T20:12:34.267Z] Selecting previously unselected package sudo. [2021-02-09T20:12:34.267Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-09T20:12:34.267Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T20:12:34.267Z] Selecting previously unselected package apparmor. [2021-02-09T20:12:34.267Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T20:12:34.527Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-09T20:12:34.527Z] Selecting previously unselected package libedit2:amd64. [2021-02-09T20:12:34.527Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-09T20:12:34.527Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T20:12:34.527Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-09T20:12:34.527Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T20:12:34.527Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:12:34.788Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-09T20:12:34.788Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T20:12:34.788Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:12:34.788Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-09T20:12:34.788Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-09T20:12:34.788Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T20:12:35.049Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-09T20:12:35.049Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T20:12:35.049Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:12:35.049Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-09T20:12:35.049Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T20:12:35.049Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:12:35.313Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-09T20:12:35.313Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-09T20:12:35.313Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T20:12:35.313Z] Selecting previously unselected package openssh-client. [2021-02-09T20:12:35.313Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-09T20:12:35.313Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T20:12:35.574Z] Selecting previously unselected package squashfs-tools. [2021-02-09T20:12:35.574Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-09T20:12:35.574Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T20:12:35.574Z] Selecting previously unselected package snapd. [2021-02-09T20:12:35.574Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-09T20:12:35.574Z] Unpacking snapd (2.48+18.04) ... [2021-02-09T20:12:36.231Z] 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-09T20:12:38.124Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T20:12:38.124Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T20:12:38.124Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-09T20:12:38.124Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T20:12:38.124Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T20:12:38.124Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:12:38.124Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T20:12:38.385Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-09T20:12:38.647Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-09T20:12:40.034Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T20:12:40.035Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T20:12:40.035Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T20:12:40.035Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:12:40.035Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:12:40.035Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T20:12:40.568Z] 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-09T20:12:40.613Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T20:12:40.614Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:12:40.614Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T20:12:40.614Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-09T20:12:40.614Z] running python rtupdate hooks for python3.6... [2021-02-09T20:12:40.614Z] running python post-rtupdate hooks for python3.6... [2021-02-09T20:12:40.614Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-09T20:12:42.012Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-09T20:12:42.273Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T20:12:42.273Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T20:12:42.273Z] Setting up snapd (2.48+18.04) ... [2021-02-09T20:12:42.843Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-09T20:12:43.104Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-09T20:12:43.104Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-09T20:12:43.366Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-09T20:12:43.627Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T20:12:43.627Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T20:12:43.627Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-09T20:12:43.890Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-09T20:12:43.890Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-09T20:12:44.150Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-09T20:12:44.414Z] /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-09T20:12:44.414Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T20:12:44.414Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T20:12:45.355Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T20:12:45.355Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T20:12:45.355Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T20:12:46.556Z] Reading package lists... [2021-02-09T20:12:46.556Z] Reading package lists... [2021-02-09T20:12:46.816Z] Building dependency tree... [2021-02-09T20:12:46.816Z] Reading state information... [2021-02-09T20:12:46.816Z] Calculating upgrade... [2021-02-09T20:12:47.077Z] The following packages will be upgraded: [2021-02-09T20:12:47.077Z] advancecomp base-files bash binutils binutils-common [2021-02-09T20:12:47.077Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-09T20:12:47.077Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-09T20:12:47.077Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-09T20:12:47.077Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-09T20:12:47.077Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-09T20:12:47.077Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-09T20:12:47.077Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-09T20:12:47.077Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-09T20:12:47.077Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-09T20:12:47.077Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-09T20:12:47.077Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-09T20:12:47.077Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-09T20:12:47.077Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-09T20:12:47.077Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-09T20:12:47.297Z] 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-09T20:12:47.337Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T20:12:47.337Z] Need to get 63.8 MB of archives. [2021-02-09T20:12:47.337Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-09T20:12:47.337Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-09T20:12:47.337Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-09T20:12:47.571Z] 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-09T20:12:47.907Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-09T20:12:47.907Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-09T20:12:47.907Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-09T20:12:47.907Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-09T20:12:47.907Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-09T20:12:47.907Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-09T20:12:47.907Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-09T20:12:47.907Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-09T20:12:47.907Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-09T20:12:47.907Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-09T20:12:47.907Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-09T20:12:47.907Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-09T20:12:48.167Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-09T20:12:48.167Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-09T20:12:48.167Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-09T20:12:48.167Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-09T20:12:48.167Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-09T20:12:48.167Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-09T20:12:48.167Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-09T20:12:48.167Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-09T20:12:48.167Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-09T20:12:48.428Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-09T20:12:48.428Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-09T20:12:48.428Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-09T20:12:48.428Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-09T20:12:48.428Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-09T20:12:48.428Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-09T20:12:48.428Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-09T20:12:48.428Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-09T20:12:48.428Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-09T20:12:48.689Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-09T20:12:48.689Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-09T20:12:48.689Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-09T20:12:48.689Z] Get:36 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-09T20:12:48.689Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-09T20:12:48.689Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-09T20:12:48.689Z] Get:39 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-09T20:12:48.689Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-09T20:12:48.689Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-09T20:12:48.689Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-09T20:12:48.689Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-09T20:12:48.689Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-09T20:12:48.689Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-09T20:12:48.689Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-09T20:12:48.689Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-09T20:12:48.689Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-09T20:12:48.689Z] Get:49 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-09T20:12:48.689Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-09T20:12:48.689Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-09T20:12:48.689Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-09T20:12:48.689Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-09T20:12:48.689Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-09T20:12:48.689Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-09T20:12:48.689Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-09T20:12:48.689Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-09T20:12:48.690Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-09T20:12:48.690Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-09T20:12:48.690Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-09T20:12:48.690Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-09T20:12:48.690Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-09T20:12:48.690Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-09T20:12:48.950Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-09T20:12:48.950Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-09T20:12:48.950Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-09T20:12:48.950Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-09T20:12:48.950Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-09T20:12:48.950Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-09T20:12:48.950Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-09T20:12:48.950Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-09T20:12:48.950Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-09T20:12:48.950Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-09T20:12:48.950Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-09T20:12:48.950Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-09T20:12:48.950Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-09T20:12:48.950Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-09T20:12:49.214Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-09T20:12:49.214Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-09T20:12:49.214Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-09T20:12:49.214Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-09T20:12:49.215Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-09T20:12:49.215Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-09T20:12:49.478Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-09T20:12:49.478Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-09T20:12:49.478Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-09T20:12:49.478Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-09T20:12:49.479Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-09T20:12:49.479Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-09T20:12:49.479Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-09T20:12:49.739Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-09T20:12:49.999Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-09T20:12:50.258Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-09T20:12:50.258Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-09T20:12:50.519Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-09T20:12:50.519Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-09T20:12:50.519Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-09T20:12:50.519Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-09T20:12:50.519Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-09T20:12:50.780Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T20:12:50.780Z] Fetched 63.8 MB in 4s (18.0 MB/s) [2021-02-09T20:12:50.780Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:50.780Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T20:12:50.780Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T20:12:51.352Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T20:12:51.352Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T20:12:51.613Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-09T20:12:51.613Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-09T20:12:52.556Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:52.556Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:12:52.556Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:52.556Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:12:52.556Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:52.818Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:12:52.818Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:52.818Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:12:52.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T20:12:53.095Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:53.095Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:12:53.095Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:53.095Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:12:53.361Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:53.361Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:12:53.361Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:12:53.622Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T20:12:53.622Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:53.622Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-09T20:12:53.622Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:12:53.622Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T20:12:53.622Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:53.883Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:12:53.883Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:53.883Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:12:54.144Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T20:12:54.144Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T20:12:54.144Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:12:54.405Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T20:12:54.405Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T20:12:54.667Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T20:12:54.929Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T20:12:55.197Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T20:12:55.197Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-09T20:12:55.197Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-09T20:12:55.197Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-09T20:12:55.459Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-09T20:12:55.459Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-09T20:12:55.720Z] Installing new version of config file /etc/issue ... [2021-02-09T20:12:55.720Z] Installing new version of config file /etc/issue.net ... [2021-02-09T20:12:55.720Z] Installing new version of config file /etc/lsb-release ... [2021-02-09T20:12:55.720Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-09T20:12:55.981Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-09T20:12:55.982Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-09T20:12:55.982Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-09T20:12:56.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:56.242Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-09T20:12:56.242Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-09T20:12:56.242Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-09T20:12:56.242Z] 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-09T20:12:56.509Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:56.509Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:12:56.509Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-09T20:12:56.509Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:12:56.776Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:56.776Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-09T20:12:56.776Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-09T20:12:56.776Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-09T20:12:57.037Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:57.037Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-09T20:12:57.037Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T20:12:57.295Z] 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-09T20:12:57.297Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-09T20:12:57.298Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:57.298Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T20:12:57.298Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T20:12:57.559Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T20:12:57.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:57.559Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T20:12:57.559Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T20:12:57.819Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-09T20:12:57.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:57.819Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-09T20:12:58.080Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-09T20:12:58.080Z] Setting up grep (3.1-2build1) ... [2021-02-09T20:12:58.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:58.080Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T20:12:58.080Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T20:12:58.341Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-09T20:12:58.605Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:58.605Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T20:12:58.605Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T20:12:58.605Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-09T20:12:58.605Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:12:58.605Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T20:12:58.865Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T20:12:59.128Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T20:12:59.128Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T20:12:59.389Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T20:12:59.389Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T20:13:00.332Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-09T20:13:00.332Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:00.332Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-09T20:13:00.332Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T20:13:00.679Z] 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-09T20:13:01.282Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T20:13:01.282Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T20:13:01.282Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T20:13:01.282Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T20:13:01.546Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T20:13:01.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:01.546Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-09T20:13:01.546Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-09T20:13:01.808Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-09T20:13:01.808Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:01.808Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:01.808Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:02.071Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:02.071Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:02.071Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:02.071Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:02.071Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:02.335Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:02.335Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:02.335Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:02.335Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:02.595Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:02.595Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:02.595Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:02.595Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:02.856Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:02.856Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T20:13:02.856Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T20:13:02.856Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T20:13:02.856Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T20:13:03.117Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T20:13:03.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:03.117Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T20:13:03.117Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T20:13:03.379Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T20:13:03.379Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:03.379Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:03.379Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:03.379Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:03.641Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:03.641Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:03.641Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:03.641Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:03.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:03.907Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:03.907Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:04.480Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:04.480Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-09T20:13:04.742Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-09T20:13:04.995Z] 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-09T20:13:05.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:05.003Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T20:13:05.003Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T20:13:05.003Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T20:13:05.265Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T20:13:05.265Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-09T20:13:05.265Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T20:13:05.526Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-09T20:13:05.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:05.526Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-09T20:13:05.526Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-09T20:13:05.787Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-09T20:13:05.787Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:05.787Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-09T20:13:05.787Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T20:13:06.047Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-09T20:13:06.047Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:06.047Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-09T20:13:06.047Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T20:13:06.311Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-09T20:13:06.311Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:06.311Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T20:13:06.311Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T20:13:06.579Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T20:13:06.579Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:06.579Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T20:13:06.579Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T20:13:06.839Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T20:13:06.839Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:06.839Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T20:13:06.839Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T20:13:07.100Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T20:13:07.363Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:07.363Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T20:13:07.363Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T20:13:07.363Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-09T20:13:07.363Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T20:13:07.363Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:07.624Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T20:13:07.624Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T20:13:07.624Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:07.624Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-09T20:13:07.624Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-09T20:13:07.885Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-09T20:13:07.885Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:07.885Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-09T20:13:08.146Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T20:13:08.146Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T20:13:08.388Z] 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-09T20:13:08.407Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:08.407Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:08.407Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T20:13:08.668Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T20:13:08.668Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:08.668Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-09T20:13:08.668Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-09T20:13:08.930Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-09T20:13:08.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:08.930Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T20:13:08.930Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T20:13:09.190Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-09T20:13:09.450Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:09.450Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T20:13:09.450Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T20:13:09.450Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-09T20:13:09.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:09.712Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-09T20:13:09.712Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-09T20:13:09.712Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-09T20:13:09.984Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:09.984Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-09T20:13:09.984Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-09T20:13:09.984Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-09T20:13:10.248Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:10.248Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-09T20:13:10.248Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-09T20:13:10.510Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-09T20:13:10.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:10.510Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-09T20:13:10.510Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-09T20:13:10.771Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-09T20:13:10.771Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:10.771Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T20:13:10.771Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-09T20:13:11.031Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-09T20:13:11.031Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T20:13:11.031Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-09T20:13:11.031Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-09T20:13:11.296Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-09T20:13:11.296Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-09T20:13:11.296Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T20:13:11.296Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T20:13:11.296Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T20:13:11.556Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T20:13:11.556Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T20:13:11.556Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T20:13:11.787Z] 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-09T20:13:11.816Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-09T20:13:11.816Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-09T20:13:12.076Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T20:13:12.076Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-09T20:13:12.076Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T20:13:12.076Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-09T20:13:12.337Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-09T20:13:12.337Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-09T20:13:12.337Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-09T20:13:12.337Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-09T20:13:12.597Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-09T20:13:12.597Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-09T20:13:12.597Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-09T20:13:12.597Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-09T20:13:12.858Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-09T20:13:12.858Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-09T20:13:13.118Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-09T20:13:13.118Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-09T20:13:13.690Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-09T20:13:13.690Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-09T20:13:13.951Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-09T20:13:13.951Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-09T20:13:13.951Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T20:13:14.212Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T20:13:14.473Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T20:13:14.473Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T20:13:14.473Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T20:13:14.735Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T20:13:14.735Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T20:13:14.735Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T20:13:14.995Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:14.995Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:13:14.995Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:14.995Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:13:15.256Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:15.256Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:13:15.515Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:15.515Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:13:16.457Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:16.457Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:13:17.403Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:17.403Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:13:18.345Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:18.345Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:13:18.345Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:18.345Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [2021-02-09T20:13:18.516Z] $ docker stop --time=1 d789fa93ba9217ab26412623da9782d0cdf1cc387a09737afec248c2d1fe4267 [2021-02-09T20:13:19.302Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T20:13:19.302Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T20:13:19.302Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T20:13:19.302Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T20:13:19.562Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T20:13:19.562Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T20:13:19.823Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T20:13:19.823Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T20:13:19.823Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-09T20:13:19.823Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-09T20:13:20.083Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T20:13:20.083Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T20:13:20.083Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T20:13:20.083Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T20:13:20.348Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-09T20:13:20.348Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-09T20:13:20.609Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:20.609Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T20:13:20.609Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:20.609Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:20.609Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:20.609Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-09T20:13:20.609Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-09T20:13:20.609Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-09T20:13:20.868Z] [2021-02-09T20:13:20.868Z] Current default time zone: 'Etc/UTC' [2021-02-09T20:13:20.868Z] Local time is now: Tue Feb 9 20:13:20 UTC 2021. [2021-02-09T20:13:20.868Z] Universal Time is now: Tue Feb 9 20:13:20 UTC 2021. [2021-02-09T20:13:20.868Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-09T20:13:20.868Z] [2021-02-09T20:13:20.868Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-09T20:13:20.868Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:20.868Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-09T20:13:20.868Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-09T20:13:20.868Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-09T20:13:21.037Z] $ docker rm -f d789fa93ba9217ab26412623da9782d0cdf1cc387a09737afec248c2d1fe4267 [2021-02-09T20:13:21.129Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-09T20:13:21.129Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-09T20:13:21.129Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-09T20:13:21.129Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-09T20:13:21.129Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T20:13:21.129Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:21.129Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-09T20:13:21.390Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:13:21.390Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T20:13:21.390Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:21.390Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-09T20:13:21.390Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-09T20:13:21.651Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-09T20:13:21.651Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T20:13:21.651Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-09T20:13:21.651Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-09T20:13:21.651Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-09T20:13:21.651Z] Setting up ca-certificates (20210119~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:13:22.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T20:13:22.960Z] [2021-02-09T20:13:22.960Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:13:23.375Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T20:13:23.564Z] Updating certificates in /etc/ssl/certs... [2021-02-09T20:13:23.647Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-09T20:13:23.647Z] 29e5d40040c1: Pulling fs layer [2021-02-09T20:13:23.648Z] 1ce36da41761: Pulling fs layer [2021-02-09T20:13:23.648Z] 25b303627fd3: Pulling fs layer [2021-02-09T20:13:24.135Z] 23 added, 27 removed; done. [2021-02-09T20:13:24.242Z] 29e5d40040c1: Download complete [2021-02-09T20:13:24.396Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T20:13:24.396Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T20:13:24.396Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-09T20:13:24.396Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-09T20:13:24.396Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-09T20:13:24.396Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:13:24.396Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T20:13:24.657Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:13:24.657Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:13:24.657Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:13:24.657Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:13:24.657Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:13:24.657Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-09T20:13:24.657Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-09T20:13:24.657Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-09T20:13:24.843Z] 1ce36da41761: Verifying Checksum [2021-02-09T20:13:24.843Z] 1ce36da41761: Download complete [2021-02-09T20:13:24.843Z] 29e5d40040c1: Pull complete [2021-02-09T20:13:24.919Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-09T20:13:24.919Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-09T20:13:24.919Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:13:24.919Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T20:13:24.919Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-09T20:13:24.919Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-09T20:13:25.184Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-09T20:13:25.184Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T20:13:25.184Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T20:13:25.184Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-09T20:13:25.184Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-09T20:13:25.444Z] Updating certificates in /etc/ssl/certs... [2021-02-09T20:13:26.017Z] 0 added, 0 removed; done. [2021-02-09T20:13:26.017Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-09T20:13:26.017Z] done. [2021-02-09T20:13:26.268Z] 1ce36da41761: Pull complete [2021-02-09T20:13:26.278Z] Reading package lists... [2021-02-09T20:13:26.539Z] 25b303627fd3: Verifying Checksum [2021-02-09T20:13:26.539Z] 25b303627fd3: Download complete [2021-02-09T20:13:26.539Z] Building dependency tree... [2021-02-09T20:13:26.539Z] Reading state information... [2021-02-09T20:13:26.539Z] The following NEW packages will be installed: [2021-02-09T20:13:26.539Z] apt-transport-https [2021-02-09T20:13:26.806Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T20:13:26.806Z] Need to get 1696 B of archives. [2021-02-09T20:13:26.806Z] After this operation, 153 kB of additional disk space will be used. [2021-02-09T20:13:26.806Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-09T20:13:27.067Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T20:13:27.067Z] Fetched 1696 B in 0s (9295 B/s) [2021-02-09T20:13:27.067Z] Selecting previously unselected package apt-transport-https. [2021-02-09T20:13:27.067Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-09T20:13:27.067Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-09T20:13:27.067Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T20:13:27.067Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T20:13:27.329Z] Waiting for network to be ready... [2021-02-09T20:13:32.616Z] 2021-02-09T20:13:30Z INFO Waiting for automatic snapd restart... [2021-02-09T20:13:32.880Z] snapd 2.48.2.1 from Canonical* installed [2021-02-09T20:13:33.828Z] "snapd" switched to the "latest/stable" channel [2021-02-09T20:13:33.828Z] [2021-02-09T20:13:36.382Z] core18 20210128 from Canonical* installed [2021-02-09T20:13:36.642Z] "core18" switched to the "latest/stable" channel [2021-02-09T20:13:36.642Z] [2021-02-09T20:13:36.694Z] 25b303627fd3: Pull complete [2021-02-09T20:13:36.694Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-09T20:13:36.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T20:13:36.694Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-09T20:13:36.954Z] prd-ubuntu18.04-docker-arm64-4c-16g-25848 does not seem to be running inside a container [2021-02-09T20:13:37.042Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T20:13:39.943Z] snapcraft 4.5.1 from Canonical* installed [2021-02-09T20:13:39.943Z] "snapcraft" switched to the "latest/stable" channel [2021-02-09T20:13:39.943Z] [2021-02-09T20:13:40.304Z] $ docker top 83ab5eaabc11e51ba0b517ef9cab83f0c1eb181381f985ecde00fa71c5a9d5a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:13:41.381Z] + docker-compose build --help [2021-02-09T20:13:41.381Z] + grep parallel [2021-02-09T20:13:43.247Z] 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-09T20:13:43.248Z] - README.md [2021-02-09T20:13:43.248Z] - snapcraft.yaml.orig [2021-02-09T20:13:43.248Z] [2021-02-09T20:13:43.248Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T20:13:44.758Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T20:13:45.066Z] $ docker stop --time=1 83ab5eaabc11e51ba0b517ef9cab83f0c1eb181381f985ecde00fa71c5a9d5a4 [2021-02-09T20:13:46.955Z] $ docker rm -f 83ab5eaabc11e51ba0b517ef9cab83f0c1eb181381f985ecde00fa71c5a9d5a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:13:47.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T20:13:47.774Z] . [Pipeline] withDockerContainer [2021-02-09T20:13:48.030Z] prd-ubuntu18.04-docker-arm64-4c-16g-25848 does not seem to be running inside a container [2021-02-09T20:13:48.162Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-09T20:13:49.571Z] $ docker top f72536bbd615ef878fa596dc49d6cfa4a18e51c5a70c39769bb84cf91ad61a0f -eo pid,comm [2021-02-09T20:13:49.843Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T20:13:49.843Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T20:13:49.843Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T20:13:49.843Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] { [Pipeline] sh [2021-02-09T20:13:50.681Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T20:13:51.049Z] Reading package lists... [2021-02-09T20:13:51.311Z] 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-09T20:13:54.982Z] Building docker-core-command-go ... [2021-02-09T20:13:54.982Z] Building docker-core-data-go ... [2021-02-09T20:13:54.982Z] Building docker-core-metadata-go ... [2021-02-09T20:13:54.982Z] Building docker-security-bootstrapper-go ... [2021-02-09T20:13:54.982Z] Building docker-security-proxy-setup-go ... [2021-02-09T20:13:54.982Z] Building docker-security-secretstore-setup-go ... [2021-02-09T20:13:54.982Z] Building docker-support-notifications-go ... [2021-02-09T20:13:54.982Z] Building docker-support-scheduler-go ... [2021-02-09T20:13:54.982Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T20:13:54.982Z] Building docker-security-secretstore-setup-go [2021-02-09T20:13:54.982Z] Building docker-core-command-go [2021-02-09T20:13:54.982Z] Building docker-support-notifications-go [2021-02-09T20:13:54.982Z] Building docker-support-scheduler-go [2021-02-09T20:13:54.982Z] Building docker-core-metadata-go [2021-02-09T20:13:57.896Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T20:13:57.896Z] Reading package lists... [2021-02-09T20:13:57.896Z] Building dependency tree... [2021-02-09T20:13:57.896Z] Reading state information... [2021-02-09T20:13:57.896Z] Suggested packages: [2021-02-09T20:13:57.896Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-09T20:13:57.896Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-09T20:13:57.896Z] Recommended packages: [2021-02-09T20:13:57.896Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-09T20:13:57.896Z] The following NEW packages will be installed: [2021-02-09T20:13:57.896Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-09T20:13:57.896Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-09T20:13:57.896Z] pkg-config zip [2021-02-09T20:13:57.896Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T20:13:57.896Z] Need to get 7655 kB of archives. [2021-02-09T20:13:57.896Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-09T20:13:57.896Z] 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-09T20:13:57.896Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-09T20:13:57.896Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-09T20:13:58.164Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-09T20:13:58.164Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-09T20:13:58.164Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-09T20:13:58.164Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-09T20:13:58.424Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-09T20:13:58.424Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-09T20:13:58.424Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-09T20:13:58.424Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-09T20:13:58.424Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-09T20:13:58.424Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-09T20:13:58.686Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-09T20:13:58.686Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-09T20:13:58.952Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T20:13:58.952Z] Fetched 7655 kB in 1s (6725 kB/s) [2021-02-09T20:13:58.952Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-09T20:13:58.952Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-09T20:13:58.952Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-09T20:13:58.952Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T20:13:59.220Z] Selecting previously unselected package libpsl5:amd64. [2021-02-09T20:13:59.220Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-09T20:13:59.220Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T20:13:59.220Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-09T20:13:59.220Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-09T20:13:59.220Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T20:13:59.484Z] Selecting previously unselected package librtmp1:amd64. [2021-02-09T20:13:59.484Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-09T20:13:59.484Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T20:13:59.484Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-09T20:13:59.484Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-09T20:13:59.484Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T20:13:59.484Z] Selecting previously unselected package liberror-perl. [2021-02-09T20:13:59.484Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-09T20:13:59.484Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-09T20:13:59.484Z] Selecting previously unselected package git-man. [2021-02-09T20:13:59.484Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-09T20:13:59.484Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T20:13:59.744Z] Selecting previously unselected package git. [2021-02-09T20:13:59.744Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-09T20:13:59.744Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T20:14:00.688Z] Selecting previously unselected package libnorm1:amd64. [2021-02-09T20:14:00.688Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-09T20:14:00.688Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T20:14:00.688Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-09T20:14:00.688Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-09T20:14:00.688Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T20:14:00.688Z] Selecting previously unselected package libsodium23:amd64. [2021-02-09T20:14:00.688Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-09T20:14:00.688Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-09T20:14:00.688Z] Selecting previously unselected package libzmq5:amd64. [2021-02-09T20:14:00.688Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T20:14:00.950Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T20:14:00.950Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-09T20:14:00.950Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T20:14:00.950Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T20:14:00.950Z] Selecting previously unselected package pkg-config. [2021-02-09T20:14:00.950Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-09T20:14:00.950Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T20:14:01.216Z] Selecting previously unselected package zip. [2021-02-09T20:14:01.216Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-09T20:14:01.216Z] Unpacking zip (3.0-11build1) ... [2021-02-09T20:14:01.216Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T20:14:01.216Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T20:14:01.216Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T20:14:01.216Z] Setting up liberror-perl (0.17025-1) ... [2021-02-09T20:14:01.216Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T20:14:01.482Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T20:14:01.482Z] No schema files found: doing nothing. [2021-02-09T20:14:01.482Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T20:14:01.482Z] Setting up zip (3.0-11build1) ... [2021-02-09T20:14:01.482Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T20:14:01.482Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-09T20:14:01.482Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T20:14:01.482Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T20:14:01.482Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T20:14:01.482Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T20:14:01.482Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T20:14:01.742Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T20:14:08.343Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T20:14:08.343Z] git set to automatically installed. [2021-02-09T20:14:08.343Z] git-man set to automatically installed. [2021-02-09T20:14:08.343Z] libcurl3-gnutls set to automatically installed. [2021-02-09T20:14:08.343Z] liberror-perl set to automatically installed. [2021-02-09T20:14:08.343Z] libglib2.0-0 set to automatically installed. [2021-02-09T20:14:08.343Z] libnghttp2-14 set to automatically installed. [2021-02-09T20:14:08.343Z] libnorm1 set to automatically installed. [2021-02-09T20:14:08.343Z] libpgm-5.2-0 set to automatically installed. [2021-02-09T20:14:08.343Z] libpsl5 set to automatically installed. [2021-02-09T20:14:08.343Z] librtmp1 set to automatically installed. [2021-02-09T20:14:08.343Z] libsodium23 set to automatically installed. [2021-02-09T20:14:08.343Z] libzmq3-dev set to automatically installed. [2021-02-09T20:14:08.343Z] libzmq5 set to automatically installed. [2021-02-09T20:14:08.343Z] pkg-config set to automatically installed. [2021-02-09T20:14:08.343Z] zip set to automatically installed. [2021-02-09T20:14:09.729Z] snapd is not logged in, snap install commands will use sudo [2021-02-09T20:14:16.317Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T20:14:17.702Z] snap "core18" has no updates available [2021-02-09T20:14:18.644Z] Pulling config-common [2021-02-09T20:14:18.645Z] + snapcraftctl pull [2021-02-09T20:14:19.585Z] Pulling go-build-helper [2021-02-09T20:14:19.585Z] + snapcraftctl pull [2021-02-09T20:14:41.550Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T20:14:41.550Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T20:14:41.550Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T20:14:41.550Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T20:14:41.550Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T20:14:41.550Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T20:14:41.550Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T20:14:41.550Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T20:14:41.550Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T20:14:41.550Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T20:14:41.550Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T20:14:41.550Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T20:14:41.550Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T20:14:41.550Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T20:14:41.550Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T20:14:41.550Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T20:14:41.550Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T20:14:41.550Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T20:14:41.550Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T20:14:41.550Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T20:14:41.550Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T20:14:41.550Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T20:14:41.550Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T20:14:41.550Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T20:14:41.550Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T20:14:41.550Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T20:14:41.550Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T20:14:41.550Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-09T20:14:41.550Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-09T20:14:41.550Z] Fetched 279 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-09T20:14:41.550Z] Fetched 122 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-09T20:14:41.550Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-09T20:14:41.550Z] Fetched 8848 B in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-09T20:14:41.550Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-09T20:14:41.550Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-09T20:14:41.550Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-09T20:14:41.550Z] Fetched 214 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-09T20:14:41.550Z] Fetched 155 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-09T20:14:41.550Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-09T20:14:41.550Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-09T20:14:41.550Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-09T20:14:41.550Z] Fetched 499 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-09T20:14:41.550Z] Fetched 111 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-09T20:14:41.550Z] Fetched 240 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-09T20:14:41.550Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-09T20:14:41.550Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-09T20:14:41.550Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-09T20:14:41.550Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-09T20:14:41.550Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-09T20:14:41.550Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-09T20:14:41.550Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-09T20:14:41.550Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-09T20:14:41.550Z] Fetched 8720 B in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-09T20:14:41.550Z] Fetched 137 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-09T20:14:41.550Z] Fetched 119 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-09T20:14:41.550Z] Fetched 109 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-09T20:14:41.550Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-09T20:14:41.550Z] Fetched 645 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-09T20:14:41.550Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-09T20:14:41.550Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-09T20:14:41.550Z] Fetched 368 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-09T20:14:41.550Z] Fetched 187 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-09T20:14:41.550Z] Fetched 175 kB in 0s (0 B/s) [2021-02-09T20:14:41.550Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-09T20:14:44.850Z] Fetched 206 kB in 0s (0 B/s) [2021-02-09T20:14:44.850Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-09T20:14:44.850Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-09T20:14:44.850Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-09T20:14:44.850Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-09T20:14:44.850Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-09T20:14:44.850Z] Fetched 159 kB in 0s (0 B/s) [2021-02-09T20:14:44.850Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-09T20:14:44.850Z] Fetched 107 kB in 0s (0 B/s) [2021-02-09T20:14:44.850Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-09T20:14:44.850Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-09T20:14:44.850Z] Pulling static-packages [2021-02-09T20:14:44.850Z] + snapcraftctl pull [2021-02-09T20:14:45.110Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-09T20:14:45.110Z] Skipping pull go-build-helper (already ran) [2021-02-09T20:14:45.110Z] Skipping pull static-packages (already ran) [2021-02-09T20:14:45.110Z] Building go-build-helper [2021-02-09T20:14:45.110Z] + snapcraftctl build [2021-02-09T20:14:49.317Z] Building static-packages [2021-02-09T20:14:49.317Z] + snapcraftctl build [2021-02-09T20:14:51.231Z] Staging go-build-helper [2021-02-09T20:14:51.231Z] + snapcraftctl stage [2021-02-09T20:14:52.173Z] Staging static-packages [2021-02-09T20:14:52.173Z] + snapcraftctl stage [2021-02-09T20:14:53.119Z] Pulling go115 [2021-02-09T20:14:53.119Z] + snapcraftctl pull [2021-02-09T20:14:53.690Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-09T20:14:53.952Z] Skipping pull go115 (already ran) [2021-02-09T20:14:53.952Z] Building go115 [2021-02-09T20:14:53.952Z] + dpkg --print-architecture [2021-02-09T20:14:53.952Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-09T20:14:53.952Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-09T20:14:53.952Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-09T20:14:53.952Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T20:14:53.952Z] Dload Upload Total Spent Left Speed [2021-02-09T20:14:57.039Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 115M 11 13.6M 0 0 24.5M 0 0:00:04 --:--:-- 0:00:04 24.4M 45 115M 45 51.9M 0 0 33.2M 0 0:00:03 0:00:01 0:00:02 33.2M 82 115M 82 95.6M 0 0 37.3M 0 0:00:03 0:00:02 0:00:01 37.3M 100 115M 100 115M 0 0 37.2M 0 0:00:03 0:00:03 --:--:-- 37.2M [2021-02-09T20:14:57.039Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-09T20:14:57.039Z] + + grep OK [2021-02-09T20:14:57.039Z] sha256sum -c sha256 [2021-02-09T20:14:57.611Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-09T20:14:57.611Z] + mkdir -p /root/stage/go1.15 [2021-02-09T20:14:57.611Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-09T20:15:01.836Z] Staging go115 [2021-02-09T20:15:01.836Z] + snapcraftctl stage [2021-02-09T20:15:07.141Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T20:15:07.141Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T20:15:07.141Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T20:15:07.141Z] Fetched 88.7 kB in 0s (0 B/s) [2021-02-09T20:15:07.141Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-09T20:15:07.141Z] Fetched 224 kB in 0s (0 B/s) [2021-02-09T20:15:07.141Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-09T20:15:07.141Z] Fetched 157 kB in 0s (0 B/s) [2021-02-09T20:15:07.141Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-09T20:15:07.141Z] Fetched 221 kB in 0s (0 B/s) [2021-02-09T20:15:07.141Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-09T20:15:07.141Z] Fetched 143 kB in 0s (0 B/s) [2021-02-09T20:15:07.141Z] Pulling edgex-go [2021-02-09T20:15:07.141Z] + snapcraftctl pull [2021-02-09T20:15:08.085Z] Pulling version [2021-02-09T20:15:08.085Z] + cd /root/project [2021-02-09T20:15:08.085Z] + [ -f VERSION ] [2021-02-09T20:15:08.085Z] + PROJECT_VERSION=local-dev [2021-02-09T20:15:08.085Z] + git rev-parse --short HEAD [2021-02-09T20:15:08.085Z] + GIT_REVISION=b4afab23 [2021-02-09T20:15:08.085Z] + snapcraftctl set-version local-dev [2021-02-09T20:15:09.026Z] Building config-common [2021-02-09T20:15:09.026Z] + snapcraftctl build [2021-02-09T20:15:10.942Z] Skipping build go-build-helper (already ran) [2021-02-09T20:15:10.942Z] Skipping build static-packages (already ran) [2021-02-09T20:15:10.942Z] Skipping build go115 (already ran) [2021-02-09T20:15:10.942Z] Building edgex-go [2021-02-09T20:15:11.204Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-09T20:15:11.204Z] + cd /root/parts/edgex-go/src [2021-02-09T20:15:11.204Z] + make build [2021-02-09T20:15:11.204Z] 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-09T20:15:13.121Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-09T20:15:13.121Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-09T20:15:13.121Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-09T20:15:13.121Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.31 [2021-02-09T20:15:13.121Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-09T20:15:13.121Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 [2021-02-09T20:15:13.121Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-09T20:15:13.121Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-09T20:15:13.121Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-09T20:15:13.121Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-09T20:15:13.121Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-09T20:15:13.121Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-09T20:15:13.121Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-09T20:15:13.121Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-09T20:15:13.121Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-09T20:15:13.121Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-09T20:15:13.121Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-09T20:15:13.121Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-09T20:15:13.121Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-09T20:15:13.385Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-09T20:15:13.385Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-09T20:15:13.385Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-09T20:15:13.385Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-09T20:15:13.385Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-09T20:15:13.385Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-09T20:15:13.385Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-09T20:15:13.385Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-09T20:15:13.653Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-09T20:15:13.653Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-09T20:15:16.761Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:15:16.761Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:15:16.761Z] ---> bd5601385912 [2021-02-09T20:15:16.761Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T20:15:16.761Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:15:16.761Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:15:16.761Z] ---> bd5601385912 [2021-02-09T20:15:16.761Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T20:15:16.761Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:15:16.761Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:15:16.761Z] ---> bd5601385912 [2021-02-09T20:15:16.761Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:15:16.761Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:15:16.761Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:15:16.761Z] ---> bd5601385912 [2021-02-09T20:15:16.761Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T20:15:16.761Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:15:16.761Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:15:16.761Z] ---> bd5601385912 [2021-02-09T20:15:16.761Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:15:16.761Z] ---> Running in 14ecf897ce23 [2021-02-09T20:15:16.761Z] ---> Running in 9b23bafa66df [2021-02-09T20:15:16.761Z] ---> Running in b8b1f5df5354 [2021-02-09T20:15:16.761Z] ---> Running in 140aeef74552 [2021-02-09T20:15:16.761Z] ---> Running in 6694f80f18ec [2021-02-09T20:15:16.761Z] Removing intermediate container 140aeef74552 [2021-02-09T20:15:16.761Z] ---> 77b21b264a5b [2021-02-09T20:15:16.761Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:15:16.761Z] Removing intermediate container 9b23bafa66df [2021-02-09T20:15:16.761Z] ---> e56bc6b0770d [2021-02-09T20:15:16.761Z] Removing intermediate container b8b1f5df5354 [2021-02-09T20:15:16.761Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:15:16.761Z] ---> 450625037210 [2021-02-09T20:15:16.761Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:15:16.761Z] Removing intermediate container 6694f80f18ec [2021-02-09T20:15:16.761Z] Removing intermediate container 14ecf897ce23 [2021-02-09T20:15:16.761Z] ---> 730e978a6e19 [2021-02-09T20:15:16.761Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:15:16.761Z] ---> 778958a275eb [2021-02-09T20:15:16.761Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:15:16.761Z] ---> Running in aae4b252373b [2021-02-09T20:15:16.761Z] ---> Running in 3df533dbd82d [2021-02-09T20:15:16.761Z] ---> Running in 8570fc8b07cf [2021-02-09T20:15:16.761Z] ---> Running in 802186d3ae35 [2021-02-09T20:15:16.761Z] ---> Running in 6d17f76ea9c1 [2021-02-09T20:15:16.761Z] Removing intermediate container aae4b252373b [2021-02-09T20:15:16.761Z] ---> b6360d632420 [2021-02-09T20:15:16.761Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T20:15:16.761Z] ---> Running in 2087826a9c28 [2021-02-09T20:15:16.761Z] Removing intermediate container 3df533dbd82d [2021-02-09T20:15:16.761Z] ---> 9e2dbf8d5f7b [2021-02-09T20:15:16.761Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T20:15:16.761Z] Removing intermediate container 8570fc8b07cf [2021-02-09T20:15:16.761Z] ---> 9cf78f0e8ac2 [2021-02-09T20:15:16.761Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T20:15:16.761Z] ---> Running in ff353132874d [2021-02-09T20:15:16.761Z] Removing intermediate container 6d17f76ea9c1 [2021-02-09T20:15:16.761Z] ---> 851154893555 [2021-02-09T20:15:16.761Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T20:15:16.761Z] ---> Running in e6a5b65d22b2 [2021-02-09T20:15:16.761Z] Removing intermediate container 802186d3ae35 [2021-02-09T20:15:16.761Z] ---> ca20ef7349c2 [2021-02-09T20:15:16.761Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T20:15:16.761Z] ---> Running in 60d8292588a2 [2021-02-09T20:15:16.761Z] ---> Running in d5899e5ad0a8 [2021-02-09T20:15:16.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:16.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:16.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:16.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:16.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:16.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:16.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:16.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:16.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:16.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:15:17.380Z] OK: 217 MiB in 51 packages [2021-02-09T20:15:17.380Z] OK: 217 MiB in 51 packages [2021-02-09T20:15:17.656Z] OK: 217 MiB in 51 packages [2021-02-09T20:15:17.656Z] OK: 217 MiB in 51 packages [2021-02-09T20:15:17.656Z] OK: 217 MiB in 51 packages [2021-02-09T20:15:19.104Z] Removing intermediate container ff353132874d [2021-02-09T20:15:19.104Z] ---> 5d6b84851784 [2021-02-09T20:15:19.104Z] Step 6/23 : COPY go.mod . [2021-02-09T20:15:19.104Z] Removing intermediate container 2087826a9c28 [2021-02-09T20:15:19.104Z] ---> eb1f809feb68 [2021-02-09T20:15:19.104Z] Step 6/22 : COPY go.mod . [2021-02-09T20:15:19.704Z] Removing intermediate container 60d8292588a2 [2021-02-09T20:15:19.704Z] ---> d75fedb18d3a [2021-02-09T20:15:19.704Z] Step 6/22 : COPY go.mod . [2021-02-09T20:15:19.704Z] Removing intermediate container d5899e5ad0a8 [2021-02-09T20:15:19.704Z] ---> 30c262305924 [2021-02-09T20:15:19.704Z] Step 6/24 : COPY go.mod . [2021-02-09T20:15:19.704Z] Removing intermediate container e6a5b65d22b2 [2021-02-09T20:15:19.704Z] ---> 6db141e8b5ff [2021-02-09T20:15:19.704Z] Step 6/23 : COPY go.mod . [2021-02-09T20:15:19.983Z] ---> 3e9c82056a62 [2021-02-09T20:15:19.983Z] Step 7/23 : RUN go mod download [2021-02-09T20:15:19.983Z] ---> 0a0922df5b5d [2021-02-09T20:15:19.983Z] Step 7/22 : RUN go mod download [2021-02-09T20:15:20.244Z] 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-09T20:15:20.244Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-09T20:15:20.257Z] ---> Running in ad0e9dd41927 [2021-02-09T20:15:20.257Z] ---> Running in 18c88fe28dfa [2021-02-09T20:15:20.537Z] ---> 5d4bd8463dad [2021-02-09T20:15:20.537Z] Step 7/22 : RUN go mod download [2021-02-09T20:15:20.820Z] ---> Running in 21760a8759e3 [2021-02-09T20:15:21.102Z] ---> 0f585aa50a1e [2021-02-09T20:15:21.102Z] Step 7/24 : RUN go mod download [2021-02-09T20:15:21.102Z] ---> 72b4b5f43ca4 [2021-02-09T20:15:21.102Z] Step 7/23 : RUN go mod download [2021-02-09T20:15:21.378Z] ---> Running in dabfac3a5052 [2021-02-09T20:15:21.378Z] ---> Running in 018bf64f587f [2021-02-09T20:15:24.448Z] 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-09T20:15:25.020Z] 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-09T20:15:25.966Z] 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-09T20:15:26.540Z] 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-09T20:15:26.540Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-09T20:15:26.786Z] Removing intermediate container ad0e9dd41927 [2021-02-09T20:15:26.786Z] ---> db7babc8c873 [2021-02-09T20:15:26.786Z] Step 8/23 : COPY . . [2021-02-09T20:15:26.786Z] Removing intermediate container 18c88fe28dfa [2021-02-09T20:15:26.786Z] ---> 4c3544a1d3e2 [2021-02-09T20:15:26.786Z] Step 8/22 : COPY . . [2021-02-09T20:15:26.786Z] Removing intermediate container 21760a8759e3 [2021-02-09T20:15:26.786Z] ---> 7e208ff243f8 [2021-02-09T20:15:26.786Z] Step 8/22 : COPY . . [2021-02-09T20:15:26.799Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-09T20:15:26.799Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-09T20:15:26.799Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-09T20:15:27.389Z] Removing intermediate container dabfac3a5052 [2021-02-09T20:15:27.389Z] ---> eb0d0337b38b [2021-02-09T20:15:27.389Z] Step 8/24 : COPY . . [2021-02-09T20:15:27.664Z] Removing intermediate container 018bf64f587f [2021-02-09T20:15:27.664Z] ---> b511f657587c [2021-02-09T20:15:27.664Z] Step 8/23 : COPY . . [2021-02-09T20:15:28.182Z] 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-09T20:15:28.182Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-09T20:15:28.182Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-09T20:15:29.124Z] 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-09T20:15:30.065Z] 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-09T20:15:30.065Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-09T20:15:31.451Z] 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-09T20:15:32.022Z] 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-09T20:15:32.022Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-09T20:15:32.965Z] 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-09T20:15:33.225Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-09T20:15:34.610Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-09T20:15:34.610Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-09T20:15:34.610Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-09T20:15:34.610Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-09T20:15:34.610Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-09T20:15:34.610Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-09T20:15:34.610Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-09T20:15:34.610Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-09T20:15:34.610Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-09T20:15:34.610Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-09T20:15:34.610Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-09T20:15:34.610Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-09T20:15:34.610Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-09T20:15:34.610Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-09T20:15:34.610Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-09T20:15:34.610Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-09T20:15:34.610Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-09T20:15:34.610Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-09T20:15:34.610Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-09T20:15:34.610Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-09T20:15:34.610Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-09T20:15:34.871Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-09T20:15:34.871Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-09T20:15:34.871Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-09T20:15:34.871Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-09T20:15:35.813Z] Building version [2021-02-09T20:15:35.813Z] + snapcraftctl build [2021-02-09T20:15:37.725Z] Staging config-common [2021-02-09T20:15:37.725Z] + snapcraftctl stage [2021-02-09T20:15:38.667Z] Skipping stage go-build-helper (already ran) [2021-02-09T20:15:38.667Z] Skipping stage static-packages (already ran) [2021-02-09T20:15:38.667Z] Skipping stage go115 (already ran) [2021-02-09T20:15:38.667Z] Staging edgex-go [2021-02-09T20:15:38.667Z] + snapcraftctl stage [2021-02-09T20:15:39.610Z] Staging version [2021-02-09T20:15:39.610Z] + snapcraftctl stage [2021-02-09T20:15:40.554Z] Priming config-common [2021-02-09T20:15:40.554Z] + snapcraftctl prime [2021-02-09T20:15:41.511Z] Priming go-build-helper [2021-02-09T20:15:41.511Z] + snapcraftctl prime [2021-02-09T20:15:42.454Z] Priming static-packages [2021-02-09T20:15:42.454Z] + snapcraftctl prime [2021-02-09T20:15:44.372Z] Priming go115 [2021-02-09T20:15:44.372Z] + snapcraftctl prime [2021-02-09T20:15:45.353Z] Priming edgex-go [2021-02-09T20:15:45.353Z] + snapcraftctl prime [2021-02-09T20:15:46.297Z] Priming version [2021-02-09T20:15:46.297Z] + snapcraftctl prime [2021-02-09T20:15:47.311Z] 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-09T20:15:54.474Z] ---> 3f5bf270ff30 [2021-02-09T20:15:54.474Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T20:15:54.474Z] ---> Running in 6710bf0657bd [2021-02-09T20:15:54.474Z] ---> 3c830eaf1526 [2021-02-09T20:15:54.474Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T20:15:54.474Z] ---> a0b772783322 [2021-02-09T20:15:54.474Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T20:15:54.474Z] ---> 9bf79f9ec4da [2021-02-09T20:15:54.474Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T20:15:54.474Z] ---> 63ed3e22019e [2021-02-09T20:15:54.474Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T20:15:54.474Z] ---> Running in 7e921cdbdc69 [2021-02-09T20:15:54.474Z] ---> Running in b307fbac43fa [2021-02-09T20:15:54.474Z] ---> Running in fb2674288e1c [2021-02-09T20:15:54.474Z] ---> Running in ea28d0a84201 [2021-02-09T20:15:54.474Z] 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-09T20:15:54.474Z] 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-09T20:15:54.474Z] 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-09T20:15:54.474Z] 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-09T20:15:54.474Z] 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-09T20:17:16.295Z] 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-09T20:17:24.618Z] Removing intermediate container ea28d0a84201 [2021-02-09T20:17:24.618Z] ---> ac685e30fb6e [2021-02-09T20:17:24.618Z] [2021-02-09T20:17:24.618Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T20:17:24.618Z] 3.12: Pulling from library/alpine [2021-02-09T20:17:25.615Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T20:17:25.615Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T20:17:25.615Z] ---> afeebe901d6b [2021-02-09T20:17:25.615Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T20:17:26.221Z] ---> Running in 43aa0f3f2a73 [2021-02-09T20:17:28.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:17:28.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:17:29.249Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T20:17:29.249Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:17:29.249Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T20:17:29.249Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T20:17:29.249Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T20:17:29.249Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:17:29.249Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:17:29.526Z] OK: 7 MiB in 19 packages [2021-02-09T20:17:32.169Z] Removing intermediate container 43aa0f3f2a73 [2021-02-09T20:17:32.169Z] ---> 58db926a414b [2021-02-09T20:17:32.169Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T20:17:32.446Z] ---> Running in 79533ab359b6 [2021-02-09T20:17:33.061Z] Removing intermediate container 79533ab359b6 [2021-02-09T20:17:33.062Z] ---> a257b560e182 [2021-02-09T20:17:33.062Z] Step 13/24 : WORKDIR / [2021-02-09T20:17:33.338Z] ---> Running in 7d9d97200fd7 [2021-02-09T20:17:33.942Z] Removing intermediate container 7d9d97200fd7 [2021-02-09T20:17:33.942Z] ---> 33aaeb532779 [2021-02-09T20:17:33.942Z] 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-09T20:17:35.394Z] ---> 318da5256715 [2021-02-09T20:17:35.394Z] 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-09T20:17:36.854Z] ---> 26ed155082ee [2021-02-09T20:17:36.854Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T20:17:38.839Z] ---> 61e4be96ef17 [2021-02-09T20:17:38.839Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T20:17:41.493Z] ---> 1ba838269187 [2021-02-09T20:17:41.493Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T20:17:41.493Z] Removing intermediate container 7e921cdbdc69 [2021-02-09T20:17:41.493Z] ---> 144382cb8f60 [2021-02-09T20:17:41.493Z] [2021-02-09T20:17:41.493Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:17:41.493Z] ---> afeebe901d6b [2021-02-09T20:17:41.493Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:17:41.768Z] ---> Running in ce0623136814 [2021-02-09T20:17:43.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:17:43.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:17:43.759Z] ---> 45821221b821 [2021-02-09T20:17:43.759Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T20:17:44.361Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T20:17:44.361Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:17:44.361Z] OK: 5 MiB in 15 packages [2021-02-09T20:17:44.637Z] Removing intermediate container b307fbac43fa [2021-02-09T20:17:44.637Z] ---> ee6c9444b78d [2021-02-09T20:17:44.637Z] [2021-02-09T20:17:44.637Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T20:17:44.637Z] ---> afeebe901d6b [2021-02-09T20:17:44.637Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:17:45.246Z] ---> Running in ed78e71afd5b [2021-02-09T20:17:45.246Z] Removing intermediate container fb2674288e1c [2021-02-09T20:17:45.246Z] ---> 25a71fc0625f [2021-02-09T20:17:45.246Z] [2021-02-09T20:17:45.246Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T20:17:45.246Z] ---> afeebe901d6b [2021-02-09T20:17:45.246Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T20:17:45.536Z] ---> e928ff0bd4dc [2021-02-09T20:17:45.536Z] 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-09T20:17:45.536Z] ---> Running in e38ba7fee46b [2021-02-09T20:17:45.811Z] ---> Running in f9c55eee7b6c [2021-02-09T20:17:46.418Z] Removing intermediate container ce0623136814 [2021-02-09T20:17:46.418Z] ---> ad8cac393e62 [2021-02-09T20:17:46.418Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:17:47.025Z] ---> Running in 1e2b44891ddd [2021-02-09T20:17:47.625Z] Removing intermediate container 1e2b44891ddd [2021-02-09T20:17:47.625Z] ---> 008889fe4fee [2021-02-09T20:17:47.625Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T20:17:47.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:17:47.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:17:47.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:17:47.946Z] ---> Running in de6e46cb2e1d [2021-02-09T20:17:48.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:17:48.323Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T20:17:48.323Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:17:48.323Z] OK: 5 MiB in 15 packages [2021-02-09T20:17:48.997Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T20:17:48.997Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T20:17:48.997Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:17:48.997Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:17:49.424Z] OK: 6 MiB in 16 packages [2021-02-09T20:17:49.722Z] Removing intermediate container de6e46cb2e1d [2021-02-09T20:17:49.722Z] ---> 4b0da6889200 [2021-02-09T20:17:49.722Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T20:17:50.034Z] ---> Running in 55d6be8ef23d [2021-02-09T20:17:50.310Z] Removing intermediate container f9c55eee7b6c [2021-02-09T20:17:50.310Z] ---> 8bac31a82ad3 [2021-02-09T20:17:50.310Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T20:17:50.619Z] ---> Running in 71f37d9707dd [2021-02-09T20:17:50.894Z] Removing intermediate container ed78e71afd5b [2021-02-09T20:17:50.894Z] ---> c43d8dad1665 [2021-02-09T20:17:50.894Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:17:51.168Z] Removing intermediate container 55d6be8ef23d [2021-02-09T20:17:51.168Z] ---> b321070017a7 [2021-02-09T20:17:51.168Z] Step 15/23 : WORKDIR / [2021-02-09T20:17:51.443Z] ---> Running in 88a6c4ff668c [2021-02-09T20:17:51.443Z] ---> Running in 0b3e4336242e [2021-02-09T20:17:51.443Z] Removing intermediate container 71f37d9707dd [2021-02-09T20:17:51.443Z] ---> a75650043f3a [2021-02-09T20:17:51.443Z] Step 22/24 : LABEL arch=arm64 [2021-02-09T20:17:51.715Z] Removing intermediate container e38ba7fee46b [2021-02-09T20:17:51.715Z] ---> b5995bddb479 [2021-02-09T20:17:51.715Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:17:51.991Z] Removing intermediate container 6710bf0657bd [2021-02-09T20:17:51.991Z] ---> 43a2d0953858 [2021-02-09T20:17:51.991Z] [2021-02-09T20:17:51.991Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:17:51.991Z] ---> afeebe901d6b [2021-02-09T20:17:51.991Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T20:17:51.991Z] ---> Using cache [2021-02-09T20:17:51.991Z] ---> c43d8dad1665 [2021-02-09T20:17:51.991Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T20:17:51.991Z] ---> Running in f25b4cef4093 [2021-02-09T20:17:51.991Z] ---> Running in 60c627353001 [2021-02-09T20:17:52.266Z] ---> Running in dfa68672dfc0 [2021-02-09T20:17:52.266Z] Removing intermediate container 88a6c4ff668c [2021-02-09T20:17:52.266Z] ---> 64180816bdbf [2021-02-09T20:17:52.266Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T20:17:52.266Z] Removing intermediate container 0b3e4336242e [2021-02-09T20:17:52.266Z] ---> 09c1ae3278e0 [2021-02-09T20:17:52.266Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:17:52.539Z] ---> Running in 4dc239cedddf [2021-02-09T20:17:52.813Z] Removing intermediate container f25b4cef4093 [2021-02-09T20:17:52.813Z] ---> 69a7c60665f7 [2021-02-09T20:17:52.813Z] Step 23/24 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:17:52.813Z] Removing intermediate container 60c627353001 [2021-02-09T20:17:52.813Z] ---> c7c301b9b130 [2021-02-09T20:17:52.813Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T20:17:52.813Z] Removing intermediate container dfa68672dfc0 [2021-02-09T20:17:52.813Z] ---> a1a5732e7bf1 [2021-02-09T20:17:52.813Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T20:17:53.086Z] ---> Running in 809e75b466da [2021-02-09T20:17:53.086Z] ---> Running in edf2ac2974c5 [2021-02-09T20:17:53.086Z] Removing intermediate container 4dc239cedddf [2021-02-09T20:17:53.086Z] ---> b68542ff8311 [2021-02-09T20:17:53.086Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T20:17:53.086Z] ---> Running in ccecbb7e8838 [2021-02-09T20:17:53.361Z] ---> 747e87806365 [2021-02-09T20:17:53.361Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T20:17:53.361Z] ---> Running in 549f881b254b [2021-02-09T20:17:53.633Z] Removing intermediate container edf2ac2974c5 [2021-02-09T20:17:53.633Z] ---> 5571df9f9b82 [2021-02-09T20:17:53.633Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T20:17:53.633Z] Removing intermediate container 809e75b466da [2021-02-09T20:17:53.633Z] ---> 5a30c17eaca7 [2021-02-09T20:17:53.633Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T20:17:53.905Z] Removing intermediate container ccecbb7e8838 [2021-02-09T20:17:53.905Z] ---> f9273f00c81f [2021-02-09T20:17:53.905Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T20:17:53.905Z] ---> Running in 46e1fdd6a038 [2021-02-09T20:17:53.905Z] ---> Running in 1f3c8052bd22 [2021-02-09T20:17:54.176Z] ---> Running in 36ae2550e89a [2021-02-09T20:17:54.176Z] Removing intermediate container 549f881b254b [2021-02-09T20:17:54.176Z] ---> fa662bdf3e52 [2021-02-09T20:17:54.176Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:17:54.775Z] Removing intermediate container 46e1fdd6a038 [2021-02-09T20:17:54.775Z] ---> 946c58748af3 [2021-02-09T20:17:54.775Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:17:55.049Z] Removing intermediate container 1f3c8052bd22 [2021-02-09T20:17:55.049Z] ---> 526a80f84746 [2021-02-09T20:17:55.049Z] [2021-02-09T20:17:55.049Z] Removing intermediate container 36ae2550e89a [2021-02-09T20:17:55.049Z] ---> 1db84c9684f3 [2021-02-09T20:17:55.049Z] Step 15/23 : WORKDIR / [2021-02-09T20:17:55.049Z] ---> 26ab25d72c05 [2021-02-09T20:17:55.049Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T20:17:55.049Z] ---> 385778ac48f6 [2021-02-09T20:17:55.049Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T20:17:55.327Z] ---> Running in 27dec662179b [2021-02-09T20:17:55.603Z] Successfully built 526a80f84746 [2021-02-09T20:17:55.603Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-09T20:17:55.603Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-02-09T20:17:55.875Z] ---> 6d66993b93f0 [2021-02-09T20:17:55.875Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T20:17:56.151Z] Removing intermediate container 27dec662179b [2021-02-09T20:17:56.151Z] ---> 30adb5ca2af0 [2021-02-09T20:17:56.151Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:17:56.151Z] ---> 1b37cb972401 [2021-02-09T20:17:56.151Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T20:17:56.430Z] ---> Running in 85ab0076d139 [2021-02-09T20:17:57.411Z] ---> 2183b0b9de33 [2021-02-09T20:17:57.411Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T20:17:57.684Z] Removing intermediate container 85ab0076d139 [2021-02-09T20:17:57.684Z] ---> 1031804b5435 [2021-02-09T20:17:57.684Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:17:57.985Z] ---> a775e633484e [2021-02-09T20:17:57.985Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T20:17:57.985Z] ---> 63095ce71395 [2021-02-09T20:17:57.985Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T20:17:58.588Z] ---> 5b957af62435 [2021-02-09T20:17:58.588Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] ---> Running in 5199d8c263fc [2021-02-09T20:17:58.588Z] [2021-02-09T20:17:59.577Z] ---> Running in c256ba28e1fa [2021-02-09T20:17:59.577Z] Removing intermediate container 5199d8c263fc [2021-02-09T20:17:59.577Z] ---> 34550f149df4 [2021-02-09T20:17:59.577Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T20:17:59.851Z] ---> 7e4c06bcbcdc [2021-02-09T20:17:59.851Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T20:18:00.126Z] ---> Running in 27c521593721 [2021-02-09T20:18:00.410Z] ---> Running in a8bd9582e881 [2021-02-09T20:18:00.410Z] Removing intermediate container c256ba28e1fa [2021-02-09T20:18:00.410Z] ---> c4a0419979cc [2021-02-09T20:18:00.411Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:18:00.685Z] ---> 224f06178667 [2021-02-09T20:18:00.685Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T20:18:00.962Z] ---> Running in eb9720ffd14e [2021-02-09T20:18:00.962Z] Removing intermediate container 27c521593721 [2021-02-09T20:18:00.962Z] ---> 4d98cb603a41 [2021-02-09T20:18:01.235Z] Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:18:01.520Z] Removing intermediate container a8bd9582e881 [2021-02-09T20:18:01.520Z] ---> cb1b34d373f4 [2021-02-09T20:18:01.520Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:18:01.520Z] ---> Running in 93771ffe7c74 [2021-02-09T20:18:01.794Z] Removing intermediate container eb9720ffd14e [2021-02-09T20:18:01.794Z] ---> 3664d418b477 [2021-02-09T20:18:01.794Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T20:18:01.794Z] ---> a13595e0d97b [2021-02-09T20:18:01.794Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T20:18:01.794Z] ---> Running in 8f0bc291f9b1 [2021-02-09T20:18:02.067Z] ---> Running in a33fecd681c0 [2021-02-09T20:18:02.067Z] ---> Running in e20fd43ec6dc [2021-02-09T20:18:02.067Z] Removing intermediate container 93771ffe7c74 [2021-02-09T20:18:02.067Z] ---> 70f257d4bf0d [2021-02-09T20:18:02.067Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:18:02.345Z] ---> Running in e801de92a0ee [2021-02-09T20:18:02.617Z] Removing intermediate container 8f0bc291f9b1 [2021-02-09T20:18:02.617Z] ---> 0783f04e28fc [2021-02-09T20:18:02.617Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T20:18:02.617Z] Removing intermediate container e20fd43ec6dc [2021-02-09T20:18:02.617Z] ---> 4e382ce3ae58 [2021-02-09T20:18:02.617Z] Step 21/22 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:18:02.617Z] Removing intermediate container a33fecd681c0 [2021-02-09T20:18:02.617Z] ---> 2f73f47df1f8 [2021-02-09T20:18:02.617Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:18:02.899Z] ---> Running in 3756ccc22622 [2021-02-09T20:18:02.899Z] ---> Running in 7682ba194bad [2021-02-09T20:18:02.899Z] ---> Running in 5bacd354a585 [2021-02-09T20:18:03.173Z] Removing intermediate container e801de92a0ee [2021-02-09T20:18:03.173Z] ---> e10ee749b98a [2021-02-09T20:18:03.173Z] [2021-02-09T20:18:03.448Z] Removing intermediate container 3756ccc22622 [2021-02-09T20:18:03.448Z] ---> af795d3ec552 [2021-02-09T20:18:03.448Z] Step 21/22 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:18:03.720Z] ---> Running in fd5d7483a389 [2021-02-09T20:18:03.720Z] Removing intermediate container 5bacd354a585 [2021-02-09T20:18:03.720Z] ---> 327b1f79297a [2021-02-09T20:18:03.720Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T20:18:03.720Z] Successfully built e10ee749b98a [2021-02-09T20:18:03.720Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-09T20:18:03.720Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-02-09T20:18:03.994Z] Removing intermediate container 7682ba194bad [2021-02-09T20:18:03.994Z] ---> 4551dec9962d [2021-02-09T20:18:03.994Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T20:18:04.276Z] ---> Running in dd95408df39b [2021-02-09T20:18:04.276Z] Removing intermediate container fd5d7483a389 [2021-02-09T20:18:04.276Z] ---> ebea9d9cc401 [2021-02-09T20:18:04.276Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T20:18:04.276Z] ---> Running in f1e39d679d19 [2021-02-09T20:18:04.549Z] ---> Running in 55de4ede4a86 [2021-02-09T20:18:04.549Z] Removing intermediate container dd95408df39b [2021-02-09T20:18:04.549Z] ---> 5e5c85c5f390 [2021-02-09T20:18:04.549Z] Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:18:05.142Z] ---> Running in f2bef41e18fc [2021-02-09T20:18:05.142Z] Removing intermediate container f1e39d679d19 [2021-02-09T20:18:05.142Z] ---> 685e386a1a3e [2021-02-09T20:18:05.142Z] [2021-02-09T20:18:05.142Z] Removing intermediate container 55de4ede4a86 [2021-02-09T20:18:05.142Z] ---> 68691dad9d65 [2021-02-09T20:18:05.142Z] [2021-02-09T20:18:05.743Z] Successfully built 685e386a1a3e [2021-02-09T20:18:05.743Z] Successfully built 68691dad9d65 [2021-02-09T20:18:06.338Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-09T20:18:06.338Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-09T20:18:06.338Z] Building docker-core-data-go [2021-02-09T20:18:06.338Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T20:18:06.338Z] Removing intermediate container f2bef41e18fc [2021-02-09T20:18:06.338Z]  Building docker-support-scheduler-go ... done  ---> cdfb268050ba [2021-02-09T20:18:06.338Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:18:06.611Z] ---> Running in acc446f192e6 [2021-02-09T20:18:07.213Z] Removing intermediate container acc446f192e6 [2021-02-09T20:18:07.213Z] ---> d376f016bd6f [2021-02-09T20:18:07.213Z] [2021-02-09T20:18:07.484Z] Successfully built d376f016bd6f [2021-02-09T20:18:07.484Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-09T20:18:39.809Z]  Building docker-core-metadata-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:18:39.809Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:18:39.809Z] ---> bd5601385912 [2021-02-09T20:18:39.809Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T20:18:39.809Z] ---> Using cache [2021-02-09T20:18:39.809Z] ---> 778958a275eb [2021-02-09T20:18:39.809Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:18:39.809Z] ---> Using cache [2021-02-09T20:18:39.809Z] ---> 851154893555 [2021-02-09T20:18:39.809Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T20:18:46.551Z] ---> Running in 577a4be20f90 [2021-02-09T20:18:47.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:18:48.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:18:49.117Z] OK: 217 MiB in 51 packages [2021-02-09T20:18:52.532Z] Removing intermediate container 577a4be20f90 [2021-02-09T20:18:52.532Z] ---> 9277d68309d0 [2021-02-09T20:18:52.532Z] Step 6/30 : COPY go.mod . [2021-02-09T20:18:52.532Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:18:52.532Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:18:52.532Z] ---> bd5601385912 [2021-02-09T20:18:52.532Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T20:18:52.532Z] ---> Using cache [2021-02-09T20:18:52.532Z] ---> 778958a275eb [2021-02-09T20:18:52.532Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:18:52.532Z] ---> Using cache [2021-02-09T20:18:52.532Z] ---> 851154893555 [2021-02-09T20:18:52.532Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T20:18:52.532Z] ---> Using cache [2021-02-09T20:18:52.532Z] ---> 9277d68309d0 [2021-02-09T20:18:52.532Z] Step 6/21 : COPY go.mod . [2021-02-09T20:18:53.984Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:18:53.984Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:18:53.984Z] ---> bd5601385912 [2021-02-09T20:18:53.984Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T20:18:53.984Z] ---> Using cache [2021-02-09T20:18:53.984Z] ---> 778958a275eb [2021-02-09T20:18:53.984Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:18:53.984Z] ---> Using cache [2021-02-09T20:18:53.984Z] ---> 851154893555 [2021-02-09T20:18:53.984Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T20:18:53.984Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T20:18:53.984Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T20:18:53.984Z] ---> bd5601385912 [2021-02-09T20:18:53.984Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T20:18:53.984Z] ---> Using cache [2021-02-09T20:18:53.984Z] ---> 778958a275eb [2021-02-09T20:18:53.984Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:18:53.984Z] ---> Using cache [2021-02-09T20:18:53.984Z] ---> 851154893555 [2021-02-09T20:18:53.984Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T20:18:53.984Z] ---> 6ca50bdd9f4a [2021-02-09T20:18:53.984Z] Step 7/30 : RUN go mod download [2021-02-09T20:18:53.984Z] ---> 543ef2f620d2 [2021-02-09T20:18:53.984Z] Step 7/21 : RUN go mod download [2021-02-09T20:18:53.984Z] ---> Running in b3bd8384b45e [2021-02-09T20:18:53.984Z] ---> Running in 79bd47082178 [2021-02-09T20:18:54.266Z] ---> Running in b95bca4e6292 [2021-02-09T20:18:54.266Z] ---> Running in a9409dcd3a18 [2021-02-09T20:18:56.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:18:56.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:18:56.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:18:57.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:18:57.460Z] OK: 217 MiB in 51 packages [2021-02-09T20:18:58.062Z] OK: 217 MiB in 51 packages [2021-02-09T20:18:58.338Z] Removing intermediate container a9409dcd3a18 [2021-02-09T20:18:58.338Z] Removing intermediate container b95bca4e6292 [2021-02-09T20:18:58.338Z] ---> 258e5f7bf942 [2021-02-09T20:18:58.338Z] Step 8/30 : COPY . . [2021-02-09T20:18:58.338Z] ---> 82c23a31c41f [2021-02-09T20:18:58.338Z] Step 8/21 : COPY . . [2021-02-09T20:18:59.786Z] Removing intermediate container b3bd8384b45e [2021-02-09T20:18:59.786Z] ---> bd8caaf32c6d [2021-02-09T20:18:59.786Z] Step 6/23 : COPY go.mod . [2021-02-09T20:19:00.392Z] Removing intermediate container 79bd47082178 [2021-02-09T20:19:00.392Z] ---> be55efe079c8 [2021-02-09T20:19:00.392Z] Step 6/26 : COPY go.mod . [2021-02-09T20:19:01.391Z] ---> 0d97a8483fcb [2021-02-09T20:19:01.391Z] Step 7/23 : RUN go mod download [2021-02-09T20:19:02.428Z] ---> 73df6b44cd8f [2021-02-09T20:19:02.428Z] Step 7/26 : RUN go mod download [2021-02-09T20:19:03.883Z] ---> Running in 12dc284a794a [2021-02-09T20:19:03.883Z] ---> Running in 2da7ce4adf70 [2021-02-09T20:19:09.290Z] Removing intermediate container 12dc284a794a [2021-02-09T20:19:09.290Z] ---> 63cfc7e10564 [2021-02-09T20:19:09.290Z] Step 8/23 : COPY . . [2021-02-09T20:19:09.290Z] Removing intermediate container 2da7ce4adf70 [2021-02-09T20:19:09.290Z] ---> 25af90d612c5 [2021-02-09T20:19:09.290Z] Step 8/26 : COPY . . [2021-02-09T20:19:17.575Z] ---> 2f102b434e7d [2021-02-09T20:19:17.575Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T20:19:17.855Z] ---> d997b6193903 [2021-02-09T20:19:17.855Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T20:19:18.469Z] ---> Running in 92f6a7e3bf53 [2021-02-09T20:19:19.450Z] ---> Running in 40a858f60b97 [2021-02-09T20:19:20.894Z] 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-09T20:19:20.895Z] 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-09T20:19:26.403Z] ---> 3b9b3cd1f247 [2021-02-09T20:19:26.403Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T20:19:26.403Z] ---> 1fdd49077c73 [2021-02-09T20:19:26.403Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T20:19:26.403Z] ---> Running in e9ec3a3e42af [2021-02-09T20:19:26.403Z] ---> Running in 0615a0614e47 [2021-02-09T20:19:28.503Z] 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-09T20:19:28.503Z] 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-09T20:20:25.115Z] 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-09T20:20:31.870Z] Removing intermediate container 40a858f60b97 [2021-02-09T20:20:31.870Z] ---> b8a52e6f6fcc [2021-02-09T20:20:31.870Z] [2021-02-09T20:20:31.870Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T20:20:31.870Z] ---> afeebe901d6b [2021-02-09T20:20:31.870Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T20:20:32.147Z] ---> Running in 724f34b53401 [2021-02-09T20:20:32.752Z] Removing intermediate container 724f34b53401 [2021-02-09T20:20:32.752Z] ---> 269da75b42c8 [2021-02-09T20:20:32.752Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T20:20:33.032Z] ---> Running in 21da4c9d5019 [2021-02-09T20:20:35.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:20:35.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:20:36.310Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T20:20:36.310Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T20:20:36.310Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:20:36.310Z] OK: 5 MiB in 16 packages [2021-02-09T20:20:38.294Z] Removing intermediate container 92f6a7e3bf53 [2021-02-09T20:20:38.294Z] ---> 22056f62e529 [2021-02-09T20:20:38.294Z] [2021-02-09T20:20:38.294Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T20:20:38.294Z] ---> afeebe901d6b [2021-02-09T20:20:38.294Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T20:20:38.294Z] ---> Running in b80498f05978 [2021-02-09T20:20:38.571Z] Removing intermediate container 21da4c9d5019 [2021-02-09T20:20:38.571Z] ---> 85503f4b5def [2021-02-09T20:20:38.571Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T20:20:38.844Z] ---> Running in 3aa5ab31f49c [2021-02-09T20:20:39.845Z] Removing intermediate container 3aa5ab31f49c [2021-02-09T20:20:39.845Z] ---> 6cf1b4042001 [2021-02-09T20:20:39.845Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T20:20:40.119Z] ---> Running in b0bcbec4f2d6 [2021-02-09T20:20:40.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:20:40.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:20:40.955Z] Removing intermediate container b0bcbec4f2d6 [2021-02-09T20:20:40.955Z] ---> ba41c9a41f7d [2021-02-09T20:20:40.955Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T20:20:41.232Z] ---> Running in 9fc7fad43172 [2021-02-09T20:20:41.232Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T20:20:41.514Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:20:41.514Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T20:20:41.514Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T20:20:41.514Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:20:41.514Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T20:20:41.794Z] OK: 7 MiB in 18 packages [2021-02-09T20:20:45.247Z] Removing intermediate container b80498f05978 [2021-02-09T20:20:45.247Z] ---> b45334152802 [2021-02-09T20:20:45.247Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T20:20:45.247Z] Removing intermediate container 0615a0614e47 [2021-02-09T20:20:45.247Z] ---> f45444b1e9b1 [2021-02-09T20:20:45.247Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T20:20:45.247Z] ---> Running in 5f4b2555515d [2021-02-09T20:20:45.247Z] ---> Running in db2896697938 [2021-02-09T20:20:45.247Z] Removing intermediate container 9fc7fad43172 [2021-02-09T20:20:45.247Z] ---> 6f77c91a455d [2021-02-09T20:20:45.247Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T20:20:45.536Z] ---> Running in 7762a0dfa2e0 [2021-02-09T20:20:45.814Z] Removing intermediate container 5f4b2555515d [2021-02-09T20:20:45.814Z] ---> 5bc447cb106d [2021-02-09T20:20:45.814Z] Step 13/21 : WORKDIR /edgex [2021-02-09T20:20:46.089Z] ---> Running in e572eb8cc28a [2021-02-09T20:20:46.375Z] Removing intermediate container 7762a0dfa2e0 [2021-02-09T20:20:46.375Z] ---> dc6a7786561b [2021-02-09T20:20:46.375Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T20:20:46.658Z] Removing intermediate container e572eb8cc28a [2021-02-09T20:20:46.658Z] ---> 5b6405c7a781 [2021-02-09T20:20:46.658Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T20:20:46.944Z] 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-09T20:20:47.555Z] ---> 78b053de161d [2021-02-09T20:20:47.555Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T20:20:47.833Z] ---> Running in d462b4da6b4a [2021-02-09T20:20:47.833Z] ---> 661aa3618431 [2021-02-09T20:20:47.833Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T20:20:49.831Z] ---> 9b1bc3fccf6d [2021-02-09T20:20:49.831Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T20:20:51.293Z] Removing intermediate container db2896697938 [2021-02-09T20:20:51.293Z] ---> 1248a89cd2e9 [2021-02-09T20:20:51.293Z] [2021-02-09T20:20:51.293Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T20:20:51.580Z] 20.10.0: Pulling from library/docker [2021-02-09T20:20:51.580Z] Removing intermediate container d462b4da6b4a [2021-02-09T20:20:51.580Z] ---> 388fe304c8d1 [2021-02-09T20:20:51.580Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:20:51.580Z] ---> 1855b7f6cf85 [2021-02-09T20:20:51.580Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T20:20:51.863Z] ---> Running in 7e9c6a52ab77 [2021-02-09T20:20:52.862Z] Removing intermediate container 7e9c6a52ab77 [2021-02-09T20:20:52.862Z] ---> 82efc8adbb33 [2021-02-09T20:20:52.862Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T20:20:53.138Z] ---> fdcdd3376647 [2021-02-09T20:20:53.138Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T20:20:53.138Z] ---> Running in 9da3b45a534a [2021-02-09T20:20:54.582Z] Removing intermediate container 9da3b45a534a [2021-02-09T20:20:54.582Z] ---> 9fe4a4530c12 [2021-02-09T20:20:54.582Z] Step 19/21 : LABEL arch=arm64 [2021-02-09T20:20:54.859Z] ---> Running in fa3eb9b0667c [2021-02-09T20:20:54.859Z] ---> 5004bfaa6bbe [2021-02-09T20:20:54.859Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T20:20:55.462Z] Removing intermediate container fa3eb9b0667c [2021-02-09T20:20:55.462Z] ---> f7409da74dd5 [2021-02-09T20:20:55.462Z] Step 20/21 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:20:55.742Z] ---> Running in e54aa0e9be0b [2021-02-09T20:20:56.339Z] ---> 8570fcdc6ac1 [2021-02-09T20:20:56.339Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T20:20:56.612Z] Removing intermediate container e54aa0e9be0b [2021-02-09T20:20:56.612Z] ---> 9e65fb6acaf7 [2021-02-09T20:20:56.612Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T20:20:57.212Z] ---> Running in 55b213b99a91 [2021-02-09T20:20:57.811Z] ---> 0c9db3586105 [2021-02-09T20:20:57.811Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T20:20:58.407Z] ---> Running in c30bae9b9325 [2021-02-09T20:20:58.407Z] Removing intermediate container 55b213b99a91 [2021-02-09T20:20:58.407Z] ---> d15decf1cc9b [2021-02-09T20:20:58.407Z] [2021-02-09T20:20:59.013Z] Successfully built d15decf1cc9b [2021-02-09T20:20:59.617Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-09T20:20:59.617Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c30bae9b9325 [2021-02-09T20:20:59.617Z] ---> d309a90d3e05 [2021-02-09T20:20:59.617Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T20:21:01.597Z] ---> b17afad69c4b [2021-02-09T20:21:01.597Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T20:21:01.877Z] Removing intermediate container e9ec3a3e42af [2021-02-09T20:21:01.877Z] ---> d300cd80a04b [2021-02-09T20:21:01.877Z] [2021-02-09T20:21:01.877Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T20:21:01.877Z] ---> afeebe901d6b [2021-02-09T20:21:01.877Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T20:21:02.154Z] ---> Running in 4475082ab389 [2021-02-09T20:21:02.154Z] ---> Running in c566b71038fc [2021-02-09T20:21:02.753Z] Removing intermediate container c566b71038fc [2021-02-09T20:21:02.753Z] ---> 616643ce6b14 [2021-02-09T20:21:02.753Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T20:21:03.028Z] ---> Running in b9adb8a30b86 [2021-02-09T20:21:03.028Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T20:21:03.028Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T20:21:03.028Z] ---> eeaf43b92773 [2021-02-09T20:21:03.028Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T20:21:03.316Z] ---> Running in 09633c0c49b9 [2021-02-09T20:21:03.316Z] Removing intermediate container b9adb8a30b86 [2021-02-09T20:21:03.316Z] ---> a01c79312b7d [2021-02-09T20:21:03.316Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T20:21:03.590Z] ---> Running in 0bdd0e93966f [2021-02-09T20:21:04.191Z] Removing intermediate container 0bdd0e93966f [2021-02-09T20:21:04.191Z] ---> 70334adcd3b6 [2021-02-09T20:21:04.191Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T20:21:04.468Z] ---> Running in a4c60f6b7aee [2021-02-09T20:21:04.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:21:04.742Z] Removing intermediate container 4475082ab389 [2021-02-09T20:21:04.742Z] ---> e41f77349b35 [2021-02-09T20:21:04.742Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T20:21:04.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:21:05.016Z] ---> Running in d20b70a1382e [2021-02-09T20:21:05.294Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T20:21:05.294Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T20:21:05.572Z] Executing bash-5.0.17-r0.post-install [2021-02-09T20:21:05.572Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:21:05.572Z] OK: 12 MiB in 22 packages [2021-02-09T20:21:05.572Z] Removing intermediate container d20b70a1382e [2021-02-09T20:21:05.572Z] ---> 1c9a293d68ac [2021-02-09T20:21:05.572Z] Step 27/30 : CMD ["gate"] [2021-02-09T20:21:06.172Z] ---> Running in a0dce631853d [2021-02-09T20:21:06.772Z] Removing intermediate container a0dce631853d [2021-02-09T20:21:06.772Z] ---> 7390090b2fde [2021-02-09T20:21:06.772Z] Step 28/30 : LABEL arch=arm64 [2021-02-09T20:21:07.054Z] ---> Running in 4def450e569d [2021-02-09T20:21:07.054Z] Removing intermediate container a4c60f6b7aee [2021-02-09T20:21:07.054Z] ---> 5186b3615343 [2021-02-09T20:21:07.054Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T20:21:07.054Z] Removing intermediate container 09633c0c49b9 [2021-02-09T20:21:07.054Z] ---> 0f6c36013809 [2021-02-09T20:21:07.054Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T20:21:07.330Z] ---> Running in 583bd3ce4352 [2021-02-09T20:21:07.330Z] ---> Running in a5fed061292d [2021-02-09T20:21:07.606Z] Removing intermediate container 4def450e569d [2021-02-09T20:21:07.606Z] ---> 40d5d5083eac [2021-02-09T20:21:07.606Z] Step 29/30 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:21:07.887Z] ---> Running in f44da8f481f0 [2021-02-09T20:21:07.887Z] Removing intermediate container 583bd3ce4352 [2021-02-09T20:21:07.887Z] ---> f4c4d949cd10 [2021-02-09T20:21:07.887Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T20:21:08.163Z] ---> Running in 68b4a7c95e1e [2021-02-09T20:21:08.446Z] Removing intermediate container f44da8f481f0 [2021-02-09T20:21:08.446Z] ---> a25d2c6e0d5b [2021-02-09T20:21:08.446Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T20:21:08.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:21:08.728Z] Removing intermediate container 68b4a7c95e1e [2021-02-09T20:21:08.728Z] ---> bfb40a8d4704 [2021-02-09T20:21:08.728Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T20:21:09.007Z] ---> Running in a92735adef5f [2021-02-09T20:21:09.007Z] ---> Running in 6d7cca402a94 [2021-02-09T20:21:09.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:21:09.562Z] Removing intermediate container a92735adef5f [2021-02-09T20:21:09.562Z] ---> bf8c96f1f2ee [2021-02-09T20:21:09.562Z] [2021-02-09T20:21:09.563Z] Removing intermediate container 6d7cca402a94 [2021-02-09T20:21:09.563Z] ---> 9b3d62e56508 [2021-02-09T20:21:09.563Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T20:21:09.842Z] Successfully built bf8c96f1f2ee [2021-02-09T20:21:09.842Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-09T20:21:10.120Z]  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T20:21:10.120Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T20:21:10.120Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T20:21:10.396Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T20:21:10.670Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T20:21:10.670Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T20:21:10.949Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:21:10.949Z] OK: 8 MiB in 20 packages [2021-02-09T20:21:10.949Z] ---> c7c16e63bbb5 [2021-02-09T20:21:10.949Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T20:21:11.951Z] ---> 89c7cd06fc62 [2021-02-09T20:21:11.951Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T20:21:12.228Z] Removing intermediate container a5fed061292d [2021-02-09T20:21:12.228Z] ---> b71cbc732cdc [2021-02-09T20:21:12.228Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T20:21:12.834Z] ---> 237349c9ea86 [2021-02-09T20:21:12.835Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T20:21:12.835Z] ---> Running in fbb375ba8e11 [2021-02-09T20:21:13.110Z] ---> 4d93adee210f [2021-02-09T20:21:13.110Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T20:21:14.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:21:14.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:21:14.655Z] ---> 08828cd5fc72 [2021-02-09T20:21:14.655Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T20:21:14.932Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T20:21:14.932Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T20:21:14.932Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T20:21:14.932Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T20:21:14.932Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T20:21:14.932Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T20:21:14.932Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T20:21:15.917Z] ---> c7891f3631dc [2021-02-09T20:21:15.917Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T20:21:16.516Z] ---> Running in 4362f639abf7 [2021-02-09T20:21:16.795Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T20:21:16.795Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T20:21:16.795Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T20:21:16.795Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T20:21:16.795Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T20:21:16.795Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T20:21:16.795Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T20:21:17.071Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T20:21:17.071Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T20:21:17.071Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T20:21:17.071Z] Removing intermediate container 4362f639abf7 [2021-02-09T20:21:17.071Z] ---> 34d682f06ace [2021-02-09T20:21:17.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:21:17.071Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T20:21:17.071Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T20:21:17.071Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T20:21:17.071Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T20:21:17.071Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T20:21:17.071Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T20:21:17.362Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T20:21:17.362Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T20:21:17.362Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T20:21:17.362Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T20:21:17.362Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T20:21:17.362Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T20:21:17.362Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T20:21:17.362Z] ---> Running in 3e36678fcd40 [2021-02-09T20:21:17.362Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T20:21:17.362Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T20:21:17.362Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T20:21:17.663Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:21:17.663Z] OK: 71 MiB in 55 packages [2021-02-09T20:21:17.939Z] Removing intermediate container 3e36678fcd40 [2021-02-09T20:21:17.939Z] ---> 6a0ef633d57a [2021-02-09T20:21:17.939Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T20:21:18.240Z] ---> Running in 2b420c6fec75 [2021-02-09T20:21:18.522Z] Removing intermediate container 2b420c6fec75 [2021-02-09T20:21:18.522Z] ---> 85288a665f1d [2021-02-09T20:21:18.522Z] Step 22/23 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:21:18.811Z] ---> Running in def2bd0a555b [2021-02-09T20:21:19.434Z] Removing intermediate container def2bd0a555b [2021-02-09T20:21:19.434Z] ---> 9158d85a02db [2021-02-09T20:21:19.434Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T20:21:19.721Z] ---> Running in 407fb8f2b2fc [2021-02-09T20:21:20.325Z] Removing intermediate container 407fb8f2b2fc [2021-02-09T20:21:20.325Z] ---> 6ac6141484f9 [2021-02-09T20:21:20.325Z] [2021-02-09T20:21:20.931Z] Successfully built 6ac6141484f9 [2021-02-09T20:21:20.931Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-09T20:21:24.335Z]  Building docker-core-data-go ... done Removing intermediate container fbb375ba8e11 [2021-02-09T20:21:24.335Z] ---> 13bb5207aee1 [2021-02-09T20:21:24.335Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T20:21:24.335Z] ---> Running in 7cfd39c24f39 [2021-02-09T20:21:28.638Z] Collecting docker-compose==1.23.2 [2021-02-09T20:21:28.638Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T20:21:29.239Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T20:21:29.239Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T20:21:31.858Z] Collecting PyYAML<4,>=3.10 [2021-02-09T20:21:31.858Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T20:21:35.241Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T20:21:35.241Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T20:21:35.833Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T20:21:35.834Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T20:21:37.804Z] 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-09T20:21:37.804Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T20:21:37.804Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T20:21:39.233Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T20:21:39.233Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T20:21:39.506Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T20:21:39.506Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T20:21:40.102Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T20:21:40.102Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T20:21:42.078Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T20:21:42.078Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T20:21:42.673Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T20:21:42.673Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T20:21:42.947Z] Collecting idna<2.8,>=2.5 [2021-02-09T20:21:42.947Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T20:21:43.542Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T20:21:43.815Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T20:21:43.815Z] 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-09T20:21:43.815Z] 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-09T20:21:43.815Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T20:21:44.086Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T20:21:44.086Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T20:21:44.086Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T20:21:44.679Z] Installing collected packages: texttable, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, jsonschema, cached-property, docopt, docker-compose [2021-02-09T20:21:44.679Z] Running setup.py install for texttable: started [2021-02-09T20:21:46.653Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T20:21:46.653Z] Running setup.py install for PyYAML: started [2021-02-09T20:21:48.623Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T20:21:48.901Z] Attempting uninstall: idna [2021-02-09T20:21:48.901Z] Found existing installation: idna 2.9 [2021-02-09T20:21:48.901Z] Uninstalling idna-2.9: [2021-02-09T20:21:48.901Z] Successfully uninstalled idna-2.9 [2021-02-09T20:21:49.494Z] Attempting uninstall: urllib3 [2021-02-09T20:21:49.494Z] Found existing installation: urllib3 1.25.9 [2021-02-09T20:21:49.494Z] Uninstalling urllib3-1.25.9: [2021-02-09T20:21:49.768Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T20:21:50.362Z] Attempting uninstall: requests [2021-02-09T20:21:50.362Z] Found existing installation: requests 2.23.0 [2021-02-09T20:21:50.362Z] Uninstalling requests-2.23.0: [2021-02-09T20:21:50.362Z] Successfully uninstalled requests-2.23.0 [2021-02-09T20:21:51.338Z] Running setup.py install for dockerpty: started [2021-02-09T20:21:53.308Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T20:21:53.581Z] Running setup.py install for docopt: started [2021-02-09T20:21:55.553Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T20:21:56.148Z] 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-09T20:22:00.452Z] Removing intermediate container 7cfd39c24f39 [2021-02-09T20:22:00.452Z] ---> a4e87b29d6b1 [2021-02-09T20:22:00.452Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T20:22:00.452Z] ---> Running in 22cf3034736d [2021-02-09T20:22:01.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:22:01.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:22:01.918Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T20:22:01.918Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T20:22:01.918Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T20:22:01.918Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:22:01.918Z] OK: 71 MiB in 58 packages [2021-02-09T20:22:03.359Z] Removing intermediate container 22cf3034736d [2021-02-09T20:22:03.359Z] ---> a955df61c496 [2021-02-09T20:22:03.359Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T20:22:03.359Z] ---> Running in 23417a5e9e19 [2021-02-09T20:22:03.960Z] Removing intermediate container 23417a5e9e19 [2021-02-09T20:22:03.960Z] ---> 8f31fab3d855 [2021-02-09T20:22:03.960Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T20:22:03.960Z] ---> Running in f9d4d1fb3127 [2021-02-09T20:22:04.234Z] Removing intermediate container f9d4d1fb3127 [2021-02-09T20:22:04.234Z] ---> a259e4e78904 [2021-02-09T20:22:04.234Z] Step 24/26 : LABEL arch=arm64 [2021-02-09T20:22:04.508Z] ---> Running in ff0ea5bcac7b [2021-02-09T20:22:04.781Z] Removing intermediate container ff0ea5bcac7b [2021-02-09T20:22:04.781Z] ---> f5751a085028 [2021-02-09T20:22:04.781Z] Step 25/26 : LABEL git_sha=b4afab23d8944048b683e20fbbf294e254ece17a [2021-02-09T20:22:05.055Z] ---> Running in 89e1aa6cdff0 [2021-02-09T20:22:05.653Z] Removing intermediate container 89e1aa6cdff0 [2021-02-09T20:22:05.654Z] ---> cdefe5e08aeb [2021-02-09T20:22:05.654Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T20:22:05.654Z] ---> Running in 974624d36e95 [2021-02-09T20:22:06.252Z] Removing intermediate container 974624d36e95 [2021-02-09T20:22:06.252Z] ---> dc8eed37d471 [2021-02-09T20:22:06.252Z] [2021-02-09T20:22:06.524Z] Successfully built dc8eed37d471 [2021-02-09T20:22:06.525Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-09T20:22:07.138Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T20:22:07.153Z] $ docker stop --time=1 f72536bbd615ef878fa596dc49d6cfa4a18e51c5a70c39769bb84cf91ad61a0f [2021-02-09T20:22:09.135Z] $ docker rm -f f72536bbd615ef878fa596dc49d6cfa4a18e51c5a70c39769bb84cf91ad61a0f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T20:22:09.799Z] + + grepdocker docker images [2021-02-09T20:22:09.799Z] [2021-02-09T20:22:10.070Z] docker-sys-mgmt-agent-go-arm64 latest dc8eed37d471 4 seconds ago 300MB [2021-02-09T20:22:10.070Z] docker-core-data-go-arm64 latest 6ac6141484f9 50 seconds ago 21MB [2021-02-09T20:22:10.070Z] docker-security-bootstrapper-go-arm64 latest bf8c96f1f2ee About a minute ago 17MB [2021-02-09T20:22:10.070Z] docker-security-proxy-setup-go-arm64 latest d15decf1cc9b About a minute ago 23.2MB [2021-02-09T20:22:10.070Z] docker-core-metadata-go-arm64 latest d376f016bd6f 4 minutes ago 17.8MB [2021-02-09T20:22:10.070Z] docker-support-notifications-go-arm64 latest 68691dad9d65 4 minutes ago 16.7MB [2021-02-09T20:22:10.070Z] docker-support-scheduler-go-arm64 latest 685e386a1a3e 4 minutes ago 16.1MB [2021-02-09T20:22:10.070Z] docker-core-command-go-arm64 latest e10ee749b98a 4 minutes ago 16MB [2021-02-09T20:22:10.070Z] docker-security-secretstore-setup-go-arm64 latest 526a80f84746 4 minutes ago 23.4MB [2021-02-09T20:22:10.070Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-09T20:22:11.939Z] provisioning config files... [2021-02-09T20:22:11.963Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config4427486510277746953tmp [Pipeline] { [Pipeline] sh [2021-02-09T20:22:12.374Z] + set +x [2021-02-09T20:22:12.374Z] + curl -s https://codecov.io/bash [2021-02-09T20:22:12.374Z] + bash -s -- [2021-02-09T20:22:12.636Z] [2021-02-09T20:22:12.636Z] _____ _ [2021-02-09T20:22:12.636Z] / ____| | | [2021-02-09T20:22:12.636Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T20:22:12.636Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T20:22:12.636Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T20:22:12.636Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T20:22:12.636Z] Bash-20210129-7c25fce [2021-02-09T20:22:12.636Z] [2021-02-09T20:22:12.636Z] [2021-02-09T20:22:12.636Z] ==> git version 2.24.3 found [2021-02-09T20:22:12.899Z] ==> 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-09T20:22:12.899Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T20:22:12.899Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T20:22:12.899Z] ==> Jenkins CI detected. [2021-02-09T20:22:12.899Z] project root: . [2021-02-09T20:22:12.899Z] --> token set from env [2021-02-09T20:22:12.899Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T20:22:12.899Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T20:22:12.899Z] ==> Python coveragepy not found [2021-02-09T20:22:12.899Z] ==> Searching for coverage reports in: [2021-02-09T20:22:12.899Z] + . [2021-02-09T20:22:12.899Z] -> Found 1 reports [2021-02-09T20:22:12.899Z] ==> Detecting git/mercurial file structure [2021-02-09T20:22:12.899Z] ==> Reading reports [2021-02-09T20:22:13.161Z] + ./coverage.out bytes=594557 [2021-02-09T20:22:13.161Z] ==> Appending adjustments [2021-02-09T20:22:13.161Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T20:22:16.472Z] + Found adjustments [2021-02-09T20:22:16.472Z] ==> Gzipping contents [2021-02-09T20:22:16.472Z] 88K /tmp/codecov.1RZIhp.gz [2021-02-09T20:22:16.472Z] ==> Uploading reports [2021-02-09T20:22:16.472Z] url: https://codecov.io [2021-02-09T20:22:16.472Z] query: branch=PR-3109&commit=b4afab23d8944048b683e20fbbf294e254ece17a&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-09T20:22:16.472Z] -> Pinging Codecov [2021-02-09T20:22:16.472Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=b4afab23d8944048b683e20fbbf294e254ece17a&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= [2021-02-09T20:22:17.047Z] -> Uploading to [2021-02-09T20:22:17.047Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/b4afab23d8944048b683e20fbbf294e254ece17a/c8a225c9-2ca6-42c4-9e95-0dd5eac8342a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T202216Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=92e0f9cd20bae963644368a539672e4a22e56db61fc61407b62eecfc8a781b87 [2021-02-09T20:22:17.047Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T20:22:17.047Z] Dload Upload Total Spent Left Speed [2021-02-09T20:22:17.620Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89223 0 0 100 89223 0 175k --:--:-- --:--:-- --:--:-- 175k [2021-02-09T20:22:17.620Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b4afab23d8944048b683e20fbbf294e254ece17a [Pipeline] } [2021-02-09T20:22:17.629Z] 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-09T20:22:19.403Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:22:20.290Z] ---> package-listing.sh [2021-02-09T20:22:20.290Z] ++ facter osfamily [2021-02-09T20:22:20.290Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T20:22:20.290Z] + OS_FAMILY=redhat [2021-02-09T20:22:20.290Z] + workspace=/w/workspace/edgex-go/22 [2021-02-09T20:22:20.290Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T20:22:20.290Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T20:22:20.290Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T20:22:20.290Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T20:22:20.290Z] + '[' /w/workspace/edgex-go/22 ']' [2021-02-09T20:22:20.290Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T20:22:20.290Z] + case "${OS_FAMILY}" in [2021-02-09T20:22:20.290Z] + rpm -qa [2021-02-09T20:22:20.290Z] + sort [2021-02-09T20:22:25.606Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T20:22:25.606Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T20:22:25.606Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T20:22:25.606Z] + '[' /w/workspace/edgex-go/22 ']' [2021-02-09T20:22:25.606Z] + mkdir -p /w/workspace/edgex-go/22/archives/ [2021-02-09T20:22:25.606Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] echo [2021-02-09T20:22:25.619Z] 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/22/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T20:22:25.922Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:22:26.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T20:22:26.274Z] [2021-02-09T20:22:26.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:22:26.632Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T20:22:26.632Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T20:22:26.633Z] df20fa9351a1: Pulling fs layer [2021-02-09T20:22:26.633Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T20:22:26.633Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T20:22:26.633Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T20:22:26.633Z] 93b61091891f: Pulling fs layer [2021-02-09T20:22:26.633Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T20:22:26.633Z] 5e14af77c1be: Pulling fs layer [2021-02-09T20:22:26.633Z] 01666e4c0597: Pulling fs layer [2021-02-09T20:22:26.633Z] aa168da1d23b: Pulling fs layer [2021-02-09T20:22:26.633Z] 46f8f816bc3b: Waiting [2021-02-09T20:22:26.633Z] 93b61091891f: Waiting [2021-02-09T20:22:26.633Z] 93b9cdb0e59b: Waiting [2021-02-09T20:22:26.633Z] 01666e4c0597: Waiting [2021-02-09T20:22:26.633Z] aa168da1d23b: Waiting [2021-02-09T20:22:26.633Z] 5e14af77c1be: Waiting [2021-02-09T20:22:26.633Z] 36b3adc4ff6f: Download complete [2021-02-09T20:22:26.633Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T20:22:26.633Z] 46f8f816bc3b: Download complete [2021-02-09T20:22:26.633Z] df20fa9351a1: Verifying Checksum [2021-02-09T20:22:26.633Z] df20fa9351a1: Download complete [2021-02-09T20:22:26.904Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T20:22:26.904Z] 93b9cdb0e59b: Download complete [2021-02-09T20:22:26.904Z] 5e14af77c1be: Verifying Checksum [2021-02-09T20:22:26.904Z] 5e14af77c1be: Download complete [2021-02-09T20:22:26.904Z] 93b61091891f: Verifying Checksum [2021-02-09T20:22:26.904Z] 93b61091891f: Download complete [2021-02-09T20:22:26.904Z] 01666e4c0597: Verifying Checksum [2021-02-09T20:22:26.904Z] 01666e4c0597: Download complete [2021-02-09T20:22:27.172Z] df20fa9351a1: Pull complete [2021-02-09T20:22:27.435Z] 36b3adc4ff6f: Pull complete [2021-02-09T20:22:27.435Z] 8ad3a11d3b57: Download complete [2021-02-09T20:22:28.404Z] 8ad3a11d3b57: Pull complete [2021-02-09T20:22:28.404Z] 46f8f816bc3b: Pull complete [2021-02-09T20:22:29.355Z] aa168da1d23b: Verifying Checksum [2021-02-09T20:22:29.355Z] aa168da1d23b: Download complete [2021-02-09T20:22:30.750Z] 93b61091891f: Pull complete [2021-02-09T20:22:30.750Z] 93b9cdb0e59b: Pull complete [2021-02-09T20:22:31.015Z] 5e14af77c1be: Pull complete [2021-02-09T20:22:31.015Z] 01666e4c0597: Pull complete [2021-02-09T20:22:39.183Z] aa168da1d23b: Pull complete [2021-02-09T20:22:39.183Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T20:22:39.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T20:22:39.183Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T20:22:39.382Z] prd-centos7-docker-4c-2g-25843 does not seem to be running inside a container [2021-02-09T20:22:39.433Z] $ 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/22/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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-09T20:22:43.440Z] $ docker top 885e0d1d691e297e46404aa516cfa9ec28786ed46292534e142d6ac248009ae9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:22:44.069Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T20:22:44.445Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T20:22:44.867Z] + ls /var/log/sa-host [2021-02-09T20:22:44.867Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T20:22:44.867Z] file_magic: OK [2021-02-09T20:22:44.867Z] HZ: Using current value: 100 [2021-02-09T20:22:44.867Z] file_header: OK [2021-02-09T20:22:44.868Z] 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-09T20:22:44.868Z] Statistics: [2021-02-09T20:22:44.868Z] 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-09T20:22:44.868Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T20:22:44.868Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T20:22:44.868Z] file_magic: OK [2021-02-09T20:22:44.868Z] HZ: Using current value: 100 [2021-02-09T20:22:44.868Z] file_header: OK [2021-02-09T20:22:44.868Z] 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-09T20:22:44.868Z] Statistics: [2021-02-09T20:22:44.868Z] Hnuu...uuuununununu... [2021-02-09T20:22:44.868Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T20:22:45.059Z] provisioning config files... [2021-02-09T20:22:45.075Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config1193062464464286777tmp [Pipeline] { [Pipeline] echo [2021-02-09T20:22:45.185Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:22:45.483Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T20:22:45.493Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T20:22:45.579Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:22:45.877Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T20:22:45.888Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:22:46.187Z] ---> sudo-logs.sh [2021-02-09T20:22:46.187Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T20:22:46.197Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:22:46.499Z] ---> job-cost.sh [2021-02-09T20:22:46.499Z] lf-activate-venv: SKIPPING [2021-02-09T20:22:46.499Z] INFO: No Stack... [2021-02-09T20:22:47.445Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T20:22:48.019Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T20:22:48.032Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:22:48.330Z] ---> logs-deploy.sh [2021-02-09T20:22:48.330Z] lf-activate-venv: SKIPPING [2021-02-09T20:22:48.330Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/22 [2021-02-09T20:22:48.330Z] INFO: archiving workspace using pattern(s): [2021-02-09T20:22:50.249Z] Archives upload complete. [2021-02-09T20:22:50.249Z] INFO: archiving logs to Nexus [2021-02-09T20:22:51.638Z] ---> uname -a: [2021-02-09T20:22:51.638Z] Linux prd-centos7-docker-4c-2g-25843.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-09T20:22:51.638Z] [2021-02-09T20:22:51.638Z] [2021-02-09T20:22:51.638Z] ---> lscpu: [2021-02-09T20:22:51.638Z] Architecture: x86_64 [2021-02-09T20:22:51.638Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-09T20:22:51.638Z] Byte Order: Little Endian [2021-02-09T20:22:51.638Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-09T20:22:51.638Z] CPU(s): 4 [2021-02-09T20:22:51.638Z] On-line CPU(s) list: 0-3 [2021-02-09T20:22:51.638Z] Thread(s) per core: 1 [2021-02-09T20:22:51.638Z] Core(s) per socket: 1 [2021-02-09T20:22:51.638Z] Socket(s): 4 [2021-02-09T20:22:51.638Z] NUMA node(s): 1 [2021-02-09T20:22:51.638Z] Vendor ID: GenuineIntel [2021-02-09T20:22:51.638Z] CPU family: 6 [2021-02-09T20:22:51.638Z] Model: 44 [2021-02-09T20:22:51.638Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-09T20:22:51.638Z] Stepping: 1 [2021-02-09T20:22:51.638Z] CPU MHz: 2933.438 [2021-02-09T20:22:51.638Z] BogoMIPS: 5866.87 [2021-02-09T20:22:51.638Z] Virtualization: VT-x [2021-02-09T20:22:51.638Z] Hypervisor vendor: KVM [2021-02-09T20:22:51.638Z] Virtualization type: full [2021-02-09T20:22:51.638Z] L1d cache: 128 KiB [2021-02-09T20:22:51.638Z] L1i cache: 128 KiB [2021-02-09T20:22:51.638Z] L2 cache: 16 MiB [2021-02-09T20:22:51.638Z] L3 cache: 64 MiB [2021-02-09T20:22:51.638Z] NUMA node0 CPU(s): 0-3 [2021-02-09T20:22:51.638Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-09T20:22:51.638Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-09T20:22:51.638Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-09T20:22:51.638Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-09T20:22:51.639Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-09T20:22:51.639Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-09T20:22:51.639Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-09T20:22:51.639Z] Vulnerability Srbds: Not affected [2021-02-09T20:22:51.639Z] Vulnerability Tsx async abort: Not affected [2021-02-09T20:22:51.639Z] 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-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] ---> nproc: [2021-02-09T20:22:51.639Z] 4 [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] ---> df -h: [2021-02-09T20:22:51.639Z] Filesystem Size Used Available Use% Mounted on [2021-02-09T20:22:51.639Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-09T20:22:51.639Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-09T20:22:51.639Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-09T20:22:51.639Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-09T20:22:51.639Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-09T20:22:51.639Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-09T20:22:51.639Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-09T20:22:51.639Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-09T20:22:51.639Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-09T20:22:51.639Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-09T20:22:51.639Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-09T20:22:51.639Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-09T20:22:51.639Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/22 [2021-02-09T20:22:51.639Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/22@tmp [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] ---> free -m: [2021-02-09T20:22:51.639Z] total used free shared buff/cache available [2021-02-09T20:22:51.639Z] Mem: 1837 717 202 0 916 1034 [2021-02-09T20:22:51.639Z] Swap: 1023 61 962 [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] ---> ip addr: [2021-02-09T20:22:51.639Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-09T20:22:51.639Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-09T20:22:51.639Z] inet 127.0.0.1/8 scope host lo [2021-02-09T20:22:51.639Z] valid_lft forever preferred_lft forever [2021-02-09T20:22:51.639Z] inet6 ::1/128 scope host [2021-02-09T20:22:51.639Z] valid_lft forever preferred_lft forever [2021-02-09T20:22:51.639Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-09T20:22:51.639Z] link/ether fa:16:3e:8d:f2:a1 brd ff:ff:ff:ff:ff:ff [2021-02-09T20:22:51.639Z] inet 10.30.123.115/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-09T20:22:51.639Z] valid_lft 85027sec preferred_lft 85027sec [2021-02-09T20:22:51.639Z] inet6 fe80::f816:3eff:fe8d:f2a1/64 scope link [2021-02-09T20:22:51.639Z] valid_lft forever preferred_lft forever [2021-02-09T20:22:51.639Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-09T20:22:51.639Z] link/ether 02:42:6a:97:b0:85 brd ff:ff:ff:ff:ff:ff [2021-02-09T20:22:51.639Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-09T20:22:51.639Z] valid_lft forever preferred_lft forever [2021-02-09T20:22:51.639Z] inet6 fe80::42:6aff:fe97:b085/64 scope link [2021-02-09T20:22:51.639Z] valid_lft forever preferred_lft forever [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] ---> sar -b -r -n DEV: [2021-02-09T20:22:51.639Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] 19:59:47 LINUX RESTART (4 CPU) [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] 20:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-09T20:22:51.639Z] 20:02:02 188.78 100.67 88.11 0.00 7410.71 39411.04 0.00 [2021-02-09T20:22:51.639Z] 20:03:01 273.53 103.30 170.23 0.00 4872.21 26599.59 0.00 [2021-02-09T20:22:51.639Z] 20:04:01 129.84 46.17 83.67 0.00 2020.23 9789.17 0.00 [2021-02-09T20:22:51.639Z] 20:05:01 154.69 41.83 112.87 0.00 2907.86 25587.15 0.00 [2021-02-09T20:22:51.639Z] 20:06:03 1900.94 1588.43 312.51 0.00 134981.69 193656.78 0.00 [2021-02-09T20:22:51.639Z] 20:07:01 1394.24 1148.38 245.86 0.00 104254.18 111204.87 0.00 [2021-02-09T20:22:51.639Z] 20:08:01 1108.82 785.26 323.56 0.00 86202.61 138531.64 0.00 [2021-02-09T20:22:51.639Z] 20:09:02 1373.99 1086.81 287.18 0.00 71044.63 85252.56 0.00 [2021-02-09T20:22:51.639Z] 20:10:01 146.96 16.48 130.48 0.00 3407.06 16617.01 0.00 [2021-02-09T20:22:51.639Z] 20:11:01 1.63 0.05 1.58 0.00 1.07 29.45 0.00 [2021-02-09T20:22:51.639Z] 20:12:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 [2021-02-09T20:22:51.639Z] 20:13:01 0.18 0.00 0.18 0.00 0.00 1.80 0.00 [2021-02-09T20:22:51.639Z] 20:14:01 0.23 0.00 0.23 0.00 0.00 2.08 0.00 [2021-02-09T20:22:51.639Z] 20:15:01 1.77 1.53 0.23 0.00 52.63 2.83 0.00 [2021-02-09T20:22:51.639Z] 20:16:01 0.90 0.07 0.83 0.00 1.33 15.34 0.00 [2021-02-09T20:22:51.639Z] 20:17:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 [2021-02-09T20:22:51.639Z] 20:18:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 [2021-02-09T20:22:51.639Z] 20:19:01 0.17 0.00 0.17 0.00 0.00 1.38 0.00 [2021-02-09T20:22:51.639Z] 20:20:01 0.27 0.00 0.27 0.00 0.00 3.55 0.00 [2021-02-09T20:22:51.639Z] 20:21:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 [2021-02-09T20:22:51.639Z] 20:22:01 0.25 0.03 0.22 0.00 0.80 1.70 0.00 [2021-02-09T20:22:51.639Z] Average: 320.08 236.11 83.97 0.00 20000.32 31007.28 0.00 [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] 20:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-09T20:22:51.639Z] 20:02:02 69796 0 762868 40.54 1620 1047260 1544728 52.72 626824 930080 92660 [2021-02-09T20:22:51.639Z] 20:03:01 63548 0 907916 48.25 1492 908588 1808864 61.73 712896 831772 41880 [2021-02-09T20:22:51.639Z] 20:04:01 232916 0 827076 43.96 640 820912 1736964 59.28 626412 737904 51524 [2021-02-09T20:22:51.639Z] 20:05:01 197884 0 737756 39.21 392 945512 1223792 41.77 574892 824544 52 [2021-02-09T20:22:51.639Z] 20:06:03 79224 0 847736 45.06 0 954584 2330708 79.54 691076 894968 33012 [2021-02-09T20:22:51.639Z] 20:07:01 274732 0 1045356 55.56 0 561456 3795768 129.54 682008 650884 37948 [2021-02-09T20:22:51.639Z] 20:08:01 298356 0 748620 39.79 0 834568 2652412 90.52 584856 765000 1224 [2021-02-09T20:22:51.639Z] 20:09:02 140624 0 708760 37.67 0 1032160 1589108 54.23 710740 794132 60120 [2021-02-09T20:22:51.639Z] 20:10:01 245496 0 640044 34.02 0 996004 1211132 41.33 525928 866532 20 [2021-02-09T20:22:51.639Z] 20:11:01 248820 0 636716 33.84 0 996008 1186352 40.49 523808 865976 16 [2021-02-09T20:22:51.639Z] 20:12:01 249192 0 636340 33.82 0 996012 1186364 40.49 523780 865984 16 [2021-02-09T20:22:51.639Z] 20:13:01 250116 0 635408 33.77 0 996020 1179096 40.24 522820 865880 12 [2021-02-09T20:22:51.639Z] 20:14:01 250032 0 635488 33.77 0 996024 1179096 40.24 522844 865880 8 [2021-02-09T20:22:51.639Z] 20:15:01 248632 0 636016 33.80 0 996896 1179096 40.24 522844 866724 20 [2021-02-09T20:22:51.639Z] 20:16:01 248584 0 636060 33.81 0 996900 1179156 40.24 523180 866732 8 [2021-02-09T20:22:51.639Z] 20:17:01 248928 0 635704 33.79 0 996912 1179096 40.24 522760 866732 12 [2021-02-09T20:22:51.639Z] 20:18:01 249052 0 635580 33.78 0 996912 1179096 40.24 522884 866732 8 [2021-02-09T20:22:51.639Z] 20:19:01 249028 0 635600 33.78 0 996916 1179096 40.24 522864 866732 16 [2021-02-09T20:22:51.639Z] 20:20:01 249112 0 635508 33.78 0 996924 1179096 40.24 522856 866732 8 [2021-02-09T20:22:51.639Z] 20:21:01 248336 0 636284 33.82 0 996924 1179168 40.24 523268 866732 8 [2021-02-09T20:22:51.639Z] 20:22:01 248288 0 636324 33.82 0 996932 1179168 40.24 523172 866756 12 [2021-02-09T20:22:51.639Z] Average: 218605 0 707484 37.60 197 955258 1526541 52.10 572034 842543 15171 [2021-02-09T20:22:51.639Z] [2021-02-09T20:22:51.639Z] 20:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-09T20:22:51.639Z] 20:02:02 eth0 1066.68 1149.90 5516.32 120.28 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:02:02 docker0 878.08 754.36 71.82 2677.71 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:03:01 eth0 198.14 135.78 874.25 23.25 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:03:01 veth625a785 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:03:01 docker0 115.50 162.51 8.19 842.53 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:04:01 eth0 54.04 40.54 23.19 78.95 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:04:01 veth625a785 1.93 1.93 0.15 0.15 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:04:01 docker0 1.93 1.93 0.13 0.15 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:05:01 vethe61ccd1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:05:01 eth0 198.77 162.32 1696.77 24.68 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:06:03 veth09fa204 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:06:03 eth0 88.79 72.68 173.74 60.17 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:06:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:06:03 docker0 34.95 37.71 2.38 144.37 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:07:01 veth09fa204 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:07:01 veth44dcb8c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:07:01 veth3a92283 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:07:01 veth68e1daf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:08:01 veth09fa204 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:08:01 veth3fddcd5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:08:01 eth0 2687.64 2273.69 12246.50 510.27 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:08:01 veth15bb9e5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:09:02 veth09fa204 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:09:02 eth0 139.12 102.70 1291.31 21.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:09:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:09:02 docker0 1053.07 997.92 83.54 3876.13 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:10:01 eth0 144.10 100.43 493.43 79.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:10:01 docker0 55.35 84.78 3.60 463.70 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:11:01 eth0 1.28 0.47 0.56 0.24 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:12:01 eth0 1.15 0.37 0.34 0.24 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:13:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:14:01 eth0 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:15:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:16:01 eth0 0.37 0.25 0.15 0.08 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:17:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:18:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:19:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:20:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:21:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.639Z] 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.640Z] 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.640Z] 20:22:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.640Z] 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.640Z] 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.640Z] Average: eth0 95.44 87.76 494.97 23.76 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.640Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.640Z] Average: docker0 53.68 52.35 4.22 209.61 0.00 0.00 0.00 0.00 [2021-02-09T20:22:51.640Z] [2021-02-09T20:22:51.640Z] [2021-02-09T20:22:51.640Z] ---> sar -P ALL: [2021-02-09T20:22:51.640Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) [2021-02-09T20:22:51.640Z] [2021-02-09T20:22:51.640Z] 19:59:47 LINUX RESTART (4 CPU) [2021-02-09T20:22:51.640Z] [2021-02-09T20:22:51.640Z] 20:01:01 CPU %user %nice %system %iowait %steal %idle [2021-02-09T20:22:51.640Z] 20:02:02 all 14.06 0.00 7.57 1.41 0.06 76.89 [2021-02-09T20:22:51.640Z] 20:02:02 0 13.77 0.00 8.84 1.28 0.09 76.02 [2021-02-09T20:22:51.640Z] 20:02:02 1 13.53 0.00 6.54 1.08 0.05 78.79 [2021-02-09T20:22:51.640Z] 20:02:02 2 13.77 0.00 7.09 1.64 0.05 77.45 [2021-02-09T20:22:51.640Z] 20:02:02 3 15.19 0.00 7.84 1.65 0.03 75.29 [2021-02-09T20:22:51.640Z] 20:03:01 all 23.24 0.00 8.62 6.95 0.06 61.14 [2021-02-09T20:22:51.640Z] 20:03:01 0 23.65 0.00 9.86 8.49 0.05 57.96 [2021-02-09T20:22:51.640Z] 20:03:01 1 23.47 0.00 8.52 4.82 0.05 63.14 [2021-02-09T20:22:51.640Z] 20:03:01 2 22.32 0.00 8.10 6.40 0.05 63.13 [2021-02-09T20:22:51.640Z] 20:03:01 3 23.52 0.00 8.00 8.09 0.07 60.31 [2021-02-09T20:22:51.640Z] 20:04:01 all 50.24 0.00 13.80 3.65 0.08 32.24 [2021-02-09T20:22:51.640Z] 20:04:01 0 49.99 0.00 14.14 5.43 0.07 30.38 [2021-02-09T20:22:51.640Z] 20:04:01 1 49.54 0.00 14.37 2.08 0.05 33.96 [2021-02-09T20:22:51.640Z] 20:04:01 2 51.86 0.00 12.99 3.99 0.09 31.08 [2021-02-09T20:22:51.640Z] 20:04:01 3 49.58 0.00 13.68 3.08 0.10 33.55 [2021-02-09T20:22:51.640Z] 20:05:01 all 35.85 0.00 12.39 4.15 0.09 47.52 [2021-02-09T20:22:51.640Z] 20:05:01 0 35.51 0.00 12.23 4.17 0.07 48.03 [2021-02-09T20:22:51.640Z] 20:05:01 1 35.38 0.00 12.53 4.66 0.10 47.34 [2021-02-09T20:22:51.640Z] 20:05:01 2 35.15 0.00 12.23 3.76 0.10 48.75 [2021-02-09T20:22:51.640Z] 20:05:01 3 37.38 0.00 12.58 4.02 0.07 45.95 [2021-02-09T20:22:51.640Z] 20:06:03 all 20.39 0.00 28.11 17.86 0.39 33.25 [2021-02-09T20:22:51.640Z] 20:06:03 0 20.47 0.00 27.26 16.26 0.41 35.60 [2021-02-09T20:22:51.640Z] 20:06:03 1 21.01 0.00 28.44 17.16 0.41 32.97 [2021-02-09T20:22:51.640Z] 20:06:03 2 20.33 0.00 28.55 19.11 0.38 31.63 [2021-02-09T20:22:51.640Z] 20:06:03 3 19.74 0.00 28.19 18.92 0.35 32.80 [2021-02-09T20:22:51.640Z] 20:07:01 all 52.29 0.00 20.09 15.30 0.19 12.13 [2021-02-09T20:22:51.640Z] 20:07:01 0 52.73 0.00 20.24 15.59 0.22 11.23 [2021-02-09T20:22:51.640Z] 20:07:01 1 52.09 0.00 20.44 14.81 0.20 12.46 [2021-02-09T20:22:51.640Z] 20:07:01 2 51.78 0.00 19.50 14.74 0.16 13.81 [2021-02-09T20:22:51.640Z] 20:07:01 3 52.56 0.00 20.18 16.07 0.18 11.01 [2021-02-09T20:22:51.640Z] 20:08:01 all 27.86 0.00 22.84 20.41 0.61 28.28 [2021-02-09T20:22:51.640Z] 20:08:01 0 28.37 0.00 22.40 19.74 0.64 28.85 [2021-02-09T20:22:51.640Z] 20:08:01 1 27.65 0.00 23.00 23.30 0.62 25.43 [2021-02-09T20:22:51.640Z] 20:08:01 2 27.15 0.00 22.95 20.80 0.61 28.49 [2021-02-09T20:22:51.640Z] 20:08:01 3 28.26 0.00 23.03 17.76 0.58 30.37 [2021-02-09T20:22:51.640Z] 20:09:02 all 50.07 0.00 22.90 13.67 0.63 12.73 [2021-02-09T20:22:51.640Z] 20:09:02 0 49.75 0.00 22.56 14.88 0.61 12.20 [2021-02-09T20:22:51.640Z] 20:09:02 1 49.51 0.00 22.59 12.83 0.64 14.42 [2021-02-09T20:22:51.640Z] 20:09:02 2 50.66 0.00 22.84 12.24 0.69 13.56 [2021-02-09T20:22:51.640Z] 20:09:02 3 50.37 0.00 23.59 14.72 0.58 10.73 [2021-02-09T20:22:51.640Z] 20:10:01 all 7.45 0.00 5.19 4.70 0.04 82.62 [2021-02-09T20:22:51.640Z] 20:10:01 0 6.46 0.00 4.94 1.93 0.04 86.64 [2021-02-09T20:22:51.640Z] 20:10:01 1 7.91 0.00 5.87 2.71 0.05 83.46 [2021-02-09T20:22:51.640Z] 20:10:01 2 7.66 0.00 4.43 5.27 0.03 82.60 [2021-02-09T20:22:51.640Z] 20:10:01 3 7.75 0.00 5.52 8.90 0.05 77.77 [2021-02-09T20:22:51.640Z] 20:11:01 all 0.11 0.00 0.05 0.00 0.00 99.84 [2021-02-09T20:22:51.640Z] 20:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T20:22:51.640Z] 20:11:01 1 0.37 0.00 0.08 0.00 0.00 99.55 [2021-02-09T20:22:51.640Z] 20:11:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-09T20:22:51.640Z] 20:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T20:22:51.640Z] 20:12:01 all 0.11 0.00 0.03 0.00 0.00 99.86 [2021-02-09T20:22:51.640Z] 20:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T20:22:51.640Z] 20:12:01 1 0.33 0.00 0.02 0.00 0.00 99.65 [2021-02-09T20:22:51.640Z] 20:12:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-09T20:22:51.640Z] 20:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T20:22:51.640Z] [2021-02-09T20:22:51.640Z] 20:12:01 CPU %user %nice %system %iowait %steal %idle [2021-02-09T20:22:51.640Z] 20:13:01 all 0.14 0.00 0.02 0.00 0.01 99.83 [2021-02-09T20:22:51.640Z] 20:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-02-09T20:22:51.640Z] 20:13:01 1 0.50 0.00 0.00 0.00 0.00 99.50 [2021-02-09T20:22:51.640Z] 20:13:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-09T20:22:51.640Z] 20:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T20:22:51.640Z] 20:14:01 all 0.15 0.00 0.05 0.00 0.00 99.79 [2021-02-09T20:22:51.640Z] 20:14:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2021-02-09T20:22:51.640Z] 20:14:01 1 0.53 0.00 0.08 0.00 0.00 99.38 [2021-02-09T20:22:51.640Z] 20:14:01 2 0.07 0.00 0.08 0.00 0.00 99.85 [2021-02-09T20:22:51.640Z] 20:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-02-09T20:22:51.640Z] 20:15:01 all 0.10 0.00 0.07 0.02 0.00 99.81 [2021-02-09T20:22:51.640Z] 20:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T20:22:51.640Z] 20:15:01 1 0.13 0.00 0.12 0.08 0.00 99.67 [2021-02-09T20:22:51.640Z] 20:15:01 2 0.25 0.00 0.08 0.00 0.00 99.67 [2021-02-09T20:22:51.640Z] 20:15:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-09T20:22:51.640Z] 20:16:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-09T20:22:51.640Z] 20:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-09T20:22:51.640Z] 20:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-09T20:22:51.640Z] 20:16:01 2 0.12 0.00 0.05 0.00 0.00 99.83 [2021-02-09T20:22:51.640Z] 20:16:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-09T20:22:51.640Z] 20:17:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-09T20:22:51.640Z] 20:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T20:22:51.640Z] 20:17:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-09T20:22:51.640Z] 20:17:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-09T20:22:51.640Z] 20:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-09T20:22:51.640Z] 20:18:01 all 0.13 0.00 0.02 0.00 0.00 99.84 [2021-02-09T20:22:51.640Z] 20:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T20:22:51.640Z] 20:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T20:22:51.640Z] 20:18:01 2 0.48 0.00 0.03 0.00 0.00 99.48 [2021-02-09T20:22:51.640Z] 20:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-09T20:22:51.640Z] 20:19:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-02-09T20:22:51.640Z] 20:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T20:22:51.640Z] 20:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T20:22:51.640Z] 20:19:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-02-09T20:22:51.640Z] 20:19:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-09T20:22:51.640Z] 20:20:01 all 0.14 0.00 0.02 0.00 0.01 99.83 [2021-02-09T20:22:51.640Z] 20:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-09T20:22:51.640Z] 20:20:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-09T20:22:51.640Z] 20:20:01 2 0.50 0.00 0.00 0.00 0.00 99.50 [2021-02-09T20:22:51.640Z] 20:20:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-02-09T20:22:51.640Z] 20:21:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-02-09T20:22:51.640Z] 20:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-09T20:22:51.640Z] 20:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-09T20:22:51.640Z] 20:21:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-09T20:22:51.640Z] 20:21:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-09T20:22:51.640Z] 20:22:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-09T20:22:51.640Z] 20:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T20:22:51.640Z] 20:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T20:22:51.640Z] 20:22:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-09T20:22:51.640Z] 20:22:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-09T20:22:51.640Z] Average: all 13.12 0.00 6.58 4.08 0.10 76.12 [2021-02-09T20:22:51.640Z] Average: 0 13.03 0.00 6.63 4.07 0.10 76.17 [2021-02-09T20:22:51.640Z] Average: 1 13.10 0.00 6.64 3.87 0.10 76.29 [2021-02-09T20:22:51.640Z] Average: 2 13.19 0.00 6.46 4.07 0.10 76.18 [2021-02-09T20:22:51.640Z] Average: 3 13.15 0.00 6.61 4.30 0.09 75.85 [2021-02-09T20:22:51.640Z] [2021-02-09T20:22:51.640Z] [2021-02-09T20:22:51.640Z]