Pull request #3104 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/edgex-go Loading trusted files from base branch master at 52b41697029d46b9dd6fcb3599083165743908cd rather than c8eb124c97d4b5f0651b3688f5c52adcf587cc4a Obtained Jenkinsfile from 52b41697029d46b9dd6fcb3599083165743908cd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24311 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit c8eb124c97d4b5f0651b3688f5c52adcf587cc4a Merge succeeded, producing c8eb124c97d4b5f0651b3688f5c52adcf587cc4a Checking out Revision c8eb124c97d4b5f0651b3688f5c52adcf587cc4a (PR-3104) > 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/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # 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 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 Commit message: "fix(docs): remove support-logging.yaml" > git rev-list --no-walk 7978579efe750d5651c570de5436915ab8c65028 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T08:06:52.113Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T08:06:52.399Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T08:06:52.506Z] ========================================================= [2021-02-01T08:06:52.506Z] EdgeX Global Pipelines Version Info [2021-02-01T08:06:52.506Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:06:54.088Z] ------------------- [2021-02-01T08:06:54.088Z] stable info: [2021-02-01T08:06:54.088Z] ------------------- [2021-02-01T08:06:54.088Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T08:06:54.088Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T08:06:54.088Z] Message: update stable to v1.0.179 [2021-02-01T08:06:55.054Z] ------------------- [2021-02-01T08:06:55.054Z] experimental info: [2021-02-01T08:06:55.054Z] ------------------- [2021-02-01T08:06:55.054Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T08:06:55.054Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T08:06:55.054Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T08:06:55.359Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-01T08:06:55.461Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-01T08:06:55.580Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T08:06:55.687Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T08:06:55.793Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T08:06:55.908Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T08:06:56.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T08:06:56.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-01T08:06:56.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-01T08:06:56.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-01T08:06:56.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T08:06:56.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T08:06:56.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T08:06:56.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T08:06:56.758Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T08:06:56.853Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T08:06:56.946Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T08:06:57.039Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T08:06:57.129Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-01T08:06:57.218Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-01T08:06:57.337Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T08:06:57.431Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T08:06:57.536Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T08:06:57.627Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3104 [Pipeline] echo [2021-02-01T08:06:57.719Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3104 [Pipeline] echo [2021-02-01T08:06:57.806Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3104 [Pipeline] echo [2021-02-01T08:06:57.892Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [Pipeline] echo [2021-02-01T08:06:57.979Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c8eb124 [Pipeline] echo [2021-02-01T08:06:58.071Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T08:06:58.247Z] provisioning config files... [2021-02-01T08:06:58.276Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7504796403687456944tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:06:58.641Z] ---> docker-login.sh [2021-02-01T08:06:58.642Z] nexus3.edgexfoundry.org:10001 [2021-02-01T08:06:58.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:06:59.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:06:59.170Z] Configure a credential helper to remove this warning. See [2021-02-01T08:06:59.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:06:59.170Z] [2021-02-01T08:06:59.170Z] Login Succeeded [2021-02-01T08:06:59.170Z] nexus3.edgexfoundry.org:10002 [2021-02-01T08:06:59.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:06:59.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:06:59.435Z] Configure a credential helper to remove this warning. See [2021-02-01T08:06:59.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:06:59.435Z] [2021-02-01T08:06:59.435Z] Login Succeeded [2021-02-01T08:06:59.435Z] nexus3.edgexfoundry.org:10003 [2021-02-01T08:06:59.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:06:59.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:06:59.435Z] Configure a credential helper to remove this warning. See [2021-02-01T08:06:59.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:06:59.435Z] [2021-02-01T08:06:59.435Z] Login Succeeded [2021-02-01T08:06:59.435Z] nexus3.edgexfoundry.org:10004 [2021-02-01T08:06:59.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:06:59.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:06:59.698Z] Configure a credential helper to remove this warning. See [2021-02-01T08:06:59.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:06:59.698Z] [2021-02-01T08:06:59.698Z] Login Succeeded [2021-02-01T08:06:59.698Z] docker.io [2021-02-01T08:06:59.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:06:59.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:06:59.961Z] Configure a credential helper to remove this warning. See [2021-02-01T08:06:59.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:06:59.961Z] [2021-02-01T08:06:59.961Z] Login Succeeded [2021-02-01T08:06:59.961Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T08:06:59.972Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T08:07:00.534Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-01T08:07:00.534Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:07:00.534Z] ++ dirname cmd/core-command/Dockerfile [2021-02-01T08:07:00.534Z] ++ cut -d/ -f2 [2021-02-01T08:07:00.534Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-01T08:07:00.534Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:07:00.534Z] ++ dirname cmd/core-data/Dockerfile [2021-02-01T08:07:00.534Z] ++ cut -d/ -f2 [2021-02-01T08:07:00.534Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-01T08:07:00.534Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:07:00.534Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-01T08:07:00.534Z] ++ cut -d/ -f2 [2021-02-01T08:07:00.534Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-01T08:07:00.534Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:07:00.534Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-01T08:07:00.534Z] ++ cut -d/ -f2 [2021-02-01T08:07:00.534Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-01T08:07:00.534Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:07:00.534Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-01T08:07:00.534Z] ++ cut -d/ -f2 [2021-02-01T08:07:00.534Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-01T08:07:00.534Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:07:00.534Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-01T08:07:00.534Z] ++ cut -d/ -f2 [2021-02-01T08:07:00.534Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-01T08:07:00.534Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:07:00.534Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-01T08:07:00.534Z] ++ cut -d/ -f2 [2021-02-01T08:07:00.534Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-01T08:07:00.534Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:07:00.534Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-01T08:07:00.534Z] ++ cut -d/ -f2 [2021-02-01T08:07:00.534Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-01T08:07:00.534Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:07:00.534Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-01T08:07:00.534Z] ++ cut -d/ -f2 [2021-02-01T08:07:00.534Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-01T08:07:00.611Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:07:02.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T08:07:02.222Z] [2021-02-01T08:07:02.222Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:07:02.574Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T08:07:02.574Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T08:07:02.574Z] 31603596830f: Pulling fs layer [2021-02-01T08:07:02.574Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T08:07:02.574Z] 6ca5941a6612: Pulling fs layer [2021-02-01T08:07:02.574Z] ecc8261a40a4: Pulling fs layer [2021-02-01T08:07:02.574Z] ecc8261a40a4: Waiting [2021-02-01T08:07:02.574Z] 2a8b12db71e7: Download complete [2021-02-01T08:07:02.837Z] 31603596830f: Verifying Checksum [2021-02-01T08:07:02.837Z] 31603596830f: Download complete [2021-02-01T08:07:02.837Z] 6ca5941a6612: Verifying Checksum [2021-02-01T08:07:02.837Z] 6ca5941a6612: Download complete [2021-02-01T08:07:03.099Z] ecc8261a40a4: Verifying Checksum [2021-02-01T08:07:03.099Z] ecc8261a40a4: Download complete [2021-02-01T08:07:03.099Z] 31603596830f: Pull complete [2021-02-01T08:07:03.368Z] 2a8b12db71e7: Pull complete [2021-02-01T08:07:03.954Z] 6ca5941a6612: Pull complete [2021-02-01T08:07:04.218Z] ecc8261a40a4: Pull complete [2021-02-01T08:07:04.218Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T08:07:04.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T08:07:04.218Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T08:07:04.583Z] prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container [2021-02-01T08:07:04.635Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat [2021-02-01T08:07:07.236Z] $ docker top ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T08:07:07.563Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T08:07:07.563Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T08:07:07.773Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T08:07:07.777Z] $ docker exec ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 ssh-agent [2021-02-01T08:07:07.945Z] SSH_AUTH_SOCK=/tmp/ssh-S7u8SAe0NwkJ/agent.12 [2021-02-01T08:07:07.945Z] SSH_AGENT_PID=17 [2021-02-01T08:07:07.954Z] Running ssh-add (command line suppressed) [2021-02-01T08:07:08.071Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1847082905328075762.key (/w/workspace/edgex-go/2@tmp/private_key_1847082905328075762.key) [2021-02-01T08:07:08.122Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T08:07:08.453Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T08:07:08.477Z] $ docker exec --env ******** --env ******** ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 ssh-agent -k [2021-02-01T08:07:08.590Z] unset SSH_AUTH_SOCK; [2021-02-01T08:07:08.590Z] unset SSH_AGENT_PID; [2021-02-01T08:07:08.590Z] echo Agent pid 17 killed; [2021-02-01T08:07:08.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T08:07:08.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T08:07:08.778Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T08:07:08.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T08:07:08.946Z] $ docker exec ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 ssh-agent [2021-02-01T08:07:09.107Z] SSH_AUTH_SOCK=/tmp/ssh-H1v9rUdsP8L9/agent.45 [2021-02-01T08:07:09.107Z] SSH_AGENT_PID=50 [2021-02-01T08:07:09.114Z] Running ssh-add (command line suppressed) [2021-02-01T08:07:09.231Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7805407101158824924.key (/w/workspace/edgex-go/2@tmp/private_key_7805407101158824924.key) [2021-02-01T08:07:09.283Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T08:07:09.618Z] + git semver init [2021-02-01T08:07:09.619Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T08:07:09.619Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-01T08:07:09.619Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-01T08:07:09.619Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T08:07:09.619Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T08:07:09.619Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T08:07:09.619Z] # $SEMVER_BRANCH = PR-3104 [2021-02-01T08:07:09.619Z] # $SEMVER_TEMP = /tmp/semver-706131339 [2021-02-01T08:07:09.619Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-01T08:07:27.803Z] # '/tmp/semver-706131339' -> '/w/workspace/edgex-go/2/.semver' [2021-02-01T08:07:27.803Z] # -> Force: false [2021-02-01T08:07:27.803Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-01T08:07:27.817Z] $ docker exec --env ******** --env ******** ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 ssh-agent -k [2021-02-01T08:07:28.052Z] unset SSH_AUTH_SOCK; [2021-02-01T08:07:28.053Z] unset SSH_AGENT_PID; [2021-02-01T08:07:28.053Z] echo Agent pid 50 killed; [2021-02-01T08:07:28.129Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T08:07:28.615Z] + git semver [Pipeline] } [2021-02-01T08:07:28.633Z] $ docker stop --time=1 ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 [2021-02-01T08:07:30.225Z] $ docker rm -f ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T08:07:30.775Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T08:07:31.461Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T08:07:31.464Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T08:07:32.468Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T08:07:32.769Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T08:07:33.070Z] + sudo service docker restart [2021-02-01T08:07:33.070Z] + true [2021-02-01T08:07:33.070Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-01T08:07:33.661Z] ========================================================= [2021-02-01T08:07:33.661Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T08:07:33.661Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:07:34.003Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-01T08:07:38.239Z] Sending build context to Docker daemon 327.4MB [2021-02-01T08:07:38.239Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T08:07:38.239Z] Step 2/6 : FROM ${BASE} [2021-02-01T08:07:38.239Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T08:07:38.239Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T08:07:38.239Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T08:07:38.239Z] de9db76c5a1d: Pulling fs layer [2021-02-01T08:07:38.239Z] bca2f99d35d6: Pulling fs layer [2021-02-01T08:07:38.239Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T08:07:38.239Z] 7c6f9722023f: Pulling fs layer [2021-02-01T08:07:38.239Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T08:07:38.239Z] 93359f2a8cfa: Waiting [2021-02-01T08:07:38.239Z] 7c6f9722023f: Waiting [2021-02-01T08:07:38.239Z] a35cf1a2eb13: Waiting [2021-02-01T08:07:38.239Z] bca2f99d35d6: Waiting [2021-02-01T08:07:38.239Z] de9db76c5a1d: Verifying Checksum [2021-02-01T08:07:38.239Z] de9db76c5a1d: Download complete [2021-02-01T08:07:38.239Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T08:07:38.239Z] 0ef7d3d256c8: Download complete [2021-02-01T08:07:38.239Z] 93359f2a8cfa: Download complete [2021-02-01T08:07:38.239Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T08:07:38.239Z] 188c0c94c7c5: Download complete [2021-02-01T08:07:38.239Z] 7c6f9722023f: Verifying Checksum [2021-02-01T08:07:38.239Z] 7c6f9722023f: Download complete [2021-02-01T08:07:38.502Z] 188c0c94c7c5: Pull complete [2021-02-01T08:07:38.765Z] 0ef7d3d256c8: Pull complete [2021-02-01T08:07:38.765Z] de9db76c5a1d: Pull complete [2021-02-01T08:07:41.327Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T08:07:41.327Z] a35cf1a2eb13: Download complete [2021-02-01T08:07:41.327Z] bca2f99d35d6: Verifying Checksum [2021-02-01T08:07:41.327Z] bca2f99d35d6: Download complete [2021-02-01T08:07:46.666Z] bca2f99d35d6: Pull complete [2021-02-01T08:07:46.666Z] 93359f2a8cfa: Pull complete [2021-02-01T08:07:46.666Z] 7c6f9722023f: Pull complete [2021-02-01T08:07:46.879Z] Still waiting to schedule task [2021-02-01T08:07:46.879Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-01T08:07:50.904Z] a35cf1a2eb13: Pull complete [2021-02-01T08:07:50.904Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T08:07:50.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T08:07:50.904Z] ---> a62c8e92a672 [2021-02-01T08:07:50.904Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-01T08:07:50.904Z] ---> Running in 592319f7cd74 [2021-02-01T08:07:51.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:07:52.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:07:52.388Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T08:07:52.658Z] (2/12) Installing file (5.38-r0) [2021-02-01T08:07:52.658Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T08:07:52.658Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T08:07:56.876Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T08:07:56.876Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T08:07:56.876Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T08:07:56.876Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T08:07:56.876Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T08:07:56.876Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T08:07:56.876Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T08:07:57.145Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T08:07:57.145Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:07:57.145Z] OK: 233 MiB in 51 packages [2021-02-01T08:08:01.375Z] Removing intermediate container 592319f7cd74 [2021-02-01T08:08:01.375Z] ---> ac5848e1f4ff [2021-02-01T08:08:01.375Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T08:08:01.375Z] ---> Running in 6fde7a0a5f5b [2021-02-01T08:08:01.375Z] Removing intermediate container 6fde7a0a5f5b [2021-02-01T08:08:01.375Z] ---> dbd500dd6196 [2021-02-01T08:08:01.375Z] Step 5/6 : COPY go.mod . [2021-02-01T08:08:01.375Z] ---> 9d1c4a35fdb5 [2021-02-01T08:08:01.375Z] Step 6/6 : RUN go mod download [2021-02-01T08:08:01.375Z] ---> Running in 1494673dd168 [2021-02-01T08:08:23.391Z] Removing intermediate container 1494673dd168 [2021-02-01T08:08:23.391Z] ---> ea7bbefb7948 [2021-02-01T08:08:23.391Z] Successfully built ea7bbefb7948 [2021-02-01T08:08:23.391Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:08:23.709Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T08:08:23.709Z] . [Pipeline] withDockerContainer [2021-02-01T08:08:23.807Z] prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container [2021-02-01T08:08:23.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-01T08:08:24.788Z] $ docker top 8049a4e461bf4cbd12566bbd939c4350c80cac7e4587af4c6fd0f78534b96b3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:08:25.303Z] + go version [2021-02-01T08:08:25.303Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T08:08:25.318Z] $ docker stop --time=1 8049a4e461bf4cbd12566bbd939c4350c80cac7e4587af4c6fd0f78534b96b3b [2021-02-01T08:08:26.732Z] $ docker rm -f 8049a4e461bf4cbd12566bbd939c4350c80cac7e4587af4c6fd0f78534b96b3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:08:27.633Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T08:08:27.633Z] . [Pipeline] withDockerContainer [2021-02-01T08:08:27.734Z] prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container [2021-02-01T08:08:27.778Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-01T08:08:28.595Z] $ docker top b000bd73db49fb13e661efd9d93083f6a91386a46d3e375c532574b196053d88 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T08:08:28.783Z] ========================================================= [2021-02-01T08:08:28.783Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T08:08:28.783Z] ========================================================= [Pipeline] sh [2021-02-01T08:08:29.078Z] + make test [2021-02-01T08:08:29.078Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T08:08:39.131Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T08:08:57.409Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T08:08:57.409Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T08:08:58.370Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T08:08:58.370Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T08:08:58.370Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T08:09:00.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T08:09:00.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T08:09:00.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T08:09:00.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T08:09:00.974Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T08:09:01.566Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T08:09:03.745Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T08:09:03.745Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T08:09:03.745Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T08:09:06.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 46.0% of statements [2021-02-01T08:09:06.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T08:09:06.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T08:09:06.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T08:09:06.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T08:09:06.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T08:09:06.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T08:09:06.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T08:09:06.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.071s coverage: 100.0% of statements [2021-02-01T08:09:10.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T08:09:10.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T08:09:10.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T08:09:10.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 65.8% of statements [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T08:09:10.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.137s coverage: 82.3% of statements [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T08:09:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T08:09:12.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements [2021-02-01T08:09:12.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T08:09:12.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T08:09:12.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T08:09:12.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T08:09:12.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T08:09:12.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2021-02-01T08:09:12.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T08:09:12.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-02-01T08:09:12.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T08:09:12.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2021-02-01T08:09:12.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T08:09:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements [2021-02-01T08:09:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T08:09:12.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-02-01T08:09:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T08:09:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T08:09:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T08:09:12.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T08:09:15.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T08:09:15.473Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T08:09:15.474Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T08:09:15.474Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T08:09:15.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T08:09:15.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 45.5% of statements [2021-02-01T08:09:15.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.039s coverage: 79.5% of statements [2021-02-01T08:09:15.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-02-01T08:09:15.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-02-01T08:09:15.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-02-01T08:09:27.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.037s coverage: 94.4% of statements [2021-02-01T08:09:27.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-01T08:09:35.572Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24312 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws [2021-02-01T08:09:35.697Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-01T08:09:40.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.055s coverage: 92.9% of statements [2021-02-01T08:09:40.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T08:09:40.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T08:09:40.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T08:09:40.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T08:09:40.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-01T08:09:40.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T08:09:40.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T08:09:40.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-01T08:09:40.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T08:09:40.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-01T08:09:40.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T08:09:40.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-01T08:09:40.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-01T08:09:40.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-01T08:09:40.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.285s coverage: 84.0% of statements [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.670s coverage: 29.1% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.058s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T08:09:40.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-01T08:09:40.037Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-01T08:09:40.037Z] GO111MODULE=on go vet ./... [2021-02-01T08:09:40.983Z] using credential edgex-jenkins-ssh [2021-02-01T08:09:41.048Z] Cloning the remote Git repository [2021-02-01T08:09:41.121Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:09:41.227Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-01T08:09:41.306Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:09:41.307Z] > git --version # timeout=10 [2021-02-01T08:09:41.326Z] > git --version # 'git version 2.17.1' [2021-02-01T08:09:41.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T08:09:41.414Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T08:09:57.769Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T08:09:57.787Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T08:09:57.817Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T08:09:57.851Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:09:57.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T08:09:57.874Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T08:09:58.634Z] Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:09:59.071Z] Merge succeeded, producing c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:09:59.072Z] Checking out Revision c8eb124c97d4b5f0651b3688f5c52adcf587cc4a (PR-3104) [2021-02-01T08:09:58.659Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T08:09:58.676Z] > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 [2021-02-01T08:09:58.979Z] > git remote # timeout=10 [2021-02-01T08:09:59.002Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T08:09:59.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T08:09:59.032Z] > git merge 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 [2021-02-01T08:09:59.057Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T08:09:59.082Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T08:09:59.097Z] > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 [2021-02-01T08:10:02.171Z] gofmt -l . [2021-02-01T08:10:02.746Z] [ "`gofmt -l .`" = "" ] [2021-02-01T08:10:03.321Z] ./bin/test-go-mod-tidy.sh [2021-02-01T08:10:03.673Z] Commit message: "fix(docs): remove support-logging.yaml" [2021-02-01T08:10:03.895Z] ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-01T08:10:04.787Z] + ls -al . [2021-02-01T08:10:04.787Z] total 680 [2021-02-01T08:10:04.787Z] drwxrwxr-x 10 1001 1001 4096 Feb 1 08:10 . [2021-02-01T08:10:04.787Z] drwxr-xr-x 4 root root 28 Feb 1 08:08 .. [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 08:06 .dockerignore [2021-02-01T08:10:04.787Z] drwxrwxr-x 8 1001 1001 179 Feb 1 08:06 .git [2021-02-01T08:10:04.787Z] drwxrwxr-x 3 1001 1001 125 Feb 1 08:06 .github [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 08:06 .gitignore [2021-02-01T08:10:04.787Z] drwx------ 3 1001 1001 60 Feb 1 08:07 .semver [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 08:06 .sonarcloud.properties [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 08:06 Attribution.txt [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 08:06 CONTRIBUTING.md [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 08:06 Dockerfile.build [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 08:06 Jenkinsfile [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 08:06 LICENSE [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 08:06 Makefile [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 08:06 README.md [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 08:06 SECURITY.md [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 08:07 VERSION [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 08:06 ZMQWindows.md [2021-02-01T08:10:04.787Z] drwxrwxr-x 2 1001 1001 117 Feb 1 08:06 bin [2021-02-01T08:10:04.787Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 08:06 cmd [2021-02-01T08:10:04.787Z] -rw-r--r-- 1 root root 574984 Feb 1 08:09 coverage.out [2021-02-01T08:10:04.787Z] -rw-r--r-- 1 root root 1054 Feb 1 08:10 go.mod [2021-02-01T08:10:04.787Z] -rw-r--r-- 1 root root 19289 Feb 1 08:10 go.sum [2021-02-01T08:10:04.787Z] drwxrwxr-x 8 1001 1001 127 Feb 1 08:06 internal [2021-02-01T08:10:04.787Z] drwxrwxr-x 4 1001 1001 26 Feb 1 08:06 openapi [2021-02-01T08:10:04.787Z] drwxrwxr-x 4 1001 1001 71 Feb 1 08:06 snap [2021-02-01T08:10:04.787Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 08:06 version.go [Pipeline] sh [2021-02-01T08:10:05.557Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-02-01T08:10:05.575Z] + '[' -e coverage.out ] [2021-02-01T08:10:05.575Z] + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] sh [2021-02-01T08:10:05.773Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T08:10:06.008Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T08:10:06.088Z] + make build [2021-02-01T08:10:06.088Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T08:10:06.350Z] + sudo service docker restart [2021-02-01T08:10:06.350Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T08:10:09.072Z] provisioning config files... [2021-02-01T08:10:09.118Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2451161680441562838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:10:09.397Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T08:10:09.581Z] ---> docker-login.sh [2021-02-01T08:10:09.581Z] nexus3.edgexfoundry.org:10001 [2021-02-01T08:10:10.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:10:10.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:10:10.781Z] Configure a credential helper to remove this warning. See [2021-02-01T08:10:10.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:10:10.781Z] [2021-02-01T08:10:10.781Z] Login Succeeded [2021-02-01T08:10:10.781Z] nexus3.edgexfoundry.org:10002 [2021-02-01T08:10:11.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:10:11.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:10:11.333Z] Configure a credential helper to remove this warning. See [2021-02-01T08:10:11.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:10:11.333Z] [2021-02-01T08:10:11.333Z] Login Succeeded [2021-02-01T08:10:11.333Z] nexus3.edgexfoundry.org:10003 [2021-02-01T08:10:11.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:10:11.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:10:11.882Z] Configure a credential helper to remove this warning. See [2021-02-01T08:10:11.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:10:11.882Z] [2021-02-01T08:10:11.882Z] Login Succeeded [2021-02-01T08:10:11.882Z] nexus3.edgexfoundry.org:10004 [2021-02-01T08:10:12.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:10:12.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:10:12.442Z] Configure a credential helper to remove this warning. See [2021-02-01T08:10:12.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:10:12.442Z] [2021-02-01T08:10:12.442Z] Login Succeeded [2021-02-01T08:10:12.442Z] docker.io [2021-02-01T08:10:12.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:10:13.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:10:13.315Z] Configure a credential helper to remove this warning. See [2021-02-01T08:10:13.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:10:13.315Z] [2021-02-01T08:10:13.315Z] Login Succeeded [2021-02-01T08:10:13.315Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T08:10:13.333Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-01T08:10:13.769Z] ========================================================= [2021-02-01T08:10:13.769Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T08:10:13.769Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:10:14.150Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-01T08:10:16.811Z] Sending build context to Docker daemon 166MB [2021-02-01T08:10:16.811Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T08:10:16.811Z] Step 2/6 : FROM ${BASE} [2021-02-01T08:10:16.811Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T08:10:16.811Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T08:10:16.811Z] a4357932f1b6: Pulling fs layer [2021-02-01T08:10:16.811Z] 18c013af1878: Pulling fs layer [2021-02-01T08:10:16.811Z] 00ac8860ef70: Pulling fs layer [2021-02-01T08:10:16.811Z] 63d7cb157983: Pulling fs layer [2021-02-01T08:10:16.811Z] b116817d02f9: Pulling fs layer [2021-02-01T08:10:16.811Z] 745a02a5169b: Pulling fs layer [2021-02-01T08:10:16.811Z] 00ac8860ef70: Waiting [2021-02-01T08:10:16.811Z] 63d7cb157983: Waiting [2021-02-01T08:10:16.811Z] 745a02a5169b: Waiting [2021-02-01T08:10:16.811Z] b116817d02f9: Waiting [2021-02-01T08:10:16.811Z] 18c013af1878: Verifying Checksum [2021-02-01T08:10:16.811Z] 18c013af1878: Download complete [2021-02-01T08:10:17.086Z] a4357932f1b6: Verifying Checksum [2021-02-01T08:10:17.086Z] a4357932f1b6: Download complete [2021-02-01T08:10:17.086Z] 63d7cb157983: Verifying Checksum [2021-02-01T08:10:17.086Z] 63d7cb157983: Download complete [2021-02-01T08:10:17.362Z] b116817d02f9: Download complete [2021-02-01T08:10:17.362Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T08:10:17.362Z] 5f621e34cdf4: Download complete [2021-02-01T08:10:17.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T08:10:17.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T08:10:18.351Z] 5f621e34cdf4: Pull complete [2021-02-01T08:10:18.956Z] a4357932f1b6: Pull complete [2021-02-01T08:10:19.233Z] 18c013af1878: Pull complete [2021-02-01T08:10:19.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T08:10:19.505Z] 745a02a5169b: Verifying Checksum [2021-02-01T08:10:19.505Z] 745a02a5169b: Download complete [2021-02-01T08:10:19.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T08:10:20.941Z] 00ac8860ef70: Verifying Checksum [2021-02-01T08:10:20.941Z] 00ac8860ef70: Download complete [2021-02-01T08:10:21.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T08:10:22.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T08:10:23.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T08:10:24.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T08:10:25.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T08:10:26.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T08:10:28.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-01T08:10:29.517Z] $ docker stop --time=1 b000bd73db49fb13e661efd9d93083f6a91386a46d3e375c532574b196053d88 [2021-02-01T08:10:31.098Z] 00ac8860ef70: Pull complete [2021-02-01T08:10:31.098Z] 63d7cb157983: Pull complete [2021-02-01T08:10:31.695Z] b116817d02f9: Pull complete [2021-02-01T08:10:32.358Z] $ docker rm -f b000bd73db49fb13e661efd9d93083f6a91386a46d3e375c532574b196053d88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:10:35.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T08:10:35.852Z] [2021-02-01T08:10:35.852Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:10:36.045Z] 745a02a5169b: Pull complete [2021-02-01T08:10:36.045Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T08:10:36.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T08:10:36.045Z] ---> b7e6874047d6 [2021-02-01T08:10:36.045Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-01T08:10:36.202Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T08:10:36.203Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-01T08:10:36.203Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-01T08:10:36.203Z] ca9280d653b3: Pulling fs layer [2021-02-01T08:10:36.203Z] 7e9c9ca2126c: Pulling fs layer [2021-02-01T08:10:36.777Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-01T08:10:36.777Z] cbdbe7a5bc2a: Download complete [2021-02-01T08:10:37.047Z] ca9280d653b3: Verifying Checksum [2021-02-01T08:10:37.047Z] ca9280d653b3: Download complete [2021-02-01T08:10:37.047Z] cbdbe7a5bc2a: Pull complete [2021-02-01T08:10:37.998Z] 7e9c9ca2126c: Verifying Checksum [2021-02-01T08:10:37.998Z] 7e9c9ca2126c: Download complete [2021-02-01T08:10:37.998Z] ca9280d653b3: Pull complete [2021-02-01T08:10:38.677Z] ---> Running in b7c75f6d7651 [2021-02-01T08:10:39.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:10:40.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:10:41.232Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T08:10:41.232Z] (2/12) Installing file (5.38-r0) [2021-02-01T08:10:41.505Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T08:10:41.505Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T08:10:44.622Z] 7e9c9ca2126c: Pull complete [2021-02-01T08:10:44.622Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-01T08:10:44.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T08:10:44.622Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-01T08:10:44.803Z] prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container [2021-02-01T08:10:44.849Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-01T08:10:46.369Z] $ docker top ae3bffb595f0711ef854c3a8892b32bff05bc7b0f8bbcc5377954d50c50237d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:10:46.859Z] + docker-compose build --help [2021-02-01T08:10:46.860Z] + grep parallel [2021-02-01T08:10:47.805Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T08:10:47.821Z] $ docker stop --time=1 ae3bffb595f0711ef854c3a8892b32bff05bc7b0f8bbcc5377954d50c50237d3 [2021-02-01T08:10:48.192Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T08:10:48.193Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T08:10:48.193Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T08:10:48.193Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T08:10:48.193Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T08:10:48.193Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T08:10:48.193Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T08:10:48.193Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T08:10:48.193Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:10:48.193Z] OK: 217 MiB in 51 packages [2021-02-01T08:10:49.173Z] $ docker rm -f ae3bffb595f0711ef854c3a8892b32bff05bc7b0f8bbcc5377954d50c50237d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:10:49.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T08:10:49.980Z] . [Pipeline] withDockerContainer [2021-02-01T08:10:50.124Z] prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container [2021-02-01T08:10:50.282Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-01T08:10:50.891Z] $ docker top c45a6fac081cb6eacaa6ad1b69306d01dc51c5989ccbd3e89e3fe87e78a3ab8b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:10:51.405Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T08:10:52.350Z] Building docker-core-command-go ... [2021-02-01T08:10:52.350Z] Building docker-core-data-go ... [2021-02-01T08:10:52.350Z] Building docker-core-metadata-go ... [2021-02-01T08:10:52.350Z] Building docker-security-bootstrapper-go ... [2021-02-01T08:10:52.350Z] Building docker-security-proxy-setup-go ... [2021-02-01T08:10:52.350Z] Building docker-security-secretstore-setup-go ... [2021-02-01T08:10:52.350Z] Building docker-support-notifications-go ... [2021-02-01T08:10:52.350Z] Building docker-support-scheduler-go ... [2021-02-01T08:10:52.350Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T08:10:52.350Z] Building docker-support-notifications-go [2021-02-01T08:10:52.350Z] Building docker-support-scheduler-go [2021-02-01T08:10:52.350Z] Building docker-security-secretstore-setup-go [2021-02-01T08:10:52.350Z] Building docker-core-metadata-go [2021-02-01T08:10:52.350Z] Building docker-security-proxy-setup-go [2021-02-01T08:10:52.502Z] Removing intermediate container b7c75f6d7651 [2021-02-01T08:10:52.502Z] ---> 118f48c5c69a [2021-02-01T08:10:52.502Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T08:10:52.502Z] ---> Running in 568efa0e2751 [2021-02-01T08:10:52.776Z] Removing intermediate container 568efa0e2751 [2021-02-01T08:10:52.776Z] ---> 1e02e5683b55 [2021-02-01T08:10:52.776Z] Step 5/6 : COPY go.mod . [2021-02-01T08:10:53.754Z] ---> 371edb0a1a72 [2021-02-01T08:10:53.754Z] Step 6/6 : RUN go mod download [2021-02-01T08:10:53.754Z] ---> Running in bb6d9b88048a [2021-02-01T08:11:20.574Z] Removing intermediate container bb6d9b88048a [2021-02-01T08:11:20.574Z] ---> 107b06ae860d [2021-02-01T08:11:20.574Z] Successfully built 107b06ae860d [2021-02-01T08:11:20.574Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:11:20.916Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T08:11:20.916Z] . [Pipeline] withDockerContainer [2021-02-01T08:11:21.188Z] prd-ubuntu18.04-docker-arm64-4c-16g-24312 does not seem to be running inside a container [2021-02-01T08:11:21.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T08:11:22.844Z] $ docker top fd48e8805973456935b8c72ebd22c4e8d9d8f0d2b34c385c55aea818b725427f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:11:23.878Z] + go version [2021-02-01T08:11:23.878Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T08:11:23.900Z] $ docker stop --time=1 fd48e8805973456935b8c72ebd22c4e8d9d8f0d2b34c385c55aea818b725427f [2021-02-01T08:11:24.561Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:11:24.561Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:11:24.561Z] ---> ea7bbefb7948 [2021-02-01T08:11:24.561Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T08:11:24.561Z] [2021-02-01T08:11:24.561Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:11:24.561Z] ---> ea7bbefb7948 [2021-02-01T08:11:24.561Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T08:11:24.828Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:11:24.828Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:11:24.828Z] ---> ea7bbefb7948 [2021-02-01T08:11:24.828Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T08:11:25.091Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:11:25.091Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:11:25.091Z] ---> ea7bbefb7948 [2021-02-01T08:11:25.091Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T08:11:25.091Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:11:25.091Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:11:25.091Z] ---> ea7bbefb7948 [2021-02-01T08:11:25.091Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T08:11:25.666Z] ---> Running in 38b62d4d5263 [2021-02-01T08:11:25.666Z] ---> Running in aed634758c93 [2021-02-01T08:11:25.825Z] $ docker rm -f fd48e8805973456935b8c72ebd22c4e8d9d8f0d2b34c385c55aea818b725427f [2021-02-01T08:11:25.932Z] ---> Running in 640fe5ee245e [2021-02-01T08:11:25.932Z] ---> Running in fc0cd0e8d95d [2021-02-01T08:11:25.932Z] ---> Running in 1c8fab4c9c7a [Pipeline] // withDockerContainer [Pipeline] } [2021-02-01T08:11:26.199Z] Removing intermediate container 640fe5ee245e [2021-02-01T08:11:26.199Z] ---> 377f53db1051 [2021-02-01T08:11:26.199Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:11:26.199Z] Removing intermediate container 38b62d4d5263 [2021-02-01T08:11:26.199Z] ---> 6573466ea890 [2021-02-01T08:11:26.199Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-02-01T08:11:26.467Z] Removing intermediate container aed634758c93 [2021-02-01T08:11:26.467Z] ---> 38a55206427b [2021-02-01T08:11:26.467Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:11:26.467Z] Removing intermediate container 1c8fab4c9c7a [2021-02-01T08:11:26.467Z] ---> 5d8881de150a [2021-02-01T08:11:26.467Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:11:26.467Z] Removing intermediate container fc0cd0e8d95d [2021-02-01T08:11:26.467Z] ---> 09ab56bd4ead [2021-02-01T08:11:26.467Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:11:26.467Z] ---> Running in 0c62c65164f1 [2021-02-01T08:11:26.467Z] ---> Running in 2132ebd26880 [2021-02-01T08:11:26.467Z] ---> Running in 9e028318378b [2021-02-01T08:11:26.467Z] ---> Running in 9882d64d821c [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:11:26.731Z] ---> Running in d323a1f45ab3 [2021-02-01T08:11:26.854Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T08:11:26.854Z] . [Pipeline] withDockerContainer [2021-02-01T08:11:27.115Z] prd-ubuntu18.04-docker-arm64-4c-16g-24312 does not seem to be running inside a container [2021-02-01T08:11:27.193Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-01T08:11:28.639Z] $ docker top 6a571266e4a73db6842c2f1cc0853de5416a036fb57522e0073f99d77195b01d -eo pid,comm [2021-02-01T08:11:28.680Z] Removing intermediate container 0c62c65164f1 [2021-02-01T08:11:28.680Z] ---> 6bd94928bcbd [2021-02-01T08:11:28.680Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T08:11:28.680Z] Removing intermediate container 9e028318378b [2021-02-01T08:11:28.680Z] ---> 6719da3f618a [2021-02-01T08:11:28.680Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T08:11:28.680Z] ---> Running in 2de92127905e [2021-02-01T08:11:28.947Z] ---> Running in 8de0cb61851b [2021-02-01T08:11:28.947Z] Removing intermediate container d323a1f45ab3 [2021-02-01T08:11:28.947Z] ---> 0fab78ca58e1 [2021-02-01T08:11:28.947Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T08:11:28.947Z] Removing intermediate container 2132ebd26880 [2021-02-01T08:11:28.947Z] ---> b6a75170f268 [2021-02-01T08:11:28.947Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T08:11:28.947Z] Removing intermediate container 9882d64d821c [2021-02-01T08:11:28.947Z] ---> d0ccf86d25ab [2021-02-01T08:11:28.947Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [Pipeline] { [Pipeline] echo [2021-02-01T08:11:29.037Z] ========================================================= [2021-02-01T08:11:29.037Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T08:11:29.037Z] ========================================================= [Pipeline] sh [2021-02-01T08:11:29.217Z] ---> Running in b0ec5055c34f [2021-02-01T08:11:29.217Z] ---> Running in 9545c78d6b54 [2021-02-01T08:11:29.217Z] ---> Running in 8c305f42fd90 [2021-02-01T08:11:29.682Z] + make test [2021-02-01T08:11:29.682Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T08:11:29.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:11:29.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:11:30.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:11:30.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:11:30.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:11:30.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:11:30.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:11:30.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:11:30.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:11:30.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:11:31.112Z] OK: 233 MiB in 51 packages [2021-02-01T08:11:31.112Z] OK: 233 MiB in 51 packages [2021-02-01T08:11:31.685Z] OK: 233 MiB in 51 packages [2021-02-01T08:11:31.685Z] OK: 233 MiB in 51 packages [2021-02-01T08:11:31.685Z] OK: 233 MiB in 51 packages [2021-02-01T08:11:32.631Z] Removing intermediate container 2de92127905e [2021-02-01T08:11:32.631Z] ---> 2b272163f8f7 [2021-02-01T08:11:32.631Z] Step 6/23 : COPY go.mod . [2021-02-01T08:11:32.631Z] Removing intermediate container 8de0cb61851b [2021-02-01T08:11:32.631Z] ---> 84ccee8aae04 [2021-02-01T08:11:32.631Z] Step 6/21 : COPY go.mod . [2021-02-01T08:11:32.897Z] Removing intermediate container 8c305f42fd90 [2021-02-01T08:11:32.897Z] ---> cea376f9290c [2021-02-01T08:11:32.897Z] Step 6/22 : COPY go.mod . [2021-02-01T08:11:32.897Z] Removing intermediate container b0ec5055c34f [2021-02-01T08:11:32.897Z] ---> a6bf8ac3b70a [2021-02-01T08:11:32.897Z] Step 6/24 : COPY go.mod . [2021-02-01T08:11:32.897Z] ---> 1824df5b61f1 [2021-02-01T08:11:32.897Z] Step 7/23 : RUN go mod download [2021-02-01T08:11:32.897Z] Removing intermediate container 9545c78d6b54 [2021-02-01T08:11:32.897Z] ---> b8771cb66ba4 [2021-02-01T08:11:32.897Z] Step 6/22 : COPY go.mod . [2021-02-01T08:11:33.175Z] ---> 0e9adaa1acde [2021-02-01T08:11:33.175Z] Step 7/21 : RUN go mod download [2021-02-01T08:11:33.175Z] ---> Running in eb18b260792a [2021-02-01T08:11:33.175Z] ---> 824b19c6893b [2021-02-01T08:11:33.175Z] Step 7/22 : RUN go mod download [2021-02-01T08:11:33.175Z] ---> Running in 00a7b03f9170 [2021-02-01T08:11:33.437Z] ---> ec29047ef9ae [2021-02-01T08:11:33.437Z] Step 7/24 : RUN go mod download [2021-02-01T08:11:33.437Z] ---> 981ca2cdbf71 [2021-02-01T08:11:33.437Z] Step 7/22 : RUN go mod download [2021-02-01T08:11:33.437Z] ---> Running in 8d94d6bade22 [2021-02-01T08:11:33.705Z] ---> Running in f90e2691feb5 [2021-02-01T08:11:33.705Z] ---> Running in c52257dffab8 [2021-02-01T08:11:35.674Z] Removing intermediate container 8d94d6bade22 [2021-02-01T08:11:35.674Z] ---> 3cd76d7a5c66 [2021-02-01T08:11:35.674Z] Step 8/22 : COPY . . [2021-02-01T08:11:35.944Z] Removing intermediate container eb18b260792a [2021-02-01T08:11:35.944Z] ---> e8217adccafd [2021-02-01T08:11:35.944Z] Step 8/23 : COPY . . [2021-02-01T08:11:38.528Z] Removing intermediate container f90e2691feb5 [2021-02-01T08:11:38.528Z] ---> 6438c9cc3ae5 [2021-02-01T08:11:38.528Z] Step 8/24 : COPY . . [2021-02-01T08:11:38.528Z] Removing intermediate container c52257dffab8 [2021-02-01T08:11:38.528Z] ---> a8b05136a82c [2021-02-01T08:11:38.528Z] Step 8/22 : COPY . . [2021-02-01T08:11:40.474Z] Removing intermediate container 00a7b03f9170 [2021-02-01T08:11:40.474Z] ---> 612a80045531 [2021-02-01T08:11:40.474Z] Step 8/21 : COPY . . [2021-02-01T08:11:51.876Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T08:12:12.892Z] ---> 1348a20162ba [2021-02-01T08:12:12.892Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T08:12:12.892Z] ---> Running in 934e45b7e2f4 [2021-02-01T08:12:12.892Z] ---> fb9d4be33144 [2021-02-01T08:12:12.892Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T08:12:12.892Z] ---> 0a251eeaad60 [2021-02-01T08:12:12.892Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T08:12:13.467Z] ---> 7d32123a88d6 [2021-02-01T08:12:13.467Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T08:12:13.467Z] ---> 6eeb0623f7e1 [2021-02-01T08:12:13.467Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T08:12:13.734Z] ---> Running in 98b02f609838 [2021-02-01T08:12:13.734Z] ---> Running in 2e0dcf69fffc [2021-02-01T08:12:13.734Z] ---> Running in e7ecea1410d6 [2021-02-01T08:12:14.007Z] ---> Running in 59c3f80c5be8 [2021-02-01T08:12:14.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T08:12:14.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T08:12:14.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T08:12:15.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T08:12:15.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T08:12:38.909Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T08:12:41.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T08:12:41.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T08:12:47.219Z] Removing intermediate container 59c3f80c5be8 [2021-02-01T08:12:47.219Z] ---> b2c644a9ed62 [2021-02-01T08:12:47.219Z] [2021-02-01T08:12:47.219Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T08:12:47.219Z] Removing intermediate container e7ecea1410d6 [2021-02-01T08:12:47.219Z] ---> dc7ed6f7a65b [2021-02-01T08:12:47.219Z] [2021-02-01T08:12:47.219Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T08:12:47.219Z] Removing intermediate container 934e45b7e2f4 [2021-02-01T08:12:47.219Z] ---> 084de208abd1 [2021-02-01T08:12:47.219Z] [2021-02-01T08:12:47.219Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T08:12:47.219Z] 3.12: Pulling from library/alpine [2021-02-01T08:12:47.219Z] 3.12: Pulling from library/alpine [2021-02-01T08:12:47.219Z] 3.12: Pulling from library/alpine [2021-02-01T08:12:48.625Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T08:12:48.625Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T08:12:48.625Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T08:12:48.625Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T08:12:48.625Z] ---> 389fef711851 [2021-02-01T08:12:48.625Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T08:12:48.625Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T08:12:48.625Z] ---> 389fef711851 [2021-02-01T08:12:48.625Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T08:12:48.625Z] Status: Image is up to date for alpine:3.12 [2021-02-01T08:12:48.625Z] ---> 389fef711851 [2021-02-01T08:12:48.625Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T08:12:51.950Z] ---> Running in 010735676e4f [2021-02-01T08:12:51.950Z] ---> Running in 2077cf8ec6d8 [2021-02-01T08:12:51.950Z] ---> Running in 9d23e2c60341 [2021-02-01T08:12:51.950Z] Removing intermediate container 2e0dcf69fffc [2021-02-01T08:12:51.950Z] ---> 7919768eed8f [2021-02-01T08:12:51.950Z] [2021-02-01T08:12:51.950Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T08:12:51.950Z] ---> 389fef711851 [2021-02-01T08:12:51.950Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T08:12:51.950Z] Removing intermediate container 98b02f609838 [2021-02-01T08:12:51.950Z] ---> ef251292b6db [2021-02-01T08:12:51.950Z] [2021-02-01T08:12:51.950Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T08:12:51.950Z] ---> 389fef711851 [2021-02-01T08:12:51.950Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T08:12:51.950Z] ---> Running in 51d31738f140 [2021-02-01T08:12:51.950Z] ---> Running in 2d49e804e443 [2021-02-01T08:12:52.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:12:52.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:12:52.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:12:52.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:12:52.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:12:52.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:12:52.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:12:52.926Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T08:12:53.202Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T08:12:53.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:12:53.202Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:12:53.202Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T08:12:53.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:12:53.202Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T08:12:53.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:12:53.202Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T08:12:53.202Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T08:12:53.202Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T08:12:53.202Z] OK: 6 MiB in 16 packages [2021-02-01T08:12:53.202Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T08:12:53.202Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:12:53.202Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T08:12:53.202Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T08:12:53.202Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T08:12:53.202Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T08:12:53.202Z] OK: 7 MiB in 18 packages [2021-02-01T08:12:53.202Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T08:12:53.202Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T08:12:53.202Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:12:53.202Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T08:12:53.202Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:12:53.464Z] OK: 6 MiB in 15 packages [2021-02-01T08:12:53.464Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T08:12:53.464Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:12:53.464Z] OK: 6 MiB in 15 packages [2021-02-01T08:12:53.464Z] OK: 7 MiB in 19 packages [2021-02-01T08:12:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T08:12:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T08:12:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T08:12:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T08:12:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T08:12:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T08:12:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T08:12:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T08:12:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T08:12:54.047Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T08:12:56.022Z] Removing intermediate container 010735676e4f [2021-02-01T08:12:56.022Z] ---> 3779c0ade117 [2021-02-01T08:12:56.022Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:12:56.022Z] Removing intermediate container 9d23e2c60341 [2021-02-01T08:12:56.022Z] ---> 1fe5a747f60c [2021-02-01T08:12:56.022Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T08:12:56.285Z] ---> Running in 4da4faaf1888 [2021-02-01T08:12:56.548Z] Removing intermediate container 51d31738f140 [2021-02-01T08:12:56.548Z] ---> 7138255d921f [2021-02-01T08:12:56.548Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:12:56.548Z] ---> Running in ca36c1f5d6ee [2021-02-01T08:12:56.548Z] Removing intermediate container 2d49e804e443 [2021-02-01T08:12:56.548Z] ---> a2b8d9ce3977 [2021-02-01T08:12:56.548Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:12:56.812Z] Removing intermediate container 2077cf8ec6d8 [2021-02-01T08:12:56.812Z] ---> 22e50d045e78 [2021-02-01T08:12:56.812Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T08:12:56.812Z] Removing intermediate container 4da4faaf1888 [2021-02-01T08:12:56.812Z] ---> e2b608acf929 [2021-02-01T08:12:56.812Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T08:12:56.812Z] ---> Running in 3b2fb42c934a [2021-02-01T08:12:56.812Z] ---> Running in 1678606b8fd2 [2021-02-01T08:12:57.074Z] ---> Running in 4d7d162d14b4 [2021-02-01T08:12:57.074Z] ---> Running in b60e8780dcb0 [2021-02-01T08:12:57.074Z] Removing intermediate container ca36c1f5d6ee [2021-02-01T08:12:57.074Z] ---> a484276e5f86 [2021-02-01T08:12:57.074Z] Step 13/21 : WORKDIR /edgex [2021-02-01T08:12:58.022Z] ---> Running in 57ce57ea7d8b [2021-02-01T08:12:58.022Z] Removing intermediate container 1678606b8fd2 [2021-02-01T08:12:58.022Z] ---> 067cddd965d0 [2021-02-01T08:12:58.022Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T08:12:58.022Z] Removing intermediate container 3b2fb42c934a [2021-02-01T08:12:58.022Z] ---> 979187d5f4b6 [2021-02-01T08:12:58.022Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T08:12:58.022Z] Removing intermediate container 4d7d162d14b4 [2021-02-01T08:12:58.022Z] ---> 59e535ac84ca [2021-02-01T08:12:58.022Z] Step 13/24 : WORKDIR / [2021-02-01T08:12:58.022Z] Removing intermediate container b60e8780dcb0 [2021-02-01T08:12:58.022Z] ---> 104fab9226f1 [2021-02-01T08:12:58.022Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T08:12:58.022Z] ---> Running in e46743528c7c [2021-02-01T08:12:58.284Z] ---> Running in 434423a347ef [2021-02-01T08:12:58.284Z] ---> Running in 9d383cace361 [2021-02-01T08:12:58.284Z] ---> Running in 31a0ee7db5d2 [2021-02-01T08:12:58.284Z] Removing intermediate container 57ce57ea7d8b [2021-02-01T08:12:58.284Z] ---> 7c4bdb8896eb [2021-02-01T08:12:58.284Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T08:12:58.547Z] Removing intermediate container 434423a347ef [2021-02-01T08:12:58.547Z] ---> 6fedb743af1f [2021-02-01T08:12:58.547Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T08:12:58.547Z] Removing intermediate container e46743528c7c [2021-02-01T08:12:58.547Z] ---> 5205bf2c8879 [2021-02-01T08:12:58.547Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T08:12:58.547Z] Removing intermediate container 31a0ee7db5d2 [2021-02-01T08:12:58.547Z] ---> c1c2e61dc084 [2021-02-01T08:12:58.547Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:12:58.810Z] Removing intermediate container 9d383cace361 [2021-02-01T08:12:58.810Z] ---> b399ec05c7b7 [2021-02-01T08:12:58.810Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-01T08:12:58.810Z] ---> Running in 412c1915c07b [2021-02-01T08:12:58.810Z] ---> Running in c9a398e6e2f3 [2021-02-01T08:12:58.810Z] ---> eaa81e200ba6 [2021-02-01T08:12:58.810Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T08:12:59.074Z] Removing intermediate container 412c1915c07b [2021-02-01T08:12:59.074Z] ---> 6c621ed22cc0 [2021-02-01T08:12:59.074Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:12:59.074Z] Removing intermediate container c9a398e6e2f3 [2021-02-01T08:12:59.074Z] ---> d0ba1cd99e0c [2021-02-01T08:12:59.074Z] Step 15/23 : WORKDIR / [2021-02-01T08:12:59.074Z] ---> 09457520aff8 [2021-02-01T08:12:59.074Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T08:12:59.337Z] ---> b14b98ab7d9c [2021-02-01T08:12:59.337Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-01T08:12:59.337Z] ---> Running in 94fc3b894f98 [2021-02-01T08:12:59.603Z] ---> 9bd57124ef25 [2021-02-01T08:12:59.603Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T08:12:59.603Z] ---> d64f1a714a76 [2021-02-01T08:12:59.603Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T08:13:00.196Z] ---> f8e9ed8e3232 [2021-02-01T08:13:00.196Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T08:13:00.196Z] Removing intermediate container 94fc3b894f98 [2021-02-01T08:13:00.196Z] ---> 3077a272863e [2021-02-01T08:13:00.196Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:13:00.196Z] ---> a3b7f613a26b [2021-02-01T08:13:00.196Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T08:13:00.196Z] ---> ce71cc1b6ef1 [2021-02-01T08:13:00.196Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T08:13:00.459Z] ---> e5d031363ed9 [2021-02-01T08:13:00.459Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T08:13:00.459Z] ---> Running in 605db86db170 [2021-02-01T08:13:00.459Z] ---> 020d201a4b46 [2021-02-01T08:13:00.459Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T08:13:00.727Z] ---> e622d17f19c9 [2021-02-01T08:13:00.727Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T08:13:00.727Z] ---> 269a479c5a9d [2021-02-01T08:13:00.727Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T08:13:00.727Z] Removing intermediate container 605db86db170 [2021-02-01T08:13:00.727Z] ---> b49bec60ebbf [2021-02-01T08:13:00.727Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T08:13:00.990Z] ---> Running in 033a151cedba [2021-02-01T08:13:00.990Z] ---> 64c5bea9843c [2021-02-01T08:13:00.990Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T08:13:00.990Z] ---> Running in f419af5924de [2021-02-01T08:13:01.255Z] ---> Running in a9695042b5a6 [2021-02-01T08:13:01.255Z] ---> 443739262351 [2021-02-01T08:13:01.255Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T08:13:01.255Z] Removing intermediate container 033a151cedba [2021-02-01T08:13:01.255Z] ---> 0742800f5dbb [2021-02-01T08:13:01.255Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:13:01.255Z] ---> df2bda4df964 [2021-02-01T08:13:01.255Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T08:13:01.831Z] ---> Running in 0153e1005aee [2021-02-01T08:13:01.831Z] Removing intermediate container f419af5924de [2021-02-01T08:13:01.831Z] ---> 238fb15787bb [2021-02-01T08:13:01.831Z] Step 19/21 : LABEL arch=x86_64 [2021-02-01T08:13:02.098Z] Removing intermediate container a9695042b5a6 [2021-02-01T08:13:02.098Z] ---> bf05a82c5a8a [2021-02-01T08:13:02.098Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:13:02.098Z] ---> 6313e92cafda [2021-02-01T08:13:02.098Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T08:13:02.098Z] ---> Running in 0d569c5d8511 [2021-02-01T08:13:02.365Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T08:13:02.366Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T08:13:02.366Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T08:13:02.366Z] ---> be8554acdbc4 [2021-02-01T08:13:02.366Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T08:13:02.366Z] Removing intermediate container 0153e1005aee [2021-02-01T08:13:02.366Z] ---> 6866f90a16aa [2021-02-01T08:13:02.366Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T08:13:02.366Z] ---> Running in 4fd9b434c0fa [2021-02-01T08:13:02.366Z] ---> Running in 0a0c99a6a983 [2021-02-01T08:13:02.628Z] ---> Running in 090fc9890b0b [2021-02-01T08:13:02.628Z] Removing intermediate container 0d569c5d8511 [2021-02-01T08:13:02.628Z] ---> 29adf6b50884 [2021-02-01T08:13:02.628Z] Step 20/21 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:13:02.628Z] ---> 00863e492657 [2021-02-01T08:13:02.628Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-01T08:13:02.891Z] Removing intermediate container 4fd9b434c0fa [2021-02-01T08:13:02.891Z] ---> 44afe560fa5c [2021-02-01T08:13:02.891Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T08:13:02.891Z] Removing intermediate container 0a0c99a6a983 [2021-02-01T08:13:02.891Z] ---> a42342ea7e85 [2021-02-01T08:13:02.891Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:13:02.891Z] ---> Running in a5595c6ab9d2 [2021-02-01T08:13:02.891Z] ---> Running in 7454bbb90737 [2021-02-01T08:13:02.891Z] ---> Running in 3e7d2c9710f1 [2021-02-01T08:13:03.153Z] Removing intermediate container 090fc9890b0b [2021-02-01T08:13:03.153Z] ---> 4200d22660c1 [2021-02-01T08:13:03.153Z] Step 21/22 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:13:03.153Z] ---> Running in da88b845e7a9 [2021-02-01T08:13:03.416Z] ---> Running in 19c9fce6150b [2021-02-01T08:13:03.416Z] Removing intermediate container a5595c6ab9d2 [2021-02-01T08:13:03.416Z] ---> d9300b48ba81 [2021-02-01T08:13:03.416Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T08:13:03.416Z] Removing intermediate container 3e7d2c9710f1 [2021-02-01T08:13:03.416Z] ---> b48b54b50ce0 [2021-02-01T08:13:03.416Z] Step 21/22 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:13:03.416Z] Removing intermediate container da88b845e7a9 [2021-02-01T08:13:03.416Z] ---> f755cd2cb79a [2021-02-01T08:13:03.416Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T08:13:03.680Z] ---> Running in 386595e07440 [2021-02-01T08:13:03.680Z] ---> Running in f8ced80832f6 [2021-02-01T08:13:03.680Z] Removing intermediate container 19c9fce6150b [2021-02-01T08:13:03.680Z] ---> 361cf9b51e25 [2021-02-01T08:13:03.680Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T08:13:03.680Z] ---> Running in 12710ec1f453 [2021-02-01T08:13:03.948Z] ---> Running in 3d80a27deee9 [2021-02-01T08:13:03.948Z] Removing intermediate container 386595e07440 [2021-02-01T08:13:03.948Z] ---> 4f587dd61ca2 [2021-02-01T08:13:03.948Z] [2021-02-01T08:13:04.211Z] Removing intermediate container f8ced80832f6 [2021-02-01T08:13:04.211Z] ---> ed632fa69296 [2021-02-01T08:13:04.211Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T08:13:04.211Z] Successfully built 4f587dd61ca2 [2021-02-01T08:13:04.211Z] Removing intermediate container 12710ec1f453 [2021-02-01T08:13:04.211Z] ---> 0bf6515fb81d [2021-02-01T08:13:04.211Z] Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:13:04.211Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-01T08:13:04.211Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-01T08:13:04.477Z] ---> Running in e25f22f30166 [2021-02-01T08:13:04.477Z] Removing intermediate container 3d80a27deee9 [2021-02-01T08:13:04.477Z] ---> f25b72ea400e [2021-02-01T08:13:04.477Z] [2021-02-01T08:13:04.477Z] ---> Running in 1b6dfd01bb09 [2021-02-01T08:13:04.477Z] Successfully built f25b72ea400e [2021-02-01T08:13:04.477Z] Removing intermediate container 7454bbb90737 [2021-02-01T08:13:04.477Z] ---> 702573c74e36 [2021-02-01T08:13:04.477Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T08:13:04.742Z] Successfully tagged docker-support-notifications-go:latest [2021-02-01T08:13:04.742Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-02-01T08:13:04.742Z] Removing intermediate container e25f22f30166 [2021-02-01T08:13:04.742Z] ---> a0bd146624c1 [2021-02-01T08:13:04.742Z] [2021-02-01T08:13:04.742Z] Removing intermediate container 1b6dfd01bb09 [2021-02-01T08:13:04.742Z] ---> 6409d8ee5e06 [2021-02-01T08:13:04.742Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T08:13:04.742Z] ---> Running in 17efb3c17c04 [2021-02-01T08:13:04.742Z] Successfully built a0bd146624c1 [2021-02-01T08:13:04.742Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-01T08:13:04.742Z] ---> Running in 6cebd40e0578 [2021-02-01T08:13:04.742Z] Building docker-core-data-go [2021-02-01T08:13:05.003Z]  Building docker-support-scheduler-go ... done Removing intermediate container 17efb3c17c04 [2021-02-01T08:13:05.003Z] ---> 4b3c10a2e224 [2021-02-01T08:13:05.003Z] Step 22/24 : LABEL arch=x86_64 [2021-02-01T08:13:05.266Z] Removing intermediate container 6cebd40e0578 [2021-02-01T08:13:05.266Z] ---> 2b9197e48a87 [2021-02-01T08:13:05.266Z] [2021-02-01T08:13:05.266Z] ---> Running in c48e1bb39638 [2021-02-01T08:13:05.531Z] Successfully built 2b9197e48a87 [2021-02-01T08:13:05.531Z] Successfully tagged docker-core-metadata-go:latest [2021-02-01T08:13:05.531Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-01T08:13:05.531Z] Removing intermediate container c48e1bb39638 [2021-02-01T08:13:05.531Z] ---> c9fab6c36aa9 [2021-02-01T08:13:05.531Z] Step 23/24 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:13:05.794Z] ---> Running in bd5dae7e2c36 [2021-02-01T08:13:06.369Z] Removing intermediate container bd5dae7e2c36 [2021-02-01T08:13:06.369Z] ---> 8e52cd161d08 [2021-02-01T08:13:06.369Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T08:13:08.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.315s coverage: 46.0% of statements [2021-02-01T08:13:08.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T08:13:08.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T08:13:08.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T08:13:08.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T08:13:08.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T08:13:08.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T08:13:08.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T08:13:08.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.165s coverage: 100.0% of statements [2021-02-01T08:13:08.927Z] ---> Running in 876359fe35c0 [2021-02-01T08:13:09.877Z] Removing intermediate container 876359fe35c0 [2021-02-01T08:13:09.877Z] ---> 94a9459f52b0 [2021-02-01T08:13:09.877Z] [2021-02-01T08:13:10.824Z] Successfully built 94a9459f52b0 [2021-02-01T08:13:12.112Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-01T08:13:15.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.485s coverage: 27.1% of statements [2021-02-01T08:13:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T08:13:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T08:13:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T08:13:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T08:13:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T08:13:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T08:13:15.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-02-01T08:13:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T08:13:15.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements [2021-02-01T08:13:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T08:13:15.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T08:13:15.766Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.221s coverage: 65.8% of statements [2021-02-01T08:13:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T08:13:15.766Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T08:13:18.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.709s coverage: 82.3% of statements [2021-02-01T08:13:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T08:13:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T08:13:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T08:13:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T08:13:25.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.223s coverage: 28.6% of statements [2021-02-01T08:13:25.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T08:13:25.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T08:13:25.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T08:13:25.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T08:13:25.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T08:13:25.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements [2021-02-01T08:13:25.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T08:13:25.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-02-01T08:13:25.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T08:13:25.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.296s coverage: 86.7% of statements [2021-02-01T08:13:25.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T08:13:25.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements [2021-02-01T08:13:25.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T08:13:27.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.191s coverage: 78.3% of statements [2021-02-01T08:13:27.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T08:13:27.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T08:13:27.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T08:13:27.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T08:13:30.580Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:13:30.580Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:13:30.580Z] ---> ea7bbefb7948 [2021-02-01T08:13:30.580Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> 09ab56bd4ead [2021-02-01T08:13:30.580Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> 0fab78ca58e1 [2021-02-01T08:13:30.580Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T08:13:30.580Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:13:30.580Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:13:30.580Z] ---> ea7bbefb7948 [2021-02-01T08:13:30.580Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> 09ab56bd4ead [2021-02-01T08:13:30.580Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> 0fab78ca58e1 [2021-02-01T08:13:30.580Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> a6bf8ac3b70a [2021-02-01T08:13:30.580Z] Step 6/23 : COPY go.mod . [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> ec29047ef9ae [2021-02-01T08:13:30.580Z] Step 7/23 : RUN go mod download [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> 6438c9cc3ae5 [2021-02-01T08:13:30.580Z] Step 8/23 : COPY . . [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> 7d32123a88d6 [2021-02-01T08:13:30.580Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T08:13:30.580Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:13:30.580Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:13:30.580Z] ---> ea7bbefb7948 [2021-02-01T08:13:30.580Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> 09ab56bd4ead [2021-02-01T08:13:30.580Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> 0fab78ca58e1 [2021-02-01T08:13:30.580Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> a6bf8ac3b70a [2021-02-01T08:13:30.580Z] Step 6/31 : COPY go.mod . [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> ec29047ef9ae [2021-02-01T08:13:30.580Z] Step 7/31 : RUN go mod download [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> 6438c9cc3ae5 [2021-02-01T08:13:30.580Z] Step 8/31 : COPY . . [2021-02-01T08:13:30.580Z] ---> Using cache [2021-02-01T08:13:30.580Z] ---> 7d32123a88d6 [2021-02-01T08:13:30.580Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T08:13:30.842Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:13:30.842Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:13:30.842Z] ---> ea7bbefb7948 [2021-02-01T08:13:30.842Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T08:13:30.842Z] ---> Using cache [2021-02-01T08:13:30.842Z] ---> 09ab56bd4ead [2021-02-01T08:13:30.842Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:13:30.842Z] ---> Using cache [2021-02-01T08:13:30.842Z] ---> 0fab78ca58e1 [2021-02-01T08:13:30.842Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T08:13:31.796Z] ---> Running in 05925e5363f5 [2021-02-01T08:13:31.796Z] ---> Running in 73f33cd57aa7 [2021-02-01T08:13:31.796Z] ---> Running in 24cc24d46e0a [2021-02-01T08:13:32.062Z] ---> Running in a029d60e2363 [2021-02-01T08:13:33.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T08:13:33.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-01T08:13:33.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:13:33.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:13:34.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:13:34.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:13:34.911Z] OK: 233 MiB in 51 packages [2021-02-01T08:13:34.911Z] OK: 233 MiB in 51 packages [2021-02-01T08:13:35.484Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.388s coverage: 92.8% of statements [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T08:13:35.484Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T08:13:35.484Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T08:13:35.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T08:13:35.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 45.5% of statements [2021-02-01T08:13:35.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2021-02-01T08:13:35.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-02-01T08:13:35.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements [2021-02-01T08:13:35.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements [2021-02-01T08:13:36.321Z] Removing intermediate container 24cc24d46e0a [2021-02-01T08:13:36.321Z] ---> 7649f179c373 [2021-02-01T08:13:36.321Z] Step 6/26 : COPY go.mod . [2021-02-01T08:13:36.321Z] Removing intermediate container 73f33cd57aa7 [2021-02-01T08:13:36.321Z] ---> 8e0b9d270ffc [2021-02-01T08:13:36.321Z] Step 6/23 : COPY go.mod . [2021-02-01T08:13:36.595Z] ---> 0288d34570bd [2021-02-01T08:13:36.595Z] Step 7/26 : RUN go mod download [2021-02-01T08:13:36.864Z] ---> Running in 69a4adadaa4e [2021-02-01T08:13:36.864Z] ---> 38b0c3c3f529 [2021-02-01T08:13:36.864Z] Step 7/23 : RUN go mod download [2021-02-01T08:13:37.138Z] ---> Running in 0caeff030906 [2021-02-01T08:13:39.753Z] Removing intermediate container 69a4adadaa4e [2021-02-01T08:13:39.753Z] ---> 52298d2ad3d7 [2021-02-01T08:13:39.753Z] Step 8/26 : COPY . . [2021-02-01T08:13:39.753Z] Removing intermediate container 0caeff030906 [2021-02-01T08:13:39.753Z] ---> fddcd4b67ce9 [2021-02-01T08:13:39.753Z] Step 8/23 : COPY . . [2021-02-01T08:13:47.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements [2021-02-01T08:13:47.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-02-01T08:13:54.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.115s coverage: 92.9% of statements [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.496s coverage: 63.5% of statements [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.809s coverage: 68.9% of statements [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.322s coverage: 37.0% of statements [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T08:14:03.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.557s coverage: 84.0% of statements [2021-02-01T08:14:03.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.101s coverage: 100.0% of statements [2021-02-01T08:14:05.002Z] ---> 74e13248dac8 [2021-02-01T08:14:05.002Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T08:14:06.396Z] ---> 7db140d170d9 [2021-02-01T08:14:06.396Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T08:14:06.972Z] ---> Running in 2b0b0aad20f8 [2021-02-01T08:14:06.972Z] ---> Running in be9b74d20523 [2021-02-01T08:14:07.235Z] Removing intermediate container a029d60e2363 [2021-02-01T08:14:07.235Z] ---> e0b7ed8b7f4c [2021-02-01T08:14:07.235Z] [2021-02-01T08:14:07.235Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T08:14:07.235Z] ---> 389fef711851 [2021-02-01T08:14:07.235Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T08:14:07.497Z] Removing intermediate container 05925e5363f5 [2021-02-01T08:14:07.497Z] ---> c7384a63d02e [2021-02-01T08:14:07.497Z] [2021-02-01T08:14:07.497Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T08:14:07.497Z] ---> 389fef711851 [2021-02-01T08:14:07.497Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T08:14:07.497Z] ---> Using cache [2021-02-01T08:14:07.497Z] ---> a2b8d9ce3977 [2021-02-01T08:14:07.497Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:14:07.497Z] ---> Using cache [2021-02-01T08:14:07.497Z] ---> 067cddd965d0 [2021-02-01T08:14:07.497Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T08:14:07.497Z] ---> Running in 15cd434cab43 [2021-02-01T08:14:07.761Z] ---> Running in adcef3d14b44 [2021-02-01T08:14:07.761Z] Removing intermediate container 15cd434cab43 [2021-02-01T08:14:07.761Z] ---> 0e343c7b6a1a [2021-02-01T08:14:07.761Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T08:14:07.761Z] ---> Running in 02c67ad47eab [2021-02-01T08:14:08.024Z] Removing intermediate container adcef3d14b44 [2021-02-01T08:14:08.024Z] ---> bc225caf11a5 [2021-02-01T08:14:08.024Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T08:14:08.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T08:14:08.024Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T08:14:08.290Z] ---> Running in 24d259a76ae3 [2021-02-01T08:14:08.558Z] Removing intermediate container 24d259a76ae3 [2021-02-01T08:14:08.558Z] ---> 76b4d958eb9c [2021-02-01T08:14:08.558Z] Step 15/23 : WORKDIR / [2021-02-01T08:14:08.558Z] ---> Running in c8ad6e7270f3 [2021-02-01T08:14:08.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:14:08.831Z] Removing intermediate container c8ad6e7270f3 [2021-02-01T08:14:08.831Z] ---> 8a28fd33f705 [2021-02-01T08:14:08.831Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:14:08.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:14:09.100Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T08:14:09.100Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T08:14:09.100Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:14:09.100Z] OK: 6 MiB in 16 packages [2021-02-01T08:14:09.367Z] ---> 54411bb1d998 [2021-02-01T08:14:09.367Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T08:14:09.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.321s coverage: 47.1% of statements [2021-02-01T08:14:09.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T08:14:09.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T08:14:09.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T08:14:09.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T08:14:09.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T08:14:09.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements [2021-02-01T08:14:09.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T08:14:09.802Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-02-01T08:14:09.802Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T08:14:09.970Z] Removing intermediate container 02c67ad47eab [2021-02-01T08:14:09.970Z] ---> a4a451fc16a0 [2021-02-01T08:14:09.970Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T08:14:10.247Z] ---> b528b66f7c02 [2021-02-01T08:14:10.247Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T08:14:10.247Z] ---> Running in 368a0b80dd4c [2021-02-01T08:14:10.528Z] Removing intermediate container 368a0b80dd4c [2021-02-01T08:14:10.528Z] ---> 01d18e220135 [2021-02-01T08:14:10.528Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T08:14:11.491Z] ---> Running in 414f830dcd9d [2021-02-01T08:14:11.757Z] ---> 1df1cd40653b [2021-02-01T08:14:11.758Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T08:14:12.029Z] ---> Running in b63d202cf803 [2021-02-01T08:14:12.029Z] Removing intermediate container 414f830dcd9d [2021-02-01T08:14:12.029Z] ---> c86aa1658099 [2021-02-01T08:14:12.029Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T08:14:12.029Z] ---> Running in 5e08532c1f18 [2021-02-01T08:14:12.618Z] Removing intermediate container b63d202cf803 [2021-02-01T08:14:12.618Z] ---> 89b28fe616fb [2021-02-01T08:14:12.618Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:14:12.894Z] ---> Running in a9d461e5ac5f [2021-02-01T08:14:13.167Z] Removing intermediate container a9d461e5ac5f [2021-02-01T08:14:13.167Z] ---> 4174c2503b45 [2021-02-01T08:14:13.167Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T08:14:13.167Z] ---> Running in 1c2b4822142b [2021-02-01T08:14:13.444Z] Removing intermediate container 1c2b4822142b [2021-02-01T08:14:13.444Z] ---> 9ceae58d92a8 [2021-02-01T08:14:13.444Z] Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:14:13.444Z] ---> Running in 2d10d4b45a2f [2021-02-01T08:14:13.724Z] Removing intermediate container 2d10d4b45a2f [2021-02-01T08:14:13.724Z] ---> e5ddb5527d44 [2021-02-01T08:14:13.724Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T08:14:14.709Z] ---> Running in a4af1572deb2 [2021-02-01T08:14:14.982Z] Removing intermediate container 5e08532c1f18 [2021-02-01T08:14:14.982Z] ---> 759984d6760f [2021-02-01T08:14:14.982Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T08:14:15.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.995s coverage: 29.1% of statements [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T08:14:15.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T08:14:15.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T08:14:15.232Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.150s coverage: 100.0% of statements [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T08:14:15.232Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T08:14:15.232Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T08:14:15.232Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T08:14:15.258Z] Removing intermediate container a4af1572deb2 [2021-02-01T08:14:15.258Z] ---> b52b9cff8bd0 [2021-02-01T08:14:15.258Z] [2021-02-01T08:14:15.258Z] ---> Running in f1fd58ab85bb [2021-02-01T08:14:15.507Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-02-01T08:14:15.507Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T08:14:15.507Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T08:14:15.507Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-02-01T08:14:15.542Z] Successfully built b52b9cff8bd0 [2021-02-01T08:14:15.542Z] Removing intermediate container f1fd58ab85bb [2021-02-01T08:14:15.542Z] ---> 17dd1b8313b4 [2021-02-01T08:14:15.542Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T08:14:15.542Z] Successfully tagged docker-core-command-go:latest [2021-02-01T08:14:16.107Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-01T08:14:16.998Z]  Building docker-core-command-go ... done  ---> 49c4a80f3e7b [2021-02-01T08:14:16.998Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T08:14:16.998Z] ---> Running in bb1db6cbaef4 [2021-02-01T08:14:17.083Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-01T08:14:17.675Z] GO111MODULE=on go vet ./... [2021-02-01T08:14:18.403Z] Removing intermediate container bb1db6cbaef4 [2021-02-01T08:14:18.403Z] ---> 7bea436efdc2 [2021-02-01T08:14:18.403Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:14:18.997Z] ---> c44609487877 [2021-02-01T08:14:18.997Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T08:14:19.972Z] ---> 857dbbe1a735 [2021-02-01T08:14:19.972Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T08:14:20.253Z] ---> 1b370b724a49 [2021-02-01T08:14:20.253Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T08:14:21.685Z] ---> 6707ff472e78 [2021-02-01T08:14:21.685Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T08:14:21.960Z] ---> 3c4c508ef07a [2021-02-01T08:14:21.960Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T08:14:22.235Z] ---> Running in 27495e46cdef [2021-02-01T08:14:22.522Z] Removing intermediate container 27495e46cdef [2021-02-01T08:14:22.522Z] ---> 4ab3eea33797 [2021-02-01T08:14:22.522Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T08:14:23.109Z] ---> 7e87495e6979 [2021-02-01T08:14:23.109Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T08:14:23.109Z] ---> Running in b83bbf7f790a [2021-02-01T08:14:25.682Z] Removing intermediate container be9b74d20523 [2021-02-01T08:14:25.683Z] ---> 8f8df1b955ad [2021-02-01T08:14:25.683Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T08:14:25.683Z] Removing intermediate container b83bbf7f790a [2021-02-01T08:14:25.683Z] ---> 946ad9893564 [2021-02-01T08:14:25.683Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T08:14:25.683Z] ---> Running in 50209ea198d9 [2021-02-01T08:14:25.683Z] ---> Running in 84fcfb28433d [2021-02-01T08:14:27.081Z] Removing intermediate container 84fcfb28433d [2021-02-01T08:14:27.081Z] ---> c9236ac0006c [2021-02-01T08:14:27.081Z] Step 28/31 : CMD ["gate"] [2021-02-01T08:14:27.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T08:14:27.081Z] ---> Running in 2af96df7dece [2021-02-01T08:14:27.347Z] Removing intermediate container 2af96df7dece [2021-02-01T08:14:27.347Z] ---> 4247db2dbd80 [2021-02-01T08:14:27.347Z] Step 29/31 : LABEL arch=x86_64 [2021-02-01T08:14:27.611Z] ---> Running in 7e65cfaa63c3 [2021-02-01T08:14:28.559Z] Removing intermediate container 7e65cfaa63c3 [2021-02-01T08:14:28.559Z] ---> 3f9166110dfd [2021-02-01T08:14:28.559Z] Step 30/31 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:14:29.955Z] Removing intermediate container 2b0b0aad20f8 [2021-02-01T08:14:29.955Z] ---> 7ed5c8647913 [2021-02-01T08:14:29.955Z] [2021-02-01T08:14:29.955Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T08:14:29.955Z] ---> 389fef711851 [2021-02-01T08:14:29.955Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T08:14:29.955Z] ---> Running in ed8881117a37 [2021-02-01T08:14:29.955Z] ---> Running in 563ba9fda972 [2021-02-01T08:14:29.955Z] Removing intermediate container 50209ea198d9 [2021-02-01T08:14:29.955Z] ---> f0897ed053dd [2021-02-01T08:14:29.955Z] [2021-02-01T08:14:29.955Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T08:14:29.955Z] 20.10.0: Pulling from library/docker [2021-02-01T08:14:29.955Z] Removing intermediate container ed8881117a37 [2021-02-01T08:14:29.955Z] ---> 74260fe7fc44 [2021-02-01T08:14:29.955Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T08:14:30.223Z] Removing intermediate container 563ba9fda972 [2021-02-01T08:14:30.223Z] ---> 4968d053ada4 [2021-02-01T08:14:30.223Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T08:14:30.488Z] ---> Running in bcf5b63b8dcf [2021-02-01T08:14:30.488Z] ---> Running in fee841b366ef [2021-02-01T08:14:31.437Z] Removing intermediate container bcf5b63b8dcf [2021-02-01T08:14:31.437Z] ---> cc27c2fc3da2 [2021-02-01T08:14:31.437Z] [2021-02-01T08:14:31.437Z] Removing intermediate container fee841b366ef [2021-02-01T08:14:31.437Z] ---> 5acb0dc030ae [2021-02-01T08:14:31.437Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T08:14:31.700Z] ---> Running in b50c6b812ed0 [2021-02-01T08:14:31.700Z] Successfully built cc27c2fc3da2 [2021-02-01T08:14:31.700Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-01T08:14:31.700Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container b50c6b812ed0 [2021-02-01T08:14:31.700Z] ---> c3ecd6cc8c72 [2021-02-01T08:14:31.700Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:14:33.149Z] ---> Running in 30defc03b545 [2021-02-01T08:14:34.541Z] Removing intermediate container 30defc03b545 [2021-02-01T08:14:34.541Z] ---> f642d13ad809 [2021-02-01T08:14:34.541Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T08:14:34.541Z] ---> Running in 26cf5d961ffc [2021-02-01T08:14:34.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:14:35.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:14:35.748Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T08:14:35.748Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T08:14:35.748Z] ---> aefe523efa57 [2021-02-01T08:14:35.748Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T08:14:36.012Z] ---> Running in 112799eee1a3 [2021-02-01T08:14:36.273Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T08:14:36.273Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T08:14:36.273Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T08:14:36.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:14:36.534Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T08:14:36.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:14:36.534Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T08:14:36.534Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T08:14:36.795Z] Executing bash-5.0.17-r0.post-install [2021-02-01T08:14:36.795Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:14:36.795Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T08:14:36.795Z] OK: 12 MiB in 22 packages [2021-02-01T08:14:36.795Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T08:14:36.795Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:14:36.795Z] OK: 8 MiB in 20 packages [2021-02-01T08:14:37.369Z] Removing intermediate container 112799eee1a3 [2021-02-01T08:14:37.369Z] ---> 59e033a0d553 [2021-02-01T08:14:37.369Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T08:14:37.369Z] ---> Running in 078ec1703e48 [2021-02-01T08:14:37.369Z] Removing intermediate container 26cf5d961ffc [2021-02-01T08:14:37.370Z] ---> 8f93ea50cba0 [2021-02-01T08:14:37.370Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:14:37.370Z] Removing intermediate container 078ec1703e48 [2021-02-01T08:14:37.370Z] ---> a97a38f2014b [2021-02-01T08:14:37.370Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T08:14:37.631Z] ---> Running in c35527efcd0d [2021-02-01T08:14:37.631Z] ---> a016997590ee [2021-02-01T08:14:37.631Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T08:14:37.631Z] Removing intermediate container c35527efcd0d [2021-02-01T08:14:37.631Z] ---> 5fe1f58d6bea [2021-02-01T08:14:37.631Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T08:14:37.907Z] ---> Running in c1c759505ee6 [2021-02-01T08:14:37.907Z] Removing intermediate container c1c759505ee6 [2021-02-01T08:14:37.907Z] ---> b9d63c95cab1 [2021-02-01T08:14:37.907Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T08:14:38.483Z] ---> e812ea261ac1 [2021-02-01T08:14:38.483Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T08:14:38.483Z] ---> 40d4e0757317 [2021-02-01T08:14:38.483Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T08:14:38.746Z] ---> 80a32776f721 [2021-02-01T08:14:38.746Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T08:14:38.746Z] ---> Running in 49164b1b3b1e [2021-02-01T08:14:38.746Z] ---> 6d1b9a7cd780 [2021-02-01T08:14:38.746Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T08:14:39.009Z] Removing intermediate container 49164b1b3b1e [2021-02-01T08:14:39.009Z] ---> 61dad102e1a5 [2021-02-01T08:14:39.009Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:14:39.009Z] ---> Running in ed4b11390ece [2021-02-01T08:14:39.009Z] ---> 8ac8ae75ddba [2021-02-01T08:14:39.009Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T08:14:39.270Z] Removing intermediate container ed4b11390ece [2021-02-01T08:14:39.270Z] ---> cb860118fa3d [2021-02-01T08:14:39.270Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T08:14:39.270Z] ---> Running in 680c68d4472c [2021-02-01T08:14:39.270Z] ---> Running in 8107c0852af8 [2021-02-01T08:14:39.270Z] Removing intermediate container 8107c0852af8 [2021-02-01T08:14:39.270Z] ---> f51cdab3e508 [2021-02-01T08:14:39.270Z] Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:14:39.532Z] ---> Running in 3ce650b26f80 [2021-02-01T08:14:39.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:14:39.793Z] Removing intermediate container 3ce650b26f80 [2021-02-01T08:14:39.793Z] ---> 8f1d31a40943 [2021-02-01T08:14:39.793Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T08:14:39.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:14:39.793Z] ---> Running in 0944e3133c41 [2021-02-01T08:14:39.793Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T08:14:39.793Z] Removing intermediate container 0944e3133c41 [2021-02-01T08:14:39.793Z] ---> 029a7107bea4 [2021-02-01T08:14:39.793Z] [2021-02-01T08:14:39.793Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T08:14:40.056Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T08:14:40.056Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T08:14:40.056Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T08:14:40.056Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T08:14:40.056Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T08:14:40.056Z] Successfully built 029a7107bea4 [2021-02-01T08:14:40.056Z] Successfully tagged docker-core-data-go:latest [2021-02-01T08:14:41.445Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T08:14:41.445Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T08:14:41.445Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T08:14:41.445Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T08:14:41.445Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T08:14:41.445Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T08:14:41.445Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T08:14:41.445Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T08:14:41.445Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T08:14:41.445Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T08:14:41.445Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T08:14:41.445Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T08:14:41.445Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T08:14:41.445Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T08:14:41.707Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T08:14:41.707Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T08:14:41.707Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T08:14:41.707Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T08:14:41.707Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T08:14:41.707Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T08:14:41.707Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T08:14:41.707Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T08:14:41.707Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T08:14:41.707Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T08:14:41.707Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T08:14:41.707Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T08:14:41.975Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:14:41.975Z] OK: 71 MiB in 55 packages [2021-02-01T08:14:50.130Z] Removing intermediate container 680c68d4472c [2021-02-01T08:14:50.130Z] ---> 3e10892999c0 [2021-02-01T08:14:50.130Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T08:14:50.130Z] ---> Running in 6154320d558b [2021-02-01T08:14:51.520Z] Collecting docker-compose==1.23.2 [2021-02-01T08:14:51.520Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T08:14:51.781Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T08:14:51.781Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T08:14:51.781Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-01T08:14:51.781Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T08:14:51.781Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T08:14:52.044Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T08:14:52.044Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T08:14:52.307Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T08:14:52.570Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T08:14:53.183Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T08:14:53.183Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T08:14:53.183Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T08:14:53.183Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T08:14:53.791Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T08:14:53.791Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T08:14:54.075Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T08:14:54.075Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T08:14:54.347Z] Collecting PyYAML<4,>=3.10 [2021-02-01T08:14:54.347Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T08:14:54.943Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T08:14:54.943Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T08:14:55.205Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-01T08:14:55.205Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-01T08:14:55.467Z] Collecting idna<2.8,>=2.5 [2021-02-01T08:14:55.467Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T08:14:55.467Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T08:14:55.467Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T08:14:55.729Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T08:14:55.729Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T08:14:55.729Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T08:14:55.729Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T08:14:55.729Z] Installing collected packages: websocket-client, cached-property, dockerpty, texttable, idna, urllib3, requests, docker-pycreds, docker, docopt, jsonschema, PyYAML, docker-compose [2021-02-01T08:14:55.990Z] Running setup.py install for dockerpty: started [2021-02-01T08:14:56.564Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T08:14:56.564Z] Running setup.py install for texttable: started [2021-02-01T08:14:56.826Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T08:14:56.826Z] Attempting uninstall: idna [2021-02-01T08:14:56.826Z] Found existing installation: idna 2.9 [2021-02-01T08:14:56.826Z] Uninstalling idna-2.9: [2021-02-01T08:14:56.826Z] Successfully uninstalled idna-2.9 [2021-02-01T08:14:57.089Z] Attempting uninstall: urllib3 [2021-02-01T08:14:57.089Z] Found existing installation: urllib3 1.25.9 [2021-02-01T08:14:57.089Z] Uninstalling urllib3-1.25.9: [2021-02-01T08:14:57.089Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T08:14:57.351Z] Attempting uninstall: requests [2021-02-01T08:14:57.351Z] Found existing installation: requests 2.23.0 [2021-02-01T08:14:57.351Z] Uninstalling requests-2.23.0: [2021-02-01T08:14:57.351Z] Successfully uninstalled requests-2.23.0 [2021-02-01T08:14:57.613Z] Running setup.py install for docopt: started [2021-02-01T08:14:58.187Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T08:14:58.187Z] Running setup.py install for PyYAML: started [2021-02-01T08:14:58.759Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T08:14:59.021Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-01T08:15:03.260Z] Removing intermediate container 6154320d558b [2021-02-01T08:15:03.260Z] ---> 17efb88cdbbe [2021-02-01T08:15:03.260Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T08:15:03.260Z] ---> Running in 84eb13e182d1 [2021-02-01T08:15:03.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:15:03.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:15:04.098Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T08:15:04.098Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T08:15:04.098Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T08:15:04.098Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:15:04.098Z] OK: 72 MiB in 58 packages [2021-02-01T08:15:04.670Z] Removing intermediate container 84eb13e182d1 [2021-02-01T08:15:04.670Z] ---> b67e371db235 [2021-02-01T08:15:04.670Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T08:15:04.670Z] ---> Running in ed26d2cf9bcb [2021-02-01T08:15:04.932Z] Removing intermediate container ed26d2cf9bcb [2021-02-01T08:15:04.932Z] ---> 552aad4a60c5 [2021-02-01T08:15:04.932Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:15:04.932Z] ---> Running in b6b036683577 [2021-02-01T08:15:04.932Z] Removing intermediate container b6b036683577 [2021-02-01T08:15:04.932Z] ---> 66ec4dbe89c1 [2021-02-01T08:15:04.932Z] Step 24/26 : LABEL arch=x86_64 [2021-02-01T08:15:05.201Z] ---> Running in 17922fa4d873 [2021-02-01T08:15:05.201Z] Removing intermediate container 17922fa4d873 [2021-02-01T08:15:05.201Z] ---> 9637458a744c [2021-02-01T08:15:05.201Z] Step 25/26 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:15:05.201Z] ---> Running in d4cb3625fb11 [2021-02-01T08:15:05.463Z] Removing intermediate container d4cb3625fb11 [2021-02-01T08:15:05.463Z] ---> 56100138e2c9 [2021-02-01T08:15:05.463Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T08:15:05.463Z] ---> Running in 1e98afd85b79 [2021-02-01T08:15:05.727Z] Removing intermediate container 1e98afd85b79 [2021-02-01T08:15:05.727Z] ---> e73d6fe89e36 [2021-02-01T08:15:05.727Z] [2021-02-01T08:15:05.989Z] Successfully built e73d6fe89e36 [2021-02-01T08:15:05.989Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-01T08:15:06.262Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-01T08:15:06.271Z] $ docker stop --time=1 c45a6fac081cb6eacaa6ad1b69306d01dc51c5989ccbd3e89e3fe87e78a3ab8b [2021-02-01T08:15:07.817Z] $ docker rm -f c45a6fac081cb6eacaa6ad1b69306d01dc51c5989ccbd3e89e3fe87e78a3ab8b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T08:15:08.339Z] + docker images [2021-02-01T08:15:08.339Z] + grep docker [2021-02-01T08:15:08.602Z] docker-sys-mgmt-agent-go latest e73d6fe89e36 3 seconds ago 313MB [2021-02-01T08:15:08.602Z] docker-core-data-go latest 029a7107bea4 29 seconds ago 22.3MB [2021-02-01T08:15:08.602Z] docker-security-bootstrapper-go latest cc27c2fc3da2 38 seconds ago 23.8MB [2021-02-01T08:15:08.602Z] docker-core-command-go latest b52b9cff8bd0 54 seconds ago 16.9MB [2021-02-01T08:15:08.602Z] docker-security-secretstore-setup-go latest 94a9459f52b0 About a minute ago 24.6MB [2021-02-01T08:15:08.602Z] docker-core-metadata-go latest 2b9197e48a87 2 minutes ago 18.8MB [2021-02-01T08:15:08.602Z] docker-support-scheduler-go latest a0bd146624c1 2 minutes ago 17MB [2021-02-01T08:15:08.602Z] docker-support-notifications-go latest f25b72ea400e 2 minutes ago 16.9MB [2021-02-01T08:15:08.602Z] docker-security-proxy-setup-go latest 4f587dd61ca2 2 minutes ago 24.4MB [2021-02-01T08:15:08.602Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-01T08:15:24.441Z] Still waiting to schedule task [2021-02-01T08:15:24.442Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-01T08:15:39.444Z] gofmt -l . [2021-02-01T08:15:39.445Z] [ "`gofmt -l .`" = "" ] [2021-02-01T08:15:39.445Z] ./bin/test-go-mod-tidy.sh [2021-02-01T08:15:39.445Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T08:15:40.100Z] + ls -al . [2021-02-01T08:15:40.100Z] total 708 [2021-02-01T08:15:40.100Z] drwxrwxr-x 9 1001 1001 4096 Feb 1 08:15 . [2021-02-01T08:15:40.100Z] drwxr-xr-x 4 root root 4096 Feb 1 08:11 .. [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 08:09 .dockerignore [2021-02-01T08:15:40.100Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 08:10 .git [2021-02-01T08:15:40.100Z] drwxrwxr-x 3 1001 1001 4096 Feb 1 08:09 .github [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 08:09 .gitignore [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 08:09 .sonarcloud.properties [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 08:09 Attribution.txt [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 08:09 CONTRIBUTING.md [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 08:09 Dockerfile.build [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 08:09 Jenkinsfile [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 08:09 LICENSE [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 08:09 Makefile [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 08:09 README.md [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 08:09 SECURITY.md [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 08:07 VERSION [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 08:09 ZMQWindows.md [2021-02-01T08:15:40.100Z] drwxrwxr-x 2 1001 1001 4096 Feb 1 08:09 bin [2021-02-01T08:15:40.100Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 08:09 cmd [2021-02-01T08:15:40.100Z] -rw-r--r-- 1 root root 574984 Feb 1 08:14 coverage.out [2021-02-01T08:15:40.100Z] -rw-r--r-- 1 root root 1054 Feb 1 08:15 go.mod [2021-02-01T08:15:40.100Z] -rw-r--r-- 1 root root 19289 Feb 1 08:15 go.sum [2021-02-01T08:15:40.100Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 08:09 internal [2021-02-01T08:15:40.100Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 08:09 openapi [2021-02-01T08:15:40.100Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 08:09 snap [2021-02-01T08:15:40.100Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 08:09 version.go [Pipeline] sh [2021-02-01T08:15:40.760Z] + '[' -e coverage.out ] [2021-02-01T08:15:40.760Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T08:15:40.831Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T08:15:41.915Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T08:15:42.285Z] + make build [2021-02-01T08:15:42.285Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T08:15:54.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T08:16:16.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T08:16:20.401Z] Running on prd-ubuntu18.04-docker-8c-8g-24313 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws [2021-02-01T08:16:20.517Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-01T08:16:21.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T08:16:22.706Z] using credential edgex-jenkins-ssh [2021-02-01T08:16:22.763Z] Cloning the remote Git repository [2021-02-01T08:16:22.786Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:16:22.854Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-01T08:16:22.883Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:16:22.883Z] > git --version # timeout=10 [2021-02-01T08:16:22.890Z] > git --version # 'git version 2.17.1' [2021-02-01T08:16:22.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T08:16:22.917Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T08:16:26.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T08:16:27.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T08:16:30.326Z] Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:16:30.452Z] Merge succeeded, producing c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:16:30.453Z] Checking out Revision c8eb124c97d4b5f0651b3688f5c52adcf587cc4a (PR-3104) [2021-02-01T08:16:29.663Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T08:16:29.672Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T08:16:29.692Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T08:16:29.705Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:16:29.706Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T08:16:29.710Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T08:16:30.329Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T08:16:30.336Z] > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 [2021-02-01T08:16:30.410Z] > git remote # timeout=10 [2021-02-01T08:16:30.420Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T08:16:30.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T08:16:30.429Z] > git merge 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 [2021-02-01T08:16:30.442Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T08:16:30.449Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T08:16:30.453Z] > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 [2021-02-01T08:16:32.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T08:16:34.144Z] Commit message: "fix(docs): remove support-logging.yaml" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:16:35.251Z] + echo snap-build.sh [2021-02-01T08:16:35.251Z] snap-build.sh [2021-02-01T08:16:35.251Z] + SNAP_BASE_DIR=. [2021-02-01T08:16:35.251Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-01T08:16:35.251Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-01T08:16:35.251Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-01T08:16:35.251Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-01T08:16:35.251Z] + cd /w/workspace/edgex-go/2 [2021-02-01T08:16:35.251Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-01T08:16:35.251Z] Reading package lists... [2021-02-01T08:16:35.251Z] Building dependency tree... [2021-02-01T08:16:35.251Z] Reading state information... [2021-02-01T08:16:35.513Z] The following packages were automatically installed and are no longer required: [2021-02-01T08:16:35.513Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-01T08:16:35.513Z] uidmap xdelta3 [2021-02-01T08:16:35.513Z] Use 'sudo apt autoremove' to remove them. [2021-02-01T08:16:35.513Z] The following packages will be REMOVED: [2021-02-01T08:16:35.513Z] lxd* lxd-client* [2021-02-01T08:16:35.780Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-01T08:16:35.780Z] After this operation, 31.7 MB disk space will be freed. [2021-02-01T08:16:36.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T08:16:37.092Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-01T08:16:37.092Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T08:16:38.039Z] Removing lxd dnsmasq configuration [2021-02-01T08:16:38.039Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T08:16:38.039Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-01T08:16:38.984Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-01T08:16:39.248Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-01T08:16:39.248Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T08:16:40.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T08:16:40.637Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-01T08:16:40.637Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-01T08:16:42.031Z] + sudo snap remove --purge lxd [2021-02-01T08:16:42.292Z] snap "lxd" is not installed [2021-02-01T08:16:42.292Z] + sudo groupadd --force --system lxd [2021-02-01T08:16:42.292Z] ++ whoami [2021-02-01T08:16:42.292Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-01T08:16:42.292Z] + newgrp - lxd [2021-02-01T08:16:42.292Z] + sudo snap install lxd [2021-02-01T08:16:44.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T08:16:47.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T08:16:52.301Z] 2021-02-01T08:16:49Z INFO Waiting for automatic snapd restart... [2021-02-01T08:16:53.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T08:16:56.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-01T08:17:02.201Z] $ docker stop --time=1 6a571266e4a73db6842c2f1cc0853de5416a036fb57522e0073f99d77195b01d [2021-02-01T08:17:04.743Z] $ docker rm -f 6a571266e4a73db6842c2f1cc0853de5416a036fb57522e0073f99d77195b01d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:17:06.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T08:17:06.777Z] [2021-02-01T08:17:06.777Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:17:07.427Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T08:17:07.427Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-01T08:17:07.703Z] 29e5d40040c1: Pulling fs layer [2021-02-01T08:17:07.703Z] 1ce36da41761: Pulling fs layer [2021-02-01T08:17:07.703Z] 25b303627fd3: Pulling fs layer [2021-02-01T08:17:08.296Z] 29e5d40040c1: Verifying Checksum [2021-02-01T08:17:08.296Z] 29e5d40040c1: Download complete [2021-02-01T08:17:08.568Z] 1ce36da41761: Verifying Checksum [2021-02-01T08:17:08.568Z] 1ce36da41761: Download complete [2021-02-01T08:17:08.843Z] 29e5d40040c1: Pull complete [2021-02-01T08:17:10.274Z] 1ce36da41761: Pull complete [2021-02-01T08:17:10.274Z] 25b303627fd3: Verifying Checksum [2021-02-01T08:17:10.274Z] 25b303627fd3: Download complete [2021-02-01T08:17:10.502Z] lxd 4.10 from Canonical* installed [2021-02-01T08:17:10.502Z] + sudo lxd init --auto [2021-02-01T08:17:18.667Z] + sudo snap install --classic snapcraft [2021-02-01T08:17:20.414Z] 25b303627fd3: Pull complete [2021-02-01T08:17:20.414Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-01T08:17:20.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T08:17:20.414Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-01T08:17:20.676Z] prd-ubuntu18.04-docker-arm64-4c-16g-24312 does not seem to be running inside a container [2021-02-01T08:17:20.748Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-01T08:17:23.877Z] $ docker top eea6831ce0ddd61dbbec71a63dbead5f0eb2b9c2eb94b754ce219d38bc1b74df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:17:24.914Z] + docker-compose build --help [2021-02-01T08:17:24.914Z] + grep parallel [2021-02-01T08:17:25.265Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T08:17:25.265Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-01T08:17:25.265Z] + patch --verbose -p1 [2021-02-01T08:17:25.265Z] Hmm... Looks like a unified diff to me... [2021-02-01T08:17:25.265Z] The text leading up to this was: [2021-02-01T08:17:25.265Z] -------------------------- [2021-02-01T08:17:25.265Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-01T08:17:25.265Z] |From: Tony Espy [2021-02-01T08:17:25.265Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-01T08:17:25.265Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-01T08:17:25.265Z] | [2021-02-01T08:17:25.265Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-01T08:17:25.265Z] |optimize the snap CI check run for pull requests. When [2021-02-01T08:17:25.265Z] |applied, it essentially strips out everything (apps and [2021-02-01T08:17:25.265Z] |parts) from the snapcraft.yaml file except those required [2021-02-01T08:17:25.265Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-01T08:17:25.265Z] |catch changes to edgex-go that break the snap build. [2021-02-01T08:17:25.265Z] | [2021-02-01T08:17:25.265Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-01T08:17:25.265Z] |to update this patch file, otherwise it may fail to apply, [2021-02-01T08:17:25.265Z] |resulting in a failed snap build CI check in the associated [2021-02-01T08:17:25.265Z] |pull request. [2021-02-01T08:17:25.265Z] | [2021-02-01T08:17:25.265Z] |Note - in addition to applying this patch, the pipeline also [2021-02-01T08:17:25.265Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-01T08:17:25.265Z] |need to build the finally binary .snap file (and it won't [2021-02-01T08:17:25.265Z] |work with the patch applied). This further reduces the build [2021-02-01T08:17:25.265Z] |time. [2021-02-01T08:17:25.265Z] |--- [2021-02-01T08:17:25.265Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-01T08:17:25.265Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-01T08:17:25.265Z] | [2021-02-01T08:17:25.265Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-01T08:17:25.265Z] |index 1e537489..faf42425 100644 [2021-02-01T08:17:25.265Z] |--- a/snap/snapcraft.yaml [2021-02-01T08:17:25.265Z] |+++ b/snap/snapcraft.yaml [2021-02-01T08:17:25.265Z] -------------------------- [2021-02-01T08:17:25.265Z] patching file snap/snapcraft.yaml [2021-02-01T08:17:25.265Z] Using Plan A... [2021-02-01T08:17:25.265Z] Hunk #1 succeeded at 73. [2021-02-01T08:17:25.265Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-01T08:17:25.265Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-01T08:17:25.265Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-01T08:17:25.265Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-01T08:17:25.265Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-01T08:17:25.265Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-01T08:17:25.265Z] Hunk #8 succeeded at 342. [2021-02-01T08:17:25.265Z] Hmm... Ignoring the trailing garbage. [2021-02-01T08:17:25.265Z] done [2021-02-01T08:17:25.265Z] + sudo snapcraft prime --use-lxd [2021-02-01T08:17:26.649Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-01T08:17:26.649Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-01T08:17:26.649Z] - README.md [2021-02-01T08:17:26.649Z] - snapcraft.yaml.orig [2021-02-01T08:17:26.649Z] [2021-02-01T08:17:26.649Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T08:17:27.219Z] Launching a container. [2021-02-01T08:17:28.276Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T08:17:28.561Z] $ docker stop --time=1 eea6831ce0ddd61dbbec71a63dbead5f0eb2b9c2eb94b754ce219d38bc1b74df [2021-02-01T08:17:30.460Z] $ docker rm -f eea6831ce0ddd61dbbec71a63dbead5f0eb2b9c2eb94b754ce219d38bc1b74df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:17:31.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T08:17:31.367Z] . [Pipeline] withDockerContainer [2021-02-01T08:17:31.682Z] prd-ubuntu18.04-docker-arm64-4c-16g-24312 does not seem to be running inside a container [2021-02-01T08:17:31.779Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-01T08:17:33.134Z] $ docker top c7be1dcac3f3a67765d1536fa40fe246fe418ec0ef4fdd2350a0349aecf529be -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:17:34.266Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T08:17:38.553Z] Building docker-core-command-go ... [2021-02-01T08:17:38.553Z] Building docker-core-data-go ... [2021-02-01T08:17:38.553Z] Building docker-core-metadata-go ... [2021-02-01T08:17:38.553Z] Building docker-security-bootstrapper-go ... [2021-02-01T08:17:38.553Z] Building docker-security-proxy-setup-go ... [2021-02-01T08:17:38.553Z] Building docker-security-secretstore-setup-go ... [2021-02-01T08:17:38.553Z] Building docker-support-notifications-go ... [2021-02-01T08:17:38.553Z] Building docker-support-scheduler-go ... [2021-02-01T08:17:38.553Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T08:17:38.553Z] Building docker-sys-mgmt-agent-go [2021-02-01T08:17:38.553Z] Building docker-support-notifications-go [2021-02-01T08:17:38.553Z] Building docker-core-data-go [2021-02-01T08:17:38.553Z] Building docker-core-command-go [2021-02-01T08:17:38.553Z] Building docker-security-secretstore-setup-go [2021-02-01T08:17:42.130Z] Waiting for container to be ready [2021-02-01T08:17:42.392Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-01T08:17:42.392Z] [2021-02-01T08:17:45.967Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-01T08:17:46.541Z] Waiting for network to be ready... [2021-02-01T08:17:47.115Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T08:17:47.115Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T08:17:47.376Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T08:17:47.376Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-02-01T08:17:47.640Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T08:17:47.901Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T08:17:47.901Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T08:17:47.901Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T08:17:47.901Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T08:17:47.901Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T08:17:47.901Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T08:17:47.901Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-02-01T08:17:47.901Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T08:17:47.901Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T08:17:47.901Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-02-01T08:17:47.901Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-02-01T08:17:47.901Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-02-01T08:17:47.901Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T08:17:48.161Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T08:17:48.737Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-02-01T08:17:48.737Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T08:17:48.737Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T08:17:48.737Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T08:17:48.737Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T08:17:48.737Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T08:17:48.737Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T08:17:48.737Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T08:17:51.284Z] Fetched 23.9 MB in 4s (5611 kB/s) [2021-02-01T08:17:51.856Z] Reading package lists... [2021-02-01T08:17:52.116Z] Reading package lists... [2021-02-01T08:17:52.116Z] Building dependency tree... [2021-02-01T08:17:52.116Z] Reading state information... [2021-02-01T08:17:52.376Z] The following additional packages will be installed: [2021-02-01T08:17:52.376Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T08:17:52.376Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T08:17:52.376Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T08:17:52.376Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-01T08:17:52.376Z] Suggested packages: [2021-02-01T08:17:52.376Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-01T08:17:52.376Z] Recommended packages: [2021-02-01T08:17:52.376Z] gnupg libsasl2-modules [2021-02-01T08:17:52.376Z] The following NEW packages will be installed: [2021-02-01T08:17:52.376Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T08:17:52.376Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T08:17:52.376Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T08:17:52.376Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-01T08:17:52.376Z] The following packages will be upgraded: [2021-02-01T08:17:52.376Z] gpg gpg-agent gpgconf libudev1 [2021-02-01T08:17:52.376Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-01T08:17:52.376Z] Need to get 3533 kB of archives. [2021-02-01T08:17:52.376Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-01T08:17:52.376Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-01T08:17:52.637Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-01T08:17:52.637Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-01T08:17:52.637Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-01T08:17:52.637Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-01T08:17:52.637Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-01T08:17:52.637Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-01T08:17:52.637Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-01T08:17:52.637Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-01T08:17:52.897Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-01T08:17:53.157Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-01T08:17:53.157Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-01T08:17:53.157Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-01T08:17:53.157Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-01T08:17:53.157Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-01T08:17:53.420Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-01T08:17:53.420Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-01T08:17:53.420Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-01T08:17:53.420Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-01T08:17:53.420Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-01T08:17:53.420Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-01T08:17:53.420Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-01T08:17:53.420Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T08:17:53.684Z] Fetched 3533 kB in 1s (3198 kB/s) [2021-02-01T08:17:53.684Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T08:17:53.684Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-01T08:17:53.684Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T08:17:53.684Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-01T08:17:53.946Z] Selecting previously unselected package udev. [2021-02-01T08:17:53.946Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T08:17:53.946Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-01T08:17:53.946Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-01T08:17:54.207Z] Selecting previously unselected package libfuse2:amd64. [2021-02-01T08:17:54.207Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T08:17:54.207Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T08:17:54.207Z] Selecting previously unselected package fuse. [2021-02-01T08:17:54.207Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T08:17:54.207Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-01T08:17:54.469Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T08:17:54.469Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T08:17:54.469Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T08:17:54.469Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T08:17:54.730Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T08:17:54.730Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T08:17:54.730Z] Selecting previously unselected package libksba8:amd64. [2021-02-01T08:17:54.730Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-01T08:17:54.730Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-01T08:17:54.991Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-01T08:17:54.991Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T08:17:54.991Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:54.991Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-01T08:17:54.991Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T08:17:54.991Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:54.991Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-01T08:17:54.991Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T08:17:54.991Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:55.252Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-01T08:17:55.252Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T08:17:55.252Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:55.252Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-01T08:17:55.252Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T08:17:55.252Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:55.513Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-01T08:17:55.513Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T08:17:55.513Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:55.513Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-01T08:17:55.513Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T08:17:55.513Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:55.774Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-01T08:17:55.774Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T08:17:55.774Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:55.774Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-01T08:17:55.774Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T08:17:55.774Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:55.774Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-01T08:17:55.774Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T08:17:55.774Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T08:17:56.035Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-01T08:17:56.036Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T08:17:56.036Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T08:17:56.036Z] Selecting previously unselected package libldap-common. [2021-02-01T08:17:56.036Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-01T08:17:56.036Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T08:17:56.036Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-01T08:17:56.036Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-01T08:17:56.036Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T08:17:56.297Z] Selecting previously unselected package dirmngr. [2021-02-01T08:17:56.297Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T08:17:56.297Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T08:17:56.297Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T08:17:56.558Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-01T08:17:56.558Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T08:17:56.558Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T08:17:56.558Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T08:17:56.558Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-01T08:17:56.558Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:56.558Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-01T08:17:56.558Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T08:17:56.819Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-01T08:17:57.081Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-01T08:17:57.081Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:57.081Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-01T08:17:57.342Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-01T08:17:57.342Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-01T08:17:57.342Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:57.342Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:57.342Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:57.342Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:57.604Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:57.604Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:57.604Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T08:17:57.604Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T08:17:57.604Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T08:17:57.604Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T08:17:58.178Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-01T08:17:58.178Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-01T08:17:58.178Z] This means they are not meant to be enabled using systemctl. [2021-02-01T08:17:58.178Z] Possible reasons for having this kind of units are: [2021-02-01T08:17:58.178Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-01T08:17:58.178Z] .wants/ or .requires/ directory. [2021-02-01T08:17:58.178Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-01T08:17:58.178Z] a requirement dependency on it. [2021-02-01T08:17:58.178Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-01T08:17:58.178Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-01T08:17:58.178Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-01T08:17:58.178Z] instance name specified. [2021-02-01T08:17:58.440Z] Reading package lists... [2021-02-01T08:17:58.701Z] Building dependency tree... [2021-02-01T08:17:58.701Z] Reading state information... [2021-02-01T08:17:58.701Z] The following additional packages will be installed: [2021-02-01T08:17:58.701Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-01T08:17:58.701Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-01T08:17:58.701Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-01T08:17:58.701Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-01T08:17:58.701Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-01T08:17:58.701Z] Suggested packages: [2021-02-01T08:17:58.701Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-01T08:17:58.701Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-01T08:17:58.701Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-01T08:17:58.701Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-01T08:17:58.701Z] systemd-container policykit-1 [2021-02-01T08:17:58.701Z] Recommended packages: [2021-02-01T08:17:58.701Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-01T08:17:58.701Z] The following NEW packages will be installed: [2021-02-01T08:17:58.701Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-01T08:17:58.701Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-01T08:17:58.701Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-01T08:17:58.701Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-01T08:17:58.701Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-01T08:17:58.701Z] The following packages will be upgraded: [2021-02-01T08:17:58.701Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-01T08:17:58.962Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-01T08:17:58.962Z] Need to get 35.2 MB of archives. [2021-02-01T08:17:58.962Z] After this operation, 141 MB of additional disk space will be used. [2021-02-01T08:17:58.962Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-01T08:17:58.962Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-01T08:17:59.540Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-01T08:17:59.801Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-01T08:17:59.801Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-01T08:17:59.801Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-01T08:17:59.801Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-01T08:17:59.801Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-01T08:17:59.801Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-01T08:17:59.801Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-01T08:17:59.801Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-01T08:17:59.801Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-01T08:17:59.801Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-01T08:17:59.801Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-01T08:17:59.801Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-01T08:17:59.801Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-01T08:17:59.801Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-01T08:17:59.801Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-01T08:18:00.064Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-01T08:18:00.064Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-01T08:18:00.064Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-01T08:18:00.064Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-01T08:18:00.064Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-01T08:18:00.064Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-01T08:18:00.064Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-01T08:18:00.064Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-01T08:18:00.064Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-01T08:18:00.064Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-01T08:18:00.064Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-01T08:18:00.064Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-01T08:18:01.452Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T08:18:01.452Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-02-01T08:18:01.452Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T08:18:01.452Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-01T08:18:01.452Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T08:18:02.026Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-01T08:18:02.026Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T08:18:02.026Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-01T08:18:02.291Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T08:18:02.291Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T08:18:02.291Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T08:18:02.553Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-01T08:18:02.553Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T08:18:02.553Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T08:18:02.553Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T08:18:03.125Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-01T08:18:03.125Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-01T08:18:03.386Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-01T08:18:03.647Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-01T08:18:03.647Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T08:18:03.647Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T08:18:03.908Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-01T08:18:03.908Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T08:18:03.908Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T08:18:03.908Z] Selecting previously unselected package libexpat1:amd64. [2021-02-01T08:18:03.908Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-01T08:18:03.908Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T08:18:04.169Z] Selecting previously unselected package python3.6-minimal. [2021-02-01T08:18:04.169Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T08:18:04.169Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T08:18:04.431Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T08:18:04.431Z] Checking for services that may need to be restarted...done. [2021-02-01T08:18:04.431Z] Checking for services that may need to be restarted...done. [2021-02-01T08:18:04.692Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T08:18:04.692Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T08:18:04.954Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T08:18:05.214Z] Selecting previously unselected package python3-minimal. [2021-02-01T08:18:05.215Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-01T08:18:05.215Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-01T08:18:05.215Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-01T08:18:05.476Z] Selecting previously unselected package mime-support. [2021-02-01T08:18:05.476Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-01T08:18:05.476Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-01T08:18:05.476Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-01T08:18:05.476Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-01T08:18:05.476Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T08:18:05.738Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-01T08:18:05.738Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T08:18:05.738Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T08:18:05.999Z] Selecting previously unselected package python3.6. [2021-02-01T08:18:05.999Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T08:18:05.999Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T08:18:05.999Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-01T08:18:05.999Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-01T08:18:05.999Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T08:18:05.999Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-01T08:18:06.260Z] Selecting previously unselected package python3. [2021-02-01T08:18:06.260Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-01T08:18:06.260Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-01T08:18:06.260Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-01T08:18:06.521Z] Selecting previously unselected package multiarch-support. [2021-02-01T08:18:06.521Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T08:18:06.521Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T08:18:06.521Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T08:18:06.782Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-01T08:18:06.782Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-01T08:18:06.782Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-01T08:18:06.782Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T08:18:06.782Z] Selecting previously unselected package libbsd0:amd64. [2021-02-01T08:18:06.782Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-01T08:18:06.782Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T08:18:06.782Z] Selecting previously unselected package sudo. [2021-02-01T08:18:06.782Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-01T08:18:06.782Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T08:18:07.042Z] Selecting previously unselected package apparmor. [2021-02-01T08:18:07.042Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T08:18:07.042Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-01T08:18:07.305Z] Selecting previously unselected package libedit2:amd64. [2021-02-01T08:18:07.305Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-01T08:18:07.305Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T08:18:07.305Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-01T08:18:07.305Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T08:18:07.305Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T08:18:07.305Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-01T08:18:07.305Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T08:18:07.305Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T08:18:07.566Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-01T08:18:07.566Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-01T08:18:07.566Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T08:18:08.508Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-01T08:18:08.508Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T08:18:08.508Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T08:18:09.450Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-01T08:18:09.450Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T08:18:09.450Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T08:18:09.450Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-01T08:18:09.450Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-01T08:18:09.450Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T08:18:09.711Z] Selecting previously unselected package openssh-client. [2021-02-01T08:18:09.711Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-01T08:18:09.711Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T08:18:09.975Z] Selecting previously unselected package squashfs-tools. [2021-02-01T08:18:09.975Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-01T08:18:09.975Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T08:18:09.975Z] Selecting previously unselected package snapd. [2021-02-01T08:18:09.975Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-01T08:18:09.975Z] Unpacking snapd (2.48+18.04) ... [2021-02-01T08:18:12.530Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T08:18:12.530Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T08:18:12.530Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-01T08:18:12.530Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T08:18:12.530Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T08:18:12.530Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T08:18:12.530Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T08:18:12.530Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-01T08:18:12.530Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-01T08:18:13.473Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T08:18:13.473Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T08:18:13.473Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T08:18:13.473Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T08:18:13.473Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T08:18:13.473Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T08:18:14.069Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T08:18:14.069Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T08:18:14.069Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T08:18:14.336Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-01T08:18:14.336Z] running python rtupdate hooks for python3.6... [2021-02-01T08:18:14.336Z] running python post-rtupdate hooks for python3.6... [2021-02-01T08:18:14.336Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-01T08:18:15.723Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-01T08:18:16.295Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T08:18:16.295Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T08:18:16.556Z] Setting up snapd (2.48+18.04) ... [2021-02-01T08:18:16.817Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-01T08:18:17.077Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-01T08:18:17.077Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-01T08:18:17.339Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-01T08:18:17.602Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T08:18:17.602Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T08:18:17.602Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-01T08:18:17.864Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-01T08:18:18.126Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-01T08:18:18.126Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-01T08:18:18.387Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-01T08:18:18.387Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T08:18:18.387Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T08:18:19.341Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T08:18:19.341Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T08:18:19.341Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T08:18:20.554Z] Reading package lists... [2021-02-01T08:18:20.815Z] Reading package lists... [2021-02-01T08:18:20.815Z] Building dependency tree... [2021-02-01T08:18:20.815Z] Reading state information... [2021-02-01T08:18:21.075Z] Calculating upgrade... [2021-02-01T08:18:21.075Z] The following packages will be upgraded: [2021-02-01T08:18:21.075Z] advancecomp base-files bash binutils binutils-common [2021-02-01T08:18:21.075Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-01T08:18:21.075Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-01T08:18:21.075Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-01T08:18:21.075Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-01T08:18:21.075Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-01T08:18:21.075Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-01T08:18:21.075Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-01T08:18:21.075Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-01T08:18:21.075Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-01T08:18:21.075Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-01T08:18:21.075Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-01T08:18:21.075Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-01T08:18:21.075Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-01T08:18:21.075Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-01T08:18:21.335Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T08:18:21.335Z] Need to get 63.8 MB of archives. [2021-02-01T08:18:21.335Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-01T08:18:21.335Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-01T08:18:21.335Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-01T08:18:21.909Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-01T08:18:21.909Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-01T08:18:21.909Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-01T08:18:21.909Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-01T08:18:21.909Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-01T08:18:21.909Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-01T08:18:21.909Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-01T08:18:21.909Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-01T08:18:21.909Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-01T08:18:21.909Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-01T08:18:22.170Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-01T08:18:22.170Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-01T08:18:22.170Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-01T08:18:22.170Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-01T08:18:22.170Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-01T08:18:22.170Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-01T08:18:22.170Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-01T08:18:22.170Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-01T08:18:22.170Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-01T08:18:22.170Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-01T08:18:22.170Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-01T08:18:22.170Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-01T08:18:22.170Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-01T08:18:22.170Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-01T08:18:22.170Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-01T08:18:22.170Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-01T08:18:22.170Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-01T08:18:22.170Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-01T08:18:22.170Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-01T08:18:22.431Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-01T08:18:22.431Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-01T08:18:22.432Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-01T08:18:22.432Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-01T08:18:22.432Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-01T08:18:22.432Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-01T08:18:22.432Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-01T08:18:22.432Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-01T08:18:22.432Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-01T08:18:22.432Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-01T08:18:22.432Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-01T08:18:22.432Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-01T08:18:22.432Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-01T08:18:22.432Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-01T08:18:22.432Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-01T08:18:22.432Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-01T08:18:22.432Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-01T08:18:22.432Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-01T08:18:22.432Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-01T08:18:22.432Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-01T08:18:22.432Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-01T08:18:22.432Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-01T08:18:22.432Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-01T08:18:22.432Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-01T08:18:22.432Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-01T08:18:22.693Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-01T08:18:22.693Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-01T08:18:22.693Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-01T08:18:22.693Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-01T08:18:22.693Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-01T08:18:22.693Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-01T08:18:22.693Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-01T08:18:22.693Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-01T08:18:22.693Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-01T08:18:22.693Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-01T08:18:22.693Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-01T08:18:22.693Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-01T08:18:22.693Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-01T08:18:22.693Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-01T08:18:22.693Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-01T08:18:22.693Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-01T08:18:22.693Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-01T08:18:22.693Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-01T08:18:22.693Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-01T08:18:22.954Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-01T08:18:22.954Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-01T08:18:22.954Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-01T08:18:22.954Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-01T08:18:22.954Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-01T08:18:22.954Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-01T08:18:22.954Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-01T08:18:22.954Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-01T08:18:22.954Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-01T08:18:22.954Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-01T08:18:23.213Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-01T08:18:23.213Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-01T08:18:23.213Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-01T08:18:23.213Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-01T08:18:23.213Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-01T08:18:23.782Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-01T08:18:24.353Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-01T08:18:24.353Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-01T08:18:24.354Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-01T08:18:24.925Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-01T08:18:24.925Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-01T08:18:24.925Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-01T08:18:24.925Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-01T08:18:24.925Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-01T08:18:24.925Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T08:18:24.925Z] Fetched 63.8 MB in 4s (17.5 MB/s) [2021-02-01T08:18:24.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:24.925Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T08:18:24.925Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T08:18:25.498Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T08:18:25.498Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T08:18:25.760Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-01T08:18:25.760Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-01T08:18:26.701Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:26.701Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T08:18:26.701Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:26.701Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T08:18:26.701Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:26.961Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T08:18:26.961Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:26.961Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T08:18:26.961Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:27.223Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T08:18:27.223Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:27.223Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T08:18:27.484Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:27.484Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T08:18:27.484Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:18:27.484Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T08:18:27.484Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:27.745Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-01T08:18:27.745Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:18:27.745Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T08:18:27.745Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:28.008Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T08:18:28.008Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:28.008Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T08:18:28.268Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:28.269Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T08:18:28.269Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:18:28.530Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T08:18:28.530Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T08:18:28.792Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T08:18:29.052Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T08:18:29.314Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T08:18:29.314Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-01T08:18:29.314Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-01T08:18:29.314Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-01T08:18:29.576Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-01T08:18:29.836Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-01T08:18:29.836Z] Installing new version of config file /etc/issue ... [2021-02-01T08:18:29.836Z] Installing new version of config file /etc/issue.net ... [2021-02-01T08:18:29.836Z] Installing new version of config file /etc/lsb-release ... [2021-02-01T08:18:29.836Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-01T08:18:30.096Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-01T08:18:30.096Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-01T08:18:30.096Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-01T08:18:30.096Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:30.096Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-01T08:18:30.357Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-01T08:18:30.357Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-01T08:18:30.357Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-01T08:18:30.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:30.619Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T08:18:30.619Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-01T08:18:30.619Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-01T08:18:30.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:30.880Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-01T08:18:30.880Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-01T08:18:30.880Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-01T08:18:31.143Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:31.143Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-01T08:18:31.144Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T08:18:31.405Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-01T08:18:31.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:31.405Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T08:18:31.405Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T08:18:31.666Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T08:18:31.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:31.666Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T08:18:31.666Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T08:18:31.928Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-01T08:18:31.928Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:31.928Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-01T08:18:31.928Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-01T08:18:32.189Z] Setting up grep (3.1-2build1) ... [2021-02-01T08:18:32.189Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:32.189Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T08:18:32.189Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T08:18:32.450Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-01T08:18:32.710Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:32.710Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T08:18:32.710Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T08:18:32.710Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-01T08:18:32.971Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:32.971Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T08:18:32.971Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T08:18:33.542Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T08:18:33.542Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T08:18:33.542Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T08:18:33.542Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T08:18:35.457Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-01T08:18:36.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:36.028Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-01T08:18:36.598Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T08:18:37.982Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T08:18:37.982Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T08:18:37.982Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T08:18:37.982Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T08:18:37.982Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T08:18:38.243Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:38.243Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-01T08:18:38.243Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-01T08:18:38.503Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-01T08:18:38.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:38.503Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T08:18:38.503Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T08:18:38.763Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T08:18:38.763Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:38.763Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T08:18:38.763Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T08:18:39.025Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T08:18:39.025Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:39.025Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T08:18:39.287Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T08:18:39.287Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T08:18:39.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:39.287Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T08:18:39.547Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T08:18:39.547Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T08:18:39.547Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:39.547Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T08:18:39.547Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T08:18:39.808Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T08:18:39.808Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T08:18:39.808Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T08:18:40.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:40.070Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T08:18:40.070Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T08:18:40.070Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T08:18:40.335Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:40.335Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T08:18:40.335Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T08:18:40.335Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T08:18:40.596Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:40.596Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T08:18:40.596Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T08:18:40.596Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-01T08:18:40.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:40.857Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T08:18:40.857Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T08:18:41.430Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-01T08:18:41.693Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-01T08:18:41.954Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-01T08:18:41.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:41.954Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T08:18:41.954Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T08:18:42.224Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T08:18:42.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T08:18:42.485Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-01T08:18:42.485Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T08:18:42.485Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-01T08:18:42.745Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:42.745Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-01T08:18:42.745Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-01T08:18:43.006Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-01T08:18:43.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:43.268Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-01T08:18:43.268Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T08:18:43.268Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-01T08:18:43.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:43.268Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-01T08:18:43.529Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T08:18:43.529Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-01T08:18:43.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:43.529Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T08:18:43.529Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T08:18:43.790Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T08:18:44.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:44.051Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T08:18:44.051Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T08:18:44.051Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T08:18:44.311Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:44.311Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T08:18:44.311Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T08:18:44.573Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T08:18:44.833Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:44.833Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T08:18:44.833Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T08:18:44.833Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-01T08:18:44.833Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T08:18:45.094Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T08:18:45.094Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T08:18:45.094Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T08:18:45.356Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:45.356Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-01T08:18:45.356Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-01T08:18:45.356Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-01T08:18:45.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:45.619Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-01T08:18:45.619Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T08:18:45.619Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T08:18:45.881Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:45.881Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T08:18:46.143Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T08:18:46.143Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T08:18:46.143Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:46.143Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-01T08:18:46.143Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-01T08:18:46.405Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-01T08:18:46.405Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:46.405Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T08:18:46.666Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T08:18:46.928Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-01T08:18:46.928Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:46.928Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T08:18:46.928Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T08:18:47.192Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-01T08:18:47.765Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:47.765Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-01T08:18:47.765Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-01T08:18:48.027Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-01T08:18:48.027Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:48.027Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-01T08:18:48.027Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-01T08:18:48.289Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-01T08:18:48.289Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:48.289Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-01T08:18:48.289Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-01T08:18:48.551Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-01T08:18:48.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:48.551Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-01T08:18:48.551Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-01T08:18:48.812Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-01T08:18:48.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:48.812Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T08:18:48.812Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-01T08:18:49.075Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-01T08:18:49.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T08:18:49.075Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-01T08:18:49.075Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-01T08:18:49.075Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-01T08:18:49.335Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-01T08:18:49.335Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T08:18:49.335Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T08:18:49.596Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T08:18:49.596Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T08:18:49.858Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T08:18:49.858Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T08:18:49.858Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-01T08:18:50.120Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-01T08:18:50.120Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T08:18:50.120Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-01T08:18:50.382Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T08:18:50.382Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-01T08:18:50.382Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-01T08:18:50.382Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-01T08:18:50.644Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-01T08:18:50.644Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-01T08:18:50.644Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-01T08:18:50.644Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-01T08:18:51.588Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-01T08:18:51.588Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-01T08:18:51.850Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-01T08:18:51.850Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-01T08:18:51.850Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-01T08:18:52.111Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-01T08:18:53.054Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-01T08:18:53.054Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-01T08:18:53.315Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-01T08:18:53.315Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-01T08:18:53.315Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T08:18:53.315Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T08:18:53.576Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T08:18:53.838Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T08:18:53.838Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T08:18:53.838Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T08:18:54.099Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T08:18:54.099Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T08:18:54.099Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:54.099Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T08:18:54.361Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:54.361Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T08:18:54.361Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:54.622Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T08:18:54.622Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:54.622Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T08:18:55.564Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:55.564Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T08:18:56.507Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:56.507Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T08:18:57.449Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:57.449Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T08:18:57.449Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:57.713Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T08:18:58.284Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T08:18:58.545Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T08:18:58.545Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T08:18:58.545Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T08:18:58.545Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T08:18:58.807Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T08:18:58.807Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T08:18:58.807Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T08:18:59.071Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-01T08:18:59.071Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-01T08:18:59.071Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T08:18:59.333Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T08:18:59.333Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T08:18:59.333Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T08:18:59.595Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-01T08:18:59.595Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-01T08:18:59.595Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:18:59.595Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T08:18:59.595Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:18:59.595Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:18:59.858Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:18:59.858Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-01T08:18:59.858Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-01T08:18:59.858Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-01T08:18:59.858Z] [2021-02-01T08:18:59.858Z] Current default time zone: 'Etc/UTC' [2021-02-01T08:18:59.858Z] Local time is now: Mon Feb 1 08:18:59 UTC 2021. [2021-02-01T08:18:59.858Z] Universal Time is now: Mon Feb 1 08:18:59 UTC 2021. [2021-02-01T08:18:59.858Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-01T08:18:59.858Z] [2021-02-01T08:19:00.121Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-01T08:19:00.121Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:19:00.121Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-01T08:19:00.121Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-01T08:19:00.121Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-01T08:19:00.121Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-01T08:19:00.121Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-01T08:19:00.308Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:19:00.308Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:19:00.308Z] ---> 107b06ae860d [2021-02-01T08:19:00.308Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T08:19:00.308Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:19:00.308Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:19:00.308Z] ---> 107b06ae860d [2021-02-01T08:19:00.308Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T08:19:00.308Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:19:00.308Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:19:00.308Z] ---> 107b06ae860d [2021-02-01T08:19:00.308Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T08:19:00.308Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:19:00.308Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:19:00.308Z] ---> 107b06ae860d [2021-02-01T08:19:00.308Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T08:19:00.308Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:19:00.308Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:19:00.308Z] ---> 107b06ae860d [2021-02-01T08:19:00.308Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T08:19:00.308Z] ---> Running in d22605c342b8 [2021-02-01T08:19:00.308Z] ---> Running in bac6d950a802 [2021-02-01T08:19:00.308Z] ---> Running in 91067f45ce87 [2021-02-01T08:19:00.308Z] ---> Running in 5339b439c5a3 [2021-02-01T08:19:00.308Z] ---> Running in ae4ff9ab092d [2021-02-01T08:19:00.308Z] Removing intermediate container ae4ff9ab092d [2021-02-01T08:19:00.308Z] ---> ef507baffe5d [2021-02-01T08:19:00.308Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:19:00.308Z] Removing intermediate container bac6d950a802 [2021-02-01T08:19:00.308Z] ---> 8e306be9e18d [2021-02-01T08:19:00.308Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:19:00.308Z] Removing intermediate container d22605c342b8 [2021-02-01T08:19:00.308Z] ---> 672cada80ba8 [2021-02-01T08:19:00.308Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:19:00.308Z] Removing intermediate container 91067f45ce87 [2021-02-01T08:19:00.308Z] ---> 1c704787ca08 [2021-02-01T08:19:00.308Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:19:00.308Z] Removing intermediate container 5339b439c5a3 [2021-02-01T08:19:00.308Z] ---> bb2669d45e94 [2021-02-01T08:19:00.308Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:19:00.308Z] ---> Running in b3404f258da5 [2021-02-01T08:19:00.308Z] ---> Running in ca6a778a9cdb [2021-02-01T08:19:00.308Z] ---> Running in 314df97497a8 [2021-02-01T08:19:00.308Z] ---> Running in 1e06f6443b94 [2021-02-01T08:19:00.308Z] ---> Running in 43976caa3af1 [2021-02-01T08:19:00.308Z] Removing intermediate container b3404f258da5 [2021-02-01T08:19:00.308Z] ---> 79712664a131 [2021-02-01T08:19:00.308Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T08:19:00.308Z] ---> Running in 742f86bd13c5 [2021-02-01T08:19:00.308Z] Removing intermediate container 1e06f6443b94 [2021-02-01T08:19:00.308Z] ---> b7f0c5ac0394 [2021-02-01T08:19:00.308Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T08:19:00.308Z] Removing intermediate container 314df97497a8 [2021-02-01T08:19:00.308Z] ---> 981de8f49f33 [2021-02-01T08:19:00.308Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T08:19:00.308Z] ---> Running in 0073c5ae0f2f [2021-02-01T08:19:00.308Z] Removing intermediate container 43976caa3af1 [2021-02-01T08:19:00.308Z] ---> 27f084c01f45 [2021-02-01T08:19:00.308Z] ---> Running in 86667594127b [2021-02-01T08:19:00.308Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T08:19:00.308Z] Removing intermediate container ca6a778a9cdb [2021-02-01T08:19:00.308Z] ---> 2306ae8d8e15 [2021-02-01T08:19:00.308Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T08:19:00.308Z] ---> Running in 3a29017ea688 [2021-02-01T08:19:00.308Z] ---> Running in 77957c3b8072 [2021-02-01T08:19:00.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:19:00.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:19:00.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:19:00.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:19:00.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:19:00.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:19:00.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:19:00.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:19:00.308Z] OK: 217 MiB in 51 packages [2021-02-01T08:19:00.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:19:00.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:19:00.308Z] OK: 217 MiB in 51 packages [2021-02-01T08:19:00.383Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-01T08:19:00.383Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-01T08:19:00.383Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T08:19:00.383Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:19:00.383Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-01T08:19:00.590Z] OK: 217 MiB in 51 packages [2021-02-01T08:19:00.645Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T08:19:00.645Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T08:19:00.645Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:19:00.645Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-01T08:19:00.645Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-01T08:19:00.867Z] OK: 217 MiB in 51 packages [2021-02-01T08:19:00.906Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-01T08:19:00.906Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T08:19:00.906Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-01T08:19:00.906Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-01T08:19:00.906Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-01T08:19:00.906Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T08:19:01.141Z] OK: 217 MiB in 51 packages [2021-02-01T08:19:01.757Z] Removing intermediate container 742f86bd13c5 [2021-02-01T08:19:01.757Z] ---> 5cace44dffbd [2021-02-01T08:19:01.757Z] Step 6/26 : COPY go.mod . [2021-02-01T08:19:02.038Z] Removing intermediate container 0073c5ae0f2f [2021-02-01T08:19:02.038Z] ---> 48915c2e5e8a [2021-02-01T08:19:02.038Z] Step 6/23 : COPY go.mod . [2021-02-01T08:19:02.633Z] Removing intermediate container 86667594127b [2021-02-01T08:19:02.633Z] ---> 0da18cd5487b [2021-02-01T08:19:02.633Z] Step 6/24 : COPY go.mod . [2021-02-01T08:19:02.633Z] ---> 831e4387686f [2021-02-01T08:19:02.633Z] Step 7/26 : RUN go mod download [2021-02-01T08:19:02.823Z] Updating certificates in /etc/ssl/certs... [2021-02-01T08:19:02.904Z] ---> Running in 3317edf827cc [2021-02-01T08:19:02.904Z] Removing intermediate container 3a29017ea688 [2021-02-01T08:19:02.904Z] ---> b4c75842d2d0 [2021-02-01T08:19:02.904Z] Step 6/23 : COPY go.mod . [2021-02-01T08:19:02.904Z] Removing intermediate container 77957c3b8072 [2021-02-01T08:19:02.904Z] ---> 15feb83eb445 [2021-02-01T08:19:02.904Z] Step 6/22 : COPY go.mod . [2021-02-01T08:19:03.194Z] ---> fe12c615c85d [2021-02-01T08:19:03.194Z] Step 7/23 : RUN go mod download [2021-02-01T08:19:03.472Z] ---> eb4be5c2776a [2021-02-01T08:19:03.472Z] Step 7/24 : RUN go mod download [2021-02-01T08:19:03.472Z] ---> Running in 4db58529c66a [2021-02-01T08:19:03.746Z] ---> Running in a0bc2953e98e [2021-02-01T08:19:03.770Z] 22 added, 17 removed; done. [2021-02-01T08:19:03.770Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T08:19:03.770Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T08:19:03.770Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-01T08:19:03.770Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-01T08:19:03.770Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-01T08:19:04.021Z] ---> 6b8eff71c479 [2021-02-01T08:19:04.021Z] Step 7/23 : RUN go mod download [2021-02-01T08:19:04.021Z] ---> aa56baa7d640 [2021-02-01T08:19:04.021Z] Step 7/22 : RUN go mod download [2021-02-01T08:19:04.031Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T08:19:04.031Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T08:19:04.031Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T08:19:04.031Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T08:19:04.031Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T08:19:04.031Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T08:19:04.031Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T08:19:04.031Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-01T08:19:04.292Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-01T08:19:04.292Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-01T08:19:04.292Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-01T08:19:04.292Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-01T08:19:04.292Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T08:19:04.292Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T08:19:04.292Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-01T08:19:04.292Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-01T08:19:04.300Z] ---> Running in dc08dcf089a8 [2021-02-01T08:19:04.300Z] ---> Running in 6eb6f1603193 [2021-02-01T08:19:04.553Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-01T08:19:04.554Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T08:19:04.554Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T08:19:04.554Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-01T08:19:04.815Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T08:19:04.815Z] Updating certificates in /etc/ssl/certs... [2021-02-01T08:19:05.388Z] 0 added, 0 removed; done. [2021-02-01T08:19:05.389Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-01T08:19:05.389Z] done. [2021-02-01T08:19:05.652Z] Reading package lists... [2021-02-01T08:19:05.914Z] Building dependency tree... [2021-02-01T08:19:05.914Z] Reading state information... [2021-02-01T08:19:05.914Z] The following NEW packages will be installed: [2021-02-01T08:19:05.914Z] apt-transport-https [2021-02-01T08:19:06.175Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T08:19:06.175Z] Need to get 1696 B of archives. [2021-02-01T08:19:06.175Z] After this operation, 153 kB of additional disk space will be used. [2021-02-01T08:19:06.175Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-01T08:19:06.438Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T08:19:06.438Z] Fetched 1696 B in 0s (8546 B/s) [2021-02-01T08:19:06.438Z] Selecting previously unselected package apt-transport-https. [2021-02-01T08:19:06.438Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-01T08:19:06.438Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-01T08:19:06.438Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T08:19:06.438Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T08:19:06.699Z] Waiting for network to be ready... [2021-02-01T08:19:07.729Z] Removing intermediate container 3317edf827cc [2021-02-01T08:19:07.729Z] ---> 82032a7fc5e8 [2021-02-01T08:19:07.729Z] Step 8/26 : COPY . . [2021-02-01T08:19:08.007Z] Removing intermediate container a0bc2953e98e [2021-02-01T08:19:08.007Z] ---> eb58caed76d2 [2021-02-01T08:19:08.007Z] Step 8/24 : COPY . . [2021-02-01T08:19:08.007Z] Removing intermediate container 4db58529c66a [2021-02-01T08:19:08.007Z] ---> 16763fb29532 [2021-02-01T08:19:08.007Z] Step 8/23 : COPY . . [2021-02-01T08:19:08.607Z] Removing intermediate container dc08dcf089a8 [2021-02-01T08:19:08.607Z] ---> c02adf737364 [2021-02-01T08:19:08.607Z] Step 8/23 : COPY . . [2021-02-01T08:19:08.883Z] Removing intermediate container 6eb6f1603193 [2021-02-01T08:19:08.883Z] ---> ec0cddfb854c [2021-02-01T08:19:08.883Z] Step 8/22 : COPY . . [2021-02-01T08:19:16.719Z] 2021-02-01T08:19:14Z INFO Waiting for automatic snapd restart... [2021-02-01T08:19:17.292Z] snapd 2.48.2 from Canonical* installed [2021-02-01T08:19:18.233Z] "snapd" switched to the "latest/stable" channel [2021-02-01T08:19:18.233Z] [2021-02-01T08:19:20.780Z] core18 20201210 from Canonical* installed [2021-02-01T08:19:21.041Z] "core18" switched to the "latest/stable" channel [2021-02-01T08:19:21.041Z] [2021-02-01T08:19:24.343Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T08:19:24.343Z] "snapcraft" switched to the "latest/stable" channel [2021-02-01T08:19:24.343Z] [2021-02-01T08:19:28.551Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-01T08:19:28.551Z] - README.md [2021-02-01T08:19:28.551Z] - snapcraft.yaml.orig [2021-02-01T08:19:28.551Z] [2021-02-01T08:19:28.551Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T08:19:35.146Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T08:19:35.147Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T08:19:35.147Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T08:19:35.147Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T08:19:35.720Z] Reading package lists... [2021-02-01T08:19:35.783Z] ---> 451931b64df4 [2021-02-01T08:19:35.783Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T08:19:35.783Z] ---> 0f423f300790 [2021-02-01T08:19:35.783Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T08:19:35.783Z] ---> 948c21b124e9 [2021-02-01T08:19:35.783Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T08:19:35.783Z] ---> Running in 112d8575c1bd [2021-02-01T08:19:35.783Z] ---> 4eece02d19ab [2021-02-01T08:19:35.783Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T08:19:35.783Z] ---> 67c8e49b336c [2021-02-01T08:19:35.783Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T08:19:35.783Z] ---> Running in 36fc65dc1d35 [2021-02-01T08:19:35.783Z] ---> Running in 36237d9b4805 [2021-02-01T08:19:35.783Z] ---> Running in 3d8e3b4b900a [2021-02-01T08:19:35.783Z] ---> Running in 8cddd5a9954f [2021-02-01T08:19:35.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T08:19:35.783Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T08:19:35.982Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-01T08:19:36.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T08:19:36.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T08:19:36.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T08:19:42.570Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T08:19:42.570Z] Reading package lists... [2021-02-01T08:19:42.570Z] Building dependency tree... [2021-02-01T08:19:42.570Z] Reading state information... [2021-02-01T08:19:42.570Z] Suggested packages: [2021-02-01T08:19:42.570Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-01T08:19:42.570Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-01T08:19:42.570Z] Recommended packages: [2021-02-01T08:19:42.570Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-01T08:19:42.570Z] The following NEW packages will be installed: [2021-02-01T08:19:42.570Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-01T08:19:42.570Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-01T08:19:42.570Z] pkg-config zip [2021-02-01T08:19:42.570Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T08:19:42.570Z] Need to get 7655 kB of archives. [2021-02-01T08:19:42.570Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-01T08:19:42.570Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-01T08:19:42.570Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-01T08:19:42.830Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-01T08:19:42.830Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-01T08:19:43.091Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-01T08:19:43.091Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-01T08:19:43.091Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-01T08:19:43.091Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-01T08:19:43.091Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-01T08:19:43.091Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-01T08:19:43.353Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-01T08:19:43.353Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-01T08:19:43.353Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-01T08:19:43.615Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-01T08:19:43.615Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-01T08:19:43.615Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T08:19:43.615Z] Fetched 7655 kB in 1s (7079 kB/s) [2021-02-01T08:19:43.876Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-01T08:19:43.876Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-01T08:19:43.876Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-01T08:19:43.876Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T08:19:43.876Z] Selecting previously unselected package libpsl5:amd64. [2021-02-01T08:19:43.876Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-01T08:19:43.876Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T08:19:44.137Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-01T08:19:44.137Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-01T08:19:44.137Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T08:19:44.137Z] Selecting previously unselected package librtmp1:amd64. [2021-02-01T08:19:44.137Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-01T08:19:44.137Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T08:19:44.137Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-01T08:19:44.397Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-01T08:19:44.398Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T08:19:44.398Z] Selecting previously unselected package liberror-perl. [2021-02-01T08:19:44.398Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-01T08:19:44.398Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-01T08:19:44.398Z] Selecting previously unselected package git-man. [2021-02-01T08:19:44.398Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-01T08:19:44.398Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T08:19:44.659Z] Selecting previously unselected package git. [2021-02-01T08:19:44.659Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-01T08:19:44.659Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T08:19:45.602Z] Selecting previously unselected package libnorm1:amd64. [2021-02-01T08:19:45.602Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-01T08:19:45.602Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T08:19:45.602Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-01T08:19:45.602Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-01T08:19:45.602Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T08:19:45.602Z] Selecting previously unselected package libsodium23:amd64. [2021-02-01T08:19:45.602Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-01T08:19:45.602Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-01T08:19:45.863Z] Selecting previously unselected package libzmq5:amd64. [2021-02-01T08:19:45.863Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T08:19:45.863Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T08:19:45.863Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-01T08:19:45.863Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T08:19:45.863Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T08:19:46.124Z] Selecting previously unselected package pkg-config. [2021-02-01T08:19:46.124Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-01T08:19:46.124Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T08:19:46.124Z] Selecting previously unselected package zip. [2021-02-01T08:19:46.124Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-01T08:19:46.124Z] Unpacking zip (3.0-11build1) ... [2021-02-01T08:19:46.385Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T08:19:46.385Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T08:19:46.385Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T08:19:46.385Z] Setting up liberror-perl (0.17025-1) ... [2021-02-01T08:19:46.385Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T08:19:46.385Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T08:19:46.385Z] No schema files found: doing nothing. [2021-02-01T08:19:46.385Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T08:19:46.385Z] Setting up zip (3.0-11build1) ... [2021-02-01T08:19:46.646Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T08:19:46.646Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-01T08:19:46.646Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T08:19:46.646Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T08:19:46.646Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T08:19:46.646Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T08:19:46.646Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T08:19:46.907Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T08:19:53.500Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T08:19:53.500Z] git set to automatically installed. [2021-02-01T08:19:53.500Z] git-man set to automatically installed. [2021-02-01T08:19:53.500Z] libcurl3-gnutls set to automatically installed. [2021-02-01T08:19:53.500Z] liberror-perl set to automatically installed. [2021-02-01T08:19:53.500Z] libglib2.0-0 set to automatically installed. [2021-02-01T08:19:53.500Z] libnghttp2-14 set to automatically installed. [2021-02-01T08:19:53.500Z] libnorm1 set to automatically installed. [2021-02-01T08:19:53.500Z] libpgm-5.2-0 set to automatically installed. [2021-02-01T08:19:53.500Z] libpsl5 set to automatically installed. [2021-02-01T08:19:53.500Z] librtmp1 set to automatically installed. [2021-02-01T08:19:53.500Z] libsodium23 set to automatically installed. [2021-02-01T08:19:53.500Z] libzmq3-dev set to automatically installed. [2021-02-01T08:19:53.500Z] libzmq5 set to automatically installed. [2021-02-01T08:19:53.500Z] pkg-config set to automatically installed. [2021-02-01T08:19:53.500Z] zip set to automatically installed. [2021-02-01T08:19:55.420Z] snapd is not logged in, snap install commands will use sudo [2021-02-01T08:20:02.020Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T08:20:07.312Z] snap "core18" has no updates available [2021-02-01T08:20:07.312Z] Pulling config-common [2021-02-01T08:20:08.271Z] Pulling go-build-helper [2021-02-01T08:20:30.253Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T08:20:30.253Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T08:20:30.253Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T08:20:30.253Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-02-01T08:20:30.253Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T08:20:30.253Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T08:20:30.254Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T08:20:30.254Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T08:20:30.254Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T08:20:30.254Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T08:20:30.254Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T08:20:30.254Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-02-01T08:20:30.254Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T08:20:30.254Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T08:20:30.254Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-02-01T08:20:30.254Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-02-01T08:20:30.254Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-02-01T08:20:30.254Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T08:20:30.254Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T08:20:30.254Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-02-01T08:20:30.254Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T08:20:30.254Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T08:20:30.254Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T08:20:30.254Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T08:20:30.254Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T08:20:30.254Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T08:20:30.254Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T08:20:30.254Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-01T08:20:30.254Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-01T08:20:30.254Z] Fetched 279 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-01T08:20:30.254Z] Fetched 122 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-01T08:20:30.254Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-01T08:20:30.254Z] Fetched 8848 B in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-01T08:20:30.254Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-01T08:20:30.254Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-01T08:20:30.254Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-01T08:20:30.254Z] Fetched 214 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-01T08:20:30.254Z] Fetched 155 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-01T08:20:30.254Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-01T08:20:30.254Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-01T08:20:30.254Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-01T08:20:30.254Z] Fetched 499 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-01T08:20:30.254Z] Fetched 111 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-01T08:20:30.254Z] Fetched 240 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-01T08:20:30.254Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-01T08:20:30.254Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-01T08:20:30.254Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-01T08:20:30.254Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-01T08:20:30.254Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-01T08:20:30.254Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-01T08:20:30.254Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-01T08:20:30.254Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-01T08:20:30.254Z] Fetched 8720 B in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-01T08:20:30.254Z] Fetched 137 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-01T08:20:30.254Z] Fetched 119 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-01T08:20:30.254Z] Fetched 109 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-01T08:20:30.254Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-01T08:20:30.254Z] Fetched 645 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-01T08:20:30.254Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-01T08:20:30.254Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-01T08:20:30.254Z] Fetched 368 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-01T08:20:30.254Z] Fetched 187 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-01T08:20:30.254Z] Fetched 175 kB in 0s (0 B/s) [2021-02-01T08:20:30.254Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-01T08:20:34.471Z] Fetched 206 kB in 0s (0 B/s) [2021-02-01T08:20:34.471Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-01T08:20:34.471Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-01T08:20:34.471Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-01T08:20:34.471Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-01T08:20:34.471Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-01T08:20:34.471Z] Fetched 159 kB in 0s (0 B/s) [2021-02-01T08:20:34.471Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-01T08:20:34.471Z] Fetched 107 kB in 0s (0 B/s) [2021-02-01T08:20:34.471Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-01T08:20:34.471Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-01T08:20:34.471Z] Pulling static-packages [2021-02-01T08:20:34.731Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-01T08:20:34.731Z] Skipping pull go-build-helper (already ran) [2021-02-01T08:20:34.731Z] Skipping pull static-packages (already ran) [2021-02-01T08:20:34.731Z] Building go-build-helper [2021-02-01T08:20:38.029Z] Building static-packages [2021-02-01T08:20:39.943Z] Staging go-build-helper [2021-02-01T08:20:40.884Z] Staging static-packages [2021-02-01T08:20:41.828Z] Pulling go115 [2021-02-01T08:20:42.772Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-01T08:20:42.772Z] Skipping pull go115 (already ran) [2021-02-01T08:20:42.772Z] Building go115 [2021-02-01T08:20:42.772Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T08:20:42.772Z] Dload Upload Total Spent Left Speed [2021-02-01T08:20:45.945Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 491k 0 0 1814k 0 0:01:05 --:--:-- 0:01:05 1807k 29 115M 29 33.6M 0 0 26.4M 0 0:00:04 0:00:01 0:00:03 26.4M 72 115M 72 83.7M 0 0 36.6M 0 0:00:03 0:00:02 0:00:01 36.5M 100 115M 100 115M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M [2021-02-01T08:20:46.207Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-01T08:20:50.415Z] Staging go115 [2021-02-01T08:20:55.709Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T08:20:55.709Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T08:20:55.709Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T08:20:55.709Z] Fetched 0 B in 0s (0 B/s) [2021-02-01T08:20:55.709Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-01T08:20:55.709Z] Fetched 224 kB in 0s (0 B/s) [2021-02-01T08:20:55.709Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-01T08:20:55.709Z] Fetched 157 kB in 0s (0 B/s) [2021-02-01T08:20:55.709Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-01T08:20:55.709Z] Fetched 221 kB in 0s (0 B/s) [2021-02-01T08:20:55.709Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-01T08:20:55.709Z] Fetched 143 kB in 0s (0 B/s) [2021-02-01T08:20:55.709Z] Pulling edgex-go [2021-02-01T08:20:56.651Z] Pulling version [2021-02-01T08:20:57.595Z] Building config-common [2021-02-01T08:20:58.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T08:20:59.508Z] Skipping build go-build-helper (already ran) [2021-02-01T08:20:59.508Z] Skipping build static-packages (already ran) [2021-02-01T08:20:59.508Z] Skipping build go115 (already ran) [2021-02-01T08:20:59.508Z] Building edgex-go [2021-02-01T08:20:59.508Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-01T08:21:00.904Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-01T08:21:00.904Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-01T08:21:00.904Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-01T08:21:00.904Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 [2021-02-01T08:21:00.904Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-01T08:21:00.904Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-01T08:21:00.904Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-01T08:21:00.904Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-02-01T08:21:00.904Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-01T08:21:00.904Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-01T08:21:00.904Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-01T08:21:00.904Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-01T08:21:00.904Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-01T08:21:00.904Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-01T08:21:00.904Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-01T08:21:00.904Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-01T08:21:00.904Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-01T08:21:00.904Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-01T08:21:00.904Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-01T08:21:00.904Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-01T08:21:00.904Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-01T08:21:01.169Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-01T08:21:01.169Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-01T08:21:01.429Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-01T08:21:01.429Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-01T08:21:01.429Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-01T08:21:08.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T08:21:10.684Z] Removing intermediate container 36237d9b4805 [2021-02-01T08:21:10.685Z] ---> 862cc1961814 [2021-02-01T08:21:10.685Z] [2021-02-01T08:21:10.685Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T08:21:10.685Z] 3.12: Pulling from library/alpine [2021-02-01T08:21:12.214Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-01T08:21:12.716Z] Removing intermediate container 112d8575c1bd [2021-02-01T08:21:12.716Z] ---> cad25ae5a5ce [2021-02-01T08:21:12.716Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T08:21:13.008Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T08:21:13.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-01T08:21:13.283Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T08:21:13.283Z] ---> afeebe901d6b [2021-02-01T08:21:13.283Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T08:21:13.283Z] ---> Running in 63ef4fa4f332 [2021-02-01T08:21:13.557Z] Removing intermediate container 3d8e3b4b900a [2021-02-01T08:21:13.557Z] ---> 83f596b924dd [2021-02-01T08:21:13.557Z] [2021-02-01T08:21:13.557Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T08:21:13.557Z] ---> afeebe901d6b [2021-02-01T08:21:13.557Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T08:21:14.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T08:21:14.162Z] ---> Running in 536e00a46f62 [2021-02-01T08:21:14.162Z] ---> Running in 1c0aea076dbf [2021-02-01T08:21:14.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T08:21:14.661Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-01T08:21:14.661Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-01T08:21:14.661Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-01T08:21:14.661Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-01T08:21:16.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T08:21:16.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-01T08:21:16.303Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-01T08:21:16.303Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-01T08:21:17.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:17.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:17.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:17.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:17.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T08:21:18.219Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T08:21:18.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-01T08:21:18.259Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-01T08:21:18.498Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T08:21:18.498Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T08:21:18.498Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T08:21:18.498Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T08:21:18.498Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T08:21:18.498Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:21:18.498Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T08:21:18.498Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T08:21:18.498Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:21:18.498Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T08:21:19.114Z] OK: 7 MiB in 19 packages [2021-02-01T08:21:19.114Z] OK: 6 MiB in 16 packages [2021-02-01T08:21:19.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-01T08:21:20.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T08:21:21.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T08:21:21.154Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-01T08:21:22.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-01T08:21:22.096Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-01T08:21:22.524Z] Removing intermediate container 536e00a46f62 [2021-02-01T08:21:22.524Z] ---> cd842eb6ff2d [2021-02-01T08:21:22.524Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T08:21:23.119Z] ---> Running in b8048276eb0a [2021-02-01T08:21:24.109Z] Removing intermediate container 1c0aea076dbf [2021-02-01T08:21:24.109Z] ---> 81e1775096f0 [2021-02-01T08:21:24.109Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:21:24.381Z] Removing intermediate container 63ef4fa4f332 [2021-02-01T08:21:24.381Z] ---> f4848db7092b [2021-02-01T08:21:24.381Z] [2021-02-01T08:21:24.381Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T08:21:24.638Z] Building version [2021-02-01T08:21:24.654Z] 20.10.0: Pulling from library/docker [2021-02-01T08:21:24.655Z] ---> Running in eb30289b850a [2021-02-01T08:21:24.929Z] Removing intermediate container b8048276eb0a [2021-02-01T08:21:24.929Z] ---> f0caff32afdc [2021-02-01T08:21:24.929Z] Step 13/24 : WORKDIR / [2021-02-01T08:21:25.201Z] Removing intermediate container 8cddd5a9954f [2021-02-01T08:21:25.201Z] ---> 254693ee49cd [2021-02-01T08:21:25.201Z] [2021-02-01T08:21:25.201Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T08:21:25.201Z] ---> afeebe901d6b [2021-02-01T08:21:25.201Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T08:21:25.473Z] ---> Running in 1150c2c380bd [2021-02-01T08:21:26.075Z] ---> Running in 72578f80b586 [2021-02-01T08:21:26.075Z] Removing intermediate container eb30289b850a [2021-02-01T08:21:26.075Z] ---> e9001f235ed4 [2021-02-01T08:21:26.075Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T08:21:26.776Z] Staging config-common [2021-02-01T08:21:27.455Z] Skipping stage go-build-helper (already ran) [2021-02-01T08:21:27.455Z] Skipping stage static-packages (already ran) [2021-02-01T08:21:27.455Z] Skipping stage go115 (already ran) [2021-02-01T08:21:27.455Z] Staging edgex-go [2021-02-01T08:21:28.068Z] ---> Running in 2d050601123b [2021-02-01T08:21:28.068Z] Removing intermediate container 1150c2c380bd [2021-02-01T08:21:28.068Z] ---> 91b0e5f02e1f [2021-02-01T08:21:28.068Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-01T08:21:28.520Z] Staging version [2021-02-01T08:21:29.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:29.046Z] Removing intermediate container 2d050601123b [2021-02-01T08:21:29.046Z] ---> 2a1b7d1beba1 [2021-02-01T08:21:29.046Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T08:21:29.180Z] Priming config-common [2021-02-01T08:21:29.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:29.344Z] ---> 6b8f41cf8f37 [2021-02-01T08:21:29.344Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-01T08:21:29.344Z] ---> Running in 26345fabc60e [2021-02-01T08:21:29.944Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T08:21:29.944Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:21:29.944Z] OK: 5 MiB in 15 packages [2021-02-01T08:21:30.281Z] Priming go-build-helper [2021-02-01T08:21:30.553Z] Removing intermediate container 26345fabc60e [2021-02-01T08:21:30.553Z] ---> 2c48253dc18a [2021-02-01T08:21:30.553Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:21:30.914Z] ---> 9c0ef80e0f81 [2021-02-01T08:21:30.914Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T08:21:31.289Z] Priming static-packages [2021-02-01T08:21:32.447Z] ---> db7d707aacdc [2021-02-01T08:21:32.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T08:21:32.447Z] ---> 2cec0aa16ed5 [2021-02-01T08:21:32.447Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T08:21:33.057Z] Removing intermediate container 72578f80b586 [2021-02-01T08:21:33.057Z] ---> 0781b9be0546 [2021-02-01T08:21:33.057Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:21:33.836Z] Priming go115 [2021-02-01T08:21:34.049Z] ---> Running in e4c72c90daf1 [2021-02-01T08:21:34.405Z] Priming edgex-go [2021-02-01T08:21:35.345Z] Priming version [2021-02-01T08:21:36.025Z] ---> 0d5cef73ec1e [2021-02-01T08:21:36.025Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T08:21:36.025Z] ---> a09c03095b78 [2021-02-01T08:21:36.025Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T08:21:36.025Z] Removing intermediate container e4c72c90daf1 [2021-02-01T08:21:36.025Z] ---> 9e9844fdd5e4 [2021-02-01T08:21:36.025Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T08:21:36.025Z] ---> Running in f134b140d1f5 [2021-02-01T08:21:36.289Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-01T08:21:36.624Z] Removing intermediate container 36fc65dc1d35 [2021-02-01T08:21:36.624Z] ---> 9f7b9a3e1770 [2021-02-01T08:21:36.624Z] [2021-02-01T08:21:36.624Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T08:21:36.624Z] ---> afeebe901d6b [2021-02-01T08:21:36.624Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T08:21:37.226Z] ---> Running in 854fcb1d8632 [Pipeline] } [2021-02-01T08:21:37.829Z] Removing intermediate container f134b140d1f5 [2021-02-01T08:21:37.830Z] ---> ebea4681f3aa [2021-02-01T08:21:37.830Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T08:21:37.830Z] ---> fefbae7643c3 [2021-02-01T08:21:37.830Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T08:21:37.830Z] ---> 34358e846301 [2021-02-01T08:21:37.830Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-02-01T08:21:38.106Z] ---> Running in 3da26808e332 [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T08:21:38.387Z] Removing intermediate container 854fcb1d8632 [2021-02-01T08:21:38.387Z] ---> 90515b9a2c52 [2021-02-01T08:21:38.387Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T08:21:38.387Z] ---> Running in c8d40fe6c750 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-02-01T08:21:38.661Z] ---> Running in 89ba982a8807 [2021-02-01T08:21:38.661Z] Removing intermediate container 3da26808e332 [2021-02-01T08:21:38.661Z] ---> 39a1479de72b [2021-02-01T08:21:38.661Z] Step 15/23 : WORKDIR / [Pipeline] } [2021-02-01T08:21:38.939Z] ---> Running in f4a0b4052468 [2021-02-01T08:21:38.939Z] Removing intermediate container c8d40fe6c750 [2021-02-01T08:21:38.939Z] ---> 587b86acecb8 [2021-02-01T08:21:38.939Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:21:39.220Z] Removing intermediate container 89ba982a8807 [2021-02-01T08:21:39.220Z] ---> 897267c4b53d [2021-02-01T08:21:39.220Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T08:21:39.220Z] ---> Running in f126d0e262f2 [2021-02-01T08:21:39.220Z] ---> a4d7cd1b88b8 [2021-02-01T08:21:39.220Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-01T08:21:39.494Z] ---> Running in 5bdf73057112 [2021-02-01T08:21:39.494Z] ---> Running in 6ba793d10487 [2021-02-01T08:21:40.094Z] Removing intermediate container f4a0b4052468 [2021-02-01T08:21:40.094Z] Removing intermediate container f126d0e262f2 [2021-02-01T08:21:40.094Z] ---> ae56b049daac [2021-02-01T08:21:40.094Z] ---> d084fd8eb70a [2021-02-01T08:21:40.094Z] Step 20/22 : LABEL arch=arm64Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:21:40.094Z] [2021-02-01T08:21:40.094Z] Removing intermediate container 5bdf73057112 [2021-02-01T08:21:40.094Z] ---> f27b2d616958 [2021-02-01T08:21:40.094Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:21:40.094Z] ---> Running in 89b06ea19fba [2021-02-01T08:21:40.370Z] ---> Running in 13d83a5a0e5d [2021-02-01T08:21:40.370Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T08:21:40.370Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T08:21:40.644Z] ---> eeaf43b92773 [2021-02-01T08:21:40.644Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T08:21:41.236Z] ---> Running in 05c2fd9f6a98 [2021-02-01T08:21:41.834Z] ---> 7b9b93279b4f [2021-02-01T08:21:41.834Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T08:21:41.834Z] Removing intermediate container 89b06ea19fba [2021-02-01T08:21:41.834Z] ---> 6fc9f3930d9b [2021-02-01T08:21:41.834Z] Step 21/22 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:21:42.107Z] ---> Running in e762b6f3481f [2021-02-01T08:21:43.093Z] Removing intermediate container e762b6f3481f [2021-02-01T08:21:43.093Z] ---> 7401de7fa17b [2021-02-01T08:21:43.093Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T08:21:43.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:43.368Z] ---> 0a229c4856b4 [2021-02-01T08:21:43.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T08:21:43.645Z] ---> Running in 379a6c0f4a24 [2021-02-01T08:21:43.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:43.941Z] Removing intermediate container 6ba793d10487 [2021-02-01T08:21:43.942Z] ---> 037842503488 [2021-02-01T08:21:43.942Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T08:21:43.942Z] ---> Running in 3c6f9a7cad1e [2021-02-01T08:21:44.222Z] Removing intermediate container 379a6c0f4a24 [2021-02-01T08:21:44.222Z] ---> 76931a230403 [2021-02-01T08:21:44.222Z] [2021-02-01T08:21:44.222Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T08:21:44.222Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T08:21:44.498Z] Executing bash-5.0.17-r0.post-install [2021-02-01T08:21:44.498Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:21:44.498Z] OK: 12 MiB in 22 packages [2021-02-01T08:21:44.498Z] Removing intermediate container 13d83a5a0e5d [2021-02-01T08:21:44.498Z] ---> 8bdd01ebbadc [2021-02-01T08:21:44.498Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T08:21:44.771Z] ---> b07a6b4c7e85 [2021-02-01T08:21:44.771Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T08:21:44.771Z] Successfully built 76931a230403 [2021-02-01T08:21:44.771Z] Removing intermediate container 3c6f9a7cad1e [2021-02-01T08:21:44.771Z] ---> b4708e60042e [2021-02-01T08:21:44.771Z] Step 22/24 : LABEL arch=arm64 [2021-02-01T08:21:44.771Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-01T08:21:45.047Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-02-01T08:21:45.047Z] ---> Running in 8714c2372b26 [2021-02-01T08:21:45.047Z] ---> Running in 1b40423e7fc9 [2021-02-01T08:21:45.047Z] ---> Running in c2cdf3bab6db [2021-02-01T08:21:46.048Z] Removing intermediate container 1b40423e7fc9 [2021-02-01T08:21:46.048Z] ---> 42372ee2fc0c [2021-02-01T08:21:46.048Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:21:46.048Z] Removing intermediate container c2cdf3bab6db [2021-02-01T08:21:46.048Z] ---> ed00d7b7ffe4 [2021-02-01T08:21:46.048Z] Step 23/24 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:21:46.666Z] ---> Running in 35fe4374c6ea [2021-02-01T08:21:46.666Z] ---> Running in e39dfdce974c [2021-02-01T08:21:47.643Z] Removing intermediate container 05c2fd9f6a98 [2021-02-01T08:21:47.643Z] ---> 88a029a43c71 [2021-02-01T08:21:47.643Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T08:21:47.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:48.192Z] Removing intermediate container e39dfdce974c [2021-02-01T08:21:48.192Z] ---> 058decaf6503 [2021-02-01T08:21:48.192Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T08:21:48.192Z] Removing intermediate container 35fe4374c6ea [2021-02-01T08:21:48.192Z] ---> ada653ee176b [2021-02-01T08:21:48.192Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T08:21:48.467Z] ---> Running in 759661bfaccc [2021-02-01T08:21:48.467Z] ---> Running in 997ab82386bc [2021-02-01T08:21:48.467Z] ---> Running in 44fee4f62a64 [2021-02-01T08:21:48.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:49.458Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T08:21:49.458Z] Removing intermediate container 759661bfaccc [2021-02-01T08:21:49.458Z] ---> 5469fad7e8ea [2021-02-01T08:21:49.458Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T08:21:49.458Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T08:21:49.458Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T08:21:49.458Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T08:21:50.065Z] ---> Running in 3ce56393f571 [2021-02-01T08:21:50.065Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T08:21:50.065Z] Removing intermediate container 997ab82386bc [2021-02-01T08:21:50.065Z] ---> b37003f2366c [2021-02-01T08:21:50.065Z] Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:21:50.065Z] Removing intermediate container 44fee4f62a64 [2021-02-01T08:21:50.065Z] ---> 176acf770772 [2021-02-01T08:21:50.065Z] [2021-02-01T08:21:50.065Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T08:21:50.065Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:21:50.065Z] OK: 8 MiB in 20 packages [2021-02-01T08:21:50.344Z] Successfully built 176acf770772 [2021-02-01T08:21:50.621Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-01T08:21:50.621Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-02-01T08:21:50.621Z] ---> Running in 29ab53115404 [2021-02-01T08:21:50.621Z] Removing intermediate container 3ce56393f571 [2021-02-01T08:21:50.621Z] ---> 385530ceac30 [2021-02-01T08:21:50.621Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T08:21:51.216Z] ---> Running in 4fd1f2fc278c [2021-02-01T08:21:51.216Z] Removing intermediate container 29ab53115404 [2021-02-01T08:21:51.216Z] ---> e6dd39d985f9 [2021-02-01T08:21:51.216Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T08:21:51.488Z] ---> Running in 154d57fdf9d1 [2021-02-01T08:21:51.762Z] Removing intermediate container 4fd1f2fc278c [2021-02-01T08:21:51.762Z] ---> f8296073e394 [2021-02-01T08:21:51.762Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T08:21:52.035Z] Removing intermediate container 8714c2372b26 [2021-02-01T08:21:52.035Z] ---> a05fcb343868 [2021-02-01T08:21:52.035Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:21:52.309Z] Removing intermediate container 154d57fdf9d1 [2021-02-01T08:21:52.309Z] ---> 9d0074b98bf6 [2021-02-01T08:21:52.309Z] [2021-02-01T08:21:52.907Z] Successfully built 9d0074b98bf6 [2021-02-01T08:21:52.907Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-01T08:21:52.907Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-02-01T08:21:53.180Z] ---> b24f29878451 [2021-02-01T08:21:53.180Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T08:21:53.452Z] ---> 10dc966f54c6 [2021-02-01T08:21:53.452Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T08:21:54.452Z] ---> ee5a145a8c9d [2021-02-01T08:21:54.452Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T08:21:54.729Z] ---> 02ccf89c5477 [2021-02-01T08:21:54.729Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T08:21:56.718Z] ---> 159bb91c380d [2021-02-01T08:21:56.718Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T08:21:56.718Z] ---> 77d5dfd1ccbd [2021-02-01T08:21:56.718Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T08:21:57.316Z] ---> Running in babd311d15c0 [2021-02-01T08:21:57.316Z] ---> Running in d90919ec57c6 [2021-02-01T08:21:58.754Z] Removing intermediate container d90919ec57c6 [2021-02-01T08:21:58.754Z] ---> 54d18709dea3 [2021-02-01T08:21:58.754Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:21:59.029Z] ---> Running in e77c283ae39f [2021-02-01T08:21:59.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:21:59.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:22:00.215Z] Removing intermediate container e77c283ae39f [2021-02-01T08:22:00.215Z] ---> 507a2023eb9b [2021-02-01T08:22:00.215Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T08:22:00.492Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T08:22:00.492Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T08:22:00.492Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T08:22:00.492Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T08:22:00.492Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T08:22:00.492Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T08:22:00.492Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T08:22:00.764Z] ---> Running in 61b4df310605 [2021-02-01T08:22:02.203Z] Removing intermediate container 61b4df310605 [2021-02-01T08:22:02.203Z] ---> 11c245d25ca0 [2021-02-01T08:22:02.203Z] Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:22:02.475Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T08:22:02.475Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T08:22:02.475Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T08:22:02.475Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T08:22:02.475Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T08:22:02.475Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T08:22:02.475Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T08:22:02.748Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T08:22:02.749Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T08:22:02.749Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T08:22:02.749Z] ---> Running in d0efa9abd3ec [2021-02-01T08:22:02.749Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T08:22:02.749Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T08:22:02.749Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T08:22:02.749Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T08:22:02.749Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T08:22:03.033Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T08:22:03.033Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T08:22:03.033Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T08:22:03.033Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T08:22:03.033Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T08:22:03.033Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T08:22:03.033Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T08:22:03.033Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T08:22:03.033Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T08:22:03.033Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T08:22:03.033Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T08:22:03.307Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:22:03.307Z] OK: 71 MiB in 55 packages [2021-02-01T08:22:03.902Z] Removing intermediate container d0efa9abd3ec [2021-02-01T08:22:03.902Z] ---> 4a3317dcc9f2 [2021-02-01T08:22:03.902Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T08:22:04.881Z] ---> Running in 5fb904f258ae [2021-02-01T08:22:05.863Z] Removing intermediate container 5fb904f258ae [2021-02-01T08:22:05.863Z] ---> 52f4c3d076ef [2021-02-01T08:22:05.863Z] [2021-02-01T08:22:06.464Z] Successfully built 52f4c3d076ef [2021-02-01T08:22:06.464Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-01T08:22:06.464Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-02-01T08:22:11.870Z] Removing intermediate container babd311d15c0 [2021-02-01T08:22:11.870Z] ---> e84c353e53b5 [2021-02-01T08:22:11.870Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T08:22:12.465Z] ---> Running in 1a5b8c6c592e [2021-02-01T08:22:19.194Z] Collecting docker-compose==1.23.2 [2021-02-01T08:22:19.194Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T08:22:20.630Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T08:22:20.630Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T08:22:20.630Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:22:20.630Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:22:20.630Z] ---> 107b06ae860d [2021-02-01T08:22:20.630Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T08:22:20.630Z] ---> Using cache [2021-02-01T08:22:20.630Z] ---> 1c704787ca08 [2021-02-01T08:22:20.630Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:22:20.630Z] ---> Using cache [2021-02-01T08:22:20.630Z] ---> b7f0c5ac0394 [2021-02-01T08:22:20.630Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T08:22:21.690Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-01T08:22:22.287Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T08:22:22.287Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T08:22:23.274Z] ---> Running in 70090de5febd [2021-02-01T08:22:25.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:22:25.526Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T08:22:25.526Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T08:22:25.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:22:26.397Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T08:22:26.397Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T08:22:26.672Z] OK: 217 MiB in 51 packages [2021-02-01T08:22:26.947Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T08:22:26.947Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T08:22:29.586Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T08:22:29.586Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T08:22:30.189Z] Removing intermediate container 70090de5febd [2021-02-01T08:22:30.189Z] ---> 8932abb035b1 [2021-02-01T08:22:30.189Z] Step 6/31 : COPY go.mod . [2021-02-01T08:22:30.189Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T08:22:30.189Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T08:22:30.463Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T08:22:30.463Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T08:22:31.905Z] ---> 4333645610a7 [2021-02-01T08:22:31.905Z] Step 7/31 : RUN go mod download [2021-02-01T08:22:32.506Z] ---> Running in 707ff34d0ec7 [2021-02-01T08:22:33.950Z] Collecting PyYAML<4,>=3.10 [2021-02-01T08:22:33.950Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T08:22:34.563Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:22:34.563Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:22:34.563Z] ---> 107b06ae860d [2021-02-01T08:22:34.563Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T08:22:34.563Z] ---> Using cache [2021-02-01T08:22:34.563Z] ---> 1c704787ca08 [2021-02-01T08:22:34.841Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:22:34.841Z] ---> Using cache [2021-02-01T08:22:34.841Z] ---> b7f0c5ac0394 [2021-02-01T08:22:34.841Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T08:22:34.841Z] ---> Using cache [2021-02-01T08:22:34.841Z] ---> 8932abb035b1 [2021-02-01T08:22:34.841Z] Step 6/22 : COPY go.mod . [2021-02-01T08:22:34.841Z] ---> Using cache [2021-02-01T08:22:34.841Z] ---> 4333645610a7 [2021-02-01T08:22:34.841Z] Step 7/22 : RUN go mod download [2021-02-01T08:22:35.116Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:22:35.116Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:22:35.116Z] ---> 107b06ae860d [2021-02-01T08:22:35.116Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T08:22:35.116Z] ---> Using cache [2021-02-01T08:22:35.116Z] ---> 1c704787ca08 [2021-02-01T08:22:35.116Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:22:35.116Z] ---> Using cache [2021-02-01T08:22:35.116Z] ---> b7f0c5ac0394 [2021-02-01T08:22:35.116Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T08:22:35.116Z] ---> Using cache [2021-02-01T08:22:35.116Z] ---> 8932abb035b1 [2021-02-01T08:22:35.116Z] Step 6/21 : COPY go.mod . [2021-02-01T08:22:35.116Z] ---> Using cache [2021-02-01T08:22:35.116Z] ---> 4333645610a7 [2021-02-01T08:22:35.116Z] Step 7/21 : RUN go mod download [2021-02-01T08:22:35.116Z] ---> Running in 2ce561f2cbaa [2021-02-01T08:22:35.116Z] ---> Running in 02d0bd911b08 [2021-02-01T08:22:37.747Z] Removing intermediate container 707ff34d0ec7 [2021-02-01T08:22:37.747Z] ---> 20d6edb59a44 [2021-02-01T08:22:37.747Z] Step 8/31 : COPY . . [2021-02-01T08:22:38.114Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-01T08:22:39.182Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T08:22:39.182Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T08:22:39.496Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-01T08:22:39.821Z] Collecting idna<2.8,>=2.5 [2021-02-01T08:22:39.821Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T08:22:40.827Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T08:22:40.827Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T08:22:40.827Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T08:22:40.827Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T08:22:40.827Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T08:22:40.827Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T08:22:41.817Z] Removing intermediate container 2ce561f2cbaa [2021-02-01T08:22:41.817Z] ---> e9fe00360bdb [2021-02-01T08:22:41.817Z] Step 8/22 : COPY . . [2021-02-01T08:22:42.094Z] Installing collected packages: urllib3, idna, requests, texttable, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, cached-property, docopt, PyYAML, docker-compose [2021-02-01T08:22:42.094Z] Attempting uninstall: urllib3 [2021-02-01T08:22:42.094Z] Found existing installation: urllib3 1.25.9 [2021-02-01T08:22:42.094Z] Uninstalling urllib3-1.25.9: [2021-02-01T08:22:42.371Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T08:22:42.371Z] Removing intermediate container 02d0bd911b08 [2021-02-01T08:22:42.371Z] ---> f62cb73a9b09 [2021-02-01T08:22:42.371Z] Step 8/21 : COPY . . [2021-02-01T08:22:42.974Z] Attempting uninstall: idna [2021-02-01T08:22:42.974Z] Found existing installation: idna 2.9 [2021-02-01T08:22:42.974Z] Uninstalling idna-2.9: [2021-02-01T08:22:42.974Z] Successfully uninstalled idna-2.9 [2021-02-01T08:22:43.964Z] Attempting uninstall: requests [2021-02-01T08:22:43.964Z] Found existing installation: requests 2.23.0 [2021-02-01T08:22:43.964Z] Uninstalling requests-2.23.0: [2021-02-01T08:22:43.964Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:22:43.964Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:22:43.964Z] ---> 107b06ae860d [2021-02-01T08:22:43.964Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T08:22:43.964Z] ---> Using cache [2021-02-01T08:22:43.964Z] ---> 1c704787ca08 [2021-02-01T08:22:43.964Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:22:43.964Z] ---> Using cache [2021-02-01T08:22:43.964Z] ---> b7f0c5ac0394 [2021-02-01T08:22:43.964Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T08:22:43.964Z] ---> Using cache [2021-02-01T08:22:43.964Z] ---> 8932abb035b1 [2021-02-01T08:22:43.964Z] Step 6/23 : COPY go.mod . [2021-02-01T08:22:43.964Z] ---> Using cache [2021-02-01T08:22:43.964Z] ---> 4333645610a7 [2021-02-01T08:22:43.964Z] Step 7/23 : RUN go mod download [2021-02-01T08:22:43.964Z] ---> Using cache [2021-02-01T08:22:43.964Z] ---> f62cb73a9b09 [2021-02-01T08:22:43.964Z] Step 8/23 : COPY . . [2021-02-01T08:22:43.964Z] Successfully uninstalled requests-2.23.0 [2021-02-01T08:22:44.250Z] Running setup.py install for texttable: started [2021-02-01T08:22:46.910Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T08:22:47.907Z] Running setup.py install for dockerpty: started [2021-02-01T08:22:50.542Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T08:22:50.542Z] Running setup.py install for docopt: started [2021-02-01T08:22:53.177Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T08:22:53.177Z] Running setup.py install for PyYAML: started [2021-02-01T08:22:55.171Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T08:22:56.163Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-01T08:23:08.602Z] ---> 43e1a4a306f9 [2021-02-01T08:23:08.602Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T08:23:08.882Z] ---> 53244e574342 [2021-02-01T08:23:08.882Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T08:23:08.882Z] ---> 3108afcd39e1 [2021-02-01T08:23:08.882Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T08:23:08.882Z] ---> 3a2a95f1f09d [2021-02-01T08:23:08.882Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T08:23:08.882Z] ---> Running in 8aa0c29a4722 [2021-02-01T08:23:09.159Z] ---> Running in 46a08307b7c3 [2021-02-01T08:23:09.159Z] ---> Running in 48363cb41ec5 [2021-02-01T08:23:09.159Z] ---> Running in d4d20baafae4 [2021-02-01T08:23:10.623Z] Removing intermediate container 1a5b8c6c592e [2021-02-01T08:23:10.623Z] ---> 961fb5f9cda0 [2021-02-01T08:23:10.623Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T08:23:10.623Z] ---> Running in b6f3f95a8bb1 [2021-02-01T08:23:11.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-01T08:23:11.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-01T08:23:11.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-01T08:23:11.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-01T08:23:12.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:23:12.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:23:13.293Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T08:23:13.293Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T08:23:13.293Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T08:23:13.293Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:23:13.293Z] OK: 71 MiB in 58 packages [2021-02-01T08:23:15.311Z] Removing intermediate container b6f3f95a8bb1 [2021-02-01T08:23:15.311Z] ---> 601555d02f3d [2021-02-01T08:23:15.311Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T08:23:15.311Z] ---> Running in b920cda9d220 [2021-02-01T08:23:15.915Z] Removing intermediate container b920cda9d220 [2021-02-01T08:23:15.915Z] ---> 5057fc4dee27 [2021-02-01T08:23:15.915Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:23:15.915Z] ---> Running in dac3176cbb79 [2021-02-01T08:23:16.522Z] Removing intermediate container dac3176cbb79 [2021-02-01T08:23:16.522Z] ---> 955ca074fba7 [2021-02-01T08:23:16.522Z] Step 24/26 : LABEL arch=arm64 [2021-02-01T08:23:16.803Z] ---> Running in 116ad05d70ee [2021-02-01T08:23:17.420Z] Removing intermediate container 116ad05d70ee [2021-02-01T08:23:17.420Z] ---> 3751e532dbd9 [2021-02-01T08:23:17.420Z] Step 25/26 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:23:17.706Z] ---> Running in 42eadc8ddf3c [2021-02-01T08:23:18.335Z] Removing intermediate container 42eadc8ddf3c [2021-02-01T08:23:18.335Z] ---> 5ca08d425b2d [2021-02-01T08:23:18.335Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T08:23:18.335Z] ---> Running in fdc1c42f45b1 [2021-02-01T08:23:19.350Z] Removing intermediate container fdc1c42f45b1 [2021-02-01T08:23:19.350Z] ---> 46796fe6d847 [2021-02-01T08:23:19.350Z] [2021-02-01T08:23:19.630Z] Successfully built 46796fe6d847 [2021-02-01T08:23:19.630Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-01T08:24:16.251Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T08:24:17.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T08:24:32.408Z] Removing intermediate container d4d20baafae4 [2021-02-01T08:24:32.408Z] ---> 579cc3d2393f [2021-02-01T08:24:32.408Z] [2021-02-01T08:24:32.408Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T08:24:32.408Z] ---> afeebe901d6b [2021-02-01T08:24:32.408Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T08:24:32.408Z] ---> Running in 5582b4a64fc8 [2021-02-01T08:24:32.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:24:32.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:24:33.285Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T08:24:33.286Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T08:24:33.286Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T08:24:33.286Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T08:24:33.286Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:24:33.286Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T08:24:33.564Z] OK: 7 MiB in 18 packages [2021-02-01T08:24:36.980Z] Removing intermediate container 5582b4a64fc8 [2021-02-01T08:24:36.980Z] ---> 1d373218f1bf [2021-02-01T08:24:36.980Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T08:24:36.980Z] ---> Running in 957f83bec9de [2021-02-01T08:24:37.972Z] Removing intermediate container 957f83bec9de [2021-02-01T08:24:37.972Z] ---> 1fab60fb706a [2021-02-01T08:24:37.972Z] Step 13/21 : WORKDIR /edgex [2021-02-01T08:24:38.574Z] ---> Running in f001d9247b96 [2021-02-01T08:24:38.850Z] Removing intermediate container 8aa0c29a4722 [2021-02-01T08:24:38.850Z] ---> 38c9ebbf18b1 [2021-02-01T08:24:38.850Z] [2021-02-01T08:24:38.850Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T08:24:38.850Z] ---> afeebe901d6b [2021-02-01T08:24:38.850Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T08:24:39.133Z] ---> Running in 9e65bfc409cb [2021-02-01T08:24:39.133Z] Removing intermediate container f001d9247b96 [2021-02-01T08:24:39.133Z] ---> 4ea55dbd2e0e [2021-02-01T08:24:39.133Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T08:24:39.737Z] Removing intermediate container 9e65bfc409cb [2021-02-01T08:24:39.737Z] ---> ee6700387ff3 [2021-02-01T08:24:39.737Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T08:24:40.018Z] ---> Running in 139e893d201d [2021-02-01T08:24:40.620Z] ---> 578d7399f7da [2021-02-01T08:24:40.620Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T08:24:41.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T08:24:41.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T08:24:42.102Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T08:24:42.102Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T08:24:42.102Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:24:42.102Z] OK: 5 MiB in 16 packages [2021-02-01T08:24:42.707Z] ---> 9f30b7902452 [2021-02-01T08:24:42.997Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T08:24:43.612Z] Removing intermediate container 46a08307b7c3 [2021-02-01T08:24:43.612Z] ---> 07b6fc4e4dd3 [2021-02-01T08:24:43.612Z] [2021-02-01T08:24:43.612Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T08:24:43.612Z] ---> afeebe901d6b [2021-02-01T08:24:43.612Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T08:24:43.612Z] ---> Using cache [2021-02-01T08:24:43.612Z] ---> 0781b9be0546 [2021-02-01T08:24:43.612Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:24:43.612Z] ---> Using cache [2021-02-01T08:24:43.612Z] ---> 9e9844fdd5e4 [2021-02-01T08:24:43.612Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T08:24:44.212Z] ---> Running in 686e3c599dfc [2021-02-01T08:24:44.212Z] Removing intermediate container 139e893d201d [2021-02-01T08:24:44.212Z] ---> c217b8dbceaf [2021-02-01T08:24:44.212Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T08:24:44.486Z] ---> 40a33b270a5a [2021-02-01T08:24:44.486Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T08:24:44.486Z] ---> Running in 35303692dc9c [2021-02-01T08:24:44.762Z] ---> Running in 1667b1b85327 [2021-02-01T08:24:44.762Z] Removing intermediate container 686e3c599dfc [2021-02-01T08:24:44.762Z] ---> 1f289bb10fcf [2021-02-01T08:24:44.762Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T08:24:45.040Z] ---> Running in 14623445180e [2021-02-01T08:24:45.313Z] Removing intermediate container 35303692dc9c [2021-02-01T08:24:45.313Z] ---> a9f6ca138241 [2021-02-01T08:24:45.313Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T08:24:45.595Z] Removing intermediate container 1667b1b85327 [2021-02-01T08:24:45.595Z] ---> c5cfd271de0d [2021-02-01T08:24:45.595Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T08:24:45.595Z] ---> Running in 516b288de49d [2021-02-01T08:24:45.871Z] Removing intermediate container 14623445180e [2021-02-01T08:24:45.871Z] ---> b391e188ece2 [2021-02-01T08:24:45.871Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:24:45.871Z] ---> Running in 21d119cfb520 [2021-02-01T08:24:46.148Z] Removing intermediate container 516b288de49d [2021-02-01T08:24:46.149Z] ---> d01b5ab2dc45 [2021-02-01T08:24:46.149Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T08:24:46.766Z] ---> Running in bd207cf6bcbf [2021-02-01T08:24:46.766Z] Removing intermediate container 21d119cfb520 [2021-02-01T08:24:46.766Z] ---> 5bff04dbe9a0 [2021-02-01T08:24:46.766Z] Step 19/21 : LABEL arch=arm64 [2021-02-01T08:24:47.065Z] ---> aa5a8d567299 [2021-02-01T08:24:47.065Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T08:24:47.065Z] ---> Running in eaca6718ee63 [2021-02-01T08:24:47.367Z] Removing intermediate container 48363cb41ec5 [2021-02-01T08:24:47.367Z] ---> ae503794fcb5 [2021-02-01T08:24:47.367Z] [2021-02-01T08:24:47.367Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T08:24:47.367Z] ---> afeebe901d6b [2021-02-01T08:24:47.645Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T08:24:47.646Z] ---> Using cache [2021-02-01T08:24:47.646Z] ---> 0781b9be0546 [2021-02-01T08:24:47.646Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:24:47.646Z] ---> Using cache [2021-02-01T08:24:47.646Z] ---> 9e9844fdd5e4 [2021-02-01T08:24:47.646Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T08:24:47.936Z] ---> Running in e099f5a92fc0 [2021-02-01T08:24:47.936Z] Removing intermediate container eaca6718ee63 [2021-02-01T08:24:47.936Z] ---> d74c57134380 [2021-02-01T08:24:47.936Z] Step 20/21 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:24:48.549Z] ---> Running in 8f3d5b12abe5 [2021-02-01T08:24:48.549Z] ---> 34f3ce69816f [2021-02-01T08:24:48.549Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T08:24:48.549Z] Removing intermediate container e099f5a92fc0 [2021-02-01T08:24:48.549Z] ---> 7649473f1deb [2021-02-01T08:24:48.549Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T08:24:48.900Z] ---> Running in 7077f1b4314b [2021-02-01T08:24:49.177Z] Removing intermediate container 8f3d5b12abe5 [2021-02-01T08:24:49.177Z] ---> 1adda77fccec [2021-02-01T08:24:49.177Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T08:24:49.177Z] ---> Running in c1fc54a6a50d [2021-02-01T08:24:49.447Z] ---> 21783c119a6b [2021-02-01T08:24:49.447Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T08:24:49.447Z] Removing intermediate container 7077f1b4314b [2021-02-01T08:24:49.447Z] ---> 2ee082d37951 [2021-02-01T08:24:49.447Z] Step 15/23 : WORKDIR / [2021-02-01T08:24:49.719Z] Removing intermediate container bd207cf6bcbf [2021-02-01T08:24:49.719Z] ---> 6939a99750c4 [2021-02-01T08:24:49.719Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T08:24:49.719Z] ---> Running in 120313fa9e37 [2021-02-01T08:24:49.719Z] ---> Running in b23c84f6c168 [2021-02-01T08:24:49.719Z] Removing intermediate container c1fc54a6a50d [2021-02-01T08:24:49.719Z] ---> 044f970d401f [2021-02-01T08:24:49.719Z] [2021-02-01T08:24:49.719Z] ---> Running in fadcf9e8aba8 [2021-02-01T08:24:50.309Z] Successfully built 044f970d401f [2021-02-01T08:24:50.309Z] Removing intermediate container b23c84f6c168 [2021-02-01T08:24:50.309Z] Removing intermediate container 120313fa9e37 [2021-02-01T08:24:50.309Z] ---> 6ee9f243e87e [2021-02-01T08:24:50.309Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-01T08:24:50.309Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / Building docker-security-proxy-setup-go ... done  ---> cb4dc948e875 [2021-02-01T08:24:50.309Z] [2021-02-01T08:24:50.309Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:24:50.579Z] Removing intermediate container fadcf9e8aba8 [2021-02-01T08:24:50.579Z] ---> 78bf3a876928 [2021-02-01T08:24:50.579Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T08:24:50.579Z] ---> Running in 8f54f3a1845a [2021-02-01T08:24:51.170Z] Removing intermediate container 8f54f3a1845a [2021-02-01T08:24:51.170Z] ---> 67e99236f25a [2021-02-01T08:24:51.170Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T08:24:51.170Z] ---> 3c5bc1a47d3f [2021-02-01T08:24:51.170Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T08:24:51.170Z] ---> Running in c473a663475d [2021-02-01T08:24:51.445Z] ---> 83efbe76412f [2021-02-01T08:24:51.445Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T08:24:51.445Z] ---> Running in 059fd861bc62 [2021-02-01T08:24:52.038Z] Removing intermediate container c473a663475d [2021-02-01T08:24:52.038Z] ---> da91168a38a3 [2021-02-01T08:24:52.038Z] Step 21/22 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:24:52.308Z] ---> Running in bff9fadf641a [2021-02-01T08:24:52.577Z] ---> c9f9b77acce1 [2021-02-01T08:24:52.577Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T08:24:52.577Z] Removing intermediate container bff9fadf641a [2021-02-01T08:24:52.577Z] ---> da081329a5a6 [2021-02-01T08:24:52.577Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T08:24:52.848Z] ---> Running in 61f15de19835 [2021-02-01T08:24:53.443Z] ---> 8b75e56650c5 [2021-02-01T08:24:53.443Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T08:24:53.443Z] Removing intermediate container 61f15de19835 [2021-02-01T08:24:53.443Z] ---> a4b5c0b72066 [2021-02-01T08:24:53.443Z] [2021-02-01T08:24:53.718Z] ---> Running in 3a14e6eb2c31 [2021-02-01T08:24:53.718Z] Successfully built a4b5c0b72066 [2021-02-01T08:24:53.718Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-01T08:24:54.312Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3a14e6eb2c31 [2021-02-01T08:24:54.312Z] ---> 83e356a46e74 [2021-02-01T08:24:54.312Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:24:54.312Z] Removing intermediate container 059fd861bc62 [2021-02-01T08:24:54.312Z] ---> 69d8f4bc055b [2021-02-01T08:24:54.312Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:24:54.312Z] ---> Running in 6ca756e44592 [2021-02-01T08:24:54.916Z] Removing intermediate container 6ca756e44592 [2021-02-01T08:24:54.916Z] ---> 5dd07278c3ed [2021-02-01T08:24:54.916Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T08:24:54.916Z] ---> Running in 1a1948eee7b1 [2021-02-01T08:24:54.916Z] ---> cedd038442a0 [2021-02-01T08:24:54.916Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T08:24:55.521Z] Removing intermediate container 1a1948eee7b1 [2021-02-01T08:24:55.521Z] ---> ccbcc16872fd [2021-02-01T08:24:55.521Z] Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:24:55.521Z] ---> Running in 0c1da30ed775 [2021-02-01T08:24:56.123Z] ---> be2cc19362a8 [2021-02-01T08:24:56.123Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T08:24:56.396Z] Removing intermediate container 0c1da30ed775 [2021-02-01T08:24:56.396Z] ---> 64f375e8704d [2021-02-01T08:24:56.396Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T08:24:56.397Z] ---> Running in f0bb11c620e7 [2021-02-01T08:24:56.992Z] Removing intermediate container f0bb11c620e7 [2021-02-01T08:24:56.992Z] ---> 86745cae3cda [2021-02-01T08:24:56.992Z] [2021-02-01T08:24:56.992Z] ---> a0dcccfdf83a [2021-02-01T08:24:56.992Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T08:24:57.267Z] Successfully built 86745cae3cda [2021-02-01T08:24:57.267Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-01T08:24:58.241Z]  Building docker-core-metadata-go ... done  ---> c9d5943d8f57 [2021-02-01T08:24:58.241Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T08:24:58.834Z] ---> 4b8baa8cb437 [2021-02-01T08:24:58.834Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T08:24:59.427Z] ---> Running in efee06909bd6 [2021-02-01T08:24:59.698Z] Removing intermediate container efee06909bd6 [2021-02-01T08:24:59.698Z] ---> 77fa22ab3d7b [2021-02-01T08:24:59.698Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T08:25:00.710Z] ---> 14153a4463ae [2021-02-01T08:25:00.711Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T08:25:00.985Z] ---> Running in 8977ec498361 [2021-02-01T08:25:02.965Z] Removing intermediate container 8977ec498361 [2021-02-01T08:25:02.965Z] ---> 398ec0b2e260 [2021-02-01T08:25:02.965Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T08:25:03.559Z] ---> Running in 3254945889c7 [2021-02-01T08:25:03.831Z] Removing intermediate container 3254945889c7 [2021-02-01T08:25:03.831Z] ---> c2eae2887fa5 [2021-02-01T08:25:03.831Z] Step 28/31 : CMD ["gate"] [2021-02-01T08:25:04.424Z] ---> Running in 22e686d44c56 [2021-02-01T08:25:04.697Z] Removing intermediate container 22e686d44c56 [2021-02-01T08:25:04.697Z] ---> fd698c6c31b6 [2021-02-01T08:25:04.697Z] Step 29/31 : LABEL arch=arm64 [2021-02-01T08:25:05.293Z] ---> Running in eba993c2adc4 [2021-02-01T08:25:05.566Z] Removing intermediate container eba993c2adc4 [2021-02-01T08:25:05.566Z] ---> a027c02e8e45 [2021-02-01T08:25:05.566Z] Step 30/31 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [2021-02-01T08:25:05.842Z] ---> Running in d53fa8b3bf67 [2021-02-01T08:25:06.437Z] Removing intermediate container d53fa8b3bf67 [2021-02-01T08:25:06.437Z] ---> 1888b289fadd [2021-02-01T08:25:06.437Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T08:25:06.713Z] ---> Running in 0ea3f9ac4025 [2021-02-01T08:25:07.309Z] Removing intermediate container 0ea3f9ac4025 [2021-02-01T08:25:07.309Z] ---> 6ccda0a25a6a [2021-02-01T08:25:07.309Z] [2021-02-01T08:25:07.582Z] Successfully built 6ccda0a25a6a [2021-02-01T08:25:07.582Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-01T08:25:07.872Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-01T08:25:07.870Z] $ docker stop --time=1 c7be1dcac3f3a67765d1536fa40fe246fe418ec0ef4fdd2350a0349aecf529be [2021-02-01T08:25:09.690Z] $ docker rm -f c7be1dcac3f3a67765d1536fa40fe246fe418ec0ef4fdd2350a0349aecf529be [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T08:25:10.402Z] + docker images [2021-02-01T08:25:10.402Z] + grep docker [2021-02-01T08:25:10.674Z] docker-security-bootstrapper-go-arm64 latest 6ccda0a25a6a 4 seconds ago 22.6MB [2021-02-01T08:25:10.674Z] docker-core-metadata-go-arm64 latest 86745cae3cda 14 seconds ago 17.7MB [2021-02-01T08:25:10.674Z] docker-support-scheduler-go-arm64 latest a4b5c0b72066 17 seconds ago 16.1MB [2021-02-01T08:25:10.674Z] docker-security-proxy-setup-go-arm64 latest 044f970d401f 21 seconds ago 23.2MB [2021-02-01T08:25:10.674Z] docker-sys-mgmt-agent-go-arm64 latest 46796fe6d847 About a minute ago 300MB [2021-02-01T08:25:10.674Z] docker-core-data-go-arm64 latest 52f4c3d076ef 3 minutes ago 21MB [2021-02-01T08:25:10.674Z] docker-core-command-go-arm64 latest 9d0074b98bf6 3 minutes ago 16MB [2021-02-01T08:25:10.674Z] docker-security-secretstore-setup-go-arm64 latest 176acf770772 3 minutes ago 23.4MB [2021-02-01T08:25:10.674Z] docker-support-notifications-go-arm64 latest 76931a230403 3 minutes ago 16MB [2021-02-01T08:25:10.674Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-01T08:25:14.523Z] provisioning config files... [2021-02-01T08:25:14.538Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7151410840715476091tmp [Pipeline] { [Pipeline] sh [2021-02-01T08:25:14.944Z] + set +x [2021-02-01T08:25:14.944Z] + curl -s https://codecov.io/bash [2021-02-01T08:25:14.944Z] + bash -s -- [2021-02-01T08:25:15.532Z] [2021-02-01T08:25:15.532Z] _____ _ [2021-02-01T08:25:15.532Z] / ____| | | [2021-02-01T08:25:15.532Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T08:25:15.532Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T08:25:15.532Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T08:25:15.532Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T08:25:15.532Z] Bash-20210129-7c25fce [2021-02-01T08:25:15.532Z] [2021-02-01T08:25:15.532Z] [2021-02-01T08:25:15.532Z] ==> git version 2.24.3 found [2021-02-01T08:25:15.532Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-01T08:25:15.532Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T08:25:15.532Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T08:25:15.532Z] ==> Jenkins CI detected. [2021-02-01T08:25:15.532Z] project root: . [2021-02-01T08:25:15.532Z] --> token set from env [2021-02-01T08:25:15.532Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T08:25:15.533Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T08:25:15.533Z] ==> Python coveragepy not found [2021-02-01T08:25:15.533Z] ==> Searching for coverage reports in: [2021-02-01T08:25:15.533Z] + . [2021-02-01T08:25:15.533Z] -> Found 1 reports [2021-02-01T08:25:15.533Z] ==> Detecting git/mercurial file structure [2021-02-01T08:25:15.533Z] ==> Reading reports [2021-02-01T08:25:15.796Z] + ./coverage.out bytes=574984 [2021-02-01T08:25:15.796Z] ==> Appending adjustments [2021-02-01T08:25:15.796Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T08:25:19.105Z] + Found adjustments [2021-02-01T08:25:19.105Z] ==> Gzipping contents [2021-02-01T08:25:19.105Z] 88K /tmp/codecov.Y04JNF.gz [2021-02-01T08:25:19.105Z] ==> Uploading reports [2021-02-01T08:25:19.105Z] url: https://codecov.io [2021-02-01T08:25:19.105Z] query: branch=PR-3104&commit=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3104%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3104&job=&cmd_args= [2021-02-01T08:25:19.105Z] -> Pinging Codecov [2021-02-01T08:25:19.105Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3104&commit=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3104%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3104&job=&cmd_args= [2021-02-01T08:25:19.367Z] -> Uploading to [2021-02-01T08:25:19.367Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/c8eb124c97d4b5f0651b3688f5c52adcf587cc4a/10be5b68-b3cc-4067-a46f-3f01fb85cb4f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T082519Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e802ec970e510dca03c9150fa83efb3d09eee00860830286cb4541c956f861e6 [2021-02-01T08:25:19.367Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T08:25:19.367Z] Dload Upload Total Spent Left Speed [2021-02-01T08:25:19.891Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 56 86996 0 0 56 49152 0 147k --:--:-- --:--:-- --:--:-- 147k 100 86996 0 0 100 86996 0 137k --:--:-- --:--:-- --:--:-- 137k [2021-02-01T08:25:19.891Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [Pipeline] } [2021-02-01T08:25:19.901Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:25:22.418Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:25:23.514Z] ---> package-listing.sh [2021-02-01T08:25:23.514Z] ++ facter osfamily [2021-02-01T08:25:23.514Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T08:25:23.514Z] + OS_FAMILY=redhat [2021-02-01T08:25:23.514Z] + workspace=/w/workspace/edgex-go/2 [2021-02-01T08:25:23.514Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T08:25:23.514Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T08:25:23.514Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T08:25:23.514Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T08:25:23.514Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-01T08:25:23.514Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T08:25:23.514Z] + case "${OS_FAMILY}" in [2021-02-01T08:25:23.514Z] + rpm -qa [2021-02-01T08:25:23.514Z] + sort [2021-02-01T08:25:28.814Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T08:25:28.814Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T08:25:28.814Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T08:25:28.814Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-01T08:25:28.814Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-01T08:25:28.814Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-01T08:25:28.827Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T08:25:29.121Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:25:29.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T08:25:29.428Z] [2021-02-01T08:25:29.428Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:25:29.778Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T08:25:29.778Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T08:25:29.778Z] df20fa9351a1: Pulling fs layer [2021-02-01T08:25:29.778Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T08:25:29.778Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T08:25:29.778Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T08:25:29.778Z] 93b61091891f: Pulling fs layer [2021-02-01T08:25:29.778Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T08:25:29.778Z] 5e14af77c1be: Pulling fs layer [2021-02-01T08:25:29.778Z] 01666e4c0597: Pulling fs layer [2021-02-01T08:25:29.778Z] aa168da1d23b: Pulling fs layer [2021-02-01T08:25:29.778Z] 46f8f816bc3b: Waiting [2021-02-01T08:25:29.778Z] 93b61091891f: Waiting [2021-02-01T08:25:29.778Z] 93b9cdb0e59b: Waiting [2021-02-01T08:25:29.778Z] 5e14af77c1be: Waiting [2021-02-01T08:25:29.778Z] 01666e4c0597: Waiting [2021-02-01T08:25:29.778Z] aa168da1d23b: Waiting [2021-02-01T08:25:29.778Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T08:25:29.778Z] 36b3adc4ff6f: Download complete [2021-02-01T08:25:30.043Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T08:25:30.043Z] 46f8f816bc3b: Download complete [2021-02-01T08:25:30.043Z] df20fa9351a1: Download complete [2021-02-01T08:25:30.043Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T08:25:30.043Z] 93b9cdb0e59b: Download complete [2021-02-01T08:25:30.043Z] 5e14af77c1be: Verifying Checksum [2021-02-01T08:25:30.043Z] 5e14af77c1be: Download complete [2021-02-01T08:25:30.043Z] 93b61091891f: Verifying Checksum [2021-02-01T08:25:30.043Z] 93b61091891f: Download complete [2021-02-01T08:25:30.043Z] 01666e4c0597: Verifying Checksum [2021-02-01T08:25:30.043Z] 01666e4c0597: Download complete [2021-02-01T08:25:30.307Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T08:25:30.307Z] 8ad3a11d3b57: Download complete [2021-02-01T08:25:30.307Z] df20fa9351a1: Pull complete [2021-02-01T08:25:30.570Z] 36b3adc4ff6f: Pull complete [2021-02-01T08:25:31.537Z] 8ad3a11d3b57: Pull complete [2021-02-01T08:25:31.800Z] 46f8f816bc3b: Pull complete [2021-02-01T08:25:32.757Z] aa168da1d23b: Download complete [2021-02-01T08:25:33.331Z] 93b61091891f: Pull complete [2021-02-01T08:25:33.331Z] 93b9cdb0e59b: Pull complete [2021-02-01T08:25:33.595Z] 5e14af77c1be: Pull complete [2021-02-01T08:25:33.595Z] 01666e4c0597: Pull complete [2021-02-01T08:25:43.621Z] aa168da1d23b: Pull complete [2021-02-01T08:25:43.621Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T08:25:43.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T08:25:43.621Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T08:25:43.811Z] prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container [2021-02-01T08:25:43.869Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-01T08:25:47.221Z] $ docker top f801a1cb019c93e5ae1f5850e926d772038c04256a54605e44f87259400cefdb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:25:47.836Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T08:25:48.149Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T08:25:48.456Z] + ls /var/log/sa-host [2021-02-01T08:25:48.456Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T08:25:48.456Z] file_magic: OK [2021-02-01T08:25:48.456Z] HZ: Using current value: 100 [2021-02-01T08:25:48.456Z] file_header: OK [2021-02-01T08:25:48.456Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-01T08:25:48.456Z] Statistics: [2021-02-01T08:25:48.456Z] 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... [2021-02-01T08:25:48.456Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T08:25:48.456Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T08:25:48.456Z] file_magic: OK [2021-02-01T08:25:48.456Z] HZ: Using current value: 100 [2021-02-01T08:25:48.456Z] file_header: OK [2021-02-01T08:25:48.456Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-01T08:25:48.456Z] Statistics: [2021-02-01T08:25:48.456Z] Hnuu...uuuununununu... [2021-02-01T08:25:48.456Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T08:25:49.093Z] provisioning config files... [2021-02-01T08:25:49.112Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4339511949787970350tmp [Pipeline] { [Pipeline] echo [2021-02-01T08:25:49.194Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:25:49.516Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T08:25:49.528Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T08:25:49.698Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:25:50.002Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T08:25:50.013Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:25:50.309Z] ---> sudo-logs.sh [2021-02-01T08:25:50.309Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T08:25:50.321Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:25:50.623Z] ---> job-cost.sh [2021-02-01T08:25:50.623Z] lf-activate-venv: SKIPPING [2021-02-01T08:25:50.623Z] INFO: No Stack... [2021-02-01T08:25:51.568Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T08:25:51.830Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T08:25:51.843Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:25:52.140Z] ---> logs-deploy.sh [2021-02-01T08:25:52.140Z] lf-activate-venv: SKIPPING [2021-02-01T08:25:52.140Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3104/2 [2021-02-01T08:25:52.140Z] INFO: archiving workspace using pattern(s): [2021-02-01T08:25:54.060Z] Archives upload complete. [2021-02-01T08:25:54.060Z] INFO: archiving logs to Nexus