Pull request #3085 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2b86841b3b830af04dbefeb656e656359f1893eb+4a83cd830d92d64e3c8662a0b68849c078e73697 (bbd1400b718716cfb2d10b2f72ca13abaa52a509) 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 Running on prd-centos7-docker-4c-2g-23613 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 > 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/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 2b86841b3b830af04dbefeb656e656359f1893eb Merge succeeded, producing 2b86841b3b830af04dbefeb656e656359f1893eb Checking out Revision 2b86841b3b830af04dbefeb656e656359f1893eb (PR-3085) > git config core.sparsecheckout # timeout=10 > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:56:42.959Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:56:43.192Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:56:43.288Z] ========================================================= [2021-01-28T00:56:43.288Z] EdgeX Global Pipelines Version Info [2021-01-28T00:56:43.288Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk be2eadb06b45a7c3f35f5919d212f2db5cbb026a # timeout=10 [2021-01-28T00:56:44.787Z] ------------------- [2021-01-28T00:56:44.787Z] stable info: [2021-01-28T00:56:44.787Z] ------------------- [2021-01-28T00:56:44.787Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:56:44.787Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:56:44.787Z] Message: update stable to v1.0.179 [2021-01-28T00:56:45.746Z] ------------------- [2021-01-28T00:56:45.746Z] experimental info: [2021-01-28T00:56:45.746Z] ------------------- [2021-01-28T00:56:45.746Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:56:45.746Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:56:45.746Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:56:46.008Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T00:56:46.097Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T00:56:46.182Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:56:46.277Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:56:46.371Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:56:46.477Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:56:46.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:56:46.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T00:56:46.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T00:56:46.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T00:56:46.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:56:47.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:56:47.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:56:47.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:56:47.333Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:56:47.420Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:56:47.517Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:56:47.624Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:56:47.724Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:56:47.815Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:56:47.901Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T00:56:47.989Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:56:48.080Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:56:48.160Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3085 [Pipeline] echo [2021-01-28T00:56:48.246Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3085 [Pipeline] echo [2021-01-28T00:56:48.360Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3085 [Pipeline] echo [2021-01-28T00:56:48.539Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b86841b3b830af04dbefeb656e656359f1893eb [Pipeline] echo [2021-01-28T00:56:48.627Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b86841 [Pipeline] echo [2021-01-28T00:56:48.728Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:56:48.893Z] provisioning config files... [2021-01-28T00:56:48.928Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2979551027002005332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:56:49.316Z] ---> docker-login.sh [2021-01-28T00:56:49.316Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:56:49.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:56:50.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:56:50.987Z] Configure a credential helper to remove this warning. See [2021-01-28T00:56:50.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:56:50.987Z] [2021-01-28T00:56:50.987Z] Login Succeeded [2021-01-28T00:56:50.987Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:56:50.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:56:50.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:56:50.987Z] Configure a credential helper to remove this warning. See [2021-01-28T00:56:50.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:56:50.987Z] [2021-01-28T00:56:50.987Z] Login Succeeded [2021-01-28T00:56:50.987Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:56:51.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:56:51.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:56:51.254Z] Configure a credential helper to remove this warning. See [2021-01-28T00:56:51.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:56:51.254Z] [2021-01-28T00:56:51.254Z] Login Succeeded [2021-01-28T00:56:51.254Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:56:51.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:56:51.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:56:51.517Z] Configure a credential helper to remove this warning. See [2021-01-28T00:56:51.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:56:51.517Z] [2021-01-28T00:56:51.517Z] Login Succeeded [2021-01-28T00:56:51.517Z] docker.io [2021-01-28T00:56:51.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:56:51.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:56:51.780Z] Configure a credential helper to remove this warning. See [2021-01-28T00:56:51.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:56:51.780Z] [2021-01-28T00:56:51.780Z] Login Succeeded [2021-01-28T00:56:51.780Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:56:51.794Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:56:52.341Z] ++ 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-01-28T00:56:52.341Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:56:52.341Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T00:56:52.341Z] ++ cut -d/ -f2 [2021-01-28T00:56:52.341Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T00:56:52.341Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:56:52.341Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T00:56:52.341Z] ++ cut -d/ -f2 [2021-01-28T00:56:52.341Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T00:56:52.341Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:56:52.341Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T00:56:52.341Z] ++ cut -d/ -f2 [2021-01-28T00:56:52.341Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T00:56:52.341Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:56:52.341Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T00:56:52.341Z] ++ cut -d/ -f2 [2021-01-28T00:56:52.341Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T00:56:52.341Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:56:52.341Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T00:56:52.341Z] ++ cut -d/ -f2 [2021-01-28T00:56:52.341Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T00:56:52.341Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:56:52.341Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:56:52.341Z] ++ cut -d/ -f2 [2021-01-28T00:56:52.341Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:56:52.341Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:56:52.341Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T00:56:52.341Z] ++ cut -d/ -f2 [2021-01-28T00:56:52.341Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T00:56:52.341Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:56:52.341Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T00:56:52.341Z] ++ cut -d/ -f2 [2021-01-28T00:56:52.341Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T00:56:52.341Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:56:52.341Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:56:52.341Z] ++ cut -d/ -f2 [2021-01-28T00:56:52.341Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T00:56:52.520Z] 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-01-28T00:56:53.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:56:53.331Z] [2021-01-28T00:56:53.331Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:56:53.712Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:56:53.712Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:56:53.712Z] 31603596830f: Pulling fs layer [2021-01-28T00:56:53.712Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:56:53.712Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:56:53.712Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:56:53.712Z] ecc8261a40a4: Waiting [2021-01-28T00:56:53.712Z] 2a8b12db71e7: Download complete [2021-01-28T00:56:53.976Z] 31603596830f: Verifying Checksum [2021-01-28T00:56:53.976Z] 31603596830f: Download complete [2021-01-28T00:56:53.976Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:56:53.976Z] ecc8261a40a4: Download complete [2021-01-28T00:56:53.976Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:56:53.976Z] 6ca5941a6612: Download complete [2021-01-28T00:56:54.242Z] 31603596830f: Pull complete [2021-01-28T00:56:54.508Z] 2a8b12db71e7: Pull complete [2021-01-28T00:56:55.484Z] 6ca5941a6612: Pull complete [2021-01-28T00:56:55.484Z] ecc8261a40a4: Pull complete [2021-01-28T00:56:55.484Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:56:55.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:56:55.754Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:56:55.888Z] prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container [2021-01-28T00:56:55.951Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-01-28T00:56:58.418Z] $ docker top 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:56:58.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:56:58.723Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:56:58.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:56:58.969Z] $ docker exec 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 ssh-agent [2021-01-28T00:56:59.148Z] SSH_AUTH_SOCK=/tmp/ssh-P6VjnP2ocGjn/agent.12 [2021-01-28T00:56:59.148Z] SSH_AGENT_PID=17 [2021-01-28T00:56:59.159Z] Running ssh-add (command line suppressed) [2021-01-28T00:56:59.298Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_759224748698837878.key (/w/workspace/edgex-go/3@tmp/private_key_759224748698837878.key) [2021-01-28T00:56:59.350Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:56:59.696Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:56:59.723Z] $ docker exec --env ******** --env ******** 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 ssh-agent -k [2021-01-28T00:56:59.849Z] unset SSH_AUTH_SOCK; [2021-01-28T00:56:59.849Z] unset SSH_AGENT_PID; [2021-01-28T00:56:59.849Z] echo Agent pid 17 killed; [2021-01-28T00:56:59.902Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:57:00.072Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:57:00.072Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:57:00.245Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:57:00.253Z] $ docker exec 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 ssh-agent [2021-01-28T00:57:00.422Z] SSH_AUTH_SOCK=/tmp/ssh-5FY2cMr9qQKB/agent.46 [2021-01-28T00:57:00.422Z] SSH_AGENT_PID=52 [2021-01-28T00:57:00.432Z] Running ssh-add (command line suppressed) [2021-01-28T00:57:00.560Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8264213233812126272.key (/w/workspace/edgex-go/3@tmp/private_key_8264213233812126272.key) [2021-01-28T00:57:00.612Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:57:00.951Z] + git semver init [2021-01-28T00:57:00.951Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:57:00.951Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-28T00:57:00.951Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-28T00:57:00.951Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:57:00.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:57:00.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:57:00.951Z] # $SEMVER_BRANCH = PR-3085 [2021-01-28T00:57:00.951Z] # $SEMVER_TEMP = /tmp/semver-328557404 [2021-01-28T00:57:00.951Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T00:57:39.900Z] # '/tmp/semver-328557404' -> '/w/workspace/edgex-go/3/.semver' [2021-01-28T00:57:39.900Z] # -> Force: false [2021-01-28T00:57:39.900Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-28T00:57:39.920Z] $ docker exec --env ******** --env ******** 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 ssh-agent -k [2021-01-28T00:57:40.203Z] unset SSH_AUTH_SOCK; [2021-01-28T00:57:40.204Z] unset SSH_AGENT_PID; [2021-01-28T00:57:40.204Z] echo Agent pid 52 killed; [2021-01-28T00:57:40.318Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:57:40.845Z] + git semver [Pipeline] } [2021-01-28T00:57:40.870Z] $ docker stop --time=1 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 [2021-01-28T00:57:42.482Z] $ docker rm -f 2cba90fb5d64ed544cf242061718bf56a21b4170be05f085cee9c0b249a72d48 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:57:43.045Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:57:43.581Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:57:43.584Z] [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-01-28T00:57:44.453Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:57:44.763Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:57:45.066Z] + sudo service docker restart [2021-01-28T00:57:45.066Z] + true [2021-01-28T00:57:45.066Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T00:57:45.686Z] ========================================================= [2021-01-28T00:57:45.686Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:57:45.686Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:57:46.070Z] + 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-01-28T00:57:51.434Z] Sending build context to Docker daemon 327.2MB [2021-01-28T00:57:51.434Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:57:51.434Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:57:51.434Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:57:51.434Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:57:51.434Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:57:51.434Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:57:51.434Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:57:51.434Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:57:51.434Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:57:51.434Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:57:51.434Z] 93359f2a8cfa: Waiting [2021-01-28T00:57:51.434Z] 7c6f9722023f: Waiting [2021-01-28T00:57:51.434Z] a35cf1a2eb13: Waiting [2021-01-28T00:57:51.434Z] bca2f99d35d6: Waiting [2021-01-28T00:57:51.434Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:57:51.434Z] de9db76c5a1d: Download complete [2021-01-28T00:57:51.434Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T00:57:51.434Z] 0ef7d3d256c8: Download complete [2021-01-28T00:57:51.434Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:57:51.434Z] 93359f2a8cfa: Download complete [2021-01-28T00:57:51.434Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:57:51.434Z] 188c0c94c7c5: Download complete [2021-01-28T00:57:51.434Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:57:51.434Z] 7c6f9722023f: Download complete [2021-01-28T00:57:51.434Z] 188c0c94c7c5: Pull complete [2021-01-28T00:57:51.434Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:57:51.434Z] de9db76c5a1d: Pull complete [2021-01-28T00:57:52.417Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:57:52.417Z] a35cf1a2eb13: Download complete [2021-01-28T00:57:52.999Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:57:52.999Z] bca2f99d35d6: Download complete [2021-01-28T00:57:58.343Z] bca2f99d35d6: Pull complete [2021-01-28T00:57:58.343Z] 93359f2a8cfa: Pull complete [2021-01-28T00:57:58.608Z] 7c6f9722023f: Pull complete [2021-01-28T00:57:58.941Z] Still waiting to schedule task [2021-01-28T00:57:58.942Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23563’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23572’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23575’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23606’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-23598’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23581’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23582’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23583’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23584’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23618’ is offline [2021-01-28T00:58:03.962Z] a35cf1a2eb13: Pull complete [2021-01-28T00:58:03.962Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:58:03.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:58:03.962Z] ---> a62c8e92a672 [2021-01-28T00:58:03.962Z] 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-01-28T00:58:03.962Z] ---> Running in 6bbb9b287363 [2021-01-28T00:58:04.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:58:05.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:58:06.098Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:58:06.098Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:58:06.098Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:58:06.361Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:58:24.515Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:58:24.515Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:58:24.515Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:58:24.515Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:58:24.515Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:58:24.515Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:58:24.515Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:58:24.515Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:58:24.515Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:58:24.515Z] OK: 233 MiB in 51 packages [2021-01-28T00:58:26.455Z] Removing intermediate container 6bbb9b287363 [2021-01-28T00:58:26.455Z] ---> 020998932795 [2021-01-28T00:58:26.455Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:58:26.455Z] ---> Running in f807954f72cd [2021-01-28T00:58:26.757Z] Removing intermediate container f807954f72cd [2021-01-28T00:58:26.758Z] ---> de33dc8095e5 [2021-01-28T00:58:26.758Z] Step 5/6 : COPY go.mod . [2021-01-28T00:58:27.050Z] ---> 5c40802dfdeb [2021-01-28T00:58:27.050Z] Step 6/6 : RUN go mod download [2021-01-28T00:58:27.050Z] ---> Running in 17b7c7599bfa [2021-01-28T00:58:49.136Z] Removing intermediate container 17b7c7599bfa [2021-01-28T00:58:49.136Z] ---> cc0b1216151f [2021-01-28T00:58:49.136Z] Successfully built cc0b1216151f [2021-01-28T00:58:49.136Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:58:49.457Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:58:49.457Z] . [Pipeline] withDockerContainer [2021-01-28T00:58:49.573Z] prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container [2021-01-28T00:58:49.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-01-28T00:58:50.529Z] $ docker top b13dd1fffe2f293a1ad6d0af99063377e22441be0d1d463390b12f649ccf71c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:58:51.120Z] + go version [2021-01-28T00:58:51.120Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:58:51.144Z] $ docker stop --time=1 b13dd1fffe2f293a1ad6d0af99063377e22441be0d1d463390b12f649ccf71c2 [2021-01-28T00:58:52.537Z] $ docker rm -f b13dd1fffe2f293a1ad6d0af99063377e22441be0d1d463390b12f649ccf71c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:58:53.475Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:58:53.476Z] . [Pipeline] withDockerContainer [2021-01-28T00:58:53.695Z] prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container [2021-01-28T00:58:53.819Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-01-28T00:58:54.666Z] $ docker top cbda93c47043c5e2500c8f6abf5b565b4c8d64b44177a11769a7432e69cda46d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:58:54.888Z] ========================================================= [2021-01-28T00:58:54.888Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:58:54.888Z] ========================================================= [Pipeline] sh [2021-01-28T00:58:55.182Z] + make test [2021-01-28T00:58:55.182Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:59:05.288Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:59:20.346Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:59:27.083Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:59:27.083Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:59:27.083Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:59:27.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:59:29.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:59:29.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:59:29.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:59:29.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:59:29.691Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:59:29.969Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:59:32.589Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:59:32.589Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:59:32.589Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:59:35.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements [2021-01-28T00:59:35.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:59:35.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:59:35.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:59:35.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:59:35.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:59:37.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.640s coverage: 27.1% of statements [2021-01-28T00:59:37.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:59:37.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:59:37.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:59:37.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:59:37.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:59:37.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:59:37.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-01-28T00:59:37.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:59:37.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-01-28T00:59:37.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:59:37.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:59:37.438Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 65.8% of statements [2021-01-28T00:59:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:59:37.438Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:59:37.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.470s coverage: 82.3% of statements [2021-01-28T00:59:37.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:59:37.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:59:37.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:59:37.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:59:39.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.403s coverage: 28.6% of statements [2021-01-28T00:59:39.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:59:39.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:59:39.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:59:39.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:59:39.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:59:39.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements [2021-01-28T00:59:39.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:59:39.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-01-28T00:59:39.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:59:40.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-01-28T00:59:40.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:59:40.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-01-28T00:59:40.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:59:40.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements [2021-01-28T00:59:40.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:59:40.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:59:40.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:59:40.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:59:42.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.361s coverage: 92.8% of statements [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:59:42.787Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:59:42.787Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:59:42.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:59:42.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 43.8% of statements [2021-01-28T00:59:42.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.047s coverage: 79.5% of statements [2021-01-28T00:59:42.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-01-28T00:59:42.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements [2021-01-28T00:59:43.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.5% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 68.9% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.287s coverage: 84.0% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.1% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:59:55.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-28T00:59:55.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:59:56.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.805s coverage: 29.1% of statements [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:59:56.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:59:56.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:59:56.339Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:59:56.339Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:59:56.339Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:59:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:59:56.612Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-01-28T00:59:56.884Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-28T00:59:57.155Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-28T00:59:57.419Z] GO111MODULE=on go vet ./... [2021-01-28T01:00:24.227Z] gofmt -l . [2021-01-28T01:00:24.227Z] [ "`gofmt -l .`" = "" ] [2021-01-28T01:00:24.227Z] ./bin/test-go-mod-tidy.sh [2021-01-28T01:00:24.810Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T01:00:25.731Z] + ls -al . [2021-01-28T01:00:25.731Z] total 668 [2021-01-28T01:00:25.731Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 01:00 . [2021-01-28T01:00:25.731Z] drwxr-xr-x 4 root root 28 Jan 28 00:58 .. [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:56 .dockerignore [2021-01-28T01:00:25.731Z] drwxrwxr-x 8 1001 1001 179 Jan 28 00:56 .git [2021-01-28T01:00:25.731Z] drwxrwxr-x 3 1001 1001 125 Jan 28 00:56 .github [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:56 .gitignore [2021-01-28T01:00:25.731Z] drwx------ 3 1001 1001 60 Jan 28 00:57 .semver [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:56 .sonarcloud.properties [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:56 Attribution.txt [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:56 CONTRIBUTING.md [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:56 Dockerfile.build [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:56 Jenkinsfile [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:56 LICENSE [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:56 Makefile [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:56 README.md [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:56 SECURITY.md [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:57 VERSION [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:56 ZMQWindows.md [2021-01-28T01:00:25.731Z] drwxrwxr-x 2 1001 1001 117 Jan 28 00:56 bin [2021-01-28T01:00:25.731Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:56 cmd [2021-01-28T01:00:25.731Z] -rw-r--r-- 1 root root 564700 Jan 28 00:59 coverage.out [2021-01-28T01:00:25.731Z] -rw-r--r-- 1 root root 1053 Jan 28 01:00 go.mod [2021-01-28T01:00:25.731Z] -rw-r--r-- 1 root root 19080 Jan 28 01:00 go.sum [2021-01-28T01:00:25.731Z] drwxrwxr-x 8 1001 1001 127 Jan 28 00:56 internal [2021-01-28T01:00:25.731Z] drwxrwxr-x 4 1001 1001 26 Jan 28 00:56 openapi [2021-01-28T01:00:25.731Z] drwxrwxr-x 4 1001 1001 71 Jan 28 00:56 snap [2021-01-28T01:00:25.731Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:56 version.go [Pipeline] sh [2021-01-28T01:00:26.039Z] + '[' -e coverage.out ] [2021-01-28T01:00:26.039Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T01:00:26.328Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T01:00:26.711Z] + make build [2021-01-28T01:00:26.712Z] 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-01-28T01:00:30.054Z] 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-01-28T01:00:38.349Z] 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-01-28T01:00:39.745Z] 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-01-28T01:00:41.138Z] 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-01-28T01:00:41.719Z] 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-01-28T01:00:43.129Z] 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-01-28T01:00:44.538Z] 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-01-28T01:00:45.936Z] 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-01-28T01:00:47.338Z] 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-01-28T01:00:48.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T01:00:49.703Z] 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-01-28T01:00:51.102Z] 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-01-28T01:00:53.081Z] $ docker stop --time=1 cbda93c47043c5e2500c8f6abf5b565b4c8d64b44177a11769a7432e69cda46d [2021-01-28T01:00:54.899Z] $ docker rm -f cbda93c47043c5e2500c8f6abf5b565b4c8d64b44177a11769a7432e69cda46d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:00:57.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T01:00:57.395Z] [2021-01-28T01:00:57.395Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:00:57.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T01:00:57.751Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T01:00:57.751Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T01:00:57.751Z] ca9280d653b3: Pulling fs layer [2021-01-28T01:00:57.751Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T01:00:58.334Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T01:00:58.334Z] cbdbe7a5bc2a: Download complete [2021-01-28T01:00:58.597Z] ca9280d653b3: Verifying Checksum [2021-01-28T01:00:58.597Z] ca9280d653b3: Download complete [2021-01-28T01:00:58.863Z] cbdbe7a5bc2a: Pull complete [2021-01-28T01:00:59.835Z] 7e9c9ca2126c: Download complete [2021-01-28T01:00:59.835Z] ca9280d653b3: Pull complete [2021-01-28T01:01:08.030Z] 7e9c9ca2126c: Pull complete [2021-01-28T01:01:08.030Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T01:01:08.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T01:01:08.030Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T01:01:08.214Z] prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container [2021-01-28T01:01:08.269Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-01-28T01:01:10.500Z] $ docker top 45c276b0dd746b4bcade47301117d07c17ec7681e10dbb1efb899f226242fec6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:01:11.096Z] + docker-compose build --help [2021-01-28T01:01:11.096Z] + grep parallel [2021-01-28T01:01:12.493Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T01:01:12.511Z] $ docker stop --time=1 45c276b0dd746b4bcade47301117d07c17ec7681e10dbb1efb899f226242fec6 [2021-01-28T01:01:13.907Z] $ docker rm -f 45c276b0dd746b4bcade47301117d07c17ec7681e10dbb1efb899f226242fec6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:01:14.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T01:01:14.735Z] . [Pipeline] withDockerContainer [2021-01-28T01:01:14.891Z] prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container [2021-01-28T01:01:14.943Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-01-28T01:01:15.618Z] $ docker top dbafcadc79efd6a6c557f7b192ae071a682b7f95a470f3762c96458e40bfcd6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:01:16.130Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T01:01:17.079Z] Building docker-core-command-go ... [2021-01-28T01:01:17.079Z] Building docker-core-data-go ... [2021-01-28T01:01:17.079Z] Building docker-core-metadata-go ... [2021-01-28T01:01:17.079Z] Building docker-security-bootstrapper-go ... [2021-01-28T01:01:17.079Z] Building docker-security-proxy-setup-go ... [2021-01-28T01:01:17.079Z] Building docker-security-secretstore-setup-go ... [2021-01-28T01:01:17.079Z] Building docker-support-notifications-go ... [2021-01-28T01:01:17.079Z] Building docker-support-scheduler-go ... [2021-01-28T01:01:17.079Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T01:01:17.079Z] Building docker-security-bootstrapper-go [2021-01-28T01:01:17.079Z] Building docker-core-command-go [2021-01-28T01:01:17.079Z] Building docker-support-notifications-go [2021-01-28T01:01:17.079Z] Building docker-sys-mgmt-agent-go [2021-01-28T01:01:17.343Z] Building docker-support-scheduler-go [2021-01-28T01:01:56.292Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:01:56.292Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:01:56.292Z] ---> cc0b1216151f [2021-01-28T01:01:56.292Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T01:01:56.292Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:01:56.292Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:01:56.292Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:01:56.292Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:01:56.292Z] ---> cc0b1216151f [2021-01-28T01:01:56.292Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:01:56.292Z] ---> cc0b1216151f [2021-01-28T01:01:56.292Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:01:56.292Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:01:56.292Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:01:56.292Z] ---> cc0b1216151f [2021-01-28T01:01:56.292Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:01:56.292Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:01:56.292Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:01:56.292Z] ---> cc0b1216151f [2021-01-28T01:01:56.292Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T01:01:56.292Z] ---> Running in 5ed232d66f2a [2021-01-28T01:01:56.292Z] ---> Running in bb24c98f7e66 [2021-01-28T01:01:56.292Z] ---> Running in e72bc2c98223 [2021-01-28T01:01:56.292Z] ---> Running in f3e55604b876 [2021-01-28T01:01:56.292Z] ---> Running in 82d99f76556b [2021-01-28T01:01:56.292Z] Removing intermediate container 5ed232d66f2a [2021-01-28T01:01:56.292Z] ---> 1355bba7a682 [2021-01-28T01:01:56.292Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:01:56.292Z] Removing intermediate container f3e55604b876 [2021-01-28T01:01:56.292Z] ---> 8cd5bb1fff1c [2021-01-28T01:01:56.292Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:01:56.292Z] Removing intermediate container bb24c98f7e66 [2021-01-28T01:01:56.292Z] ---> e66abe88458f [2021-01-28T01:01:56.292Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:01:56.292Z] Removing intermediate container 82d99f76556b [2021-01-28T01:01:56.292Z] ---> 798c9fae6386 [2021-01-28T01:01:56.292Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:01:56.292Z] Removing intermediate container e72bc2c98223 [2021-01-28T01:01:56.292Z] ---> d146bfc748e3 [2021-01-28T01:01:56.292Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:01:56.292Z] ---> Running in 4d9d2ed88419 [2021-01-28T01:01:56.292Z] ---> Running in 250022ce47da [2021-01-28T01:01:56.292Z] ---> Running in cc108a026c52 [2021-01-28T01:01:56.292Z] ---> Running in ca2008e5922a [2021-01-28T01:01:56.292Z] ---> Running in 5e85707d5ca7 [2021-01-28T01:01:56.292Z] Removing intermediate container 250022ce47da [2021-01-28T01:01:56.292Z] ---> 358d01defaad [2021-01-28T01:01:56.292Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T01:01:56.292Z] ---> Running in 66f360766a6f [2021-01-28T01:01:56.292Z] Removing intermediate container cc108a026c52 [2021-01-28T01:01:56.292Z] ---> a3a622cd0f42 [2021-01-28T01:01:56.292Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T01:01:56.292Z] Removing intermediate container ca2008e5922a [2021-01-28T01:01:56.292Z] ---> 5a2bb1487dbe [2021-01-28T01:01:56.292Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:01:56.292Z] Removing intermediate container 4d9d2ed88419 [2021-01-28T01:01:56.292Z] ---> dda6efe1c600 [2021-01-28T01:01:56.292Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T01:01:56.292Z] Removing intermediate container 5e85707d5ca7 [2021-01-28T01:01:56.292Z] ---> 002392e7aa70 [2021-01-28T01:01:56.292Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T01:01:56.292Z] ---> Running in 21503c8aba9d [2021-01-28T01:01:56.292Z] ---> Running in b5d638e6177b [2021-01-28T01:01:56.292Z] ---> Running in 58c56205fbdb [2021-01-28T01:01:56.292Z] ---> Running in 094f4fc9ba88 [2021-01-28T01:01:56.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:56.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:57.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:57.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:57.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:57.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:57.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:57.686Z] OK: 233 MiB in 51 packages [2021-01-28T01:01:57.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:58.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:58.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:58.213Z] OK: 233 MiB in 51 packages [2021-01-28T01:01:58.481Z] Removing intermediate container 66f360766a6f [2021-01-28T01:01:58.481Z] ---> 41dc62b8274d [2021-01-28T01:01:58.481Z] Step 6/26 : COPY go.mod . [2021-01-28T01:01:58.753Z] ---> 70109907cf4b [2021-01-28T01:01:58.753Z] Step 7/26 : RUN go mod download [2021-01-28T01:01:58.753Z] ---> Running in 9815c460191b [2021-01-28T01:01:58.753Z] OK: 233 MiB in 51 packages [2021-01-28T01:01:58.753Z] OK: 233 MiB in 51 packages [2021-01-28T01:01:59.025Z] Removing intermediate container 21503c8aba9d [2021-01-28T01:01:59.025Z] ---> 74c99d778762 [2021-01-28T01:01:59.025Z] Step 6/22 : COPY go.mod . [2021-01-28T01:01:59.293Z] OK: 233 MiB in 51 packages [2021-01-28T01:01:59.293Z] ---> bc3b47d3fcd2 [2021-01-28T01:01:59.293Z] Step 7/22 : RUN go mod download [2021-01-28T01:01:59.564Z] ---> Running in 4f688c6945b9 [2021-01-28T01:01:59.833Z] Removing intermediate container b5d638e6177b [2021-01-28T01:01:59.833Z] ---> 7368231a62cd [2021-01-28T01:01:59.833Z] Step 6/23 : COPY go.mod . [2021-01-28T01:02:00.106Z] Removing intermediate container 58c56205fbdb [2021-01-28T01:02:00.106Z] ---> e1d5bf500cfb [2021-01-28T01:02:00.106Z] Step 6/34 : COPY go.mod . [2021-01-28T01:02:00.106Z] ---> bb5bb6872bae [2021-01-28T01:02:00.106Z] Step 7/23 : RUN go mod download [2021-01-28T01:02:00.106Z] Removing intermediate container 094f4fc9ba88 [2021-01-28T01:02:00.106Z] ---> 151e70db98c1 [2021-01-28T01:02:00.106Z] Step 6/22 : COPY go.mod . [2021-01-28T01:02:00.371Z] ---> Running in d4149be48fea [2021-01-28T01:02:00.652Z] ---> a63dc4d71144 [2021-01-28T01:02:00.652Z] Step 7/34 : RUN go mod download [2021-01-28T01:02:00.652Z] ---> bea1aff6646e [2021-01-28T01:02:00.652Z] Step 7/22 : RUN go mod download [2021-01-28T01:02:00.652Z] ---> Running in 5414951d8f63 [2021-01-28T01:02:00.652Z] ---> Running in 7520c1db4aed [2021-01-28T01:02:00.925Z] Removing intermediate container 9815c460191b [2021-01-28T01:02:00.925Z] ---> 13c36a4e6750 [2021-01-28T01:02:00.925Z] Step 8/26 : COPY . . [2021-01-28T01:02:02.345Z] Removing intermediate container 4f688c6945b9 [2021-01-28T01:02:02.345Z] ---> 893d02ae0205 [2021-01-28T01:02:02.345Z] Step 8/22 : COPY . . [2021-01-28T01:02:09.004Z] Removing intermediate container d4149be48fea [2021-01-28T01:02:09.004Z] ---> ab566d4fd06a [2021-01-28T01:02:09.004Z] Step 8/23 : COPY . . [2021-01-28T01:02:09.004Z] Removing intermediate container 5414951d8f63 [2021-01-28T01:02:09.004Z] ---> 99c7fe4df863 [2021-01-28T01:02:09.004Z] Step 8/22 : COPY . . [2021-01-28T01:02:09.004Z] Removing intermediate container 7520c1db4aed [2021-01-28T01:02:09.004Z] ---> 0607df92b3c5 [2021-01-28T01:02:09.004Z] Step 8/34 : COPY . . [2021-01-28T01:02:48.167Z] ---> 8410eef50341 [2021-01-28T01:02:48.167Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T01:02:48.167Z] ---> 52e2117fa79f [2021-01-28T01:02:48.167Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T01:02:48.167Z] ---> Running in de8021ae7ba5 [2021-01-28T01:02:48.167Z] ---> Running in 95b554b7ba39 [2021-01-28T01:02:48.167Z] ---> 5e03d3ebaebc [2021-01-28T01:02:48.167Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T01:02:48.167Z] ---> 02241558c5de [2021-01-28T01:02:48.167Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T01:02:48.167Z] ---> f720ce06ed0e [2021-01-28T01:02:48.167Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T01:02:48.167Z] ---> Running in 786ef25db5bd [2021-01-28T01:02:48.167Z] ---> Running in 9fd02155007b [2021-01-28T01:02:48.167Z] ---> Running in 2937507e1023 [2021-01-28T01:02:48.167Z] Removing intermediate container 786ef25db5bd [2021-01-28T01:02:48.167Z] ---> 7095c1f8832f [2021-01-28T01:02:48.167Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T01:02:48.167Z] ---> Running in a6f51dc018fa [2021-01-28T01:02:48.167Z] 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-01-28T01:02:48.167Z] 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-01-28T01:02:48.167Z] 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-01-28T01:02:48.167Z] 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-01-28T01:02:48.167Z] 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-01-28T01:03:14.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T01:03:21.642Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T01:03:21.643Z] + cd /tmp/build/dist/linux [2021-01-28T01:03:21.643Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T01:03:21.643Z] Cloning into '.'... [2021-01-28T01:03:22.592Z] + go get github.com/robfig/glock [2021-01-28T01:03:22.592Z] Removing intermediate container 9fd02155007b [2021-01-28T01:03:22.592Z] ---> 17c1dd61e9ae [2021-01-28T01:03:22.592Z] [2021-01-28T01:03:22.592Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:03:22.857Z] 3.12: Pulling from library/alpine [2021-01-28T01:03:22.857Z] Removing intermediate container 2937507e1023 [2021-01-28T01:03:22.857Z] ---> 86d367edab59 [2021-01-28T01:03:22.857Z] [2021-01-28T01:03:22.857Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:03:22.857Z] Removing intermediate container 95b554b7ba39 [2021-01-28T01:03:22.857Z] ---> de30da1bfff3 [2021-01-28T01:03:22.857Z] [2021-01-28T01:03:22.857Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:03:22.857Z] Removing intermediate container de8021ae7ba5 [2021-01-28T01:03:22.857Z] ---> a3cc02f74555 [2021-01-28T01:03:22.857Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T01:03:22.857Z] 3.12: Pulling from library/alpine [2021-01-28T01:03:22.857Z] 3.12: Pulling from library/alpine [2021-01-28T01:03:22.857Z] ---> Running in 627a1d314277 [2021-01-28T01:03:23.462Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:03:23.462Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:03:23.462Z] Status: Image is up to date for alpine:3.12 [2021-01-28T01:03:23.462Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T01:03:23.462Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:03:23.462Z] Status: Image is up to date for alpine:3.12 [2021-01-28T01:03:23.462Z] ---> 389fef711851 [2021-01-28T01:03:23.462Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:03:23.462Z] ---> 389fef711851 [2021-01-28T01:03:23.462Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:03:23.462Z] ---> 389fef711851 [2021-01-28T01:03:23.462Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T01:03:23.462Z] 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-01-28T01:03:24.051Z] ---> Running in 527e52c8c81e [2021-01-28T01:03:24.051Z] ---> Running in 6bc552f3c48f [2021-01-28T01:03:24.051Z] ---> Running in 000ec5bdc149 [2021-01-28T01:03:25.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:25.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:25.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:25.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:25.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:25.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:25.303Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T01:03:25.303Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T01:03:25.303Z] Removing intermediate container 627a1d314277 [2021-01-28T01:03:25.303Z] ---> b41cab205eb0 [2021-01-28T01:03:25.303Z] [2021-01-28T01:03:25.303Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T01:03:25.303Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T01:03:25.303Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:03:25.303Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T01:03:25.303Z] OK: 6 MiB in 15 packages [2021-01-28T01:03:25.303Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:03:25.303Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:03:25.303Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:03:25.303Z] 20.10.0: Pulling from library/docker [2021-01-28T01:03:25.303Z] OK: 6 MiB in 15 packages [2021-01-28T01:03:25.574Z] OK: 6 MiB in 16 packages [2021-01-28T01:03:27.557Z] Removing intermediate container 6bc552f3c48f [2021-01-28T01:03:27.557Z] ---> 6ebfd20361df [2021-01-28T01:03:27.557Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:03:28.955Z] ---> Running in d6c8f2b0c7f7 [2021-01-28T01:03:28.955Z] Removing intermediate container 527e52c8c81e [2021-01-28T01:03:28.955Z] ---> e8a8cb8bb3f9 [2021-01-28T01:03:28.955Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:03:31.358Z] Removing intermediate container 000ec5bdc149 [2021-01-28T01:03:31.358Z] ---> 3169149d66fa [2021-01-28T01:03:31.358Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:03:31.358Z] ---> Running in 94368cef61a4 [2021-01-28T01:03:31.358Z] ---> Running in 88015f998fb9 [2021-01-28T01:03:31.358Z] Removing intermediate container d6c8f2b0c7f7 [2021-01-28T01:03:31.358Z] ---> b28b88b8705a [2021-01-28T01:03:31.358Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T01:03:31.358Z] ---> Running in f26c5ffb6b85 [2021-01-28T01:03:31.358Z] Removing intermediate container 94368cef61a4 [2021-01-28T01:03:31.358Z] ---> f7ac207aaf42 [2021-01-28T01:03:31.358Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T01:03:31.358Z] Removing intermediate container 88015f998fb9 [2021-01-28T01:03:31.358Z] ---> ac7c37a5c8c8 [2021-01-28T01:03:31.358Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T01:03:31.358Z] ---> Running in 01ab29b5c7fa [2021-01-28T01:03:31.358Z] Removing intermediate container f26c5ffb6b85 [2021-01-28T01:03:31.358Z] ---> fd8a895d7ed5 [2021-01-28T01:03:31.358Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:03:31.645Z] ---> Running in 8b761ed12e6f [2021-01-28T01:03:31.645Z] ---> Running in 71b5d3831b55 [2021-01-28T01:03:31.645Z] Removing intermediate container 01ab29b5c7fa [2021-01-28T01:03:31.645Z] ---> e6050d1a58c2 [2021-01-28T01:03:31.645Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:03:32.010Z] ---> Running in a287a447dffc [2021-01-28T01:03:32.010Z] Removing intermediate container 8b761ed12e6f [2021-01-28T01:03:32.010Z] ---> 4c4961850cea [2021-01-28T01:03:32.010Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:03:32.314Z] + glock sync -n [2021-01-28T01:03:32.314Z] Removing intermediate container 71b5d3831b55 [2021-01-28T01:03:32.314Z] ---> 1e4bb302581c [2021-01-28T01:03:32.314Z] Step 15/23 : WORKDIR / [2021-01-28T01:03:32.314Z] ---> Running in c211e3efb25f [2021-01-28T01:03:32.618Z] ---> Running in ba5b0a650554 [2021-01-28T01:03:32.618Z] Removing intermediate container a287a447dffc [2021-01-28T01:03:32.618Z] ---> d6d3b5f638ca [2021-01-28T01:03:32.618Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:03:32.618Z] Removing intermediate container c211e3efb25f [2021-01-28T01:03:32.618Z] ---> 57c6c6cc544f [2021-01-28T01:03:32.618Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:03:32.956Z] Removing intermediate container ba5b0a650554 [2021-01-28T01:03:32.956Z] ---> 6a8ffddd7d2a [2021-01-28T01:03:32.956Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:03:32.956Z] ---> ab332d2b8271 [2021-01-28T01:03:32.956Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T01:03:33.963Z] ---> 8b875023b50b [2021-01-28T01:03:33.963Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T01:03:34.230Z] ---> cf0134e48753 [2021-01-28T01:03:34.230Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T01:03:34.814Z] ---> 257341b58019 [2021-01-28T01:03:34.815Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T01:03:35.410Z] ---> b0e87bb633cb [2021-01-28T01:03:35.410Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T01:03:35.410Z] ---> 61ffbf9b42e5 [2021-01-28T01:03:35.410Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T01:03:35.688Z] ---> fbcce98eebb1 [2021-01-28T01:03:35.688Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T01:03:35.688Z] ---> Running in 5999a8563e05 [2021-01-28T01:03:35.950Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T01:03:35.950Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T01:03:35.950Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T01:03:36.527Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T01:03:36.527Z] + git describe '--abbrev=0' --tags [2021-01-28T01:03:36.527Z] + TAG=v0.6.1 [2021-01-28T01:03:36.527Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T01:03:36.527Z] + apk --print-arch [2021-01-28T01:03:36.527Z] + arch=x86_64 [2021-01-28T01:03:36.527Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T01:03:36.527Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T01:03:36.527Z] building [dockerize] for amd64 ... [2021-01-28T01:03:37.109Z] Removing intermediate container 5999a8563e05 [2021-01-28T01:03:37.109Z] ---> e54063a92504 [2021-01-28T01:03:37.109Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:03:37.370Z] ---> 81bc53dc0389 [2021-01-28T01:03:37.370Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T01:03:37.636Z] ---> 501d89693f74 [2021-01-28T01:03:37.636Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T01:03:37.914Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T01:03:37.914Z] ---> Running in 75d6974e9957 [2021-01-28T01:03:37.914Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T01:03:37.914Z] ---> aefe523efa57 [2021-01-28T01:03:37.914Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T01:03:37.914Z] ---> Running in fc00af64e9a6 [2021-01-28T01:03:37.914Z] ---> Running in 1bbdd5ee8ee3 [2021-01-28T01:03:38.179Z] ---> Running in 418b62dff1e7 [2021-01-28T01:03:38.454Z] Removing intermediate container 75d6974e9957 [2021-01-28T01:03:38.454Z] ---> fd257d3aafa4 [2021-01-28T01:03:38.454Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T01:03:38.454Z] Removing intermediate container fc00af64e9a6 [2021-01-28T01:03:38.454Z] ---> 7534e9cc4ff8 [2021-01-28T01:03:38.454Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:03:38.454Z] Removing intermediate container 1bbdd5ee8ee3 [2021-01-28T01:03:38.454Z] ---> 33b7716554a9 [2021-01-28T01:03:38.454Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:03:38.729Z] ---> Running in 6643f53563f2 [2021-01-28T01:03:38.729Z] ---> Running in 4a6717cac2c3 [2021-01-28T01:03:38.729Z] ---> Running in 43b636a7997d [2021-01-28T01:03:39.012Z] Removing intermediate container 4a6717cac2c3 [2021-01-28T01:03:39.012Z] ---> a25665885ac2 [2021-01-28T01:03:39.012Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T01:03:39.012Z] Removing intermediate container 6643f53563f2 [2021-01-28T01:03:39.012Z] ---> 6cb1635c9a25 [2021-01-28T01:03:39.012Z] Step 21/22 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:03:39.012Z] ---> Running in 0686b47088bc [2021-01-28T01:03:40.421Z] ---> Running in 434772075e8c [2021-01-28T01:03:40.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:40.421Z] Removing intermediate container 43b636a7997d [2021-01-28T01:03:40.421Z] ---> 710deeddbaec [2021-01-28T01:03:40.421Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T01:03:40.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:40.421Z] Removing intermediate container 0686b47088bc [2021-01-28T01:03:40.421Z] ---> c68f4d530d33 [2021-01-28T01:03:40.421Z] Step 21/22 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:03:40.421Z] ---> Running in a65cd7e9fa60 [2021-01-28T01:03:40.421Z] ---> Running in 3f963a2f3459 [2021-01-28T01:03:40.421Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T01:03:40.421Z] Removing intermediate container 434772075e8c [2021-01-28T01:03:40.421Z] ---> 0ce4c069ca30 [2021-01-28T01:03:40.421Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:03:40.421Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T01:03:40.421Z] Executing bash-5.0.17-r0.post-install [2021-01-28T01:03:40.421Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:03:40.695Z] OK: 12 MiB in 22 packages [2021-01-28T01:03:40.972Z] ---> Running in 4c902d652af5 [2021-01-28T01:03:40.972Z] Removing intermediate container a65cd7e9fa60 [2021-01-28T01:03:40.972Z] ---> 1e3623cde8e2 [2021-01-28T01:03:40.972Z] Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:03:40.972Z] Removing intermediate container 3f963a2f3459 [2021-01-28T01:03:40.972Z] ---> f44462927271 [2021-01-28T01:03:40.972Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:03:41.249Z] ---> Running in 78e234951f07 [2021-01-28T01:03:41.249Z] ---> Running in 9f4994fd459c [2021-01-28T01:03:41.249Z] Removing intermediate container 4c902d652af5 [2021-01-28T01:03:41.249Z] ---> 70918c87d77e [2021-01-28T01:03:41.249Z] [2021-01-28T01:03:41.515Z] Removing intermediate container 78e234951f07 [2021-01-28T01:03:41.515Z] ---> 25069cfee35d [2021-01-28T01:03:41.515Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:03:41.796Z] ---> Running in bf6f06adeda6 [2021-01-28T01:03:41.796Z] Removing intermediate container 9f4994fd459c [2021-01-28T01:03:41.796Z] ---> 7e6a528037d1 [2021-01-28T01:03:41.796Z] [2021-01-28T01:03:41.796Z] Successfully built 70918c87d77e [2021-01-28T01:03:41.796Z] Removing intermediate container 418b62dff1e7 [2021-01-28T01:03:41.796Z] ---> 5b36b7cec785 [2021-01-28T01:03:41.796Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T01:03:41.796Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T01:03:41.796Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-28T01:03:42.065Z] ---> Running in e166ff4ebe10 [2021-01-28T01:03:42.065Z] Successfully built 7e6a528037d1 [2021-01-28T01:03:42.065Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T01:03:42.065Z] Building docker-security-secretstore-setup-go [2021-01-28T01:03:42.065Z]  Building docker-support-notifications-go ... done Removing intermediate container bf6f06adeda6 [2021-01-28T01:03:42.065Z] ---> b8e0eb91d124 [2021-01-28T01:03:42.065Z] [2021-01-28T01:03:42.334Z] Removing intermediate container e166ff4ebe10 [2021-01-28T01:03:42.334Z] ---> edf83eff7ddf [2021-01-28T01:03:42.334Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T01:03:42.334Z] Successfully built b8e0eb91d124 [2021-01-28T01:03:42.334Z] Successfully tagged docker-core-command-go:latest [2021-01-28T01:03:42.334Z]  Building docker-core-command-go ... done  ---> Running in 502b1d2807f9 [2021-01-28T01:03:42.334Z] Building docker-core-metadata-go [2021-01-28T01:03:42.616Z] Removing intermediate container 502b1d2807f9 [2021-01-28T01:03:42.616Z] ---> 43f3038f67b3 [2021-01-28T01:03:42.616Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T01:03:42.616Z] ---> Running in de8e92330cc4 [2021-01-28T01:03:42.901Z] Removing intermediate container de8e92330cc4 [2021-01-28T01:03:42.901Z] ---> 4909a0b32e76 [2021-01-28T01:03:42.901Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T01:03:51.111Z] ---> 0479ac344777 [2021-01-28T01:03:51.111Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T01:03:55.410Z] ---> 99d838577372 [2021-01-28T01:03:55.410Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T01:03:55.683Z] ---> 9f007addacc0 [2021-01-28T01:03:55.683Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T01:03:55.683Z] ---> Running in ffbd38f78cf0 [2021-01-28T01:04:02.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:02.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:02.391Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T01:04:02.391Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T01:04:02.391Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T01:04:02.391Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T01:04:02.668Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T01:04:02.668Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T01:04:02.668Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T01:04:09.379Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T01:04:09.379Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T01:04:09.379Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T01:04:09.379Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T01:04:09.646Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T01:04:10.239Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T01:04:10.534Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T01:04:10.534Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T01:04:10.534Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T01:04:10.534Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T01:04:10.808Z] + date [2021-01-28T01:04:10.808Z] Thu Jan 28 01:04:10 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T01:04:10.808Z] + echo 'Thu Jan 28 01:04:10 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T01:04:10.808Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T01:04:10.808Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T01:04:11.073Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T01:04:11.657Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T01:04:11.657Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T01:04:12.636Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T01:04:12.636Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T01:04:12.901Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T01:04:13.186Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T01:04:13.788Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T01:04:13.789Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T01:04:13.789Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T01:04:13.789Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T01:04:13.789Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T01:04:13.789Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T01:04:13.789Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T01:04:13.789Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:04:13.789Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:04:13.789Z] ---> cc0b1216151f [2021-01-28T01:04:13.789Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> d146bfc748e3 [2021-01-28T01:04:14.067Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> 5a2bb1487dbe [2021-01-28T01:04:14.067Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> 7368231a62cd [2021-01-28T01:04:14.067Z] Step 6/23 : COPY go.mod . [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> bb5bb6872bae [2021-01-28T01:04:14.067Z] Step 7/23 : RUN go mod download [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> ab566d4fd06a [2021-01-28T01:04:14.067Z] Step 8/23 : COPY . . [2021-01-28T01:04:14.067Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:04:14.067Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:04:14.067Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:04:14.067Z] ---> cc0b1216151f [2021-01-28T01:04:14.067Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> d146bfc748e3 [2021-01-28T01:04:14.067Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> 5a2bb1487dbe [2021-01-28T01:04:14.067Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> 7368231a62cd [2021-01-28T01:04:14.067Z] Step 6/24 : COPY go.mod . [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> bb5bb6872bae [2021-01-28T01:04:14.067Z] Step 7/24 : RUN go mod download [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> ab566d4fd06a [2021-01-28T01:04:14.067Z] Step 8/24 : COPY . . [2021-01-28T01:04:14.067Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:04:14.067Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:04:14.067Z] ---> cc0b1216151f [2021-01-28T01:04:14.067Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> d146bfc748e3 [2021-01-28T01:04:14.067Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> 5a2bb1487dbe [2021-01-28T01:04:14.067Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> 7368231a62cd [2021-01-28T01:04:14.067Z] Step 6/21 : COPY go.mod . [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> bb5bb6872bae [2021-01-28T01:04:14.067Z] Step 7/21 : RUN go mod download [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> ab566d4fd06a [2021-01-28T01:04:14.067Z] Step 8/21 : COPY . . [2021-01-28T01:04:14.067Z] OK: 71 MiB in 55 packages [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> 5e03d3ebaebc [2021-01-28T01:04:14.067Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> 5e03d3ebaebc [2021-01-28T01:04:14.067Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T01:04:14.067Z] ---> Using cache [2021-01-28T01:04:14.067Z] ---> 5e03d3ebaebc [2021-01-28T01:04:14.067Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T01:04:17.383Z] ---> Running in e75fefde4a69 [2021-01-28T01:04:17.383Z] ---> Running in 9620d378e902 [2021-01-28T01:04:17.383Z] ---> Running in 2b006b177164 [2021-01-28T01:04:18.370Z] 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-01-28T01:04:18.370Z] 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-01-28T01:04:18.371Z] 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-01-28T01:04:33.480Z] Removing intermediate container ffbd38f78cf0 [2021-01-28T01:04:33.480Z] ---> 1e9081ecc385 [2021-01-28T01:04:33.480Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T01:04:33.480Z] ---> Running in 44ee42fcb7a2 [2021-01-28T01:04:35.456Z] Removing intermediate container a6f51dc018fa [2021-01-28T01:04:35.456Z] ---> 3821edea92b6 [2021-01-28T01:04:35.456Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T01:04:36.047Z] ---> Running in e398c9a22efc [2021-01-28T01:04:36.665Z] Collecting docker-compose==1.23.2 [2021-01-28T01:04:36.665Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T01:04:36.946Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T01:04:36.946Z] statically linked [2021-01-28T01:04:39.044Z] Collecting PyYAML<4,>=3.10 [2021-01-28T01:04:39.044Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T01:04:39.737Z] 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-01-28T01:04:40.732Z] Removing intermediate container e398c9a22efc [2021-01-28T01:04:40.732Z] ---> 969917de74ca [2021-01-28T01:04:40.732Z] [2021-01-28T01:04:40.732Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T01:04:40.732Z] ---> 389fef711851 [2021-01-28T01:04:40.732Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T01:04:40.732Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T01:04:40.732Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T01:04:40.732Z] ---> Running in 13a4b1ca7f0d [2021-01-28T01:04:41.011Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T01:04:41.011Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T01:04:41.011Z] Removing intermediate container 13a4b1ca7f0d [2021-01-28T01:04:41.011Z] ---> b63263aeeb4d [2021-01-28T01:04:41.011Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T01:04:41.282Z] 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-01-28T01:04:41.282Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T01:04:41.282Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T01:04:41.282Z] ---> Running in 3f1f7dc32fd4 [2021-01-28T01:04:42.261Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T01:04:42.261Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T01:04:42.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:42.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:42.839Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T01:04:42.839Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T01:04:43.106Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T01:04:43.106Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T01:04:43.106Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T01:04:43.106Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:04:43.106Z] OK: 6 MiB in 17 packages [2021-01-28T01:04:43.690Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T01:04:43.690Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T01:04:44.646Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T01:04:44.646Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T01:04:44.646Z] 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-01-28T01:04:44.916Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T01:04:44.916Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T01:04:44.916Z] Removing intermediate container 3f1f7dc32fd4 [2021-01-28T01:04:44.916Z] ---> 75ea8305314c [2021-01-28T01:04:44.916Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T01:04:45.189Z] ---> Running in 9287727e51ae [2021-01-28T01:04:45.189Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T01:04:45.189Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T01:04:45.468Z] 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-01-28T01:04:45.468Z] Collecting idna<2.8,>=2.5 [2021-01-28T01:04:45.468Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T01:04:45.468Z] 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-01-28T01:04:45.468Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T01:04:45.468Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T01:04:45.753Z] Removing intermediate container 9287727e51ae [2021-01-28T01:04:45.753Z] ---> efd04f56388b [2021-01-28T01:04:45.753Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T01:04:45.753Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T01:04:45.753Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T01:04:45.753Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T01:04:45.753Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T01:04:45.753Z] Installing collected packages: PyYAML, cached-property, jsonschema, texttable, dockerpty, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-28T01:04:45.753Z] Running setup.py install for PyYAML: started [2021-01-28T01:04:46.057Z] ---> Running in 5ac5705c9516 [2021-01-28T01:04:47.013Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T01:04:47.277Z] Removing intermediate container e75fefde4a69 [2021-01-28T01:04:47.277Z] ---> 6ac904337c46 [2021-01-28T01:04:47.277Z] [2021-01-28T01:04:47.277Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T01:04:47.277Z] ---> 389fef711851 [2021-01-28T01:04:47.277Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T01:04:47.544Z] Removing intermediate container 5ac5705c9516 [2021-01-28T01:04:47.544Z] ---> a093c5ebb07f [2021-01-28T01:04:47.544Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T01:04:47.544Z] Running setup.py install for texttable: started [2021-01-28T01:04:48.134Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T01:04:48.134Z] Running setup.py install for dockerpty: started [2021-01-28T01:04:48.727Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T01:04:48.727Z] Running setup.py install for docopt: started [2021-01-28T01:04:48.727Z] ---> Running in 74fc27b1f661 [2021-01-28T01:04:48.993Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T01:04:48.993Z] ---> Running in 9f0c5c2b9882 [2021-01-28T01:04:49.257Z] Attempting uninstall: urllib3 [2021-01-28T01:04:49.257Z] Found existing installation: urllib3 1.25.9 [2021-01-28T01:04:49.257Z] Uninstalling urllib3-1.25.9: [2021-01-28T01:04:50.212Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T01:04:50.477Z] Removing intermediate container 2b006b177164 [2021-01-28T01:04:50.477Z] ---> ea71221f222c [2021-01-28T01:04:50.477Z] [2021-01-28T01:04:50.477Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T01:04:50.477Z] ---> 389fef711851 [2021-01-28T01:04:50.477Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T01:04:51.868Z] Attempting uninstall: idna [2021-01-28T01:04:51.868Z] Found existing installation: idna 2.9 [2021-01-28T01:04:51.868Z] Uninstalling idna-2.9: [2021-01-28T01:04:51.868Z] Successfully uninstalled idna-2.9 [2021-01-28T01:04:52.132Z] Attempting uninstall: requests [2021-01-28T01:04:52.132Z] Found existing installation: requests 2.23.0 [2021-01-28T01:04:52.132Z] ---> Running in 19e17732cbb8 [2021-01-28T01:04:52.132Z] Uninstalling requests-2.23.0: [2021-01-28T01:04:52.132Z] Successfully uninstalled requests-2.23.0 [2021-01-28T01:04:54.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:54.053Z] Removing intermediate container 9620d378e902 [2021-01-28T01:04:54.053Z] ---> ff8afdc46a84 [2021-01-28T01:04:54.053Z] [2021-01-28T01:04:54.053Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:04:54.053Z] ---> 389fef711851 [2021-01-28T01:04:54.053Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:04:54.053Z] ---> Using cache [2021-01-28T01:04:54.053Z] ---> e8a8cb8bb3f9 [2021-01-28T01:04:54.053Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:04:54.053Z] ---> Using cache [2021-01-28T01:04:54.053Z] ---> f7ac207aaf42 [2021-01-28T01:04:54.053Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T01:04:54.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:54.318Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T01:04:54.318Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:04:54.318Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T01:04:54.318Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T01:04:54.318Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T01:04:54.318Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:04:54.318Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:04:54.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:54.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:54.582Z] OK: 7 MiB in 19 packages [2021-01-28T01:04:54.582Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T01:04:54.853Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:04:54.853Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T01:04:54.853Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T01:04:54.853Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:04:54.853Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:04:54.853Z] OK: 7 MiB in 18 packages [2021-01-28T01:04:54.853Z] ---> Running in 7a7d88c0572a [2021-01-28T01:04:56.248Z] 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-01-28T01:04:56.248Z] Removing intermediate container 7a7d88c0572a [2021-01-28T01:04:56.248Z] ---> b749035bfaaa [2021-01-28T01:04:56.248Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:04:57.646Z] ---> Running in bf4b1559062f [2021-01-28T01:04:57.646Z] Removing intermediate container 9f0c5c2b9882 [2021-01-28T01:04:57.646Z] ---> c29ac0299b56 [2021-01-28T01:04:57.646Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T01:04:57.646Z] Removing intermediate container 74fc27b1f661 [2021-01-28T01:04:57.646Z] ---> d90fc48bdd1b [2021-01-28T01:04:57.646Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:04:57.646Z] ---> Running in 1644d831dde0 [2021-01-28T01:04:58.220Z] ---> Running in 1876ab7a2e6b [2021-01-28T01:04:58.483Z] Removing intermediate container bf4b1559062f [2021-01-28T01:04:58.483Z] ---> 86cf55beac7f [2021-01-28T01:04:58.483Z] Step 15/23 : WORKDIR / [2021-01-28T01:04:58.483Z] Removing intermediate container 19e17732cbb8 [2021-01-28T01:04:58.483Z] ---> 7d2c076c0daa [2021-01-28T01:04:58.483Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:04:58.483Z] ---> Running in 63525b882a44 [2021-01-28T01:04:59.435Z] Removing intermediate container 1644d831dde0 [2021-01-28T01:04:59.435Z] ---> 0083349d37ed [2021-01-28T01:04:59.435Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T01:04:59.435Z] Removing intermediate container 1876ab7a2e6b [2021-01-28T01:04:59.435Z] ---> aad517308170 [2021-01-28T01:04:59.435Z] Step 13/24 : WORKDIR / [2021-01-28T01:04:59.698Z] ---> Running in eb4efd7272ab [2021-01-28T01:05:01.091Z] ---> Running in 5349512682fe [2021-01-28T01:05:01.091Z] Removing intermediate container 63525b882a44 [2021-01-28T01:05:01.091Z] ---> c7f56ac370db [2021-01-28T01:05:01.091Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:05:01.091Z] ---> 0a2442af1af5 [2021-01-28T01:05:01.091Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T01:05:01.091Z] Removing intermediate container 44ee42fcb7a2 [2021-01-28T01:05:01.091Z] ---> d7b08c5e3292 [2021-01-28T01:05:01.091Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T01:05:01.091Z] Removing intermediate container eb4efd7272ab [2021-01-28T01:05:01.091Z] ---> 073148571aba [2021-01-28T01:05:01.091Z] Step 13/21 : WORKDIR /edgex [2021-01-28T01:05:01.353Z] ---> Running in c5e0cf72d7ee [2021-01-28T01:05:01.629Z] Removing intermediate container 5349512682fe [2021-01-28T01:05:01.629Z] ---> 7e24e9823610 [2021-01-28T01:05:01.629Z] 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-01-28T01:05:01.629Z] ---> Running in 6deb0eecc748 [2021-01-28T01:05:01.629Z] ---> 7d5b1f734c07 [2021-01-28T01:05:01.629Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T01:05:01.909Z] ---> 6e98b1e7cb36 [2021-01-28T01:05:01.909Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T01:05:01.909Z] ---> Running in 23e5cd55e4d1 [2021-01-28T01:05:02.189Z] Removing intermediate container 6deb0eecc748 [2021-01-28T01:05:02.189Z] ---> 4e155de757fa [2021-01-28T01:05:02.189Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T01:05:02.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:05:02.458Z] ---> f1e9d2c7407a [2021-01-28T01:05:02.458Z] 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-01-28T01:05:02.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:05:02.733Z] ---> 8a21d0488123 [2021-01-28T01:05:02.733Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T01:05:02.733Z] ---> 1872bd4c81bd [2021-01-28T01:05:02.733Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T01:05:02.733Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:05:02.733Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T01:05:02.733Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T01:05:02.733Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:05:02.999Z] OK: 72 MiB in 58 packages [2021-01-28T01:05:02.999Z] ---> 55ed83cdc82e [2021-01-28T01:05:02.999Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T01:05:03.280Z] ---> d7787b68e04e [2021-01-28T01:05:03.280Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T01:05:03.280Z] ---> Running in 019e0cded04a [2021-01-28T01:05:03.551Z] ---> c4de18e8723d [2021-01-28T01:05:03.551Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T01:05:03.551Z] ---> 4f83175d9b18 [2021-01-28T01:05:03.551Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T01:05:03.817Z] Removing intermediate container 019e0cded04a [2021-01-28T01:05:03.817Z] ---> 2610c6651711 [2021-01-28T01:05:03.817Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:05:04.078Z] ---> Running in d601b79e48d3 [2021-01-28T01:05:04.342Z] Removing intermediate container c5e0cf72d7ee [2021-01-28T01:05:04.342Z] ---> 7f092dd2cc27 [2021-01-28T01:05:04.342Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T01:05:04.605Z] Removing intermediate container 23e5cd55e4d1 [2021-01-28T01:05:04.605Z] ---> b8b54e05faf2 [2021-01-28T01:05:04.605Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:05:04.877Z] ---> c8c79d485415 [2021-01-28T01:05:04.877Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T01:05:04.877Z] ---> a7b93ffd86fe [2021-01-28T01:05:04.877Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T01:05:04.877Z] Removing intermediate container d601b79e48d3 [2021-01-28T01:05:04.877Z] ---> ef9fe020835e [2021-01-28T01:05:04.877Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T01:05:04.877Z] ---> Running in 94c62989b5c9 [2021-01-28T01:05:05.143Z] ---> Running in bd9df026a5fb [2021-01-28T01:05:05.143Z] ---> Running in e2369b8d2983 [2021-01-28T01:05:05.143Z] ---> c1ac1036744b [2021-01-28T01:05:05.143Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T01:05:05.408Z] Removing intermediate container 94c62989b5c9 [2021-01-28T01:05:05.408Z] ---> e806d2b45df2 [2021-01-28T01:05:05.408Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:05:05.408Z] ---> 28e049948452 [2021-01-28T01:05:05.408Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T01:05:05.408Z] Removing intermediate container e2369b8d2983 [2021-01-28T01:05:05.408Z] ---> 74806235ed10 [2021-01-28T01:05:05.408Z] Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:05:05.408Z] Removing intermediate container bd9df026a5fb [2021-01-28T01:05:05.408Z] ---> 626c438c748e [2021-01-28T01:05:05.408Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T01:05:05.678Z] ---> Running in fd0667a30056 [2021-01-28T01:05:05.678Z] ---> Running in 84a70b23fd13 [2021-01-28T01:05:05.678Z] ---> Running in c02c698c9493 [2021-01-28T01:05:05.946Z] ---> 21cb9145e268 [2021-01-28T01:05:05.946Z] 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-01-28T01:05:05.946Z] ---> d64a6fc5bdbb [2021-01-28T01:05:05.946Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T01:05:05.946Z] Removing intermediate container fd0667a30056 [2021-01-28T01:05:05.946Z] ---> 7cbbcb0d3436 [2021-01-28T01:05:05.946Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T01:05:06.209Z] Removing intermediate container c02c698c9493 [2021-01-28T01:05:06.209Z] ---> f769d767b946 [2021-01-28T01:05:06.209Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T01:05:06.209Z] Removing intermediate container 84a70b23fd13 [2021-01-28T01:05:06.209Z] ---> 740fd414db03 [2021-01-28T01:05:06.209Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:05:06.782Z] ---> Running in 03ec8de5d55d [2021-01-28T01:05:06.782Z] ---> Running in 1afa384ccb27 [2021-01-28T01:05:06.782Z] ---> Running in 4dfeb5799853 [2021-01-28T01:05:06.782Z] ---> Running in 4074ff273149 [2021-01-28T01:05:06.783Z] ---> aeb1a58bcc6e [2021-01-28T01:05:06.783Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T01:05:07.735Z] Removing intermediate container 1afa384ccb27 [2021-01-28T01:05:07.735Z] ---> 65bea913f522 [2021-01-28T01:05:07.735Z] Step 25/26 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:05:08.007Z] Removing intermediate container 4074ff273149 [2021-01-28T01:05:08.007Z] ---> 8428049033bd [2021-01-28T01:05:08.007Z] [2021-01-28T01:05:08.007Z] Removing intermediate container 4dfeb5799853 [2021-01-28T01:05:08.007Z] ---> 5214f21d63d1 [2021-01-28T01:05:08.007Z] Step 20/21 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:05:08.007Z] ---> Running in 4e59a141ce6d [2021-01-28T01:05:08.007Z] ---> ab8ed49237f3 [2021-01-28T01:05:08.007Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T01:05:08.007Z] ---> Running in 724e281da458 [2021-01-28T01:05:08.007Z] Successfully built 8428049033bd [2021-01-28T01:05:08.007Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T01:05:08.007Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-28T01:05:08.275Z] Removing intermediate container 4e59a141ce6d [2021-01-28T01:05:08.275Z] ---> 4a88df10a462 [2021-01-28T01:05:08.275Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T01:05:08.275Z] Removing intermediate container 724e281da458 [2021-01-28T01:05:08.275Z] ---> 264c4a5bbfcd [2021-01-28T01:05:08.275Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T01:05:08.552Z] ---> Running in db4de0f58ce0 [2021-01-28T01:05:08.552Z] ---> Running in 71faeccb57dc [2021-01-28T01:05:08.552Z] ---> 9307783afcc0 [2021-01-28T01:05:08.552Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T01:05:09.136Z] Removing intermediate container db4de0f58ce0 [2021-01-28T01:05:09.136Z] ---> 627fa7d3cf86 [2021-01-28T01:05:09.136Z] [2021-01-28T01:05:09.136Z] ---> Running in 134072209fae [2021-01-28T01:05:09.404Z] Removing intermediate container 71faeccb57dc [2021-01-28T01:05:09.404Z] ---> c8e04c69f961 [2021-01-28T01:05:09.404Z] [2021-01-28T01:05:09.984Z] Successfully built 627fa7d3cf86 [2021-01-28T01:05:10.250Z] Successfully built c8e04c69f961 [2021-01-28T01:05:10.250Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T01:05:10.250Z]  Building docker-sys-mgmt-agent-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T01:05:12.810Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 03ec8de5d55d [2021-01-28T01:05:12.810Z] ---> 0a648bebe6ba [2021-01-28T01:05:12.810Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T01:05:12.810Z] Removing intermediate container 134072209fae [2021-01-28T01:05:12.810Z] ---> 6ed265079f22 [2021-01-28T01:05:12.810Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T01:05:13.084Z] ---> Running in 3a766c00e739 [2021-01-28T01:05:13.349Z] ---> 50c2306c4f8c [2021-01-28T01:05:13.349Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T01:05:13.619Z] Removing intermediate container 3a766c00e739 [2021-01-28T01:05:13.619Z] ---> c4cff83e99b1 [2021-01-28T01:05:13.619Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T01:05:13.619Z] ---> Running in 62f4376cab30 [2021-01-28T01:05:13.619Z] ---> Running in 086fced8b3f4 [2021-01-28T01:05:13.883Z] Removing intermediate container 086fced8b3f4 [2021-01-28T01:05:13.884Z] ---> dc266e1ffe35 [2021-01-28T01:05:13.884Z] Step 23/24 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:05:14.857Z] ---> Running in 4a5bbbcb8419 [2021-01-28T01:05:15.813Z] Removing intermediate container 4a5bbbcb8419 [2021-01-28T01:05:15.813Z] ---> 954b2feb37cd [2021-01-28T01:05:15.813Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T01:05:16.396Z] ---> Running in 8c089c61b96e [2021-01-28T01:05:17.351Z] Removing intermediate container 62f4376cab30 [2021-01-28T01:05:17.351Z] ---> 91d7e465ce90 [2021-01-28T01:05:17.351Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T01:05:18.601Z] Removing intermediate container 8c089c61b96e [2021-01-28T01:05:18.601Z] ---> d7fc9882c228 [2021-01-28T01:05:18.601Z] [2021-01-28T01:05:19.572Z] ---> Running in 3ac26f5094f7 [2021-01-28T01:05:19.572Z] Successfully built d7fc9882c228 [2021-01-28T01:05:19.572Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T01:05:20.980Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3ac26f5094f7 [2021-01-28T01:05:20.980Z] ---> cd255489994d [2021-01-28T01:05:20.980Z] Step 31/34 : CMD ["gate"] [2021-01-28T01:05:21.560Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:05:21.560Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:05:21.560Z] ---> cc0b1216151f [2021-01-28T01:05:21.560Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:05:21.560Z] ---> Using cache [2021-01-28T01:05:21.560Z] ---> d146bfc748e3 [2021-01-28T01:05:21.560Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:05:21.560Z] ---> Using cache [2021-01-28T01:05:21.560Z] ---> 5a2bb1487dbe [2021-01-28T01:05:21.560Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T01:05:22.506Z] ---> Running in 9a3d49aef099 [2021-01-28T01:05:22.506Z] ---> Running in 65b8afa65396 [2021-01-28T01:05:22.771Z] Removing intermediate container 9a3d49aef099 [2021-01-28T01:05:22.771Z] ---> 01784269b1ca [2021-01-28T01:05:22.771Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T01:05:23.036Z] ---> Running in 39105d22de92 [2021-01-28T01:05:23.301Z] Removing intermediate container 39105d22de92 [2021-01-28T01:05:23.301Z] ---> 2ba36e9265af [2021-01-28T01:05:23.301Z] Step 33/34 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:05:23.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:05:23.564Z] ---> Running in 5ad895767a12 [2021-01-28T01:05:23.829Z] Removing intermediate container 5ad895767a12 [2021-01-28T01:05:23.829Z] ---> 360aee66881e [2021-01-28T01:05:23.829Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T01:05:23.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:05:24.091Z] ---> Running in 040fd460a41c [2021-01-28T01:05:24.091Z] Removing intermediate container 040fd460a41c [2021-01-28T01:05:24.091Z] ---> 4925908c849f [2021-01-28T01:05:24.091Z] [2021-01-28T01:05:24.354Z] Successfully built 4925908c849f [2021-01-28T01:05:24.354Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T01:05:24.617Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-01-28T01:05:25.192Z] Removing intermediate container 65b8afa65396 [2021-01-28T01:05:25.192Z] ---> 83f7d3cc89c8 [2021-01-28T01:05:25.192Z] Step 6/23 : COPY go.mod . [2021-01-28T01:05:25.192Z] ---> a2e9eae6d1c1 [2021-01-28T01:05:25.192Z] Step 7/23 : RUN go mod download [2021-01-28T01:05:25.454Z] ---> Running in 70c6e0b6e14e [2021-01-28T01:05:26.401Z] Removing intermediate container 70c6e0b6e14e [2021-01-28T01:05:26.401Z] ---> 10f5230b4d5f [2021-01-28T01:05:26.401Z] Step 8/23 : COPY . . [2021-01-28T01:05:41.401Z] ---> 1414a5f9ea6f [2021-01-28T01:05:41.401Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T01:05:41.401Z] ---> Running in 6ff794e331cf [2021-01-28T01:05:42.361Z] 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-01-28T01:05:46.366Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23632 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws [2021-01-28T01:05:46.419Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-28T01:05:52.481Z] using credential edgex-jenkins-ssh [2021-01-28T01:05:52.573Z] Cloning the remote Git repository [2021-01-28T01:05:52.650Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:05:52.796Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-28T01:05:52.910Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:05:52.911Z] > git --version # timeout=10 [2021-01-28T01:05:52.934Z] > git --version # 'git version 2.17.1' [2021-01-28T01:05:52.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:05:53.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T01:06:00.655Z] Removing intermediate container 6ff794e331cf [2021-01-28T01:06:00.655Z] ---> 90b33cfe1202 [2021-01-28T01:06:00.655Z] [2021-01-28T01:06:00.655Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:06:00.655Z] ---> 389fef711851 [2021-01-28T01:06:00.655Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T01:06:00.655Z] ---> Running in c4938b0fd77b [2021-01-28T01:06:00.655Z] Removing intermediate container c4938b0fd77b [2021-01-28T01:06:00.655Z] ---> 7babe4b71c46 [2021-01-28T01:06:00.655Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T01:06:00.655Z] ---> Running in 2ab13f47a269 [2021-01-28T01:06:00.655Z] Removing intermediate container 2ab13f47a269 [2021-01-28T01:06:00.655Z] ---> a8da926ee9bb [2021-01-28T01:06:00.655Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T01:06:00.655Z] ---> Running in 3f93d843b16c [2021-01-28T01:06:00.655Z] Removing intermediate container 3f93d843b16c [2021-01-28T01:06:00.655Z] ---> 305479ec9985 [2021-01-28T01:06:00.655Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:00.655Z] ---> Running in 21e8fdf27620 [2021-01-28T01:06:00.655Z] Removing intermediate container 21e8fdf27620 [2021-01-28T01:06:00.655Z] ---> a07a292c557e [2021-01-28T01:06:00.655Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T01:06:00.655Z] ---> Running in 8e8c3b0c8633 [2021-01-28T01:06:00.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:06:01.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:06:02.629Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T01:06:02.629Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T01:06:02.629Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T01:06:02.894Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T01:06:03.469Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T01:06:03.469Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T01:06:03.733Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:06:03.733Z] OK: 8 MiB in 20 packages [2021-01-28T01:06:04.309Z] Removing intermediate container 8e8c3b0c8633 [2021-01-28T01:06:04.309Z] ---> d7fc3175f9b6 [2021-01-28T01:06:04.309Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:06:04.572Z] ---> 1b7a50b64a93 [2021-01-28T01:06:04.572Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T01:06:05.154Z] ---> b3c4d1ab1777 [2021-01-28T01:06:05.154Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T01:06:05.419Z] ---> 01948daf35f4 [2021-01-28T01:06:05.419Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T01:06:05.683Z] ---> Running in 12e009ea17d6 [2021-01-28T01:06:05.683Z] Removing intermediate container 12e009ea17d6 [2021-01-28T01:06:05.683Z] ---> afae1de412d3 [2021-01-28T01:06:05.683Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:06:05.945Z] ---> Running in f415db59bf16 [2021-01-28T01:06:05.945Z] Removing intermediate container f415db59bf16 [2021-01-28T01:06:05.945Z] ---> 47f46aec7d37 [2021-01-28T01:06:05.945Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T01:06:05.945Z] ---> Running in 11ec2ca08dc3 [2021-01-28T01:06:06.210Z] Removing intermediate container 11ec2ca08dc3 [2021-01-28T01:06:06.210Z] ---> fbecc2963be1 [2021-01-28T01:06:06.210Z] Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:06:06.210Z] ---> Running in 26f2723e6251 [2021-01-28T01:06:06.473Z] Removing intermediate container 26f2723e6251 [2021-01-28T01:06:06.473Z] ---> a55eefd6c96c [2021-01-28T01:06:06.473Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:06:06.473Z] ---> Running in 5e2f48ab8968 [2021-01-28T01:06:06.738Z] Removing intermediate container 5e2f48ab8968 [2021-01-28T01:06:06.738Z] ---> 7162953ced77 [2021-01-28T01:06:06.738Z] [2021-01-28T01:06:07.002Z] Successfully built 7162953ced77 [2021-01-28T01:06:07.002Z] Successfully tagged docker-core-data-go:latest [2021-01-28T01:06:07.586Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-28T01:06:07.609Z] $ docker stop --time=1 dbafcadc79efd6a6c557f7b192ae071a682b7f95a470f3762c96458e40bfcd6a [2021-01-28T01:06:09.416Z] $ docker rm -f dbafcadc79efd6a6c557f7b192ae071a682b7f95a470f3762c96458e40bfcd6a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T01:06:10.078Z] + docker images [2021-01-28T01:06:10.078Z] + grep docker [2021-01-28T01:06:10.657Z] docker-core-data-go latest 7162953ced77 4 seconds ago 22.3MB [2021-01-28T01:06:10.657Z] docker-security-bootstrapper-go latest 4925908c849f 47 seconds ago 33.5MB [2021-01-28T01:06:10.657Z] docker-security-secretstore-setup-go latest d7fc9882c228 53 seconds ago 24.6MB [2021-01-28T01:06:10.657Z] docker-sys-mgmt-agent-go latest 627fa7d3cf86 About a minute ago 313MB [2021-01-28T01:06:10.657Z] docker-security-proxy-setup-go latest c8e04c69f961 About a minute ago 24.4MB [2021-01-28T01:06:10.657Z] docker-core-metadata-go latest 8428049033bd About a minute ago 18.8MB [2021-01-28T01:06:10.657Z] docker-support-notifications-go latest 7e6a528037d1 2 minutes ago 16.9MB [2021-01-28T01:06:10.657Z] docker-core-command-go latest b8e0eb91d124 2 minutes ago 16.3MB [2021-01-28T01:06:10.657Z] docker-support-scheduler-go latest 70918c87d77e 2 minutes ago 16.4MB [2021-01-28T01:06:10.657Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-28T01:06:13.987Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:06:14.492Z] Merge succeeded, producing 2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:06:14.493Z] Checking out Revision 2b86841b3b830af04dbefeb656e656359f1893eb (PR-3085) [2021-01-28T01:06:13.045Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T01:06:13.072Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T01:06:13.114Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T01:06:13.217Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:06:13.218Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:06:13.243Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T01:06:14.013Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T01:06:14.033Z] > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 [2021-01-28T01:06:14.373Z] > git remote # timeout=10 [2021-01-28T01:06:14.397Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T01:06:14.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:06:14.446Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T01:06:14.476Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T01:06:14.502Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T01:06:14.516Z] > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 [2021-01-28T01:06:19.113Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T01:06:20.535Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T01:06:21.016Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T01:06:21.359Z] + true+ sudo service docker restart [2021-01-28T01:06:21.359Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T01:06:23.413Z] provisioning config files... [2021-01-28T01:06:23.461Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8774142445506627653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:06:23.892Z] ---> docker-login.sh [2021-01-28T01:06:23.893Z] nexus3.edgexfoundry.org:10001 [2021-01-28T01:06:24.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T01:06:25.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T01:06:25.491Z] Configure a credential helper to remove this warning. See [2021-01-28T01:06:25.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T01:06:25.491Z] [2021-01-28T01:06:25.491Z] Login Succeeded [2021-01-28T01:06:25.491Z] nexus3.edgexfoundry.org:10002 [2021-01-28T01:06:25.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T01:06:26.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T01:06:26.041Z] Configure a credential helper to remove this warning. See [2021-01-28T01:06:26.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T01:06:26.041Z] [2021-01-28T01:06:26.041Z] Login Succeeded [2021-01-28T01:06:26.041Z] nexus3.edgexfoundry.org:10003 [2021-01-28T01:06:26.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T01:06:26.383Z] Still waiting to schedule task [2021-01-28T01:06:26.383Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-28T01:06:26.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T01:06:26.613Z] Configure a credential helper to remove this warning. See [2021-01-28T01:06:26.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T01:06:26.613Z] [2021-01-28T01:06:26.613Z] Login Succeeded [2021-01-28T01:06:26.613Z] nexus3.edgexfoundry.org:10004 [2021-01-28T01:06:27.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T01:06:27.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T01:06:27.260Z] Configure a credential helper to remove this warning. See [2021-01-28T01:06:27.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T01:06:27.260Z] [2021-01-28T01:06:27.260Z] Login Succeeded [2021-01-28T01:06:27.260Z] docker.io [2021-01-28T01:06:27.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T01:06:28.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T01:06:28.151Z] Configure a credential helper to remove this warning. See [2021-01-28T01:06:28.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T01:06:28.151Z] [2021-01-28T01:06:28.151Z] Login Succeeded [2021-01-28T01:06:28.151Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T01:06:28.170Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T01:06:28.664Z] ========================================================= [2021-01-28T01:06:28.664Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T01:06:28.664Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:06:29.056Z] + 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-01-28T01:06:31.745Z] Sending build context to Docker daemon 165.9MB [2021-01-28T01:06:31.745Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:31.745Z] Step 2/6 : FROM ${BASE} [2021-01-28T01:06:31.745Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T01:06:31.745Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T01:06:31.745Z] a4357932f1b6: Pulling fs layer [2021-01-28T01:06:31.745Z] 18c013af1878: Pulling fs layer [2021-01-28T01:06:31.745Z] 00ac8860ef70: Pulling fs layer [2021-01-28T01:06:31.745Z] 63d7cb157983: Pulling fs layer [2021-01-28T01:06:31.745Z] b116817d02f9: Pulling fs layer [2021-01-28T01:06:31.745Z] 745a02a5169b: Pulling fs layer [2021-01-28T01:06:31.745Z] 63d7cb157983: Waiting [2021-01-28T01:06:31.745Z] b116817d02f9: Waiting [2021-01-28T01:06:31.745Z] 745a02a5169b: Waiting [2021-01-28T01:06:31.745Z] 00ac8860ef70: Waiting [2021-01-28T01:06:31.745Z] 18c013af1878: Verifying Checksum [2021-01-28T01:06:31.745Z] 18c013af1878: Download complete [2021-01-28T01:06:31.745Z] a4357932f1b6: Verifying Checksum [2021-01-28T01:06:31.745Z] a4357932f1b6: Download complete [2021-01-28T01:06:31.745Z] 63d7cb157983: Verifying Checksum [2021-01-28T01:06:31.745Z] 63d7cb157983: Download complete [2021-01-28T01:06:32.344Z] b116817d02f9: Verifying Checksum [2021-01-28T01:06:32.344Z] b116817d02f9: Download complete [2021-01-28T01:06:32.344Z] 5f621e34cdf4: Download complete [2021-01-28T01:06:32.956Z] 5f621e34cdf4: Pull complete [2021-01-28T01:06:33.568Z] a4357932f1b6: Pull complete [2021-01-28T01:06:34.170Z] 18c013af1878: Pull complete [2021-01-28T01:06:34.776Z] 745a02a5169b: Verifying Checksum [2021-01-28T01:06:36.220Z] 00ac8860ef70: Verifying Checksum [2021-01-28T01:06:36.220Z] 00ac8860ef70: Download complete [2021-01-28T01:06:46.417Z] 00ac8860ef70: Pull complete [2021-01-28T01:06:46.417Z] 63d7cb157983: Pull complete [2021-01-28T01:06:46.417Z] b116817d02f9: Pull complete [2021-01-28T01:06:50.740Z] 745a02a5169b: Pull complete [2021-01-28T01:06:50.740Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T01:06:50.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T01:06:50.740Z] ---> b7e6874047d6 [2021-01-28T01:06:50.740Z] 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-01-28T01:06:54.148Z] ---> Running in b48d345d303d [2021-01-28T01:06:55.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:56.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:57.106Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T01:06:57.106Z] (2/12) Installing file (5.38-r0) [2021-01-28T01:06:57.379Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T01:06:57.379Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T01:07:04.096Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T01:07:04.096Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T01:07:04.096Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T01:07:04.096Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T01:07:04.096Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T01:07:04.096Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T01:07:04.096Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T01:07:04.096Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T01:07:04.096Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:07:04.096Z] OK: 217 MiB in 51 packages [2021-01-28T01:07:08.400Z] Removing intermediate container b48d345d303d [2021-01-28T01:07:08.400Z] ---> 8c02447301ca [2021-01-28T01:07:08.400Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T01:07:08.400Z] ---> Running in 045ff357841f [2021-01-28T01:07:08.674Z] Removing intermediate container 045ff357841f [2021-01-28T01:07:08.674Z] ---> 268b8661c8ee [2021-01-28T01:07:08.674Z] Step 5/6 : COPY go.mod . [2021-01-28T01:07:09.281Z] ---> 216235f68e68 [2021-01-28T01:07:09.281Z] Step 6/6 : RUN go mod download [2021-01-28T01:07:09.555Z] ---> Running in 03ba1d519c4e [2021-01-28T01:07:33.045Z] Running on prd-ubuntu18.04-docker-8c-8g-23635 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws [2021-01-28T01:07:33.157Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-28T01:07:35.215Z] using credential edgex-jenkins-ssh [2021-01-28T01:07:35.283Z] Cloning the remote Git repository [2021-01-28T01:07:35.310Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:07:35.373Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-28T01:07:35.397Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:07:35.398Z] > git --version # timeout=10 [2021-01-28T01:07:35.403Z] > git --version # 'git version 2.17.1' [2021-01-28T01:07:35.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:07:35.430Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T01:07:36.380Z] Removing intermediate container 03ba1d519c4e [2021-01-28T01:07:36.381Z] ---> c99b23c6435a [2021-01-28T01:07:36.381Z] Successfully built c99b23c6435a [2021-01-28T01:07:36.381Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:07:36.727Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T01:07:36.727Z] . [Pipeline] withDockerContainer [2021-01-28T01:07:37.017Z] prd-ubuntu18.04-docker-arm64-4c-16g-23632 does not seem to be running inside a container [2021-01-28T01:07:37.101Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64 cat [2021-01-28T01:07:38.741Z] $ docker top ff9645fa97c48bf68ca04f03481500f80471175ebbfaf4c9976e1699508f936d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:07:39.817Z] + go version [2021-01-28T01:07:39.817Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T01:07:39.840Z] $ docker stop --time=1 ff9645fa97c48bf68ca04f03481500f80471175ebbfaf4c9976e1699508f936d [2021-01-28T01:07:39.873Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T01:07:39.882Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T01:07:39.891Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T01:07:39.904Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:07:39.904Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:07:39.909Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T01:07:40.368Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:07:40.483Z] Merge succeeded, producing 2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:07:40.483Z] Checking out Revision 2b86841b3b830af04dbefeb656e656359f1893eb (PR-3085) [2021-01-28T01:07:40.381Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T01:07:40.387Z] > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 [2021-01-28T01:07:40.461Z] > git remote # timeout=10 [2021-01-28T01:07:40.467Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T01:07:40.471Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:07:40.474Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T01:07:40.482Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T01:07:40.490Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T01:07:40.493Z] > git checkout -f 2b86841b3b830af04dbefeb656e656359f1893eb # timeout=10 [2021-01-28T01:07:41.845Z] $ docker rm -f ff9645fa97c48bf68ca04f03481500f80471175ebbfaf4c9976e1699508f936d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:07:42.906Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T01:07:42.907Z] . [Pipeline] withDockerContainer [2021-01-28T01:07:43.180Z] prd-ubuntu18.04-docker-arm64-4c-16g-23632 does not seem to be running inside a container [2021-01-28T01:07:43.299Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-arm64 cat [2021-01-28T01:07:44.135Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-01-28T01:07:44.800Z] $ docker top 156715a998e87fa524bb10c219b5e9418d1172bf603bfea54eff66a08cc5e8b9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T01:07:45.214Z] ========================================================= [2021-01-28T01:07:45.214Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T01:07:45.214Z] ========================================================= [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:07:45.868Z] + make test [2021-01-28T01:07:45.868Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T01:07:46.027Z] + echo snap-build.sh [2021-01-28T01:07:46.027Z] snap-build.sh [2021-01-28T01:07:46.027Z] + SNAP_BASE_DIR=. [2021-01-28T01:07:46.027Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-28T01:07:46.027Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-28T01:07:46.027Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-28T01:07:46.027Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-28T01:07:46.027Z] + cd /w/workspace/edgex-go/3 [2021-01-28T01:07:46.027Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T01:07:46.027Z] Reading package lists... [2021-01-28T01:07:46.027Z] Building dependency tree... [2021-01-28T01:07:46.027Z] Reading state information... [2021-01-28T01:07:46.289Z] The following packages were automatically installed and are no longer required: [2021-01-28T01:07:46.289Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T01:07:46.289Z] uidmap xdelta3 [2021-01-28T01:07:46.289Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T01:07:46.289Z] The following packages will be REMOVED: [2021-01-28T01:07:46.289Z] lxd* lxd-client* [2021-01-28T01:07:46.550Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T01:07:46.550Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T01:07:47.601Z] (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-01-28T01:07:47.601Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T01:07:48.546Z] Removing lxd dnsmasq configuration [2021-01-28T01:07:48.546Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T01:07:48.546Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T01:07:49.487Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T01:07:49.752Z] (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-01-28T01:07:49.752Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T01:07:51.135Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T01:07:51.135Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T01:07:52.079Z] + sudo snap remove --purge lxd [2021-01-28T01:07:52.340Z] snap "lxd" is not installed [2021-01-28T01:07:52.340Z] + sudo groupadd --force --system lxd [2021-01-28T01:07:52.340Z] ++ whoami [2021-01-28T01:07:52.340Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T01:07:52.340Z] + newgrp - lxd [2021-01-28T01:07:52.340Z] + sudo snap install lxd [2021-01-28T01:08:00.481Z] 2021-01-28T01:07:58Z INFO Waiting for automatic snapd restart... [2021-01-28T01:08:12.685Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T01:08:15.507Z] lxd 4.10 from Canonical* installed [2021-01-28T01:08:15.507Z] + sudo lxd init --auto [2021-01-28T01:08:23.670Z] + sudo snap install --classic snapcraft [2021-01-28T01:08:27.873Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T01:08:27.873Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T01:08:27.873Z] + patch --verbose -p1 [2021-01-28T01:08:27.873Z] Hmm... Looks like a unified diff to me... [2021-01-28T01:08:27.873Z] The text leading up to this was: [2021-01-28T01:08:27.873Z] -------------------------- [2021-01-28T01:08:27.873Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T01:08:27.873Z] |From: Tony Espy [2021-01-28T01:08:27.873Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T01:08:27.873Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T01:08:27.873Z] | [2021-01-28T01:08:27.873Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T01:08:27.873Z] |optimize the snap CI check run for pull requests. When [2021-01-28T01:08:27.873Z] |applied, it essentially strips out everything (apps and [2021-01-28T01:08:27.873Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T01:08:27.873Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T01:08:27.873Z] |catch changes to edgex-go that break the snap build. [2021-01-28T01:08:27.873Z] | [2021-01-28T01:08:27.873Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T01:08:27.873Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T01:08:27.873Z] |resulting in a failed snap build CI check in the associated [2021-01-28T01:08:27.873Z] |pull request. [2021-01-28T01:08:27.873Z] | [2021-01-28T01:08:27.873Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T01:08:27.873Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T01:08:27.873Z] |need to build the finally binary .snap file (and it won't [2021-01-28T01:08:27.873Z] |work with the patch applied). This further reduces the build [2021-01-28T01:08:27.873Z] |time. [2021-01-28T01:08:27.873Z] |--- [2021-01-28T01:08:27.873Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T01:08:27.873Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T01:08:27.873Z] | [2021-01-28T01:08:27.873Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T01:08:27.873Z] |index 1e537489..faf42425 100644 [2021-01-28T01:08:27.873Z] |--- a/snap/snapcraft.yaml [2021-01-28T01:08:27.873Z] |+++ b/snap/snapcraft.yaml [2021-01-28T01:08:27.873Z] -------------------------- [2021-01-28T01:08:27.873Z] patching file snap/snapcraft.yaml [2021-01-28T01:08:27.873Z] Using Plan A... [2021-01-28T01:08:27.873Z] Hunk #1 succeeded at 73. [2021-01-28T01:08:27.873Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T01:08:27.873Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T01:08:27.873Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T01:08:27.873Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T01:08:27.873Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T01:08:27.873Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T01:08:27.873Z] Hunk #8 succeeded at 342. [2021-01-28T01:08:27.873Z] Hmm... Ignoring the trailing garbage. [2021-01-28T01:08:27.873Z] done [2021-01-28T01:08:27.873Z] + sudo snapcraft prime --use-lxd [2021-01-28T01:08:28.453Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T01:08:28.713Z] 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-01-28T01:08:28.713Z] - README.md [2021-01-28T01:08:28.713Z] - snapcraft.yaml.orig [2021-01-28T01:08:28.713Z] [2021-01-28T01:08:28.713Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T01:08:29.284Z] Launching a container. [2021-01-28T01:08:41.520Z] Waiting for container to be ready [2021-01-28T01:08:41.520Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T01:08:41.520Z] [2021-01-28T01:08:44.067Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T01:08:44.327Z] Waiting for network to be ready... [2021-01-28T01:08:44.618Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T01:08:44.884Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T01:08:44.885Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T01:08:44.885Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T01:08:45.145Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T01:08:45.145Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T01:08:45.145Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T01:08:45.145Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T01:08:45.145Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T01:08:45.145Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T01:08:45.406Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T01:08:45.406Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T01:08:45.668Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T01:08:45.668Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T01:08:45.931Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T01:08:45.931Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T01:08:45.931Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T01:08:45.931Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T01:08:46.503Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T01:08:46.764Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T01:08:47.028Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T01:08:47.028Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T01:08:47.028Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T01:08:47.028Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T01:08:47.028Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T01:08:47.028Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T01:08:47.028Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T01:08:48.942Z] Fetched 23.8 MB in 4s (5557 kB/s) [2021-01-28T01:08:49.885Z] Reading package lists... [2021-01-28T01:08:49.885Z] Reading package lists... [2021-01-28T01:08:50.146Z] Building dependency tree... [2021-01-28T01:08:50.146Z] Reading state information... [2021-01-28T01:08:50.406Z] The following additional packages will be installed: [2021-01-28T01:08:50.406Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T01:08:50.406Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T01:08:50.406Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T01:08:50.406Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T01:08:50.406Z] Suggested packages: [2021-01-28T01:08:50.406Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T01:08:50.406Z] Recommended packages: [2021-01-28T01:08:50.406Z] gnupg libsasl2-modules [2021-01-28T01:08:50.406Z] The following NEW packages will be installed: [2021-01-28T01:08:50.406Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T01:08:50.406Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T01:08:50.406Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T01:08:50.406Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T01:08:50.406Z] The following packages will be upgraded: [2021-01-28T01:08:50.406Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T01:08:50.406Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T01:08:50.406Z] Need to get 3533 kB of archives. [2021-01-28T01:08:50.406Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T01:08:50.406Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T01:08:50.406Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T01:08:50.667Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T01:08:50.928Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T01:08:50.928Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T01:08:51.188Z] 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-01-28T01:08:51.188Z] 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-01-28T01:08:51.188Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T01:08:51.188Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T01:08:51.188Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T01:08:51.188Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T01:08:51.188Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T01:08:51.188Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T01:08:51.188Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T01:08:51.188Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T01:08:51.188Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T01:08:51.188Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T01:08:51.188Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T01:08:51.188Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T01:08:51.188Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T01:08:51.448Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T01:08:51.448Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T01:08:51.448Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:08:51.448Z] Fetched 3533 kB in 1s (3458 kB/s) [2021-01-28T01:08:51.709Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T01:08:51.709Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:08:51.709Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:08:51.709Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T01:08:51.970Z] Selecting previously unselected package udev. [2021-01-28T01:08:51.970Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T01:08:51.970Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:08:51.970Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T01:08:52.231Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T01:08:52.231Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T01:08:52.231Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T01:08:52.231Z] Selecting previously unselected package fuse. [2021-01-28T01:08:52.231Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T01:08:52.492Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T01:08:52.492Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:52.492Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:08:52.492Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:52.492Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:08:52.752Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:52.752Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:08:52.753Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T01:08:52.753Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T01:08:52.753Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T01:08:53.013Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T01:08:53.013Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:53.013Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:53.013Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T01:08:53.013Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:53.013Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:53.274Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T01:08:53.274Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:53.274Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:53.274Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T01:08:53.274Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:53.274Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:53.274Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T01:08:53.274Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:53.274Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:53.535Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T01:08:53.535Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:53.535Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:53.535Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T01:08:53.535Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:53.535Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:53.795Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T01:08:53.795Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:53.795Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:53.795Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T01:08:53.795Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:53.795Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:53.795Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T01:08:53.795Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T01:08:53.795Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:08:54.058Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T01:08:54.058Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T01:08:54.058Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:08:54.058Z] Selecting previously unselected package libldap-common. [2021-01-28T01:08:54.058Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T01:08:54.058Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:08:54.058Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T01:08:54.058Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T01:08:54.058Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:08:54.319Z] Selecting previously unselected package dirmngr. [2021-01-28T01:08:54.319Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:54.319Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:54.580Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:08:54.580Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:54.580Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T01:08:54.580Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:08:54.580Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:08:54.580Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:54.580Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:54.580Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T01:08:54.580Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:08:54.580Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T01:08:55.152Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T01:08:55.152Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:55.152Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T01:08:55.412Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T01:08:55.412Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:55.412Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:55.412Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:55.412Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:55.412Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:55.412Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:55.412Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:55.412Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:55.672Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:08:55.672Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:55.672Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:08:55.932Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T01:08:55.932Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T01:08:55.932Z] This means they are not meant to be enabled using systemctl. [2021-01-28T01:08:55.932Z] Possible reasons for having this kind of units are: [2021-01-28T01:08:55.932Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T01:08:55.932Z] .wants/ or .requires/ directory. [2021-01-28T01:08:55.932Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T01:08:55.932Z] a requirement dependency on it. [2021-01-28T01:08:55.932Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T01:08:55.932Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T01:08:55.932Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T01:08:55.932Z] instance name specified. [2021-01-28T01:08:56.192Z] Reading package lists... [2021-01-28T01:08:56.451Z] Building dependency tree... [2021-01-28T01:08:56.451Z] Reading state information... [2021-01-28T01:08:56.451Z] The following additional packages will be installed: [2021-01-28T01:08:56.451Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T01:08:56.451Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T01:08:56.451Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T01:08:56.451Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T01:08:56.451Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T01:08:56.451Z] Suggested packages: [2021-01-28T01:08:56.451Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T01:08:56.451Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T01:08:56.451Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T01:08:56.451Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T01:08:56.451Z] systemd-container policykit-1 [2021-01-28T01:08:56.451Z] Recommended packages: [2021-01-28T01:08:56.451Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T01:08:56.451Z] The following NEW packages will be installed: [2021-01-28T01:08:56.451Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T01:08:56.451Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T01:08:56.451Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T01:08:56.451Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T01:08:56.451Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T01:08:56.451Z] The following packages will be upgraded: [2021-01-28T01:08:56.451Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T01:08:56.719Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T01:08:56.719Z] Need to get 35.2 MB of archives. [2021-01-28T01:08:56.720Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T01:08:56.720Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T01:08:56.720Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T01:08:56.720Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T01:08:56.720Z] 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-01-28T01:08:56.720Z] 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-01-28T01:08:56.720Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T01:08:56.720Z] 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-01-28T01:08:56.720Z] 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-01-28T01:08:56.982Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T01:08:56.982Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T01:08:56.982Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T01:08:56.982Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T01:08:56.982Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T01:08:56.982Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T01:08:56.982Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T01:08:56.982Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T01:08:56.982Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T01:08:56.982Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T01:08:57.553Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T01:08:57.553Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T01:08:57.553Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T01:08:57.553Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T01:08:57.553Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T01:08:57.553Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T01:08:57.553Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T01:08:57.553Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T01:08:57.553Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T01:08:57.553Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T01:08:57.813Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T01:08:57.813Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T01:08:58.754Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:08:58.754Z] Fetched 35.2 MB in 2s (16.6 MB/s) [2021-01-28T01:08:58.754Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T01:08:58.754Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:08:59.013Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:08:59.583Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:08:59.583Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:08:59.766Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T01:08:59.845Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T01:08:59.845Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T01:08:59.845Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T01:08:59.845Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T01:09:00.107Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T01:09:00.107Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T01:09:00.107Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T01:09:00.107Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T01:09:00.679Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T01:09:00.679Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T01:09:00.938Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T01:09:00.938Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T01:09:00.938Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T01:09:00.938Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T01:09:01.199Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T01:09:01.199Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:09:01.199Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:09:01.460Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T01:09:01.460Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T01:09:01.460Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T01:09:01.460Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T01:09:01.460Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:09:01.460Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:09:01.725Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T01:09:01.985Z] Checking for services that may need to be restarted...done. [2021-01-28T01:09:01.985Z] Checking for services that may need to be restarted...done. [2021-01-28T01:09:01.985Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:09:01.985Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T01:09:01.985Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:09:02.557Z] Selecting previously unselected package python3-minimal. [2021-01-28T01:09:02.557Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T01:09:02.557Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T01:09:02.557Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T01:09:02.557Z] Selecting previously unselected package mime-support. [2021-01-28T01:09:02.558Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T01:09:02.558Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T01:09:02.558Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T01:09:02.558Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T01:09:02.819Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T01:09:02.819Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T01:09:02.819Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:09:02.819Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:09:03.079Z] Selecting previously unselected package python3.6. [2021-01-28T01:09:03.079Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:09:03.079Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:09:03.079Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T01:09:03.079Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T01:09:03.079Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T01:09:03.079Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T01:09:03.340Z] Selecting previously unselected package python3. [2021-01-28T01:09:03.340Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T01:09:03.340Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T01:09:03.340Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T01:09:03.602Z] Selecting previously unselected package multiarch-support. [2021-01-28T01:09:03.602Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:09:03.602Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T01:09:03.602Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T01:09:03.602Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T01:09:03.602Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T01:09:03.602Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T01:09:03.602Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T01:09:03.863Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T01:09:03.863Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T01:09:03.863Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T01:09:03.863Z] Selecting previously unselected package sudo. [2021-01-28T01:09:03.863Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T01:09:03.863Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T01:09:04.123Z] Selecting previously unselected package apparmor. [2021-01-28T01:09:04.123Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T01:09:04.123Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T01:09:04.123Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T01:09:04.123Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T01:09:04.123Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T01:09:04.382Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T01:09:04.382Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:09:04.382Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:09:04.382Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T01:09:04.382Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:09:04.382Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:09:04.382Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T01:09:04.382Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T01:09:04.382Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T01:09:04.644Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T01:09:04.644Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:09:04.644Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:09:04.644Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T01:09:04.644Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:09:04.644Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:09:04.907Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T01:09:04.907Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T01:09:04.907Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T01:09:04.907Z] Selecting previously unselected package openssh-client. [2021-01-28T01:09:04.907Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T01:09:04.907Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T01:09:05.478Z] Selecting previously unselected package squashfs-tools. [2021-01-28T01:09:05.478Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T01:09:05.478Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T01:09:05.478Z] Selecting previously unselected package snapd. [2021-01-28T01:09:05.478Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T01:09:05.478Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T01:09:07.389Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T01:09:07.389Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T01:09:07.389Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T01:09:07.389Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T01:09:07.650Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T01:09:07.650Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:09:07.650Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:09:07.650Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T01:09:07.650Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T01:09:08.598Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T01:09:08.598Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T01:09:08.598Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T01:09:08.598Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:09:08.598Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:09:08.598Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:09:09.171Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T01:09:09.171Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:09:09.171Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T01:09:09.171Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T01:09:09.171Z] running python rtupdate hooks for python3.6... [2021-01-28T01:09:09.171Z] running python post-rtupdate hooks for python3.6... [2021-01-28T01:09:09.171Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T01:09:10.567Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T01:09:10.828Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:09:11.087Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T01:09:11.659Z] Setting up snapd (2.48+18.04) ... [2021-01-28T01:09:12.235Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T01:09:12.235Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T01:09:12.495Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T01:09:12.495Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T01:09:12.756Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T01:09:12.756Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T01:09:13.016Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T01:09:13.016Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T01:09:13.277Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T01:09:13.538Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T01:09:13.538Z] /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-01-28T01:09:13.538Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:09:13.801Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T01:09:14.746Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T01:09:14.746Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T01:09:14.746Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T01:09:15.006Z] Fetched 88.7 kB in 1s (145 kB/s) [2021-01-28T01:09:15.947Z] Reading package lists... [2021-01-28T01:09:16.208Z] Reading package lists... [2021-01-28T01:09:16.209Z] Building dependency tree... [2021-01-28T01:09:16.209Z] Reading state information... [2021-01-28T01:09:16.209Z] Calculating upgrade... [2021-01-28T01:09:16.469Z] The following packages will be upgraded: [2021-01-28T01:09:16.469Z] advancecomp base-files bash binutils binutils-common [2021-01-28T01:09:16.469Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T01:09:16.469Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T01:09:16.469Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T01:09:16.469Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T01:09:16.469Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T01:09:16.469Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T01:09:16.469Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T01:09:16.469Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T01:09:16.469Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T01:09:16.469Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T01:09:16.469Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T01:09:16.469Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T01:09:16.469Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T01:09:16.469Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T01:09:16.730Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T01:09:16.730Z] Need to get 63.8 MB of archives. [2021-01-28T01:09:16.730Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T01:09:16.730Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T01:09:16.730Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T01:09:17.302Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T01:09:17.302Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T01:09:17.302Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T01:09:17.302Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T01:09:17.302Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T01:09:17.302Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T01:09:17.302Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-28T01:09:17.302Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-28T01:09:17.302Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-28T01:09:17.302Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T01:09:17.302Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T01:09:17.302Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T01:09:17.562Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T01:09:17.562Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T01:09:17.562Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T01:09:17.562Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T01:09:17.562Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T01:09:17.562Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T01:09:17.562Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T01:09:17.562Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T01:09:17.562Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T01:09:17.563Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T01:09:17.563Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T01:09:17.563Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T01:09:17.563Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T01:09:17.563Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T01:09:17.563Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T01:09:17.563Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T01:09:17.563Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T01:09:17.563Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T01:09:17.563Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T01:09:17.563Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T01:09:17.563Z] 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-01-28T01:09:17.563Z] 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-01-28T01:09:17.563Z] 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-01-28T01:09:17.563Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T01:09:17.563Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T01:09:17.563Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T01:09:17.826Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T01:09:17.826Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-28T01:09:17.826Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T01:09:17.826Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T01:09:17.826Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T01:09:17.826Z] 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-01-28T01:09:17.826Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T01:09:17.826Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T01:09:17.826Z] 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-01-28T01:09:17.826Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T01:09:17.826Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T01:09:17.826Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T01:09:17.826Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T01:09:17.826Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-28T01:09:17.826Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T01:09:17.826Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T01:09:17.826Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T01:09:17.826Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T01:09:18.088Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T01:09:18.088Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T01:09:18.088Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T01:09:18.088Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T01:09:18.088Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T01:09:18.088Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T01:09:18.088Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T01:09:18.088Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T01:09:18.088Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T01:09:18.088Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T01:09:18.088Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T01:09:18.088Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T01:09:18.088Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T01:09:18.088Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T01:09:18.088Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T01:09:18.088Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T01:09:18.088Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T01:09:18.207Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T01:09:18.207Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T01:09:18.207Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T01:09:18.207Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T01:09:18.348Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T01:09:18.348Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T01:09:18.348Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-28T01:09:18.348Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T01:09:18.348Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T01:09:18.348Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-28T01:09:18.348Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T01:09:18.348Z] 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-01-28T01:09:18.348Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T01:09:18.348Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T01:09:18.348Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T01:09:18.348Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T01:09:18.348Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T01:09:18.607Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T01:09:18.607Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T01:09:18.868Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T01:09:19.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T01:09:19.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T01:09:19.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T01:09:19.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T01:09:19.152Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T01:09:19.439Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-28T01:09:19.439Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-28T01:09:19.439Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T01:09:19.699Z] 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-01-28T01:09:19.699Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T01:09:19.699Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T01:09:19.699Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T01:09:19.699Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T01:09:19.961Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:09:19.961Z] Fetched 63.8 MB in 3s (19.4 MB/s) [2021-01-28T01:09:19.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:19.961Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:09:19.961Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:09:20.530Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:09:20.530Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:09:20.790Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T01:09:20.790Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T01:09:21.976Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T01:09:22.180Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:22.181Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:09:22.181Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:22.181Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:09:22.181Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:22.442Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:09:22.442Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:22.442Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:09:22.703Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:22.703Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:09:22.703Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:22.703Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:09:22.703Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:22.963Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:09:22.963Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:22.963Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:09:22.963Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:22.963Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T01:09:23.224Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:23.224Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:09:23.224Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:23.224Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:09:23.485Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:23.485Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:09:23.485Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:23.485Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:09:23.745Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:24.006Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:09:24.006Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:09:24.006Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:09:24.578Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T01:09:24.578Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:09:24.578Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T01:09:24.578Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T01:09:24.578Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T01:09:24.843Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T01:09:24.843Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T01:09:24.843Z] Installing new version of config file /etc/issue ... [2021-01-28T01:09:24.843Z] Installing new version of config file /etc/issue.net ... [2021-01-28T01:09:25.104Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T01:09:25.104Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T01:09:25.104Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T01:09:25.365Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T01:09:25.365Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T01:09:25.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:25.365Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T01:09:25.365Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T01:09:25.627Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T01:09:25.627Z] 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-01-28T01:09:25.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:25.627Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:09:25.889Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T01:09:25.889Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:09:25.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:25.889Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T01:09:25.889Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T01:09:26.156Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T01:09:26.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:26.156Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T01:09:26.418Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T01:09:26.680Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T01:09:26.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:26.680Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:09:26.939Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:09:26.939Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T01:09:26.939Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:26.939Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:09:26.939Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:09:27.199Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T01:09:27.199Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:27.199Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T01:09:27.460Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T01:09:27.460Z] Setting up grep (3.1-2build1) ... [2021-01-28T01:09:27.460Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:27.460Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T01:09:27.722Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T01:09:27.722Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T01:09:27.984Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:27.984Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:09:27.984Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:09:27.984Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T01:09:28.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:28.243Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T01:09:28.243Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:09:28.503Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T01:09:28.762Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:09:28.762Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T01:09:28.762Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:09:29.332Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T01:09:29.332Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:29.332Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T01:09:29.592Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:09:30.262Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T01:09:30.262Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T01:09:30.262Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T01:09:30.537Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T01:09:30.537Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T01:09:30.537Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T01:09:30.537Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T01:09:30.537Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T01:09:30.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:30.798Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T01:09:30.798Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T01:09:31.065Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T01:09:31.065Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:31.065Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:09:31.065Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:09:31.065Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:09:31.327Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:31.327Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:09:31.327Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:09:31.327Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:09:31.327Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:31.327Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:09:31.327Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:09:31.589Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:09:31.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:31.589Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:09:31.851Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:09:32.111Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:09:32.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:32.373Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:09:32.373Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:09:32.633Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:09:32.633Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:09:32.893Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T01:09:33.153Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:33.153Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:09:33.153Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:09:33.413Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T01:09:33.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:33.413Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:09:33.413Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:09:33.674Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:09:33.674Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:33.674Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:09:33.674Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:09:33.674Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:09:33.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:33.934Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:09:33.934Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:09:34.504Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:09:35.077Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T01:09:35.337Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T01:09:35.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:35.597Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:09:35.597Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:09:35.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.216s coverage: 46.6% of statements [2021-01-28T01:09:35.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T01:09:35.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T01:09:35.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T01:09:35.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T01:09:35.684Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T01:09:36.177Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:09:36.177Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:09:36.177Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T01:09:36.177Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:09:36.177Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T01:09:36.437Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:36.437Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T01:09:36.437Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T01:09:36.437Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T01:09:36.697Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:36.697Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T01:09:36.697Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T01:09:36.961Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T01:09:36.961Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:36.961Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T01:09:37.220Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T01:09:37.221Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T01:09:37.221Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:37.221Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T01:09:37.221Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:09:37.482Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:09:37.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:37.482Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T01:09:37.742Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:09:37.742Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:09:37.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:37.742Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T01:09:38.009Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:09:38.009Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:09:38.282Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:38.282Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:09:38.282Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:09:38.282Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:09:38.282Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:09:38.543Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:09:38.543Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:09:38.543Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T01:09:38.804Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:38.804Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T01:09:38.804Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T01:09:38.804Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T01:09:39.064Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:39.064Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T01:09:39.064Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:09:39.064Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:09:39.325Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:39.325Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:09:39.325Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:09:39.586Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T01:09:39.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:39.586Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T01:09:39.586Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T01:09:39.846Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T01:09:39.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:39.846Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T01:09:39.846Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T01:09:40.434Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T01:09:40.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:40.434Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:09:40.434Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:09:40.696Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T01:09:40.696Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:40.696Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T01:09:40.696Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T01:09:40.969Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T01:09:40.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:40.969Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T01:09:40.969Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T01:09:41.231Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T01:09:41.231Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:41.231Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T01:09:41.231Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T01:09:41.493Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T01:09:41.493Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:41.493Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T01:09:41.493Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T01:09:41.759Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T01:09:41.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:41.759Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T01:09:41.759Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T01:09:42.184Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T01:09:42.445Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:09:42.445Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T01:09:42.445Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T01:09:42.445Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T01:09:42.707Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T01:09:42.707Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T01:09:42.707Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T01:09:42.707Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T01:09:42.968Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T01:09:42.968Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T01:09:42.968Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T01:09:43.229Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T01:09:43.229Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T01:09:43.488Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T01:09:43.488Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T01:09:43.749Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T01:09:43.749Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T01:09:43.749Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T01:09:44.012Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T01:09:44.012Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T01:09:44.012Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T01:09:44.012Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T01:09:44.012Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T01:09:44.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.652s coverage: 27.1% of statements [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T01:09:44.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.108s coverage: 100.0% of statements [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T01:09:44.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T01:09:44.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 65.8% of statements [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T01:09:44.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.375s coverage: 82.3% of statements [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T01:09:44.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T01:09:44.273Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T01:09:44.273Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T01:09:44.273Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T01:09:44.273Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T01:09:44.534Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T01:09:44.534Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T01:09:45.475Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T01:09:45.475Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T01:09:45.475Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T01:09:45.476Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T01:09:45.476Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:09:45.476Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:09:46.044Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:09:46.044Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:09:46.044Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:09:46.305Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:09:46.305Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:09:46.305Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:09:46.305Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:46.567Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:46.567Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:46.567Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:46.827Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:46.827Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:46.827Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:47.088Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:48.027Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:48.027Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:49.031Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:49.370Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:50.074Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:50.074Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:50.392Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:50.392Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:50.969Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:50.969Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:51.231Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T01:09:51.231Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T01:09:51.231Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T01:09:51.231Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T01:09:51.493Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T01:09:51.493Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T01:09:51.493Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T01:09:51.753Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T01:09:51.753Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T01:09:51.753Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T01:09:51.753Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T01:09:52.013Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T01:09:52.013Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T01:09:52.013Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T01:09:52.273Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:52.273Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T01:09:52.273Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:52.273Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:52.273Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:52.273Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T01:09:52.273Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T01:09:52.273Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T01:09:52.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.223s coverage: 28.6% of statements [2021-01-28T01:09:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T01:09:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T01:09:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T01:09:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T01:09:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T01:09:52.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.218s coverage: 100.0% of statements [2021-01-28T01:09:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T01:09:52.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements [2021-01-28T01:09:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T01:09:52.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.390s coverage: 86.7% of statements [2021-01-28T01:09:52.348Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T01:09:52.534Z] [2021-01-28T01:09:52.534Z] Current default time zone: 'Etc/UTC' [2021-01-28T01:09:52.534Z] Local time is now: Thu Jan 28 01:09:52 UTC 2021. [2021-01-28T01:09:52.534Z] Universal Time is now: Thu Jan 28 01:09:52 UTC 2021. [2021-01-28T01:09:52.534Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T01:09:52.534Z] [2021-01-28T01:09:52.534Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T01:09:52.534Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:52.534Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T01:09:52.534Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:09:52.534Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T01:09:52.534Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T01:09:52.630Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.419s coverage: 97.5% of statements [2021-01-28T01:09:52.630Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T01:09:52.795Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T01:09:52.795Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T01:09:52.795Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T01:09:52.795Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T01:09:52.795Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:52.795Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T01:09:53.055Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:53.055Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:09:53.055Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:53.055Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T01:09:53.055Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T01:09:53.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements [2021-01-28T01:09:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T01:09:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T01:09:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T01:09:53.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T01:09:53.315Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T01:09:53.315Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T01:09:53.315Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T01:09:53.315Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T01:09:53.315Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:09:53.315Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T01:09:55.225Z] Updating certificates in /etc/ssl/certs... [2021-01-28T01:09:55.804Z] 22 added, 17 removed; done. [2021-01-28T01:09:56.067Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T01:09:56.067Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:56.067Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T01:09:56.067Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T01:09:56.067Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T01:09:56.067Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:56.327Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:09:56.327Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:56.327Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:56.327Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:56.327Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:56.327Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:56.327Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T01:09:56.327Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:09:56.587Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T01:09:56.587Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T01:09:56.587Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:09:56.587Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:56.587Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:56.587Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T01:09:56.587Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T01:09:56.587Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T01:09:56.848Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:09:56.848Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T01:09:56.848Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T01:09:56.848Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T01:09:56.848Z] Updating certificates in /etc/ssl/certs... [2021-01-28T01:09:57.793Z] 0 added, 0 removed; done. [2021-01-28T01:09:57.793Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T01:09:57.793Z] done. [2021-01-28T01:09:58.054Z] Reading package lists... [2021-01-28T01:09:58.315Z] Building dependency tree... [2021-01-28T01:09:58.315Z] Reading state information... [2021-01-28T01:09:58.315Z] The following NEW packages will be installed: [2021-01-28T01:09:58.315Z] apt-transport-https [2021-01-28T01:09:58.575Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T01:09:58.575Z] Need to get 1696 B of archives. [2021-01-28T01:09:58.575Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T01:09:58.575Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T01:09:58.575Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:09:58.575Z] Fetched 1696 B in 0s (9506 B/s) [2021-01-28T01:09:58.835Z] Selecting previously unselected package apt-transport-https. [2021-01-28T01:09:58.835Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T01:09:58.835Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T01:09:58.835Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T01:09:58.835Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T01:09:59.095Z] Waiting for network to be ready... [2021-01-28T01:10:03.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.410s coverage: 92.8% of statements [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T01:10:03.439Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T01:10:03.439Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.167s coverage: 0.1% of statements [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T01:10:03.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T01:10:03.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 43.8% of statements [2021-01-28T01:10:03.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements [2021-01-28T01:10:03.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements [2021-01-28T01:10:03.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-01-28T01:10:03.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-01-28T01:10:04.390Z] 2021-01-28T01:10:01Z INFO Waiting for automatic snapd restart... [2021-01-28T01:10:04.961Z] snapd 2.48.2 from Canonical* installed [2021-01-28T01:10:05.902Z] "snapd" switched to the "latest/stable" channel [2021-01-28T01:10:05.902Z] [2021-01-28T01:10:08.447Z] core18 20201210 from Canonical* installed [2021-01-28T01:10:08.447Z] "core18" switched to the "latest/stable" channel [2021-01-28T01:10:08.447Z] [2021-01-28T01:10:11.749Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T01:10:11.749Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T01:10:11.749Z] [2021-01-28T01:10:15.047Z] 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-01-28T01:10:15.047Z] - README.md [2021-01-28T01:10:15.047Z] - snapcraft.yaml.orig [2021-01-28T01:10:15.047Z] [2021-01-28T01:10:15.047Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T01:10:15.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements [2021-01-28T01:10:15.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-01-28T01:10:15.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T01:10:15.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T01:10:15.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T01:10:15.862Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T01:10:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-01-28T01:10:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T01:10:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T01:10:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-28T01:10:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T01:10:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-01-28T01:10:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T01:10:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-01-28T01:10:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-01-28T01:10:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.2% of statements [2021-01-28T01:10:16.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.4% of statements [2021-01-28T01:10:16.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T01:10:18.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.677s coverage: 63.5% of statements [2021-01-28T01:10:18.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T01:10:18.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T01:10:18.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.082s coverage: 100.0% of statements [2021-01-28T01:10:18.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.135s coverage: 91.3% of statements [2021-01-28T01:10:19.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-01-28T01:10:21.626Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:10:21.626Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T01:10:21.626Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T01:10:21.626Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T01:10:21.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-01-28T01:10:21.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-01-28T01:10:22.829Z] Reading package lists... [2021-01-28T01:10:22.829Z] 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-01-28T01:10:25.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.960s coverage: 68.9% of statements [2021-01-28T01:10:25.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T01:10:25.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T01:10:25.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T01:10:25.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T01:10:25.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T01:10:26.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.480s coverage: 37.0% of statements [2021-01-28T01:10:26.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T01:10:26.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T01:10:29.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.896s coverage: 84.0% of statements [2021-01-28T01:10:29.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.114s coverage: 100.0% of statements [2021-01-28T01:10:29.412Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:10:29.412Z] Reading package lists... [2021-01-28T01:10:29.412Z] Building dependency tree... [2021-01-28T01:10:29.412Z] Reading state information... [2021-01-28T01:10:29.412Z] Suggested packages: [2021-01-28T01:10:29.412Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T01:10:29.412Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T01:10:29.412Z] Recommended packages: [2021-01-28T01:10:29.412Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T01:10:29.412Z] The following NEW packages will be installed: [2021-01-28T01:10:29.412Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T01:10:29.412Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T01:10:29.412Z] pkg-config zip [2021-01-28T01:10:29.412Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T01:10:29.412Z] Need to get 7655 kB of archives. [2021-01-28T01:10:29.412Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T01:10:29.412Z] 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-01-28T01:10:29.412Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T01:10:29.412Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T01:10:29.412Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T01:10:29.673Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T01:10:29.673Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T01:10:29.673Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T01:10:29.673Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T01:10:29.934Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T01:10:29.934Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T01:10:29.934Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T01:10:29.935Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T01:10:29.935Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T01:10:29.935Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T01:10:29.935Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T01:10:30.194Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:10:30.194Z] Fetched 7655 kB in 1s (10.8 MB/s) [2021-01-28T01:10:30.194Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T01:10:30.194Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T01:10:30.194Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T01:10:30.194Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T01:10:30.455Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T01:10:30.455Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T01:10:30.455Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T01:10:30.714Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T01:10:30.714Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T01:10:30.714Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T01:10:30.714Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T01:10:30.714Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T01:10:30.714Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T01:10:30.714Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T01:10:30.714Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T01:10:30.714Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T01:10:30.974Z] Selecting previously unselected package liberror-perl. [2021-01-28T01:10:30.974Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T01:10:30.974Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T01:10:30.974Z] Selecting previously unselected package git-man. [2021-01-28T01:10:30.974Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T01:10:30.974Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:10:31.234Z] Selecting previously unselected package git. [2021-01-28T01:10:31.234Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T01:10:31.234Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:10:32.177Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T01:10:32.177Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T01:10:32.177Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T01:10:32.177Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T01:10:32.177Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T01:10:32.177Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T01:10:32.177Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T01:10:32.177Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T01:10:32.177Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T01:10:32.439Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T01:10:32.440Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T01:10:32.440Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:10:32.440Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T01:10:32.440Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T01:10:32.440Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:10:32.440Z] Selecting previously unselected package pkg-config. [2021-01-28T01:10:32.440Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T01:10:32.440Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T01:10:32.700Z] Selecting previously unselected package zip. [2021-01-28T01:10:32.700Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T01:10:32.700Z] Unpacking zip (3.0-11build1) ... [2021-01-28T01:10:32.700Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T01:10:32.700Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:10:32.700Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T01:10:32.700Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T01:10:32.700Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T01:10:32.700Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T01:10:32.962Z] No schema files found: doing nothing. [2021-01-28T01:10:32.962Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T01:10:32.962Z] Setting up zip (3.0-11build1) ... [2021-01-28T01:10:32.962Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T01:10:32.962Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T01:10:32.962Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T01:10:32.962Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:10:32.962Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T01:10:32.962Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:10:33.221Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:10:33.221Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:10:34.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.404s coverage: 47.1% of statements [2021-01-28T01:10:34.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T01:10:34.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T01:10:34.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T01:10:34.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T01:10:34.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T01:10:34.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements [2021-01-28T01:10:34.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T01:10:34.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.170s coverage: 100.0% of statements [2021-01-28T01:10:34.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T01:10:39.808Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:10:39.808Z] git set to automatically installed. [2021-01-28T01:10:39.808Z] git-man set to automatically installed. [2021-01-28T01:10:39.808Z] libcurl3-gnutls set to automatically installed. [2021-01-28T01:10:39.808Z] liberror-perl set to automatically installed. [2021-01-28T01:10:39.808Z] libglib2.0-0 set to automatically installed. [2021-01-28T01:10:39.808Z] libnghttp2-14 set to automatically installed. [2021-01-28T01:10:39.808Z] libnorm1 set to automatically installed. [2021-01-28T01:10:39.808Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T01:10:39.808Z] libpsl5 set to automatically installed. [2021-01-28T01:10:39.808Z] librtmp1 set to automatically installed. [2021-01-28T01:10:39.808Z] libsodium23 set to automatically installed. [2021-01-28T01:10:39.808Z] libzmq3-dev set to automatically installed. [2021-01-28T01:10:39.808Z] libzmq5 set to automatically installed. [2021-01-28T01:10:39.808Z] pkg-config set to automatically installed. [2021-01-28T01:10:39.808Z] zip set to automatically installed. [2021-01-28T01:10:41.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.176s coverage: 29.1% of statements [2021-01-28T01:10:41.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T01:10:41.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T01:10:41.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T01:10:41.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T01:10:41.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T01:10:41.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements [2021-01-28T01:10:41.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T01:10:41.492Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements [2021-01-28T01:10:41.492Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T01:10:41.492Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-28T01:10:41.492Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T01:10:41.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-28T01:10:41.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T01:10:41.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T01:10:41.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T01:10:41.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T01:10:41.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-01-28T01:10:41.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T01:10:41.493Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T01:10:41.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-01-28T01:10:41.493Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-01-28T01:10:41.730Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T01:10:42.094Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-28T01:10:43.073Z] GO111MODULE=on go vet ./... [2021-01-28T01:10:48.381Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:10:48.381Z] snap "core18" has no updates available [2021-01-28T01:10:48.952Z] Pulling config-common [2021-01-28T01:10:49.892Z] Pulling go-build-helper [2021-01-28T01:11:11.880Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T01:11:11.880Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T01:11:11.880Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T01:11:11.880Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T01:11:11.880Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T01:11:11.880Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T01:11:11.880Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T01:11:11.880Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T01:11:11.880Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T01:11:11.880Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T01:11:11.880Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T01:11:11.880Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T01:11:11.880Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T01:11:11.880Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T01:11:11.880Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T01:11:11.880Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T01:11:11.880Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T01:11:11.880Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T01:11:11.880Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T01:11:11.880Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T01:11:11.880Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T01:11:11.880Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T01:11:11.880Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T01:11:11.880Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T01:11:11.880Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T01:11:11.880Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T01:11:11.880Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T01:11:11.880Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T01:11:11.880Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T01:11:11.880Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T01:11:11.880Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T01:11:11.880Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T01:11:11.880Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T01:11:11.880Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T01:11:11.880Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T01:11:11.880Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T01:11:11.880Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T01:11:11.880Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T01:11:11.880Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T01:11:11.880Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T01:11:11.880Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T01:11:11.880Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T01:11:11.880Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T01:11:11.880Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T01:11:11.881Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T01:11:11.881Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T01:11:11.881Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T01:11:11.881Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T01:11:11.881Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T01:11:11.881Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T01:11:11.881Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T01:11:11.881Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T01:11:11.881Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T01:11:11.881Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T01:11:11.881Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T01:11:11.881Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T01:11:11.881Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T01:11:11.881Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T01:11:11.881Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T01:11:11.881Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T01:11:11.881Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T01:11:11.881Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T01:11:11.881Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T01:11:11.881Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T01:11:11.881Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T01:11:14.423Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T01:11:14.423Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T01:11:14.423Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T01:11:14.423Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T01:11:14.423Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T01:11:14.423Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T01:11:14.423Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T01:11:14.423Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T01:11:14.423Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T01:11:14.423Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T01:11:14.423Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T01:11:14.423Z] Pulling static-packages [2021-01-28T01:11:15.365Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-28T01:11:15.365Z] Skipping pull go-build-helper (already ran) [2021-01-28T01:11:15.365Z] Skipping pull static-packages (already ran) [2021-01-28T01:11:15.365Z] Building go-build-helper [2021-01-28T01:11:18.839Z] Building static-packages [2021-01-28T01:11:20.818Z] Staging go-build-helper [2021-01-28T01:11:21.388Z] Staging static-packages [2021-01-28T01:11:22.328Z] Pulling go115 [2021-01-28T01:11:23.267Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T01:11:23.267Z] Skipping pull go115 (already ran) [2021-01-28T01:11:23.267Z] Building go115 [2021-01-28T01:11:23.267Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T01:11:23.267Z] Dload Upload Total Spent Left Speed [2021-01-28T01:11:26.141Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1759k 0 0 7616k 0 0:00:15 --:--:-- 0:00:15 7583k 41 115M 41 47.8M 0 0 38.4M 0 0:00:03 0:00:01 0:00:02 38.3M 78 115M 78 91.2M 0 0 40.9M 0 0:00:02 0:00:02 --:--:-- 40.9M 100 115M 100 115M 0 0 41.5M 0 0:00:02 0:00:02 --:--:-- 41.5M [2021-01-28T01:11:26.709Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T01:11:30.957Z] Staging go115 [2021-01-28T01:11:36.241Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T01:11:36.241Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T01:11:36.241Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T01:11:36.241Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T01:11:36.241Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T01:11:36.241Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T01:11:36.241Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T01:11:36.241Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T01:11:36.241Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T01:11:36.241Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T01:11:36.241Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T01:11:36.241Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T01:11:36.241Z] Pulling edgex-go [2021-01-28T01:11:36.501Z] Pulling version [2021-01-28T01:11:37.443Z] Building config-common [2021-01-28T01:11:39.353Z] Skipping build go-build-helper (already ran) [2021-01-28T01:11:39.353Z] Skipping build static-packages (already ran) [2021-01-28T01:11:39.353Z] Skipping build go115 (already ran) [2021-01-28T01:11:39.614Z] Building edgex-go [2021-01-28T01:11:39.876Z] 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-01-28T01:11:40.815Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T01:11:40.815Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T01:11:40.815Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-28T01:11:40.815Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T01:11:40.815Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-28T01:11:40.815Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T01:11:40.815Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T01:11:40.815Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T01:11:40.815Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T01:11:40.815Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T01:11:40.815Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T01:11:40.815Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T01:11:40.815Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T01:11:40.815Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T01:11:40.815Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T01:11:40.815Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T01:11:40.815Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T01:11:40.815Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T01:11:41.079Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T01:11:41.079Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T01:11:41.079Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T01:11:41.079Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T01:11:41.079Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T01:11:41.079Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T01:11:41.079Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T01:11:41.079Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T01:11:41.079Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T01:11:41.079Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T01:11:41.079Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T01:11:41.079Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T01:11:41.079Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T01:11:41.079Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T01:11:41.079Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T01:11:41.079Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T01:11:41.079Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T01:11:41.079Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T01:11:41.079Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T01:11:41.079Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T01:11:41.339Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T01:11:41.339Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T01:11:47.914Z] 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-01-28T01:11:51.206Z] 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-01-28T01:11:52.146Z] 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-01-28T01:11:53.528Z] 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-01-28T01:11:53.788Z] 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-01-28T01:11:53.788Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-28T01:11:54.048Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T01:11:54.048Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T01:11:54.048Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T01:11:55.427Z] 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-01-28T01:11:55.427Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T01:11:55.427Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T01:11:56.810Z] 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-01-28T01:11:57.379Z] 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-01-28T01:11:57.379Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T01:11:58.760Z] 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-01-28T01:11:59.697Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T01:12:00.269Z] 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-01-28T01:12:00.269Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T01:12:01.208Z] 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-01-28T01:12:01.208Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T01:12:03.753Z] Building version [2021-01-28T01:12:04.881Z] gofmt -l . [2021-01-28T01:12:04.881Z] [ "`gofmt -l .`" = "" ] [2021-01-28T01:12:04.881Z] ./bin/test-go-mod-tidy.sh [2021-01-28T01:12:05.667Z] Staging config-common [2021-01-28T01:12:05.861Z] ./bin/test-attribution-txt.sh [2021-01-28T01:12:06.610Z] Skipping stage go-build-helper (already ran) [2021-01-28T01:12:06.610Z] Skipping stage static-packages (already ran) [2021-01-28T01:12:06.610Z] Skipping stage go115 (already ran) [2021-01-28T01:12:06.610Z] Staging edgex-go [Pipeline] sh [2021-01-28T01:12:07.552Z] Staging version [2021-01-28T01:12:07.953Z] + ls -al . [2021-01-28T01:12:07.953Z] total 696 [2021-01-28T01:12:07.953Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 01:12 . [2021-01-28T01:12:07.953Z] drwxr-xr-x 4 root root 4096 Jan 28 01:07 .. [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 01:06 .dockerignore [2021-01-28T01:12:07.953Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 01:06 .git [2021-01-28T01:12:07.953Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 01:06 .github [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 01:06 .gitignore [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 01:06 .sonarcloud.properties [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 01:06 Attribution.txt [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 01:06 CONTRIBUTING.md [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 01:06 Dockerfile.build [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 01:06 Jenkinsfile [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 01:06 LICENSE [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 01:06 Makefile [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 01:06 README.md [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 01:06 SECURITY.md [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:57 VERSION [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 01:06 ZMQWindows.md [2021-01-28T01:12:07.953Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 01:06 bin [2021-01-28T01:12:07.953Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 01:06 cmd [2021-01-28T01:12:07.953Z] -rw-r--r-- 1 root root 564700 Jan 28 01:10 coverage.out [2021-01-28T01:12:07.953Z] -rw-r--r-- 1 root root 1053 Jan 28 01:12 go.mod [2021-01-28T01:12:07.953Z] -rw-r--r-- 1 root root 19080 Jan 28 01:12 go.sum [2021-01-28T01:12:07.953Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 01:06 internal [2021-01-28T01:12:07.953Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 01:06 openapi [2021-01-28T01:12:07.953Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 01:06 snap [2021-01-28T01:12:07.953Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 01:06 version.go [Pipeline] sh [2021-01-28T01:12:08.492Z] Priming config-common [2021-01-28T01:12:08.618Z] + '[' -e coverage.out ] [2021-01-28T01:12:08.618Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T01:12:08.641Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T01:12:09.432Z] Priming go-build-helper [2021-01-28T01:12:09.792Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T01:12:10.372Z] Priming static-packages [2021-01-28T01:12:10.466Z] + make build [2021-01-28T01:12:10.466Z] 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-01-28T01:12:12.279Z] Priming go115 [2021-01-28T01:12:13.219Z] Priming edgex-go [2021-01-28T01:12:14.602Z] Priming version [2021-01-28T01:12:15.545Z] 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-01-28T01:12:20.665Z] 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-01-28T01:12:47.456Z] 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-01-28T01:12:50.864Z] 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-01-28T01:12:56.242Z] 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-01-28T01:12:57.216Z] 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-01-28T01:13:02.594Z] 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-01-28T01:13:07.972Z] 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-01-28T01:13:12.271Z] 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-01-28T01:13:15.656Z] 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-01-28T01:13:19.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T01:13:25.550Z] 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-01-28T01:13:28.964Z] 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-01-28T01:13:34.377Z] $ docker stop --time=1 156715a998e87fa524bb10c219b5e9418d1172bf603bfea54eff66a08cc5e8b9 [2021-01-28T01:13:36.963Z] $ docker rm -f 156715a998e87fa524bb10c219b5e9418d1172bf603bfea54eff66a08cc5e8b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:13:38.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:13:38.892Z] [2021-01-28T01:13:38.892Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:13:39.282Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:13:39.555Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T01:13:39.555Z] 29e5d40040c1: Pulling fs layer [2021-01-28T01:13:39.555Z] 1ce36da41761: Pulling fs layer [2021-01-28T01:13:39.555Z] 25b303627fd3: Pulling fs layer [2021-01-28T01:13:39.832Z] 29e5d40040c1: Verifying Checksum [2021-01-28T01:13:39.832Z] 29e5d40040c1: Download complete [2021-01-28T01:13:40.436Z] 1ce36da41761: Verifying Checksum [2021-01-28T01:13:40.436Z] 1ce36da41761: Download complete [2021-01-28T01:13:40.436Z] 29e5d40040c1: Pull complete [2021-01-28T01:13:41.871Z] 1ce36da41761: Pull complete [2021-01-28T01:13:42.147Z] 25b303627fd3: Verifying Checksum [2021-01-28T01:13:42.147Z] 25b303627fd3: Download complete [2021-01-28T01:13:52.310Z] 25b303627fd3: Pull complete [2021-01-28T01:13:52.310Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T01:13:52.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:13:52.310Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T01:13:52.569Z] prd-ubuntu18.04-docker-arm64-4c-16g-23632 does not seem to be running inside a container [2021-01-28T01:13:52.649Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T01:13:56.072Z] $ docker top dedd88a9c59631b55f404e235370016ce24277add377089fb2d5f573671da683 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:13:57.193Z] + grep parallel [2021-01-28T01:13:57.193Z] + docker-compose build --help [2021-01-28T01:14:00.573Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T01:14:00.864Z] $ docker stop --time=1 dedd88a9c59631b55f404e235370016ce24277add377089fb2d5f573671da683 [2021-01-28T01:14:02.873Z] $ docker rm -f dedd88a9c59631b55f404e235370016ce24277add377089fb2d5f573671da683 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:14:03.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:14:03.791Z] . [Pipeline] withDockerContainer [2021-01-28T01:14:04.082Z] prd-ubuntu18.04-docker-arm64-4c-16g-23632 does not seem to be running inside a container [2021-01-28T01:14:04.153Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-01-28T01:14:05.551Z] $ docker top 62bbd9025406a5a6512b2f77cb16cd4b675ce03e4986721eccee52d7c70391a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:14:06.579Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T01:14:10.866Z] Building docker-core-command-go ... [2021-01-28T01:14:10.866Z] Building docker-core-data-go ... [2021-01-28T01:14:10.866Z] Building docker-core-metadata-go ... [2021-01-28T01:14:10.866Z] Building docker-security-bootstrapper-go ... [2021-01-28T01:14:10.866Z] Building docker-security-proxy-setup-go ... [2021-01-28T01:14:10.866Z] Building docker-security-secretstore-setup-go ... [2021-01-28T01:14:10.866Z] Building docker-support-notifications-go ... [2021-01-28T01:14:10.866Z] Building docker-support-scheduler-go ... [2021-01-28T01:14:10.866Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T01:14:10.866Z] Building docker-core-data-go [2021-01-28T01:14:10.866Z] Building docker-security-secretstore-setup-go [2021-01-28T01:14:10.866Z] Building docker-security-bootstrapper-go [2021-01-28T01:14:10.866Z] Building docker-support-scheduler-go [2021-01-28T01:14:10.866Z] Building docker-core-metadata-go [2021-01-28T01:15:18.864Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:15:18.864Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:15:18.864Z] ---> c99b23c6435a [2021-01-28T01:15:18.864Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:15:18.864Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:15:18.864Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:15:18.864Z] ---> c99b23c6435a [2021-01-28T01:15:18.864Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:15:18.864Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:15:18.864Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:15:18.864Z] ---> c99b23c6435a [2021-01-28T01:15:18.864Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T01:15:19.137Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:15:19.137Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:15:19.137Z] ---> c99b23c6435a [2021-01-28T01:15:19.137Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:15:19.410Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:15:19.410Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:15:19.410Z] ---> c99b23c6435a [2021-01-28T01:15:19.410Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T01:15:23.720Z] ---> Running in a627bd9bfbe7 [2021-01-28T01:15:23.720Z] ---> Running in aced226aa775 [2021-01-28T01:15:23.720Z] ---> Running in 2648ecbd3996 [2021-01-28T01:15:23.720Z] ---> Running in f039651f4dd1 [2021-01-28T01:15:23.720Z] ---> Running in 62e25242422d [2021-01-28T01:15:23.992Z] Removing intermediate container f039651f4dd1 [2021-01-28T01:15:23.992Z] ---> 999b2d3ff696 [2021-01-28T01:15:23.992Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:15:23.992Z] Removing intermediate container 62e25242422d [2021-01-28T01:15:23.992Z] ---> aeb08f21be53 [2021-01-28T01:15:23.992Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:15:24.263Z] Removing intermediate container 2648ecbd3996 [2021-01-28T01:15:24.263Z] ---> 28c2ad443766 [2021-01-28T01:15:24.263Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:15:24.263Z] Removing intermediate container a627bd9bfbe7 [2021-01-28T01:15:24.263Z] ---> ba20c1f94da5 [2021-01-28T01:15:24.263Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:15:24.263Z] Removing intermediate container aced226aa775 [2021-01-28T01:15:24.263Z] ---> 7c05fee69ca7 [2021-01-28T01:15:24.263Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:15:24.533Z] ---> Running in bb1d917324f6 [2021-01-28T01:15:24.533Z] ---> Running in 959c37293ef1 [2021-01-28T01:15:24.533Z] ---> Running in d627e495ed10 [2021-01-28T01:15:24.533Z] ---> Running in 9dbe93c308ea [2021-01-28T01:15:24.533Z] ---> Running in e862a1616412 [2021-01-28T01:15:27.930Z] Removing intermediate container bb1d917324f6 [2021-01-28T01:15:27.930Z] ---> 9fbd8bba0097 [2021-01-28T01:15:27.930Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:15:27.930Z] ---> Running in ee2caffcea5f [2021-01-28T01:15:28.205Z] Removing intermediate container 9dbe93c308ea [2021-01-28T01:15:28.205Z] ---> 510ebd97453d [2021-01-28T01:15:28.205Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T01:15:28.479Z] ---> Running in c36fa7543552 [2021-01-28T01:15:28.479Z] Removing intermediate container 959c37293ef1 [2021-01-28T01:15:28.479Z] ---> ac6d794aa3f4 [2021-01-28T01:15:28.479Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T01:15:28.763Z] Removing intermediate container d627e495ed10 [2021-01-28T01:15:28.763Z] ---> 84df7a66223a [2021-01-28T01:15:28.763Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T01:15:28.763Z] ---> Running in ff21c7376e29 [2021-01-28T01:15:28.763Z] ---> Running in 5dcc7b252fc0 [2021-01-28T01:15:29.041Z] Removing intermediate container e862a1616412 [2021-01-28T01:15:29.041Z] ---> 44bc0af4d05d [2021-01-28T01:15:29.041Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T01:15:29.314Z] ---> Running in bdcd9c1deea7 [2021-01-28T01:15:29.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:15:30.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:15:30.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:15:30.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:15:30.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:15:30.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:15:31.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:15:31.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:15:31.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:15:31.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:15:31.947Z] OK: 217 MiB in 51 packages [2021-01-28T01:15:32.544Z] OK: 217 MiB in 51 packages [2021-01-28T01:15:32.820Z] OK: 217 MiB in 51 packages [2021-01-28T01:15:33.098Z] OK: 217 MiB in 51 packages [2021-01-28T01:15:33.098Z] OK: 217 MiB in 51 packages [2021-01-28T01:15:33.702Z] Removing intermediate container ee2caffcea5f [2021-01-28T01:15:33.702Z] ---> 221ff3be9f10 [2021-01-28T01:15:33.702Z] Step 6/23 : COPY go.mod . [2021-01-28T01:15:34.305Z] Removing intermediate container c36fa7543552 [2021-01-28T01:15:34.305Z] ---> 6e52f9ee9066 [2021-01-28T01:15:34.305Z] Step 6/34 : COPY go.mod . [2021-01-28T01:15:34.579Z] ---> aeeeb1de807a [2021-01-28T01:15:34.579Z] Step 7/23 : RUN go mod download [2021-01-28T01:15:34.854Z] Removing intermediate container 5dcc7b252fc0 [2021-01-28T01:15:34.854Z] ---> cf33b4975285 [2021-01-28T01:15:34.854Z] Step 6/24 : COPY go.mod . [2021-01-28T01:15:34.854Z] Removing intermediate container bdcd9c1deea7 [2021-01-28T01:15:34.854Z] ---> 2371a1677d18 [2021-01-28T01:15:34.854Z] Step 6/23 : COPY go.mod . [2021-01-28T01:15:34.854Z] ---> Running in 2970c1d9fb6e [2021-01-28T01:15:35.132Z] Removing intermediate container ff21c7376e29 [2021-01-28T01:15:35.132Z] ---> bfb9122de461 [2021-01-28T01:15:35.132Z] Step 6/22 : COPY go.mod . [2021-01-28T01:15:35.410Z] ---> 2892344479ff [2021-01-28T01:15:35.410Z] Step 7/34 : RUN go mod download [2021-01-28T01:15:35.686Z] ---> Running in 0cbb76939af8 [2021-01-28T01:15:35.960Z] ---> c479864d494f [2021-01-28T01:15:35.960Z] Step 7/24 : RUN go mod download [2021-01-28T01:15:36.237Z] ---> dbb96d67047c [2021-01-28T01:15:36.237Z] Step 7/22 : RUN go mod download [2021-01-28T01:15:36.237Z] ---> d4ce8a984432 [2021-01-28T01:15:36.237Z] Step 7/23 : RUN go mod download [2021-01-28T01:15:36.237Z] ---> Running in ce594f1e60ec [2021-01-28T01:15:36.525Z] ---> Running in 32db716d4cfa [2021-01-28T01:15:36.525Z] ---> Running in 41fe7fd75061 [2021-01-28T01:15:39.171Z] Removing intermediate container 2970c1d9fb6e [2021-01-28T01:15:39.171Z] ---> 5aef4b7b1c9f [2021-01-28T01:15:39.171Z] Step 8/23 : COPY . . [2021-01-28T01:15:40.155Z] Removing intermediate container 0cbb76939af8 [2021-01-28T01:15:40.155Z] ---> 616a03bf9aad [2021-01-28T01:15:40.155Z] Step 8/34 : COPY . . [2021-01-28T01:15:41.187Z] Removing intermediate container ce594f1e60ec [2021-01-28T01:15:41.187Z] ---> 0b0839193cb9 [2021-01-28T01:15:41.187Z] Step 8/24 : COPY . . [2021-01-28T01:15:41.790Z] Removing intermediate container 32db716d4cfa [2021-01-28T01:15:41.790Z] ---> e78f5081464a [2021-01-28T01:15:41.790Z] Step 8/22 : COPY . . [2021-01-28T01:15:42.393Z] Removing intermediate container 41fe7fd75061 [2021-01-28T01:15:42.393Z] ---> ebe561cb0bf7 [2021-01-28T01:15:42.393Z] Step 8/23 : COPY . . [2021-01-28T01:16:09.216Z] ---> ad8cf06230d5 [2021-01-28T01:16:09.216Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T01:16:09.216Z] ---> ae712ec9d6c6 [2021-01-28T01:16:09.216Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T01:16:09.216Z] ---> 2dfe8b5b0df2 [2021-01-28T01:16:09.216Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T01:16:09.216Z] ---> ca69e251d2eb [2021-01-28T01:16:09.216Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T01:16:09.216Z] ---> a15a3097b8c2 [2021-01-28T01:16:09.216Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T01:16:09.216Z] ---> Running in e67e6fa56eae [2021-01-28T01:16:09.216Z] ---> Running in eb589899baa3 [2021-01-28T01:16:09.216Z] ---> Running in aaacf9d14ccd [2021-01-28T01:16:09.216Z] ---> Running in f5258ed526ee [2021-01-28T01:16:09.216Z] ---> Running in d1f4f0691b3f [2021-01-28T01:16:09.216Z] Removing intermediate container e67e6fa56eae [2021-01-28T01:16:09.216Z] ---> d2f9b9fc6ccb [2021-01-28T01:16:09.216Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T01:16:09.216Z] ---> Running in b130db524c87 [2021-01-28T01:16:09.216Z] 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-01-28T01:16:09.216Z] 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-01-28T01:16:09.216Z] 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-01-28T01:16:09.216Z] 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-01-28T01:16:09.491Z] 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-01-28T01:17:31.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T01:17:31.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T01:17:43.724Z] Removing intermediate container f5258ed526ee [2021-01-28T01:17:43.724Z] ---> 75d377219e20 [2021-01-28T01:17:43.724Z] [2021-01-28T01:17:43.724Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T01:17:43.724Z] 3.12: Pulling from library/alpine [2021-01-28T01:17:44.001Z] Removing intermediate container aaacf9d14ccd [2021-01-28T01:17:44.001Z] ---> 31e48b90ce59 [2021-01-28T01:17:44.001Z] [2021-01-28T01:17:44.001Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:17:44.287Z] 3.12: Pulling from library/alpine [2021-01-28T01:17:45.277Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:17:45.277Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:17:45.277Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T01:17:45.277Z] ---> afeebe901d6b [2021-01-28T01:17:45.277Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:17:45.277Z] Status: Image is up to date for alpine:3.12 [2021-01-28T01:17:45.277Z] ---> afeebe901d6b [2021-01-28T01:17:45.277Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T01:17:45.879Z] ---> Running in 9eacf9222820 [2021-01-28T01:17:45.879Z] ---> Running in f03bf72bf9f9 [2021-01-28T01:17:48.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:17:48.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:17:48.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:17:48.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:17:49.374Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T01:17:49.647Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:17:49.647Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T01:17:49.647Z] OK: 5 MiB in 15 packages [2021-01-28T01:17:49.647Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:17:49.647Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T01:17:49.647Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T01:17:49.647Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T01:17:49.647Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:17:49.647Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:17:49.925Z] OK: 7 MiB in 19 packages [2021-01-28T01:17:50.909Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T01:17:50.909Z] + cd /tmp/build/dist/linux [2021-01-28T01:17:50.909Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T01:17:50.909Z] Cloning into '.'... [2021-01-28T01:17:51.511Z] + go get github.com/robfig/glock [2021-01-28T01:17:51.790Z] Removing intermediate container f03bf72bf9f9 [2021-01-28T01:17:51.790Z] ---> 4e91b290b0b2 [2021-01-28T01:17:51.790Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:17:52.068Z] ---> Running in a4e98a3134e8 [2021-01-28T01:17:52.679Z] Removing intermediate container 9eacf9222820 [2021-01-28T01:17:52.679Z] ---> 3d1172381fe5 [2021-01-28T01:17:52.679Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:17:52.959Z] ---> Running in 1d025cb84ab6 [2021-01-28T01:17:52.959Z] Removing intermediate container a4e98a3134e8 [2021-01-28T01:17:53.239Z] ---> 7f37296a562a [2021-01-28T01:17:53.239Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T01:17:53.239Z] ---> Running in b2ba0559e436 [2021-01-28T01:17:53.846Z] Removing intermediate container 1d025cb84ab6 [2021-01-28T01:17:53.846Z] ---> 3f1a2ae50408 [2021-01-28T01:17:53.846Z] Step 13/24 : WORKDIR / [2021-01-28T01:17:54.127Z] Removing intermediate container b2ba0559e436 [2021-01-28T01:17:54.127Z] ---> 97b01e761167 [2021-01-28T01:17:54.127Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:17:54.127Z] ---> Running in ea6db5851685 [2021-01-28T01:17:54.405Z] ---> Running in 30cfca5315de [2021-01-28T01:17:55.010Z] Removing intermediate container ea6db5851685 [2021-01-28T01:17:55.010Z] ---> 73562ad4d047 [2021-01-28T01:17:55.010Z] 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-01-28T01:17:55.294Z] Removing intermediate container 30cfca5315de [2021-01-28T01:17:55.294Z] ---> 25a42adf3615 [2021-01-28T01:17:55.294Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:17:56.732Z] ---> b62682292fc2 [2021-01-28T01:17:56.733Z] 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-01-28T01:17:56.733Z] ---> 834131dd18c3 [2021-01-28T01:17:56.733Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T01:17:58.174Z] ---> f54179cc3a0d [2021-01-28T01:17:58.174Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T01:17:59.182Z] ---> add5f5be0f89 [2021-01-28T01:17:59.182Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T01:17:59.182Z] ---> a094faa024ab [2021-01-28T01:17:59.182Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T01:18:00.626Z] ---> 81694be0d196 [2021-01-28T01:18:00.626Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T01:18:00.905Z] ---> Running in ea08c0ff40a4 [2021-01-28T01:18:01.185Z] ---> 9f1c8b7831d3 [2021-01-28T01:18:01.185Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T01:18:01.788Z] Removing intermediate container ea08c0ff40a4 [2021-01-28T01:18:01.788Z] ---> ea0740aa15c4 [2021-01-28T01:18:01.788Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:18:02.385Z] ---> Running in ef44a2e55e10 [2021-01-28T01:18:02.987Z] Removing intermediate container ef44a2e55e10 [2021-01-28T01:18:02.987Z] ---> a732cf92a9fb [2021-01-28T01:18:02.987Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T01:18:03.589Z] ---> b51dbb7a2f31 [2021-01-28T01:18:03.589Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T01:18:03.589Z] ---> Running in ec264089d1fd [2021-01-28T01:18:04.581Z] Removing intermediate container ec264089d1fd [2021-01-28T01:18:04.581Z] ---> fc315012cc90 [2021-01-28T01:18:04.581Z] Step 21/22 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:18:04.854Z] ---> Running in bcfddc3fed7a [2021-01-28T01:18:05.133Z] ---> cd514ff67bbb [2021-01-28T01:18:05.133Z] 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-01-28T01:18:05.417Z] ---> Running in 49ab013e8360 [2021-01-28T01:18:05.688Z] Removing intermediate container bcfddc3fed7a [2021-01-28T01:18:05.688Z] ---> e6686e7959f9 [2021-01-28T01:18:05.688Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:18:06.293Z] ---> Running in 7c8574bfcdc3 [2021-01-28T01:18:07.281Z] Removing intermediate container 7c8574bfcdc3 [2021-01-28T01:18:07.281Z] ---> c2b3cb367d70 [2021-01-28T01:18:07.281Z] [2021-01-28T01:18:08.278Z] Successfully built c2b3cb367d70 [2021-01-28T01:18:08.278Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T01:18:08.278Z] Building docker-support-notifications-go [2021-01-28T01:18:11.703Z]  Building docker-support-scheduler-go ... done Removing intermediate container 49ab013e8360 [2021-01-28T01:18:11.703Z] ---> 54b3f15ad65a [2021-01-28T01:18:11.703Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T01:18:12.336Z] ---> Running in 6320f785922f [2021-01-28T01:18:12.336Z] Removing intermediate container eb589899baa3 [2021-01-28T01:18:12.336Z] ---> a6de1c7b7e1c [2021-01-28T01:18:12.336Z] [2021-01-28T01:18:12.336Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:18:12.336Z] ---> afeebe901d6b [2021-01-28T01:18:12.336Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:18:12.336Z] ---> Using cache [2021-01-28T01:18:12.336Z] ---> 4e91b290b0b2 [2021-01-28T01:18:12.336Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:18:12.336Z] ---> Using cache [2021-01-28T01:18:12.336Z] ---> 7f37296a562a [2021-01-28T01:18:12.336Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T01:18:13.320Z] ---> Running in cb688560e50a [2021-01-28T01:18:13.615Z] Removing intermediate container 6320f785922f [2021-01-28T01:18:13.615Z] ---> 256b32b32679 [2021-01-28T01:18:13.615Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T01:18:14.229Z] Removing intermediate container cb688560e50a [2021-01-28T01:18:14.229Z] ---> b57540606f45 [2021-01-28T01:18:14.229Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:18:14.229Z] ---> Running in 13b33fc1255c [2021-01-28T01:18:14.522Z] ---> Running in 18baaee003f6 [2021-01-28T01:18:15.127Z] Removing intermediate container 13b33fc1255c [2021-01-28T01:18:15.127Z] ---> 0acf9bf7aaf6 [2021-01-28T01:18:15.127Z] Step 23/24 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:18:15.407Z] ---> Running in c37a30792e53 [2021-01-28T01:18:15.407Z] Removing intermediate container 18baaee003f6 [2021-01-28T01:18:15.407Z] ---> 153636fe4777 [2021-01-28T01:18:15.407Z] Step 15/23 : WORKDIR / [2021-01-28T01:18:15.678Z] ---> Running in 6e3a6be7d579 [2021-01-28T01:18:16.279Z] Removing intermediate container c37a30792e53 [2021-01-28T01:18:16.279Z] ---> 2addae34f3ab [2021-01-28T01:18:16.279Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T01:18:16.279Z] + glock sync -n [2021-01-28T01:18:16.551Z]  ---> Running in 2294ad2cf805 [2021-01-28T01:18:16.551Z] Removing intermediate container 6e3a6be7d579 [2021-01-28T01:18:16.551Z] ---> 531a46cffc04 [2021-01-28T01:18:16.551Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:18:17.977Z] Removing intermediate container 2294ad2cf805 [2021-01-28T01:18:17.977Z] ---> 9d7097e2eed9 [2021-01-28T01:18:17.977Z] [2021-01-28T01:18:18.252Z] ---> 6fb330448ef9 [2021-01-28T01:18:18.252Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T01:18:18.523Z] Successfully built 9d7097e2eed9 [2021-01-28T01:18:18.523Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T01:18:18.523Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-28T01:18:21.143Z] Removing intermediate container d1f4f0691b3f [2021-01-28T01:18:21.143Z] ---> cab84d0054b9 [2021-01-28T01:18:21.143Z] [2021-01-28T01:18:21.143Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:18:21.143Z] ---> afeebe901d6b [2021-01-28T01:18:21.143Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T01:18:21.143Z] ---> 2be8d1aa56b6 [2021-01-28T01:18:21.143Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T01:18:21.739Z] ---> Running in aa8db9a300e1 [2021-01-28T01:18:23.183Z] Removing intermediate container aa8db9a300e1 [2021-01-28T01:18:23.183Z] ---> 8d5c8c0ac2db [2021-01-28T01:18:23.183Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T01:18:23.786Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T01:18:23.786Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T01:18:23.786Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T01:18:23.786Z] ---> add323e58ad6 [2021-01-28T01:18:23.786Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T01:18:24.070Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T01:18:24.070Z] + git describe '--abbrev=0' --tags [2021-01-28T01:18:24.070Z] + TAG=v0.6.1 [2021-01-28T01:18:24.070Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T01:18:24.070Z] + apk --print-arch [2021-01-28T01:18:24.070Z] building [dockerize] for arm64 ... [2021-01-28T01:18:24.070Z] + arch=aarch64 [2021-01-28T01:18:24.070Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T01:18:24.070Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T01:18:24.670Z]  ---> Running in deeb775d538b [2021-01-28T01:18:24.670Z] ---> Running in f295a64392a3 [2021-01-28T01:18:25.672Z] Removing intermediate container f295a64392a3 [2021-01-28T01:18:25.672Z] ---> 48274e566b3a [2021-01-28T01:18:25.672Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:18:25.958Z] Removing intermediate container deeb775d538b [2021-01-28T01:18:25.958Z] ---> b8ca35007fa6 [2021-01-28T01:18:25.958Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T01:18:25.958Z] ---> Running in cffc51d029ff [2021-01-28T01:18:26.562Z] ---> Running in db24c094639e [2021-01-28T01:18:27.174Z] Removing intermediate container cffc51d029ff [2021-01-28T01:18:27.174Z] ---> 92d422d4d791 [2021-01-28T01:18:27.174Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T01:18:27.451Z] Removing intermediate container db24c094639e [2021-01-28T01:18:27.451Z] ---> 637b9703e952 [2021-01-28T01:18:27.451Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:18:28.057Z] ---> Running in 9f186c72baee [2021-01-28T01:18:28.345Z] ---> Running in cde2ddd6693a [2021-01-28T01:18:28.951Z] Removing intermediate container 9f186c72baee [2021-01-28T01:18:28.951Z] ---> 0fc347671a71 [2021-01-28T01:18:28.951Z] Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:18:29.561Z] ---> Running in e66085a223ba [2021-01-28T01:18:29.834Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:18:29.834Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:18:29.834Z] ---> c99b23c6435a [2021-01-28T01:18:29.834Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:18:29.834Z] ---> Using cache [2021-01-28T01:18:29.834Z] ---> 7c05fee69ca7 [2021-01-28T01:18:29.834Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:18:29.834Z] ---> Using cache [2021-01-28T01:18:29.834Z] ---> 44bc0af4d05d [2021-01-28T01:18:29.834Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T01:18:29.834Z] ---> Running in 16493d1ba674 [2021-01-28T01:18:30.109Z] + date [2021-01-28T01:18:30.109Z] + echo 'Thu Jan 28 01:18:29 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T01:18:30.109Z] Thu Jan 28 01:18:29 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T01:18:30.389Z] Removing intermediate container e66085a223ba [2021-01-28T01:18:30.389Z] ---> 21bc681eaaa2 [2021-01-28T01:18:30.389Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:18:30.989Z] ---> Running in 1de3887d1363 [2021-01-28T01:18:31.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:18:31.590Z] Removing intermediate container 1de3887d1363 [2021-01-28T01:18:31.590Z] ---> 512a93528a5b [2021-01-28T01:18:31.590Z] [2021-01-28T01:18:32.196Z] Successfully built 512a93528a5b [2021-01-28T01:18:32.196Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T01:18:32.196Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T01:18:32.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:18:33.181Z] Removing intermediate container cde2ddd6693a [2021-01-28T01:18:33.181Z] ---> a1704684061f [2021-01-28T01:18:33.181Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T01:18:33.181Z] OK: 217 MiB in 51 packages [2021-01-28T01:18:33.788Z] ---> Running in f5c39efc25ba [2021-01-28T01:18:37.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:18:37.193Z] Removing intermediate container 16493d1ba674 [2021-01-28T01:18:37.193Z] ---> b65a3e823683 [2021-01-28T01:18:37.193Z] Step 6/22 : COPY go.mod . [2021-01-28T01:18:37.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:18:38.446Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T01:18:38.446Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T01:18:38.803Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T01:18:38.803Z] ---> 08a27c494aaa [2021-01-28T01:18:38.803Z] Step 7/22 : RUN go mod download [2021-01-28T01:18:39.077Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T01:18:39.359Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T01:18:39.359Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T01:18:39.359Z] ---> Running in 8c158e277369 [2021-01-28T01:18:39.638Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:18:39.638Z] OK: 8 MiB in 20 packages [2021-01-28T01:18:42.269Z] Removing intermediate container b130db524c87 [2021-01-28T01:18:42.269Z] ---> 04f505f54dad [2021-01-28T01:18:42.269Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T01:18:42.865Z] ---> Running in bf12c896fbf4 [2021-01-28T01:18:42.865Z] Removing intermediate container f5c39efc25ba [2021-01-28T01:18:42.865Z] ---> 1219bb83d33e [2021-01-28T01:18:42.865Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:18:43.851Z] Removing intermediate container 8c158e277369 [2021-01-28T01:18:43.851Z] ---> ff5314301ef1 [2021-01-28T01:18:43.851Z] Step 8/22 : COPY . . [2021-01-28T01:18:44.446Z] ---> 17e35bb3b8b0 [2021-01-28T01:18:44.446Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T01:18:44.724Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T01:18:44.724Z] statically linked [2021-01-28T01:18:47.368Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:18:47.368Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:18:47.368Z] ---> c99b23c6435a [2021-01-28T01:18:47.368Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T01:18:47.368Z] ---> Using cache [2021-01-28T01:18:47.368Z] ---> 7c05fee69ca7 [2021-01-28T01:18:47.368Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:18:47.368Z] ---> Using cache [2021-01-28T01:18:47.368Z] ---> 44bc0af4d05d [2021-01-28T01:18:47.368Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T01:18:47.368Z] ---> 10e79f4cc7ec [2021-01-28T01:18:47.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T01:18:47.977Z] ---> Running in 34a086f57fb2 [2021-01-28T01:18:48.574Z] Removing intermediate container bf12c896fbf4 [2021-01-28T01:18:48.574Z] ---> 034eed86890d [2021-01-28T01:18:48.574Z] [2021-01-28T01:18:48.574Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T01:18:48.574Z] ---> afeebe901d6b [2021-01-28T01:18:48.574Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T01:18:50.031Z] ---> 526f7b98d3b2 [2021-01-28T01:18:50.031Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T01:18:50.303Z] ---> Running in ab0a829b3869 [2021-01-28T01:18:50.688Z] ---> Running in 7c1134d2c193 [2021-01-28T01:18:50.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:18:51.124Z] Removing intermediate container ab0a829b3869 [2021-01-28T01:18:51.124Z] ---> 43bcb48eb0ca [2021-01-28T01:18:51.124Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T01:18:51.419Z] Removing intermediate container 7c1134d2c193 [2021-01-28T01:18:51.419Z] ---> da664c6f7428 [2021-01-28T01:18:51.419Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:18:51.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:18:51.712Z] ---> Running in d84dba20b994 [2021-01-28T01:18:52.041Z] ---> Running in 58335fcd72a7 [2021-01-28T01:18:52.381Z] OK: 217 MiB in 51 packages [2021-01-28T01:18:53.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:18:53.866Z] Removing intermediate container 58335fcd72a7 [2021-01-28T01:18:53.866Z] ---> 2dacaaacdd23 [2021-01-28T01:18:53.866Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T01:18:54.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:18:54.424Z] ---> Running in 96582e883a58 [2021-01-28T01:18:54.709Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T01:18:54.709Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T01:18:54.985Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T01:18:54.985Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:18:54.985Z] Removing intermediate container 34a086f57fb2 [2021-01-28T01:18:54.985Z] ---> a937e1ed8ff1 [2021-01-28T01:18:54.985Z] Step 6/21 : COPY go.mod .OK: 6 MiB in 17 packages [2021-01-28T01:18:54.985Z] [2021-01-28T01:18:55.270Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:18:55.270Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:18:55.270Z] ---> c99b23c6435a [2021-01-28T01:18:55.270Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T01:18:55.270Z] ---> Using cache [2021-01-28T01:18:55.270Z] ---> 7c05fee69ca7 [2021-01-28T01:18:55.270Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:18:55.270Z] ---> Using cache [2021-01-28T01:18:55.270Z] ---> 44bc0af4d05d [2021-01-28T01:18:55.270Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T01:18:55.270Z] Removing intermediate container 96582e883a58 [2021-01-28T01:18:55.270Z] ---> 7a07eee9ffbb [2021-01-28T01:18:55.270Z] Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:18:55.559Z] ---> Running in e287ae8763fd [2021-01-28T01:18:55.835Z] ---> Running in 4539e04c99e0 [2021-01-28T01:18:56.437Z] ---> 29a444e1c2c9 [2021-01-28T01:18:56.437Z] Step 7/21 : RUN go mod download [2021-01-28T01:18:56.710Z] Removing intermediate container 4539e04c99e0 [2021-01-28T01:18:56.710Z] ---> 2e74b9e96f29 [2021-01-28T01:18:56.710Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:18:56.990Z] ---> Running in e5ff89c88c12 [2021-01-28T01:18:57.268Z] Removing intermediate container d84dba20b994 [2021-01-28T01:18:57.268Z] ---> b42ccc4f7463 [2021-01-28T01:18:57.268Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T01:18:57.542Z] ---> Running in 79c2dce280bb [2021-01-28T01:18:57.816Z] ---> Running in f6296e61e28c [2021-01-28T01:18:57.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:18:58.414Z] Removing intermediate container 79c2dce280bb [2021-01-28T01:18:58.414Z] ---> 4ff375454917 [2021-01-28T01:18:58.414Z] [2021-01-28T01:18:58.414Z] Removing intermediate container f6296e61e28c [2021-01-28T01:18:58.414Z] ---> 1b1515db98a9 [2021-01-28T01:18:58.414Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T01:18:58.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:18:58.966Z] Successfully built 4ff375454917 [2021-01-28T01:18:58.966Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T01:18:58.966Z] Building docker-core-command-go [2021-01-28T01:18:59.240Z]  Building docker-core-data-go ... done  ---> Running in 781a62fece28 [2021-01-28T01:18:59.909Z] OK: 217 MiB in 51 packages [2021-01-28T01:19:00.184Z] Removing intermediate container 781a62fece28 [2021-01-28T01:19:00.184Z] ---> 0f98d9cdfd9e [2021-01-28T01:19:00.184Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T01:19:02.802Z] ---> Running in ee8a3fb45c8e [2021-01-28T01:19:03.408Z] ---> 0626a88e199a [2021-01-28T01:19:03.408Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T01:19:03.408Z] Removing intermediate container e5ff89c88c12 [2021-01-28T01:19:03.408Z] ---> a1215a425228 [2021-01-28T01:19:03.408Z] Step 8/21 : COPY . . [2021-01-28T01:19:03.686Z] Removing intermediate container e287ae8763fd [2021-01-28T01:19:03.686Z] ---> e3e1fb11445f [2021-01-28T01:19:03.686Z] Step 6/26 : COPY go.mod . [2021-01-28T01:19:03.961Z] ---> Running in ef946e861167 [2021-01-28T01:19:06.003Z] 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-01-28T01:19:06.003Z] ---> ae60cd616594 [2021-01-28T01:19:06.003Z] Step 7/26 : RUN go mod download [2021-01-28T01:19:06.285Z] ---> Running in abcfc5c7d689 [2021-01-28T01:19:06.285Z] Removing intermediate container ee8a3fb45c8e [2021-01-28T01:19:06.285Z] ---> 152706b90085 [2021-01-28T01:19:06.285Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T01:19:06.890Z] ---> Running in c84c424ffddc [2021-01-28T01:19:08.334Z] Removing intermediate container c84c424ffddc [2021-01-28T01:19:08.334Z] ---> 3bbb1757088b [2021-01-28T01:19:08.334Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T01:19:11.737Z] ---> 35c88814bc2f [2021-01-28T01:19:11.737Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T01:19:12.011Z] Removing intermediate container abcfc5c7d689 [2021-01-28T01:19:12.011Z] ---> 1c5aed2f0e91 [2021-01-28T01:19:12.011Z] Step 8/26 : COPY . . [2021-01-28T01:19:14.006Z] ---> 11da094bbcd2 [2021-01-28T01:19:14.006Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T01:19:14.006Z] ---> Running in 4e3857f77da1 [2021-01-28T01:19:20.752Z] Removing intermediate container 4e3857f77da1 [2021-01-28T01:19:20.752Z] ---> b198c881d9b9 [2021-01-28T01:19:20.752Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:19:21.746Z] ---> 1da80d012ae8 [2021-01-28T01:19:21.746Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T01:19:25.152Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:19:25.152Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:19:25.152Z] ---> c99b23c6435a [2021-01-28T01:19:25.152Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:19:25.152Z] ---> Using cache [2021-01-28T01:19:25.152Z] ---> 7c05fee69ca7 [2021-01-28T01:19:25.152Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:19:25.152Z] ---> Using cache [2021-01-28T01:19:25.152Z] ---> 44bc0af4d05d [2021-01-28T01:19:25.152Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:19:25.152Z] ---> Using cache [2021-01-28T01:19:25.152Z] ---> a937e1ed8ff1 [2021-01-28T01:19:25.152Z] Step 6/23 : COPY go.mod . [2021-01-28T01:19:25.152Z] ---> Using cache [2021-01-28T01:19:25.152Z] ---> 29a444e1c2c9 [2021-01-28T01:19:25.152Z] Step 7/23 : RUN go mod download [2021-01-28T01:19:25.152Z] ---> Using cache [2021-01-28T01:19:25.152Z] ---> a1215a425228 [2021-01-28T01:19:25.152Z] Step 8/23 : COPY . . [2021-01-28T01:19:25.427Z] ---> aa0a6ee6efbf [2021-01-28T01:19:25.427Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T01:19:27.426Z] ---> b363de96a9a8 [2021-01-28T01:19:27.426Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T01:19:31.740Z] ---> e03c90e32970 [2021-01-28T01:19:31.740Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T01:19:35.129Z] ---> 3232b116b720 [2021-01-28T01:19:35.129Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T01:19:36.117Z] ---> Running in a21ca59b2ff3 [2021-01-28T01:19:36.393Z] ---> 10fa0ac8d59e [2021-01-28T01:19:36.393Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T01:19:36.999Z] ---> Running in bd86de68e425 [2021-01-28T01:19:37.599Z] Removing intermediate container a21ca59b2ff3 [2021-01-28T01:19:37.599Z] ---> de1d86b57b6e [2021-01-28T01:19:37.599Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T01:19:39.582Z] 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-01-28T01:19:40.191Z] ---> 842cf831b2da [2021-01-28T01:19:40.191Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T01:19:41.179Z] ---> Running in e049f212eab7 [2021-01-28T01:19:46.615Z] Removing intermediate container e049f212eab7 [2021-01-28T01:19:46.615Z] ---> 8d0debdf558d [2021-01-28T01:19:46.615Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T01:19:47.217Z] ---> b57a310196fa [2021-01-28T01:19:47.217Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T01:19:47.217Z] ---> Running in 2ef1ef849fd9 [2021-01-28T01:19:47.822Z] ---> Running in 599fd3701c85 [2021-01-28T01:19:48.437Z] Removing intermediate container 2ef1ef849fd9 [2021-01-28T01:19:48.437Z] ---> 04d58afa65dd [2021-01-28T01:19:48.437Z] Step 31/34 : CMD ["gate"] [2021-01-28T01:19:49.890Z] ---> Running in 07d147ce412d [2021-01-28T01:19:50.166Z] 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-01-28T01:19:50.767Z] Removing intermediate container 07d147ce412d [2021-01-28T01:19:50.767Z] ---> fc9231edcc0c [2021-01-28T01:19:50.767Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T01:19:52.208Z] ---> Running in b20cf07df152 [2021-01-28T01:19:53.654Z] Removing intermediate container b20cf07df152 [2021-01-28T01:19:53.654Z] ---> 2342fb6e1f40 [2021-01-28T01:19:53.654Z] Step 33/34 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:19:54.645Z] ---> Running in 77a3f709afc4 [2021-01-28T01:19:55.248Z] Removing intermediate container ef946e861167 [2021-01-28T01:19:55.248Z] ---> 203312975d58 [2021-01-28T01:19:55.248Z] [2021-01-28T01:19:55.248Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:19:55.248Z] ---> afeebe901d6b [2021-01-28T01:19:55.248Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T01:19:55.848Z] ---> Running in 70ea866c84e4 [2021-01-28T01:19:56.124Z] Removing intermediate container 77a3f709afc4 [2021-01-28T01:19:56.124Z] ---> 703cca760d63 [2021-01-28T01:19:56.124Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T01:19:57.576Z] ---> Running in d444f490fc44 [2021-01-28T01:19:58.182Z] ---> ce451953dc3f [2021-01-28T01:19:58.182Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T01:19:58.461Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:19:58.461Z] Removing intermediate container d444f490fc44 [2021-01-28T01:19:58.461Z] ---> 4b5681be7f8d [2021-01-28T01:19:58.461Z] [2021-01-28T01:19:58.461Z] ---> Running in 2d9ca91414aa [2021-01-28T01:19:58.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:19:59.023Z] Successfully built 4b5681be7f8d [2021-01-28T01:19:59.299Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T01:19:59.299Z]  Building docker-security-bootstrapper-go ... done (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T01:19:59.299Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T01:19:59.299Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:19:59.299Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:19:59.903Z] OK: 6 MiB in 16 packages [2021-01-28T01:20:00.194Z] 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-01-28T01:20:02.540Z] Removing intermediate container 70ea866c84e4 [2021-01-28T01:20:02.540Z] ---> 91ce0b469fa3 [2021-01-28T01:20:02.540Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:20:02.540Z] ---> Running in f604bf493c80 [2021-01-28T01:20:03.170Z] Removing intermediate container f604bf493c80 [2021-01-28T01:20:03.170Z] ---> 22406be34e5a [2021-01-28T01:20:03.170Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T01:20:03.447Z] ---> Running in 8159357aed20 [2021-01-28T01:20:04.060Z] Removing intermediate container 8159357aed20 [2021-01-28T01:20:04.060Z] ---> 56099fd1e8e0 [2021-01-28T01:20:04.060Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:20:04.060Z] ---> Running in 237e13f2c4e6 [2021-01-28T01:20:05.057Z] Removing intermediate container 237e13f2c4e6 [2021-01-28T01:20:05.057Z] ---> 58912dc4abfc [2021-01-28T01:20:05.057Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:20:06.046Z] ---> 414ca0f627a9 [2021-01-28T01:20:06.046Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T01:20:07.499Z] ---> 5e9b6fb04058 [2021-01-28T01:20:07.499Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T01:20:08.953Z] ---> 13e722ecbf1e [2021-01-28T01:20:08.953Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T01:20:08.953Z] ---> Running in 65675ebe4934 [2021-01-28T01:20:09.559Z] Removing intermediate container 65675ebe4934 [2021-01-28T01:20:09.559Z] ---> 7b2645c3338d [2021-01-28T01:20:09.559Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:20:09.845Z] ---> Running in b10b0fa86611 [2021-01-28T01:20:10.449Z] Removing intermediate container b10b0fa86611 [2021-01-28T01:20:10.449Z] ---> 634f74eba28d [2021-01-28T01:20:10.449Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T01:20:10.729Z] ---> Running in 22da7a0e1fb4 [2021-01-28T01:20:11.333Z] Removing intermediate container 22da7a0e1fb4 [2021-01-28T01:20:11.333Z] ---> 5856749b1ee7 [2021-01-28T01:20:11.333Z] Step 21/22 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:20:11.611Z] ---> Running in 83a442a51bb9 [2021-01-28T01:20:12.216Z] Removing intermediate container 83a442a51bb9 [2021-01-28T01:20:12.216Z] ---> 8d0ea785f56a [2021-01-28T01:20:12.216Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:20:12.493Z] ---> Running in e9a2386b2a47 [2021-01-28T01:20:13.100Z] Removing intermediate container e9a2386b2a47 [2021-01-28T01:20:13.100Z] ---> fabcc9ec0f1b [2021-01-28T01:20:13.100Z] [2021-01-28T01:20:13.705Z] Successfully built fabcc9ec0f1b [2021-01-28T01:20:13.705Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T01:20:32.057Z]  Building docker-support-notifications-go ... done 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-01-28T01:20:44.482Z] Removing intermediate container bd86de68e425 [2021-01-28T01:20:44.482Z] ---> 6835f220097e [2021-01-28T01:20:44.482Z] [2021-01-28T01:20:44.482Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T01:20:44.482Z] ---> afeebe901d6b [2021-01-28T01:20:44.482Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T01:20:44.759Z] ---> Running in 07f98a6594e5 [2021-01-28T01:20:46.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:20:46.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:20:47.345Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T01:20:47.345Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:20:47.345Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T01:20:47.345Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T01:20:47.345Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:20:47.345Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:20:47.621Z] OK: 7 MiB in 18 packages [2021-01-28T01:20:50.260Z] Removing intermediate container 07f98a6594e5 [2021-01-28T01:20:50.261Z] ---> 29599397a96b [2021-01-28T01:20:50.261Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:20:50.535Z] ---> Running in 3f59fb5f9c24 [2021-01-28T01:20:51.135Z] Removing intermediate container 3f59fb5f9c24 [2021-01-28T01:20:51.135Z] ---> 1725c65ea022 [2021-01-28T01:20:51.135Z] Step 13/21 : WORKDIR /edgex [2021-01-28T01:20:51.412Z] Removing intermediate container 599fd3701c85 [2021-01-28T01:20:51.412Z] ---> b6704bc753bd [2021-01-28T01:20:51.412Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T01:20:51.412Z] ---> Running in 667fabd51ecf [2021-01-28T01:20:51.684Z] ---> Running in 6b3657a09e75 [2021-01-28T01:20:52.278Z] Removing intermediate container 667fabd51ecf [2021-01-28T01:20:52.278Z] ---> 88639519129f [2021-01-28T01:20:52.278Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T01:20:52.875Z] 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-01-28T01:20:53.145Z] ---> 5b234625d243 [2021-01-28T01:20:53.145Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T01:20:55.121Z] ---> 4b21f023e380 [2021-01-28T01:20:55.121Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T01:20:55.734Z] Removing intermediate container 2d9ca91414aa [2021-01-28T01:20:55.734Z] ---> 6b10a4d3e915 [2021-01-28T01:20:55.734Z] [2021-01-28T01:20:55.734Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:20:55.734Z] ---> afeebe901d6b [2021-01-28T01:20:55.734Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:20:55.734Z] ---> Using cache [2021-01-28T01:20:55.734Z] ---> 4e91b290b0b2 [2021-01-28T01:20:55.734Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:20:55.734Z] ---> Using cache [2021-01-28T01:20:55.734Z] ---> 7f37296a562a [2021-01-28T01:20:55.734Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T01:20:56.022Z] ---> Running in 5d919a721bd3 [2021-01-28T01:20:56.303Z] Removing intermediate container 6b3657a09e75 [2021-01-28T01:20:56.303Z] ---> a011a08fde3c [2021-01-28T01:20:56.303Z] [2021-01-28T01:20:56.303Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T01:20:56.303Z] ---> ba495f97607a [2021-01-28T01:20:56.303Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T01:20:56.303Z] 20.10.0: Pulling from library/docker [2021-01-28T01:20:56.303Z] ---> Running in e5e8417c712e [2021-01-28T01:20:56.575Z] Removing intermediate container 5d919a721bd3 [2021-01-28T01:20:56.575Z] ---> 9a8d9c210eb1 [2021-01-28T01:20:56.575Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:20:56.849Z] ---> Running in d986f665b34f [2021-01-28T01:20:56.849Z] Removing intermediate container e5e8417c712e [2021-01-28T01:20:56.849Z] ---> 8c70ebb2317e [2021-01-28T01:20:56.849Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T01:20:57.127Z] ---> Running in 8c31237bd9ca [2021-01-28T01:20:57.403Z] Removing intermediate container d986f665b34f [2021-01-28T01:20:57.403Z] ---> b524caf93f27 [2021-01-28T01:20:57.403Z] Step 15/23 : WORKDIR / [2021-01-28T01:20:57.677Z] ---> Running in 25d237fc822d [2021-01-28T01:20:57.960Z] Removing intermediate container 8c31237bd9ca [2021-01-28T01:20:57.961Z] ---> bb13273e7273 [2021-01-28T01:20:57.961Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T01:20:58.244Z] ---> Running in 2a08a0ee1bd9 [2021-01-28T01:20:58.520Z] Removing intermediate container 25d237fc822d [2021-01-28T01:20:58.520Z] ---> d000bfdb743b [2021-01-28T01:20:58.520Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:20:59.120Z] Removing intermediate container 2a08a0ee1bd9 [2021-01-28T01:20:59.120Z] ---> f1eb88b7a497 [2021-01-28T01:20:59.120Z] Step 20/21 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:20:59.120Z] ---> Running in a84e73f519ec [2021-01-28T01:20:59.393Z] ---> 8888809c0b16 [2021-01-28T01:20:59.393Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T01:20:59.666Z] Removing intermediate container a84e73f519ec [2021-01-28T01:20:59.666Z] ---> 9229d3c686a4 [2021-01-28T01:20:59.666Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T01:21:00.267Z] ---> Running in f5eb84af6f8d [2021-01-28T01:21:00.869Z] Removing intermediate container f5eb84af6f8d [2021-01-28T01:21:00.869Z] ---> c9c89008df2e [2021-01-28T01:21:00.869Z] [2021-01-28T01:21:01.146Z] ---> 03a6c23029b8 [2021-01-28T01:21:01.146Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T01:21:01.419Z] Successfully built c9c89008df2e [2021-01-28T01:21:01.419Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T01:21:02.864Z]  Building docker-security-proxy-setup-go ... done  ---> 748568c0ed6f [2021-01-28T01:21:02.864Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T01:21:02.864Z] ---> Running in b7617f7ad6ea [2021-01-28T01:21:03.472Z] Removing intermediate container b7617f7ad6ea [2021-01-28T01:21:03.472Z] ---> a3a84b14df3d [2021-01-28T01:21:03.472Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:21:03.746Z] ---> Running in b37595c0c973 [2021-01-28T01:21:04.346Z] Removing intermediate container b37595c0c973 [2021-01-28T01:21:04.346Z] ---> 785c29f97568 [2021-01-28T01:21:04.346Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T01:21:04.629Z] ---> Running in d563d432d5bc [2021-01-28T01:21:05.232Z] Removing intermediate container d563d432d5bc [2021-01-28T01:21:05.232Z] ---> 770c04a5ee17 [2021-01-28T01:21:05.232Z] Step 22/23 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:21:05.232Z] ---> Running in db1e2d4b9fdf [2021-01-28T01:21:05.232Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T01:21:05.232Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T01:21:05.232Z] ---> eeaf43b92773 [2021-01-28T01:21:05.232Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T01:21:05.508Z] ---> Running in 4181bafb9aac [2021-01-28T01:21:05.783Z] Removing intermediate container db1e2d4b9fdf [2021-01-28T01:21:05.783Z] ---> 0cafb019b8f2 [2021-01-28T01:21:05.783Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:21:06.060Z] ---> Running in 5a94fb2126c7 [2021-01-28T01:21:06.338Z] Removing intermediate container 5a94fb2126c7 [2021-01-28T01:21:06.338Z] ---> 2b5336ccf7d8 [2021-01-28T01:21:06.338Z] [2021-01-28T01:21:06.928Z] Successfully built 2b5336ccf7d8 [2021-01-28T01:21:06.928Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T01:21:06.928Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:21:07.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:21:08.170Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T01:21:08.170Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T01:21:08.442Z] Executing bash-5.0.17-r0.post-install [2021-01-28T01:21:08.442Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:21:08.442Z] OK: 12 MiB in 22 packages [2021-01-28T01:21:09.876Z] Removing intermediate container 4181bafb9aac [2021-01-28T01:21:09.876Z] ---> be6632670c87 [2021-01-28T01:21:09.876Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T01:21:09.876Z] ---> Running in be5bb143507c [2021-01-28T01:21:10.146Z] Removing intermediate container be5bb143507c [2021-01-28T01:21:10.146Z] ---> 45681fa93535 [2021-01-28T01:21:10.146Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T01:21:10.418Z] ---> Running in 18f94505694b [2021-01-28T01:21:11.011Z] Removing intermediate container 18f94505694b [2021-01-28T01:21:11.011Z] ---> 81ad2f7cb6d0 [2021-01-28T01:21:11.011Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T01:21:11.011Z] ---> Running in 6b5c02e09c9b [2021-01-28T01:21:11.605Z] Removing intermediate container 6b5c02e09c9b [2021-01-28T01:21:11.605Z] ---> da0a013c93a9 [2021-01-28T01:21:11.605Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T01:21:12.583Z] ---> f897cc9f8240 [2021-01-28T01:21:12.584Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T01:21:13.560Z] ---> f45aa05fb707 [2021-01-28T01:21:13.560Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T01:21:14.154Z] ---> e3dd3811c513 [2021-01-28T01:21:14.154Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T01:21:14.430Z] ---> Running in 171854c9d093 [2021-01-28T01:21:15.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:21:15.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:21:15.996Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T01:21:15.996Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T01:21:15.996Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T01:21:15.996Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T01:21:16.269Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T01:21:16.269Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T01:21:16.269Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T01:21:20.582Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T01:21:20.582Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T01:21:20.582Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T01:21:20.582Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T01:21:20.582Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T01:21:20.582Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T01:21:20.867Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T01:21:20.867Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T01:21:20.867Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T01:21:20.867Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T01:21:21.144Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T01:21:21.144Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T01:21:21.144Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T01:21:21.144Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T01:21:21.144Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T01:21:21.144Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T01:21:21.418Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T01:21:21.419Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T01:21:21.419Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T01:21:21.419Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T01:21:21.419Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T01:21:21.419Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T01:21:21.419Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T01:21:21.692Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T01:21:21.692Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T01:21:21.692Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T01:21:22.291Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:21:22.291Z] OK: 71 MiB in 55 packages [2021-01-28T01:21:28.981Z] Removing intermediate container 171854c9d093 [2021-01-28T01:21:28.981Z] ---> 95900b607897 [2021-01-28T01:21:28.982Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T01:21:28.982Z] ---> Running in 8f07ec72fc1a [2021-01-28T01:21:33.265Z] Collecting docker-compose==1.23.2 [2021-01-28T01:21:33.265Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T01:21:34.232Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T01:21:34.232Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T01:21:34.825Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T01:21:34.825Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T01:21:36.791Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T01:21:36.791Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T01:21:37.063Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T01:21:37.063Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T01:21:37.334Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T01:21:37.606Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T01:21:40.212Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T01:21:40.212Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T01:21:40.483Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T01:21:40.483Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T01:21:43.095Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T01:21:43.095Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T01:21:43.686Z] Collecting PyYAML<4,>=3.10 [2021-01-28T01:21:43.686Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T01:21:46.288Z] 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-01-28T01:21:46.288Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T01:21:46.288Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T01:21:46.559Z] 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-01-28T01:21:46.559Z] 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-01-28T01:21:46.835Z] Collecting idna<2.8,>=2.5 [2021-01-28T01:21:46.835Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T01:21:47.426Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T01:21:47.426Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T01:21:47.426Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T01:21:47.426Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T01:21:47.426Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T01:21:47.426Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T01:21:48.412Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, cached-property, jsonschema, dockerpty, docopt, PyYAML, docker-compose [2021-01-28T01:21:48.683Z] Attempting uninstall: idna [2021-01-28T01:21:48.683Z] Found existing installation: idna 2.9 [2021-01-28T01:21:48.683Z] Uninstalling idna-2.9: [2021-01-28T01:21:48.683Z] Successfully uninstalled idna-2.9 [2021-01-28T01:21:49.657Z] Attempting uninstall: urllib3 [2021-01-28T01:21:49.657Z] Found existing installation: urllib3 1.25.9 [2021-01-28T01:21:49.657Z] Uninstalling urllib3-1.25.9: [2021-01-28T01:21:49.657Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T01:21:50.249Z] Attempting uninstall: requests [2021-01-28T01:21:50.249Z] Found existing installation: requests 2.23.0 [2021-01-28T01:21:50.249Z] Uninstalling requests-2.23.0: [2021-01-28T01:21:50.249Z] Successfully uninstalled requests-2.23.0 [2021-01-28T01:21:51.224Z] Running setup.py install for texttable: started [2021-01-28T01:21:53.187Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T01:21:53.457Z] Running setup.py install for dockerpty: started [2021-01-28T01:21:55.417Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T01:21:55.417Z] Running setup.py install for docopt: started [2021-01-28T01:21:57.379Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T01:21:57.379Z] Running setup.py install for PyYAML: started [2021-01-28T01:21:59.343Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T01:21:59.934Z] 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-01-28T01:22:03.305Z] Removing intermediate container 8f07ec72fc1a [2021-01-28T01:22:03.305Z] ---> f1eb70858e79 [2021-01-28T01:22:03.305Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T01:22:03.581Z] ---> Running in 02459998f152 [2021-01-28T01:22:04.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:22:04.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:22:05.424Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:22:05.424Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T01:22:05.424Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T01:22:05.424Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:22:05.424Z] OK: 71 MiB in 58 packages [2021-01-28T01:22:06.865Z] Removing intermediate container 02459998f152 [2021-01-28T01:22:06.865Z] ---> 97ca89bb4c3f [2021-01-28T01:22:06.865Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T01:22:06.865Z] ---> Running in 83a97ac421d3 [2021-01-28T01:22:07.138Z] Removing intermediate container 83a97ac421d3 [2021-01-28T01:22:07.138Z] ---> 6504ceb8c2ad [2021-01-28T01:22:07.138Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:22:07.413Z] ---> Running in 872ebc5c1e00 [2021-01-28T01:22:08.005Z] Removing intermediate container 872ebc5c1e00 [2021-01-28T01:22:08.005Z] ---> f66c627226c1 [2021-01-28T01:22:08.005Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T01:22:08.005Z] ---> Running in 7b60324f9c3a [2021-01-28T01:22:08.598Z] Removing intermediate container 7b60324f9c3a [2021-01-28T01:22:08.598Z] ---> cf2bed4a03a4 [2021-01-28T01:22:08.598Z] Step 25/26 : LABEL git_sha=2b86841b3b830af04dbefeb656e656359f1893eb [2021-01-28T01:22:08.598Z] ---> Running in d8a4de77687c [2021-01-28T01:22:09.194Z] Removing intermediate container d8a4de77687c [2021-01-28T01:22:09.194Z] ---> 95fa86114769 [2021-01-28T01:22:09.194Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T01:22:09.194Z] ---> Running in 978a0594b86e [2021-01-28T01:22:09.789Z] Removing intermediate container 978a0594b86e [2021-01-28T01:22:09.789Z] ---> 5d33988ed595 [2021-01-28T01:22:09.789Z] [2021-01-28T01:22:10.062Z] Successfully built 5d33988ed595 [2021-01-28T01:22:10.062Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T01:22:10.668Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T01:22:10.665Z] $ docker stop --time=1 62bbd9025406a5a6512b2f77cb16cd4b675ce03e4986721eccee52d7c70391a1 [2021-01-28T01:22:12.659Z] $ docker rm -f 62bbd9025406a5a6512b2f77cb16cd4b675ce03e4986721eccee52d7c70391a1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T01:22:13.390Z] + docker images [2021-01-28T01:22:13.391Z] + grep docker [2021-01-28T01:22:13.661Z] docker-sys-mgmt-agent-go-arm64 latest 5d33988ed595 4 seconds ago 300MB [2021-01-28T01:22:13.661Z] docker-core-command-go-arm64 latest 2b5336ccf7d8 About a minute ago 15.4MB [2021-01-28T01:22:13.661Z] docker-security-proxy-setup-go-arm64 latest c9c89008df2e About a minute ago 23.2MB [2021-01-28T01:22:13.661Z] docker-support-notifications-go-arm64 latest fabcc9ec0f1b 2 minutes ago 16MB [2021-01-28T01:22:13.661Z] docker-security-bootstrapper-go-arm64 latest 4b5681be7f8d 2 minutes ago 31.9MB [2021-01-28T01:22:13.661Z] docker-core-data-go-arm64 latest 4ff375454917 3 minutes ago 21MB [2021-01-28T01:22:13.661Z] docker-core-metadata-go-arm64 latest 512a93528a5b 3 minutes ago 17.7MB [2021-01-28T01:22:13.661Z] docker-security-secretstore-setup-go-arm64 latest 9d7097e2eed9 3 minutes ago 23.4MB [2021-01-28T01:22:13.661Z] docker-support-scheduler-go-arm64 latest c2b3cb367d70 4 minutes ago 15.5MB [2021-01-28T01:22:13.661Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T01:22:15.980Z] provisioning config files... [2021-01-28T01:22:15.998Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4270808304531305301tmp [Pipeline] { [Pipeline] sh [2021-01-28T01:22:16.387Z] + set +x [2021-01-28T01:22:16.387Z] + curl -s https://codecov.io/bash [2021-01-28T01:22:16.387Z] + bash -s -- [2021-01-28T01:22:17.014Z] [2021-01-28T01:22:17.014Z] _____ _ [2021-01-28T01:22:17.014Z] / ____| | | [2021-01-28T01:22:17.014Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T01:22:17.014Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T01:22:17.014Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T01:22:17.014Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T01:22:17.014Z] Bash-20210128-d4071a2 [2021-01-28T01:22:17.014Z] [2021-01-28T01:22:17.014Z] [2021-01-28T01:22:17.014Z] ==> git version 2.24.3 found [2021-01-28T01:22:17.014Z] ==> 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-01-28T01:22:17.014Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T01:22:17.014Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T01:22:17.014Z] ==> Jenkins CI detected. [2021-01-28T01:22:17.014Z] project root: . [2021-01-28T01:22:17.014Z] --> token set from env [2021-01-28T01:22:17.014Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T01:22:17.014Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T01:22:17.014Z] ==> Python coveragepy not found [2021-01-28T01:22:17.014Z] ==> Searching for coverage reports in: [2021-01-28T01:22:17.014Z] + . [2021-01-28T01:22:17.014Z] -> Found 1 reports [2021-01-28T01:22:17.014Z] ==> Detecting git/mercurial file structure [2021-01-28T01:22:17.014Z] ==> Reading reports [2021-01-28T01:22:17.014Z] + ./coverage.out bytes=564700 [2021-01-28T01:22:17.014Z] ==> Appending adjustments [2021-01-28T01:22:17.014Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T01:22:20.338Z] + Found adjustments [2021-01-28T01:22:20.338Z] ==> Gzipping contents [2021-01-28T01:22:20.338Z] 84K /tmp/codecov.JRRfZE.gz [2021-01-28T01:22:20.338Z] ==> Uploading reports [2021-01-28T01:22:20.338Z] url: https://codecov.io [2021-01-28T01:22:20.338Z] query: branch=PR-3085&commit=2b86841b3b830af04dbefeb656e656359f1893eb&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3085%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3085&job=&cmd_args= [2021-01-28T01:22:20.338Z] -> Pinging Codecov [2021-01-28T01:22:20.338Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3085&commit=2b86841b3b830af04dbefeb656e656359f1893eb&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3085%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3085&job=&cmd_args= [2021-01-28T01:22:20.600Z] -> Uploading to [2021-01-28T01:22:20.600Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/2b86841b3b830af04dbefeb656e656359f1893eb/1dc7fe45-5f13-4281-a237-1ff0f7b7e26d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T012220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=930fe38e202fb5d55dda4e338b273befe5a91f32583ff91f55d5d66e1f7066cc [2021-01-28T01:22:20.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T01:22:20.600Z] Dload Upload Total Spent Left Speed [2021-01-28T01:22:21.174Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85495 0 0 100 85495 0 136k --:--:-- --:--:-- --:--:-- 135k [2021-01-28T01:22:21.436Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2b86841b3b830af04dbefeb656e656359f1893eb [Pipeline] } [2021-01-28T01:22:21.446Z] 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-01-28T01:22:23.836Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:22:24.725Z] ---> package-listing.sh [2021-01-28T01:22:24.725Z] ++ facter osfamily [2021-01-28T01:22:24.725Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T01:22:24.725Z] + OS_FAMILY=redhat [2021-01-28T01:22:24.725Z] + workspace=/w/workspace/edgex-go/3 [2021-01-28T01:22:24.725Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T01:22:24.725Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T01:22:24.725Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T01:22:24.725Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T01:22:24.725Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-28T01:22:24.725Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T01:22:24.725Z] + case "${OS_FAMILY}" in [2021-01-28T01:22:24.725Z] + rpm -qa [2021-01-28T01:22:24.725Z] + sort [2021-01-28T01:22:30.038Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T01:22:30.038Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T01:22:30.038Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T01:22:30.038Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-28T01:22:30.038Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-28T01:22:30.038Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-28T01:22:30.054Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T01:22:30.357Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:22:30.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:22:30.672Z] [2021-01-28T01:22:30.672Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:22:31.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:22:31.028Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T01:22:31.028Z] df20fa9351a1: Pulling fs layer [2021-01-28T01:22:31.028Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T01:22:31.028Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T01:22:31.028Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T01:22:31.028Z] 93b61091891f: Pulling fs layer [2021-01-28T01:22:31.028Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T01:22:31.028Z] 5e14af77c1be: Pulling fs layer [2021-01-28T01:22:31.028Z] 01666e4c0597: Pulling fs layer [2021-01-28T01:22:31.028Z] aa168da1d23b: Pulling fs layer [2021-01-28T01:22:31.028Z] 46f8f816bc3b: Waiting [2021-01-28T01:22:31.028Z] 93b61091891f: Waiting [2021-01-28T01:22:31.028Z] 93b9cdb0e59b: Waiting [2021-01-28T01:22:31.028Z] 5e14af77c1be: Waiting [2021-01-28T01:22:31.028Z] 01666e4c0597: Waiting [2021-01-28T01:22:31.028Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T01:22:31.028Z] 36b3adc4ff6f: Download complete [2021-01-28T01:22:31.291Z] df20fa9351a1: Verifying Checksum [2021-01-28T01:22:31.291Z] df20fa9351a1: Download complete [2021-01-28T01:22:31.291Z] 93b61091891f: Verifying Checksum [2021-01-28T01:22:31.291Z] 93b61091891f: Download complete [2021-01-28T01:22:31.291Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T01:22:31.291Z] 8ad3a11d3b57: Download complete [2021-01-28T01:22:31.291Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T01:22:31.291Z] 46f8f816bc3b: Download complete [2021-01-28T01:22:31.291Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T01:22:31.291Z] 93b9cdb0e59b: Download complete [2021-01-28T01:22:31.291Z] 01666e4c0597: Verifying Checksum [2021-01-28T01:22:31.291Z] 01666e4c0597: Download complete [2021-01-28T01:22:31.291Z] 5e14af77c1be: Verifying Checksum [2021-01-28T01:22:31.291Z] 5e14af77c1be: Download complete [2021-01-28T01:22:31.553Z] df20fa9351a1: Pull complete [2021-01-28T01:22:31.816Z] 36b3adc4ff6f: Pull complete [2021-01-28T01:22:32.779Z] 8ad3a11d3b57: Pull complete [2021-01-28T01:22:32.779Z] 46f8f816bc3b: Pull complete [2021-01-28T01:22:34.172Z] aa168da1d23b: Verifying Checksum [2021-01-28T01:22:34.172Z] aa168da1d23b: Download complete [2021-01-28T01:22:34.172Z] 93b61091891f: Pull complete [2021-01-28T01:22:34.172Z] 93b9cdb0e59b: Pull complete [2021-01-28T01:22:34.441Z] 5e14af77c1be: Pull complete [2021-01-28T01:22:34.441Z] 01666e4c0597: Pull complete [2021-01-28T01:22:42.619Z] aa168da1d23b: Pull complete [2021-01-28T01:22:42.619Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T01:22:42.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:22:42.619Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T01:22:42.866Z] prd-centos7-docker-4c-2g-23613 does not seem to be running inside a container [2021-01-28T01:22:42.937Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-01-28T01:22:47.466Z] $ docker top 424c06e10b3c18fbed60206a7e01ab3792f22f2a92b3160f2287b58ae2a49ce2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:22:48.122Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T01:22:48.426Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T01:22:48.732Z] + ls /var/log/sa-host [2021-01-28T01:22:48.732Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T01:22:48.732Z] file_magic: OK [2021-01-28T01:22:48.732Z] HZ: Using current value: 100 [2021-01-28T01:22:48.732Z] file_header: OK [2021-01-28T01:22:48.732Z] 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-01-28T01:22:48.732Z] Statistics: [2021-01-28T01:22:48.732Z] Hnuu...uuuununununu... [2021-01-28T01:22:48.732Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T01:22:48.732Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T01:22:48.732Z] file_magic: OK [2021-01-28T01:22:48.732Z] HZ: Using current value: 100 [2021-01-28T01:22:48.732Z] file_header: OK [2021-01-28T01:22:48.732Z] 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-01-28T01:22:48.732Z] Statistics: [2021-01-28T01:22:48.732Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T01:22:48.732Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T01:22:49.497Z] provisioning config files... [2021-01-28T01:22:49.516Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1560990091151437159tmp [Pipeline] { [Pipeline] echo [2021-01-28T01:22:49.598Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:22:49.911Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T01:22:49.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T01:22:50.023Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:22:50.384Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T01:22:50.420Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:22:50.721Z] ---> sudo-logs.sh [2021-01-28T01:22:50.721Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T01:22:50.733Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:22:51.029Z] ---> job-cost.sh [2021-01-28T01:22:51.030Z] lf-activate-venv: SKIPPING [2021-01-28T01:22:51.030Z] INFO: No Stack... [2021-01-28T01:22:52.422Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T01:22:52.997Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T01:22:53.011Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:22:53.310Z] ---> logs-deploy.sh [2021-01-28T01:22:53.310Z] lf-activate-venv: SKIPPING [2021-01-28T01:22:53.310Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3085/3 [2021-01-28T01:22:53.310Z] INFO: archiving workspace using pattern(s): [2021-01-28T01:22:54.700Z] Archives upload complete. [2021-01-28T01:22:54.962Z] INFO: archiving logs to Nexus [2021-01-28T01:22:55.910Z] ---> uname -a: [2021-01-28T01:22:55.910Z] Linux prd-centos7-docker-4c-2g-23613.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-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z] ---> lscpu: [2021-01-28T01:22:55.910Z] Architecture: x86_64 [2021-01-28T01:22:55.910Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T01:22:55.910Z] Byte Order: Little Endian [2021-01-28T01:22:55.910Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T01:22:55.910Z] CPU(s): 4 [2021-01-28T01:22:55.910Z] On-line CPU(s) list: 0-3 [2021-01-28T01:22:55.910Z] Thread(s) per core: 1 [2021-01-28T01:22:55.910Z] Core(s) per socket: 1 [2021-01-28T01:22:55.910Z] Socket(s): 4 [2021-01-28T01:22:55.910Z] NUMA node(s): 1 [2021-01-28T01:22:55.910Z] Vendor ID: GenuineIntel [2021-01-28T01:22:55.910Z] CPU family: 6 [2021-01-28T01:22:55.910Z] Model: 44 [2021-01-28T01:22:55.910Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T01:22:55.910Z] Stepping: 1 [2021-01-28T01:22:55.910Z] CPU MHz: 2933.436 [2021-01-28T01:22:55.910Z] BogoMIPS: 5866.87 [2021-01-28T01:22:55.910Z] Virtualization: VT-x [2021-01-28T01:22:55.910Z] Hypervisor vendor: KVM [2021-01-28T01:22:55.910Z] Virtualization type: full [2021-01-28T01:22:55.910Z] L1d cache: 128 KiB [2021-01-28T01:22:55.910Z] L1i cache: 128 KiB [2021-01-28T01:22:55.910Z] L2 cache: 16 MiB [2021-01-28T01:22:55.910Z] L3 cache: 64 MiB [2021-01-28T01:22:55.910Z] NUMA node0 CPU(s): 0-3 [2021-01-28T01:22:55.910Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T01:22:55.910Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T01:22:55.910Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T01:22:55.910Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T01:22:55.910Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T01:22:55.910Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T01:22:55.910Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T01:22:55.910Z] Vulnerability Srbds: Not affected [2021-01-28T01:22:55.910Z] Vulnerability Tsx async abort: Not affected [2021-01-28T01:22:55.910Z] 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-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z] ---> nproc: [2021-01-28T01:22:55.910Z] 4 [2021-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z] ---> df -h: [2021-01-28T01:22:55.910Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T01:22:55.910Z] overlay 50.0G 11.8G 38.2G 24% / [2021-01-28T01:22:55.910Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T01:22:55.910Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T01:22:55.910Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T01:22:55.910Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-01-28T01:22:55.910Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-01-28T01:22:55.910Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-01-28T01:22:55.910Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-01-28T01:22:55.910Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-01-28T01:22:55.910Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-01-28T01:22:55.910Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-01-28T01:22:55.910Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-01-28T01:22:55.910Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 [2021-01-28T01:22:55.910Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp [2021-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z] ---> free -m: [2021-01-28T01:22:55.910Z] total used free shared buff/cache available [2021-01-28T01:22:55.910Z] Mem: 1837 687 127 0 1022 1064 [2021-01-28T01:22:55.910Z] Swap: 1023 69 954 [2021-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z] ---> ip addr: [2021-01-28T01:22:55.910Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-28T01:22:55.910Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-28T01:22:55.910Z] inet 127.0.0.1/8 scope host lo [2021-01-28T01:22:55.910Z] valid_lft forever preferred_lft forever [2021-01-28T01:22:55.910Z] inet6 ::1/128 scope host [2021-01-28T01:22:55.910Z] valid_lft forever preferred_lft forever [2021-01-28T01:22:55.910Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-28T01:22:55.910Z] link/ether fa:16:3e:06:df:47 brd ff:ff:ff:ff:ff:ff [2021-01-28T01:22:55.910Z] inet 10.30.122.13/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-28T01:22:55.910Z] valid_lft 84737sec preferred_lft 84737sec [2021-01-28T01:22:55.910Z] inet6 fe80::f816:3eff:fe06:df47/64 scope link [2021-01-28T01:22:55.910Z] valid_lft forever preferred_lft forever [2021-01-28T01:22:55.910Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-28T01:22:55.910Z] link/ether 02:42:76:e7:d9:e9 brd ff:ff:ff:ff:ff:ff [2021-01-28T01:22:55.910Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-28T01:22:55.910Z] valid_lft forever preferred_lft forever [2021-01-28T01:22:55.910Z] inet6 fe80::42:76ff:fee7:d9e9/64 scope link [2021-01-28T01:22:55.910Z] valid_lft forever preferred_lft forever [2021-01-28T01:22:55.910Z] [2021-01-28T01:22:55.910Z]