Branch indexing 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than d3d087662b0c1d6890045bf75bc5d8c78beda443 Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-23563 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 Merge succeeded, producing d6722ca5f29aa400fa1474fab4ff57339a43f6c1 Checking out Revision d6722ca5f29aa400fa1474fab4ff57339a43f6c1 (PR-3088) > git config core.sparsecheckout # timeout=10 > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d6722ca5f29aa400fa1474fab4ff57339a43f6c1 # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" > git rev-list --no-walk d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:28:52.699Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:28:52.931Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:28:53.025Z] ========================================================= [2021-01-28T00:28:53.025Z] EdgeX Global Pipelines Version Info [2021-01-28T00:28:53.025Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:28:55.575Z] ------------------- [2021-01-28T00:28:55.575Z] stable info: [2021-01-28T00:28:55.575Z] ------------------- [2021-01-28T00:28:55.575Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:28:55.575Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:28:55.575Z] Message: update stable to v1.0.179 [2021-01-28T00:28:56.570Z] ------------------- [2021-01-28T00:28:56.570Z] experimental info: [2021-01-28T00:28:56.570Z] ------------------- [2021-01-28T00:28:56.570Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:28:56.570Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:28:56.570Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:28:56.890Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T00:28:56.981Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T00:28:57.076Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:28:57.181Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:28:57.275Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:28:57.369Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:28:57.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:28:57.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T00:28:57.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T00:28:57.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T00:28:57.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:28:57.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:28:58.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:28:58.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:28:58.183Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:28:58.269Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:28:58.356Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:28:58.461Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:28:58.575Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:28:58.666Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:28:58.792Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T00:28:58.882Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:28:58.972Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:28:59.075Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3088 [Pipeline] echo [2021-01-28T00:28:59.163Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3088 [Pipeline] echo [2021-01-28T00:28:59.276Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3088 [Pipeline] echo [2021-01-28T00:28:59.388Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [Pipeline] echo [2021-01-28T00:28:59.473Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d6722ca [Pipeline] echo [2021-01-28T00:28:59.632Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:28:59.810Z] provisioning config files... [2021-01-28T00:28:59.852Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3392867951231959906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:29:00.313Z] ---> docker-login.sh [2021-01-28T00:29:00.313Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:29:00.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:29:00.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:29:00.951Z] Configure a credential helper to remove this warning. See [2021-01-28T00:29:00.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:29:00.951Z] [2021-01-28T00:29:00.951Z] Login Succeeded [2021-01-28T00:29:01.261Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:29:01.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:29:01.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:29:01.567Z] Configure a credential helper to remove this warning. See [2021-01-28T00:29:01.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:29:01.567Z] [2021-01-28T00:29:01.567Z] Login Succeeded [2021-01-28T00:29:01.567Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:29:02.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:29:02.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:29:02.176Z] Configure a credential helper to remove this warning. See [2021-01-28T00:29:02.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:29:02.176Z] [2021-01-28T00:29:02.176Z] Login Succeeded [2021-01-28T00:29:02.176Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:29:02.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:29:02.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:29:02.461Z] Configure a credential helper to remove this warning. See [2021-01-28T00:29:02.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:29:02.461Z] [2021-01-28T00:29:02.461Z] Login Succeeded [2021-01-28T00:29:02.461Z] docker.io [2021-01-28T00:29:02.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:29:03.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:29:03.010Z] Configure a credential helper to remove this warning. See [2021-01-28T00:29:03.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:29:03.010Z] [2021-01-28T00:29:03.010Z] Login Succeeded [2021-01-28T00:29:03.010Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:29:03.034Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:29:03.543Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:29:03.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:29:03.543Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T00:29:03.543Z] ++ cut -d/ -f2 [2021-01-28T00:29:03.543Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T00:29:03.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:29:03.543Z] ++ cut -d/ -f2 [2021-01-28T00:29:03.543Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T00:29:03.543Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T00:29:03.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:29:03.543Z] ++ cut -d/ -f2 [2021-01-28T00:29:03.543Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T00:29:03.543Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T00:29:03.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:29:03.543Z] ++ cut -d/ -f2 [2021-01-28T00:29:03.543Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T00:29:03.543Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T00:29:03.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:29:03.543Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T00:29:03.543Z] ++ cut -d/ -f2 [2021-01-28T00:29:03.543Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T00:29:03.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:29:03.543Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:29:03.543Z] ++ cut -d/ -f2 [2021-01-28T00:29:03.543Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:29:03.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:29:03.543Z] ++ cut -d/ -f2 [2021-01-28T00:29:03.543Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T00:29:03.543Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T00:29:03.543Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:29:03.543Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T00:29:03.544Z] ++ cut -d/ -f2 [2021-01-28T00:29:03.544Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T00:29:03.544Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:29:03.544Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:29:03.544Z] ++ cut -d/ -f2 [2021-01-28T00:29:03.544Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T00:29:03.723Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:29:05.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:29:05.065Z] [2021-01-28T00:29:05.065Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:29:05.521Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:29:05.522Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:29:05.522Z] 31603596830f: Pulling fs layer [2021-01-28T00:29:05.522Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:29:05.522Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:29:05.522Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:29:05.522Z] ecc8261a40a4: Waiting [2021-01-28T00:29:05.522Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T00:29:05.522Z] 2a8b12db71e7: Download complete [2021-01-28T00:29:05.828Z] 31603596830f: Verifying Checksum [2021-01-28T00:29:05.828Z] 31603596830f: Download complete [2021-01-28T00:29:06.112Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:29:06.112Z] ecc8261a40a4: Download complete [2021-01-28T00:29:06.428Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:29:06.428Z] 6ca5941a6612: Download complete [2021-01-28T00:29:07.046Z] 31603596830f: Pull complete [2021-01-28T00:29:07.326Z] 2a8b12db71e7: Pull complete [2021-01-28T00:29:08.837Z] 6ca5941a6612: Pull complete [2021-01-28T00:29:09.155Z] ecc8261a40a4: Pull complete [2021-01-28T00:29:09.155Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:29:09.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:29:09.155Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:29:09.640Z] prd-centos7-docker-4c-2g-23563 does not seem to be running inside a container [2021-01-28T00:29:09.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:29:12.756Z] $ docker top ccdb676b055e77cdaf8607d3e5d92f28903e92f3629ca6d1ea189903efe94bfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:29:13.221Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:29:13.221Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:29:13.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:29:13.746Z] $ docker exec ccdb676b055e77cdaf8607d3e5d92f28903e92f3629ca6d1ea189903efe94bfb ssh-agent [2021-01-28T00:29:14.143Z] SSH_AUTH_SOCK=/tmp/ssh-Xj9ehAGju2Oz/agent.11 [2021-01-28T00:29:14.143Z] SSH_AGENT_PID=16 [2021-01-28T00:29:14.184Z] Running ssh-add (command line suppressed) [2021-01-28T00:29:14.491Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5494511933221837845.key (/w/workspace/edgex-go/4@tmp/private_key_5494511933221837845.key) [2021-01-28T00:29:14.579Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:29:15.047Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:29:15.122Z] $ docker exec --env ******** --env ******** ccdb676b055e77cdaf8607d3e5d92f28903e92f3629ca6d1ea189903efe94bfb ssh-agent -k [2021-01-28T00:29:15.592Z] unset SSH_AUTH_SOCK; [2021-01-28T00:29:15.592Z] unset SSH_AGENT_PID; [2021-01-28T00:29:15.593Z] echo Agent pid 16 killed; [2021-01-28T00:29:15.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:29:15.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:29:15.982Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:29:16.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:29:16.451Z] $ docker exec ccdb676b055e77cdaf8607d3e5d92f28903e92f3629ca6d1ea189903efe94bfb ssh-agent [2021-01-28T00:29:16.903Z] SSH_AUTH_SOCK=/tmp/ssh-4yqipZgsp84R/agent.45 [2021-01-28T00:29:16.903Z] SSH_AGENT_PID=50 [2021-01-28T00:29:16.927Z] Running ssh-add (command line suppressed) [2021-01-28T00:29:17.276Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5995492890108577848.key (/w/workspace/edgex-go/4@tmp/private_key_5995492890108577848.key) [2021-01-28T00:29:17.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:29:17.827Z] + git semver init [2021-01-28T00:29:17.827Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:29:17.827Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-28T00:29:17.827Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-28T00:29:17.827Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:29:17.827Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:29:17.827Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:29:17.827Z] # $SEMVER_BRANCH = PR-3088 [2021-01-28T00:29:17.827Z] # $SEMVER_TEMP = /tmp/semver-867206260 [2021-01-28T00:29:17.827Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T00:29:50.898Z] # '/tmp/semver-867206260' -> '/w/workspace/edgex-go/4/.semver' [2021-01-28T00:29:50.898Z] # -> Force: false [2021-01-28T00:29:50.898Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-28T00:29:50.922Z] $ docker exec --env ******** --env ******** ccdb676b055e77cdaf8607d3e5d92f28903e92f3629ca6d1ea189903efe94bfb ssh-agent -k [2021-01-28T00:29:51.315Z] unset SSH_AUTH_SOCK; [2021-01-28T00:29:51.315Z] unset SSH_AGENT_PID; [2021-01-28T00:29:51.316Z] echo Agent pid 50 killed; [2021-01-28T00:29:51.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:29:52.037Z] + git semver [Pipeline] } [2021-01-28T00:29:52.068Z] $ docker stop --time=1 ccdb676b055e77cdaf8607d3e5d92f28903e92f3629ca6d1ea189903efe94bfb [2021-01-28T00:29:53.954Z] $ docker rm -f ccdb676b055e77cdaf8607d3e5d92f28903e92f3629ca6d1ea189903efe94bfb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:29:54.631Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:29:55.510Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:29:55.515Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:29:56.197Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23570 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws [2021-01-28T00:29:56.376Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-28T00:29:56.549Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:29:56.937Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:29:57.322Z] + sudo service docker restart [2021-01-28T00:29:57.322Z] + true [2021-01-28T00:29:57.322Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T00:29:58.339Z] ========================================================= [2021-01-28T00:29:58.339Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:29:58.339Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:29:58.708Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-28T00:30:02.223Z] using credential edgex-jenkins-ssh [2021-01-28T00:30:02.320Z] Cloning the remote Git repository [2021-01-28T00:30:02.413Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:30:02.624Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-28T00:30:02.743Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:30:02.744Z] > git --version # timeout=10 [2021-01-28T00:30:02.775Z] > git --version # 'git version 2.17.1' [2021-01-28T00:30:02.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:30:02.899Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:30:05.651Z] Sending build context to Docker daemon 327.2MB [2021-01-28T00:30:05.651Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:30:05.651Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:30:05.964Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:30:05.964Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:30:05.964Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:30:05.964Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:30:05.964Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:30:05.964Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:30:05.964Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:30:05.964Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:30:05.964Z] 93359f2a8cfa: Waiting [2021-01-28T00:30:05.964Z] a35cf1a2eb13: Waiting [2021-01-28T00:30:05.964Z] 7c6f9722023f: Waiting [2021-01-28T00:30:05.964Z] bca2f99d35d6: Waiting [2021-01-28T00:30:05.964Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:30:05.964Z] de9db76c5a1d: Download complete [2021-01-28T00:30:05.964Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T00:30:05.964Z] 0ef7d3d256c8: Download complete [2021-01-28T00:30:05.964Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:30:05.964Z] 93359f2a8cfa: Download complete [2021-01-28T00:30:06.257Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:30:06.257Z] 7c6f9722023f: Download complete [2021-01-28T00:30:06.904Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:30:06.904Z] 188c0c94c7c5: Download complete [2021-01-28T00:30:08.016Z] 188c0c94c7c5: Pull complete [2021-01-28T00:30:08.312Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:30:08.616Z] de9db76c5a1d: Pull complete [2021-01-28T00:30:11.395Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:30:11.395Z] a35cf1a2eb13: Download complete [2021-01-28T00:30:13.566Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:30:13.566Z] bca2f99d35d6: Download complete [2021-01-28T00:30:23.923Z] bca2f99d35d6: Pull complete [2021-01-28T00:30:23.923Z] 93359f2a8cfa: Pull complete [2021-01-28T00:30:23.923Z] 7c6f9722023f: Pull complete [2021-01-28T00:30:29.373Z] a35cf1a2eb13: Pull complete [2021-01-28T00:30:29.373Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:30:29.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:30:29.373Z] ---> a62c8e92a672 [2021-01-28T00:30:29.373Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T00:30:29.373Z] ---> Running in 54f57030865c [2021-01-28T00:30:29.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:31.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:30:31.577Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-28T00:30:31.686Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:30:32.271Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:30:32.271Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:30:32.271Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:30:32.434Z] Merge succeeded, producing 88205c5518b75783780dc43895fb68ad630b4dc7 [2021-01-28T00:30:32.435Z] Checking out Revision 88205c5518b75783780dc43895fb68ad630b4dc7 (PR-3088) [2021-01-28T00:30:30.604Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:30:30.632Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:30:30.683Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:30:30.738Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:30:30.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:30:30.755Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:30:31.606Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:30:31.629Z] > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [2021-01-28T00:30:32.044Z] > git remote # timeout=10 [2021-01-28T00:30:32.074Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:30:32.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:30:32.117Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:30:32.418Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:30:32.448Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:30:32.470Z] > git checkout -f 88205c5518b75783780dc43895fb68ad630b4dc7 # timeout=10 [2021-01-28T00:30:36.666Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:30:36.666Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:30:36.666Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:30:36.666Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:30:36.666Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:30:36.940Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:30:36.940Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:30:36.940Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:30:36.947Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:30:36.962Z] > git rev-list --no-walk d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [2021-01-28T00:30:37.272Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:30:37.272Z] OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:30:39.721Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:30:40.173Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:30:40.528Z] + true [2021-01-28T00:30:40.528Z] + sudo service docker restart [2021-01-28T00:30:41.721Z] Removing intermediate container 54f57030865c [2021-01-28T00:30:41.721Z] ---> c555346b4c68 [2021-01-28T00:30:41.721Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:30:41.721Z] ---> Running in 35e4551ee48e [2021-01-28T00:30:41.721Z] Removing intermediate container 35e4551ee48e [2021-01-28T00:30:41.721Z] ---> 14884bb6d6b8 [2021-01-28T00:30:41.721Z] Step 5/6 : COPY go.mod . [2021-01-28T00:30:41.721Z] ---> 0ef5986306e8 [2021-01-28T00:30:41.721Z] Step 6/6 : RUN go mod download [2021-01-28T00:30:42.124Z] ---> Running in 4a31e07bd6c0 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:30:43.258Z] provisioning config files... [2021-01-28T00:30:43.312Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7239983460775746456tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:30:43.759Z] ---> docker-login.sh [2021-01-28T00:30:43.759Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:30:44.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:30:45.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:30:45.352Z] Configure a credential helper to remove this warning. See [2021-01-28T00:30:45.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:30:45.352Z] [2021-01-28T00:30:45.352Z] Login Succeeded [2021-01-28T00:30:45.352Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:30:45.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:30:45.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:30:45.902Z] Configure a credential helper to remove this warning. See [2021-01-28T00:30:45.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:30:45.902Z] [2021-01-28T00:30:45.902Z] Login Succeeded [2021-01-28T00:30:45.902Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:30:46.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:30:46.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:30:46.454Z] Configure a credential helper to remove this warning. See [2021-01-28T00:30:46.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:30:46.454Z] [2021-01-28T00:30:46.454Z] Login Succeeded [2021-01-28T00:30:46.454Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:30:47.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:30:47.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:30:47.053Z] Configure a credential helper to remove this warning. See [2021-01-28T00:30:47.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:30:47.053Z] [2021-01-28T00:30:47.053Z] Login Succeeded [2021-01-28T00:30:47.053Z] docker.io [2021-01-28T00:30:47.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:30:48.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:30:48.644Z] Configure a credential helper to remove this warning. See [2021-01-28T00:30:48.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:30:48.645Z] [2021-01-28T00:30:48.645Z] Login Succeeded [2021-01-28T00:30:48.645Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:30:48.663Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:30:49.264Z] ========================================================= [2021-01-28T00:30:49.264Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:30:49.264Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:30:49.653Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-28T00:30:52.299Z] Sending build context to Docker daemon 165.9MB [2021-01-28T00:30:52.299Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:30:52.299Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:30:52.299Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:30:52.299Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:30:52.299Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:30:52.299Z] 18c013af1878: Pulling fs layer [2021-01-28T00:30:52.299Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:30:52.299Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:30:52.299Z] b116817d02f9: Pulling fs layer [2021-01-28T00:30:52.299Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:30:52.299Z] 00ac8860ef70: Waiting [2021-01-28T00:30:52.299Z] 63d7cb157983: Waiting [2021-01-28T00:30:52.299Z] b116817d02f9: Waiting [2021-01-28T00:30:52.299Z] 745a02a5169b: Waiting [2021-01-28T00:30:52.299Z] 18c013af1878: Download complete [2021-01-28T00:30:52.299Z] a4357932f1b6: Verifying Checksum [2021-01-28T00:30:52.299Z] a4357932f1b6: Download complete [2021-01-28T00:30:52.299Z] 63d7cb157983: Download complete [2021-01-28T00:30:52.299Z] b116817d02f9: Verifying Checksum [2021-01-28T00:30:52.299Z] b116817d02f9: Download complete [2021-01-28T00:30:52.572Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T00:30:52.572Z] 5f621e34cdf4: Download complete [2021-01-28T00:30:53.176Z] 5f621e34cdf4: Pull complete [2021-01-28T00:30:53.777Z] a4357932f1b6: Pull complete [2021-01-28T00:30:54.062Z] 18c013af1878: Pull complete [2021-01-28T00:30:56.052Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:30:56.052Z] 745a02a5169b: Download complete [2021-01-28T00:30:57.493Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:30:57.493Z] 00ac8860ef70: Download complete [2021-01-28T00:31:07.670Z] 00ac8860ef70: Pull complete [2021-01-28T00:31:07.670Z] 63d7cb157983: Pull complete [2021-01-28T00:31:07.670Z] b116817d02f9: Pull complete [2021-01-28T00:31:09.536Z] Removing intermediate container 4a31e07bd6c0 [2021-01-28T00:31:09.537Z] ---> 2e15f105cf79 [2021-01-28T00:31:09.537Z] Successfully built 2e15f105cf79 [2021-01-28T00:31:09.537Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:09.964Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:31:10.616Z] . [Pipeline] withDockerContainer [2021-01-28T00:31:11.094Z] 745a02a5169b: Pull complete [2021-01-28T00:31:11.094Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:31:11.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:31:11.095Z] ---> b7e6874047d6 [2021-01-28T00:31:11.095Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T00:31:11.182Z] prd-centos7-docker-4c-2g-23563 does not seem to be running inside a container [2021-01-28T00:31:11.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:31:12.915Z] $ docker top 972c2c711d16d5de75cdb7721ac81d93690f09898a5937734d48f2511c986a66 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:31:13.496Z] + go version [2021-01-28T00:31:13.773Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:31:13.799Z] $ docker stop --time=1 972c2c711d16d5de75cdb7721ac81d93690f09898a5937734d48f2511c986a66 [2021-01-28T00:31:14.525Z] ---> Running in 9193bd2e91ce [2021-01-28T00:31:15.714Z] $ docker rm -f 972c2c711d16d5de75cdb7721ac81d93690f09898a5937734d48f2511c986a66 [Pipeline] // withDockerContainer [Pipeline] } [2021-01-28T00:31:15.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:16.578Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:31:16.578Z] . [Pipeline] withDockerContainer [2021-01-28T00:31:16.751Z] prd-centos7-docker-4c-2g-23563 does not seem to be running inside a container [2021-01-28T00:31:16.938Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:31:16.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:31:17.546Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:31:17.824Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:31:17.824Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:31:18.097Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:31:18.871Z] $ docker top 66f29438a4c016cbc6089cb189b66273d2f51daaeae94b824d3de98ed0058867 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:31:19.245Z] ========================================================= [2021-01-28T00:31:19.245Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:31:19.245Z] ========================================================= [Pipeline] sh [2021-01-28T00:31:19.646Z] + make test [2021-01-28T00:31:19.646Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:31:23.500Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:31:23.500Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:31:23.500Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:31:23.500Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:31:23.500Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:31:23.500Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:31:23.500Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:31:23.500Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:31:23.500Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:31:23.500Z] OK: 217 MiB in 51 packages [2021-01-28T00:31:27.829Z] Removing intermediate container 9193bd2e91ce [2021-01-28T00:31:27.829Z] ---> 337c138e724a [2021-01-28T00:31:27.829Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:31:28.101Z] ---> Running in 53ef8cdb36dd [2021-01-28T00:31:28.376Z] Removing intermediate container 53ef8cdb36dd [2021-01-28T00:31:28.376Z] ---> 0ffd9137ed5f [2021-01-28T00:31:28.376Z] Step 5/6 : COPY go.mod . [2021-01-28T00:31:29.358Z] ---> 387d45d74399 [2021-01-28T00:31:29.358Z] Step 6/6 : RUN go mod download [2021-01-28T00:31:29.358Z] ---> Running in 5b23d8d94135 [2021-01-28T00:31:34.888Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:31:56.178Z] Removing intermediate container 5b23d8d94135 [2021-01-28T00:31:56.178Z] ---> 1d65c3ae9b0f [2021-01-28T00:31:56.178Z] Successfully built 1d65c3ae9b0f [2021-01-28T00:31:56.178Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:31:56.539Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:31:56.539Z] . [Pipeline] withDockerContainer [2021-01-28T00:31:56.846Z] prd-ubuntu18.04-docker-arm64-4c-16g-23570 does not seem to be running inside a container [2021-01-28T00:31:56.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:31:58.647Z] $ docker top d84f96dab4de3a8396e0a8b6d5b3fd570f777bed4160547e1be45a4bfa04cc41 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:31:59.724Z] + go version [2021-01-28T00:31:59.724Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:31:59.758Z] $ docker stop --time=1 d84f96dab4de3a8396e0a8b6d5b3fd570f777bed4160547e1be45a4bfa04cc41 [2021-01-28T00:32:01.853Z] $ docker rm -f d84f96dab4de3a8396e0a8b6d5b3fd570f777bed4160547e1be45a4bfa04cc41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:32:02.617Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:32:02.912Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:32:02.912Z] . [Pipeline] withDockerContainer [2021-01-28T00:32:03.206Z] prd-ubuntu18.04-docker-arm64-4c-16g-23570 does not seem to be running inside a container [2021-01-28T00:32:03.301Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:32:04.893Z] $ docker top f4d7d1d8539f2eee8b9d31dcf245cb9e690ff7b673defebfc74c1c8a42f4afa1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:32:05.252Z] ========================================================= [2021-01-28T00:32:05.252Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:32:05.252Z] ========================================================= [Pipeline] sh [2021-01-28T00:32:05.909Z] + make test [2021-01-28T00:32:05.909Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:32:08.165Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:32:11.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:32:11.622Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:32:11.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:32:16.060Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:32:16.060Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:32:16.060Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:32:16.060Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:32:16.060Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:32:16.732Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:32:21.398Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:32:21.398Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:32:21.398Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:32:24.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.129s coverage: 46.6% of statements [2021-01-28T00:32:24.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:32:24.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:32:24.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:32:24.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:32:24.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:32:29.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.300s coverage: 27.1% of statements [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:32:29.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:32:29.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:32:29.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.193s coverage: 65.8% of statements [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:32:29.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.167s coverage: 82.3% of statements [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:32:29.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:32:32.731Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:32:33.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.677s coverage: 28.6% of statements [2021-01-28T00:32:33.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:32:33.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:32:33.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:32:33.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:32:33.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:32:33.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.116s coverage: 100.0% of statements [2021-01-28T00:32:33.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:32:33.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-01-28T00:32:33.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:32:33.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.185s coverage: 86.7% of statements [2021-01-28T00:32:33.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:32:33.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.237s coverage: 97.5% of statements [2021-01-28T00:32:33.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:32:34.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-01-28T00:32:34.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:32:34.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:32:34.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:32:34.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:32:38.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.583s coverage: 92.8% of statements [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:32:38.629Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.106s coverage: 58.8% of statements [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:32:38.629Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.115s coverage: 0.1% of statements [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:32:38.629Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:32:38.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.148s coverage: 43.8% of statements [2021-01-28T00:32:38.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-01-28T00:32:38.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-01-28T00:32:38.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-01-28T00:32:38.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-01-28T00:32:51.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements [2021-01-28T00:32:51.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements [2021-01-28T00:32:51.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:32:51.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:32:51.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:32:51.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.249s coverage: 87.2% of statements [2021-01-28T00:32:52.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:32:52.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-01-28T00:32:52.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.144s coverage: 75.5% of statements [2021-01-28T00:32:52.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.2% of statements [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.271s coverage: 91.4% of statements [2021-01-28T00:32:52.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.475s coverage: 63.5% of statements [2021-01-28T00:32:52.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:32:52.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.112s coverage: 100.0% of statements [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements [2021-01-28T00:32:52.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-01-28T00:32:55.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.836s coverage: 68.9% of statements [2021-01-28T00:32:55.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:32:55.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:32:55.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:32:55.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:32:55.722Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:32:56.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.189s coverage: 37.0% of statements [2021-01-28T00:32:56.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:32:56.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:32:56.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.769s coverage: 84.0% of statements [2021-01-28T00:32:56.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements [2021-01-28T00:33:02.328Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.210s coverage: 47.1% of statements [2021-01-28T00:33:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:33:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:33:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:33:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:33:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:33:02.328Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements [2021-01-28T00:33:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:33:02.329Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.165s coverage: 100.0% of statements [2021-01-28T00:33:02.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:33:06.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.580s coverage: 29.1% of statements [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:33:06.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.112s coverage: 99.0% of statements [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:33:06.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.148s coverage: 100.0% of statements [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:33:06.064Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:33:06.064Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:33:06.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:33:06.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.174s coverage: 87.9% of statements [2021-01-28T00:33:06.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:33:06.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:33:06.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2021-01-28T00:33:08.050Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.079s coverage: 32.1% of statements [2021-01-28T00:33:08.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.189s coverage: 100.0% of statements [2021-01-28T00:33:08.963Z] GO111MODULE=on go vet ./... [2021-01-28T00:33:19.775Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:33:30.110Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:33:36.862Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:33:36.862Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:33:36.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:33:44.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:33:44.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:33:44.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:33:44.303Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:33:44.303Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:33:44.303Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:33:51.071Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:33:51.071Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:33:51.071Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:33:57.839Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.291s coverage: 46.6% of statements [2021-01-28T00:33:57.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:33:57.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:33:57.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:33:57.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:33:57.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:34:06.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.1% of statements [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:34:06.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:34:06.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:34:06.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.319s coverage: 65.8% of statements [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:34:06.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.703s coverage: 82.3% of statements [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:34:06.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T00:34:06.860Z] gofmt -l . [2021-01-28T00:34:08.373Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:34:09.883Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:34:12.169Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:34:14.936Z] + ls -al . [2021-01-28T00:34:14.936Z] total 668 [2021-01-28T00:34:14.936Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 00:34 . [2021-01-28T00:34:14.936Z] drwxr-xr-x 4 root root 28 Jan 28 00:31 .. [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:28 .dockerignore [2021-01-28T00:34:14.936Z] drwxrwxr-x 8 1001 1001 179 Jan 28 00:28 .git [2021-01-28T00:34:14.936Z] drwxrwxr-x 3 1001 1001 125 Jan 28 00:28 .github [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:28 .gitignore [2021-01-28T00:34:14.936Z] drwx------ 3 1001 1001 60 Jan 28 00:29 .semver [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:28 .sonarcloud.properties [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:28 Attribution.txt [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:28 CONTRIBUTING.md [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:28 Dockerfile.build [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:28 Jenkinsfile [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:28 LICENSE [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:28 Makefile [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:28 README.md [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:28 SECURITY.md [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:29 VERSION [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:28 ZMQWindows.md [2021-01-28T00:34:14.936Z] drwxrwxr-x 2 1001 1001 117 Jan 28 00:28 bin [2021-01-28T00:34:14.936Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:28 cmd [2021-01-28T00:34:14.936Z] -rw-r--r-- 1 root root 564700 Jan 28 00:33 coverage.out [2021-01-28T00:34:14.936Z] -rw-r--r-- 1 root root 1053 Jan 28 00:34 go.mod [2021-01-28T00:34:14.936Z] -rw-r--r-- 1 root root 19080 Jan 28 00:34 go.sum [2021-01-28T00:34:14.936Z] drwxrwxr-x 8 1001 1001 127 Jan 28 00:28 internal [2021-01-28T00:34:14.936Z] drwxrwxr-x 4 1001 1001 26 Jan 28 00:28 openapi [2021-01-28T00:34:14.936Z] drwxrwxr-x 4 1001 1001 71 Jan 28 00:28 snap [2021-01-28T00:34:14.936Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:28 version.go [Pipeline] sh [2021-01-28T00:34:15.295Z] + '[' -e coverage.out ] [2021-01-28T00:34:15.295Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:34:15.860Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:34:16.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.335s coverage: 28.6% of statements [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:34:16.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.194s coverage: 100.0% of statements [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:34:16.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:34:16.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.417s coverage: 86.7% of statements [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:34:16.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.422s coverage: 97.5% of statements [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:34:16.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.184s coverage: 78.3% of statements [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:34:16.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T00:34:16.845Z] + make build [2021-01-28T00:34:16.845Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:34:22.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:34:26.705Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.289s coverage: 92.8% of statements [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:34:26.705Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:34:26.705Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.187s coverage: 0.1% of statements [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:34:26.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:34:26.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 43.8% of statements [2021-01-28T00:34:26.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-01-28T00:34:26.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-01-28T00:34:26.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.153s coverage: 96.3% of statements [2021-01-28T00:34:26.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-01-28T00:34:39.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.104s coverage: 94.4% of statements [2021-01-28T00:34:39.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-28T00:34:39.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:34:39.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:34:39.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:34:39.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:34:39.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2021-01-28T00:34:39.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:34:39.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:34:39.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-01-28T00:34:39.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:34:39.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-01-28T00:34:39.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:34:39.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-01-28T00:34:39.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-01-28T00:34:39.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements [2021-01-28T00:34:39.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements [2021-01-28T00:34:39.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:34:43.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.722s coverage: 63.5% of statements [2021-01-28T00:34:43.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:34:43.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:34:43.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-01-28T00:34:43.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-01-28T00:34:43.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-01-28T00:34:43.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2021-01-28T00:34:44.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2021-01-28T00:34:45.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:34:47.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:34:48.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.925s coverage: 68.9% of statements [2021-01-28T00:34:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:34:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:34:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:34:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:34:48.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:34:49.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.364s coverage: 37.0% of statements [2021-01-28T00:34:49.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:34:49.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:34:49.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.707s coverage: 84.0% of statements [2021-01-28T00:34:49.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.113s coverage: 100.0% of statements [2021-01-28T00:34:50.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:34:51.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:34:55.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:34:58.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.446s coverage: 47.1% of statements [2021-01-28T00:34:58.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:34:58.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:34:58.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:34:58.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:34:58.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:34:58.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements [2021-01-28T00:34:58.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:34:58.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-01-28T00:34:58.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:34:58.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:35:01.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:35:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.160s coverage: 29.1% of statements [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:35:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.221s coverage: 99.0% of statements [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:35:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:35:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:35:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:35:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:35:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:35:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-01-28T00:35:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-01-28T00:35:03.431Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-01-28T00:35:04.403Z] GO111MODULE=on go vet ./... [2021-01-28T00:35:05.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:35:07.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:35:09.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:35:12.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-28T00:35:15.332Z] $ docker stop --time=1 66f29438a4c016cbc6089cb189b66273d2f51daaeae94b824d3de98ed0058867 [2021-01-28T00:35:17.464Z] $ docker rm -f 66f29438a4c016cbc6089cb189b66273d2f51daaeae94b824d3de98ed0058867 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:21.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:35:21.794Z] [2021-01-28T00:35:21.794Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:22.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:35:22.495Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T00:35:22.495Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T00:35:22.495Z] ca9280d653b3: Pulling fs layer [2021-01-28T00:35:22.495Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T00:35:23.208Z] cbdbe7a5bc2a: Download complete [2021-01-28T00:35:23.898Z] cbdbe7a5bc2a: Pull complete [2021-01-28T00:35:24.510Z] ca9280d653b3: Download complete [2021-01-28T00:35:27.591Z] ca9280d653b3: Pull complete [2021-01-28T00:35:29.962Z] 7e9c9ca2126c: Verifying Checksum [2021-01-28T00:35:29.962Z] 7e9c9ca2126c: Download complete [2021-01-28T00:35:42.799Z] 7e9c9ca2126c: Pull complete [2021-01-28T00:35:42.799Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T00:35:42.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:35:42.799Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T00:35:43.867Z] prd-centos7-docker-4c-2g-23563 does not seem to be running inside a container [2021-01-28T00:35:44.348Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:35:46.848Z] $ docker top 5ad732e06a9dec7d46e37065342d7c409e0a9b84771b12f04de3d24e8a669d80 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:35:48.633Z] + grep parallel [2021-01-28T00:35:48.633Z] + docker-compose build --help [2021-01-28T00:35:50.621Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:35:50.645Z] $ docker stop --time=1 5ad732e06a9dec7d46e37065342d7c409e0a9b84771b12f04de3d24e8a669d80 [2021-01-28T00:35:52.464Z] $ docker rm -f 5ad732e06a9dec7d46e37065342d7c409e0a9b84771b12f04de3d24e8a669d80 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:35:53.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:35:53.262Z] . [Pipeline] withDockerContainer [2021-01-28T00:35:53.472Z] prd-centos7-docker-4c-2g-23563 does not seem to be running inside a container [2021-01-28T00:35:53.619Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:35:54.926Z] $ docker top 229be7f82f65d4727645a6d905074762f66bbb700f03a868a5caa9939c075292 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:35:56.101Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:35:57.587Z] Building docker-core-command-go ... [2021-01-28T00:35:57.587Z] Building docker-core-data-go ... [2021-01-28T00:35:57.587Z] Building docker-core-metadata-go ... [2021-01-28T00:35:57.587Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:35:57.587Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:35:57.587Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:35:57.587Z] Building docker-support-notifications-go ... [2021-01-28T00:35:57.587Z] Building docker-support-scheduler-go ... [2021-01-28T00:35:57.587Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:35:57.587Z] Building docker-security-secretstore-setup-go [2021-01-28T00:35:57.587Z] Building docker-core-metadata-go [2021-01-28T00:35:57.587Z] Building docker-core-command-go [2021-01-28T00:35:57.587Z] Building docker-security-proxy-setup-go [2021-01-28T00:35:57.587Z] Building docker-security-bootstrapper-go [2021-01-28T00:36:26.312Z] gofmt -l . [2021-01-28T00:36:26.312Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:36:26.312Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:36:26.312Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:36:28.435Z] + ls -al . [2021-01-28T00:36:28.435Z] total 696 [2021-01-28T00:36:28.435Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 00:36 . [2021-01-28T00:36:28.435Z] drwxr-xr-x 4 root root 4096 Jan 28 00:32 .. [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:30 .dockerignore [2021-01-28T00:36:28.435Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:30 .git [2021-01-28T00:36:28.435Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 00:30 .github [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:30 .gitignore [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:30 .sonarcloud.properties [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:30 Attribution.txt [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:30 CONTRIBUTING.md [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:30 Dockerfile.build [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:30 Jenkinsfile [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:30 LICENSE [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:30 Makefile [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:30 README.md [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:30 SECURITY.md [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:29 VERSION [2021-01-28T00:36:28.435Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:30 ZMQWindows.md [2021-01-28T00:36:28.435Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 00:30 bin [2021-01-28T00:36:28.435Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:30 cmd [2021-01-28T00:36:28.435Z] -rw-r--r-- 1 root root 564700 Jan 28 00:35 coverage.out [2021-01-28T00:36:28.435Z] -rw-r--r-- 1 root root 1053 Jan 28 00:36 go.mod [2021-01-28T00:36:28.436Z] -rw-r--r-- 1 root root 19080 Jan 28 00:36 go.sum [2021-01-28T00:36:28.436Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:30 internal [2021-01-28T00:36:28.436Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:30 openapi [2021-01-28T00:36:28.436Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:30 snap [2021-01-28T00:36:28.436Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:30 version.go [Pipeline] sh [2021-01-28T00:36:29.158Z] + '[' -e coverage.out ] [2021-01-28T00:36:29.158Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:36:29.179Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T00:36:30.548Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:36:31.199Z] + make build [2021-01-28T00:36:31.199Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:36:43.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:37:10.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:37:15.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:37:20.520Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:20.520Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:37:20.520Z] ---> 2e15f105cf79 [2021-01-28T00:37:20.520Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:37:20.520Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:20.520Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:37:20.520Z] ---> 2e15f105cf79 [2021-01-28T00:37:20.520Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:37:20.520Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:20.520Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:37:20.520Z] ---> 2e15f105cf79 [2021-01-28T00:37:20.520Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:37:20.520Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:20.520Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:37:20.520Z] ---> 2e15f105cf79 [2021-01-28T00:37:20.520Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:37:20.520Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:37:20.520Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:37:20.520Z] ---> 2e15f105cf79 [2021-01-28T00:37:20.520Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:37:20.520Z] ---> Running in 93c30ffa8583 [2021-01-28T00:37:20.520Z] ---> Running in 2b5940b708b3 [2021-01-28T00:37:20.520Z] ---> Running in 6093c9863f88 [2021-01-28T00:37:20.520Z] ---> Running in d7c2a771244b [2021-01-28T00:37:20.520Z] ---> Running in f5f5647576a6 [2021-01-28T00:37:20.520Z] Removing intermediate container d7c2a771244b [2021-01-28T00:37:20.520Z] ---> c1236f02c9d8 [2021-01-28T00:37:20.520Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:37:20.520Z] Removing intermediate container f5f5647576a6 [2021-01-28T00:37:20.520Z] ---> 267e8b73c850 [2021-01-28T00:37:20.520Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:37:20.520Z] Removing intermediate container 2b5940b708b3 [2021-01-28T00:37:20.520Z] ---> 8ea34691689b [2021-01-28T00:37:20.520Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:37:20.520Z] Removing intermediate container 6093c9863f88 [2021-01-28T00:37:20.520Z] ---> cd44f434589a [2021-01-28T00:37:20.520Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:37:20.520Z] Removing intermediate container 93c30ffa8583 [2021-01-28T00:37:20.520Z] ---> 70d891b81090 [2021-01-28T00:37:20.520Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:37:20.520Z] ---> Running in 888b4a061220 [2021-01-28T00:37:20.520Z] ---> Running in cb5fd9676bbc [2021-01-28T00:37:20.520Z] ---> Running in 167789f25fce [2021-01-28T00:37:20.520Z] ---> Running in 227960ae27ac [2021-01-28T00:37:20.520Z] ---> Running in bf0ef0bb2531 [2021-01-28T00:37:20.520Z] Removing intermediate container 167789f25fce [2021-01-28T00:37:20.520Z] ---> 76a7df372d03 [2021-01-28T00:37:20.520Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:37:20.520Z] Removing intermediate container 888b4a061220 [2021-01-28T00:37:20.520Z] ---> 0ce181f7fad6 [2021-01-28T00:37:20.520Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:37:20.520Z] ---> Running in dec050309b9a [2021-01-28T00:37:20.520Z] ---> Running in eacd47e2c55e [2021-01-28T00:37:20.520Z] Removing intermediate container cb5fd9676bbc [2021-01-28T00:37:20.520Z] ---> 5699e2748978 [2021-01-28T00:37:20.520Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:37:20.520Z] Removing intermediate container 227960ae27ac [2021-01-28T00:37:20.520Z] ---> 22bbf662ea56 [2021-01-28T00:37:20.520Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:37:20.520Z] Removing intermediate container bf0ef0bb2531 [2021-01-28T00:37:20.520Z] ---> 25c505ff4882 [2021-01-28T00:37:20.520Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:37:20.520Z] ---> Running in 75cd2cafb7ac [2021-01-28T00:37:20.520Z] ---> Running in b6be804deeb7 [2021-01-28T00:37:20.520Z] ---> Running in e12905df0904 [2021-01-28T00:37:20.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:37:20.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:37:20.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:37:20.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:37:20.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:37:20.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:37:20.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:37:20.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:37:20.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:37:20.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:37:20.520Z] OK: 233 MiB in 51 packages [2021-01-28T00:37:20.929Z] OK: 233 MiB in 51 packages [2021-01-28T00:37:20.929Z] OK: 233 MiB in 51 packages [2021-01-28T00:37:21.278Z] OK: 233 MiB in 51 packages [2021-01-28T00:37:21.278Z] OK: 233 MiB in 51 packages [2021-01-28T00:37:22.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:37:23.426Z] Removing intermediate container dec050309b9a [2021-01-28T00:37:23.426Z] ---> 0b1c26f1c7c4 [2021-01-28T00:37:23.426Z] Step 6/34 : COPY go.mod . [2021-01-28T00:37:23.426Z] Removing intermediate container eacd47e2c55e [2021-01-28T00:37:23.426Z] ---> 80402a0ffe4b [2021-01-28T00:37:23.426Z] Step 6/24 : COPY go.mod . [2021-01-28T00:37:23.426Z] Removing intermediate container 75cd2cafb7ac [2021-01-28T00:37:23.426Z] ---> c0c2f072bec7 [2021-01-28T00:37:23.426Z] Step 6/23 : COPY go.mod . [2021-01-28T00:37:23.426Z] Removing intermediate container b6be804deeb7 [2021-01-28T00:37:23.426Z] ---> 476b31c68308 [2021-01-28T00:37:23.426Z] Step 6/21 : COPY go.mod . [2021-01-28T00:37:23.426Z] Removing intermediate container e12905df0904 [2021-01-28T00:37:23.426Z] ---> 3a0eca2789ed [2021-01-28T00:37:23.426Z] Step 6/23 : COPY go.mod . [2021-01-28T00:37:24.080Z] ---> af344f6d3770 [2021-01-28T00:37:24.080Z] Step 7/24 : RUN go mod download [2021-01-28T00:37:24.644Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:37:24.652Z] ---> 3d215ccd09c3 [2021-01-28T00:37:24.652Z] Step 7/34 : RUN go mod download [2021-01-28T00:37:24.652Z] ---> Running in 2a713ce604df [2021-01-28T00:37:24.652Z] ---> 1dbd93eab182 [2021-01-28T00:37:24.652Z] Step 7/23 : RUN go mod download [2021-01-28T00:37:24.652Z] ---> a963da0e54e5 [2021-01-28T00:37:24.652Z] Step 7/23 : RUN go mod download [2021-01-28T00:37:24.980Z] ---> b7e3429091a6 [2021-01-28T00:37:24.980Z] Step 7/21 : RUN go mod download [2021-01-28T00:37:24.980Z] ---> Running in 9c35f795e19d [2021-01-28T00:37:25.384Z] ---> Running in df0e336aaf7f [2021-01-28T00:37:25.384Z] ---> Running in cf439d1a79ff [2021-01-28T00:37:25.384Z] ---> Running in fe2fb695ed50 [2021-01-28T00:37:31.008Z] Removing intermediate container df0e336aaf7f [2021-01-28T00:37:31.008Z] ---> a188391c6211 [2021-01-28T00:37:31.008Z] Step 8/23 : COPY . . [2021-01-28T00:37:31.008Z] Removing intermediate container fe2fb695ed50 [2021-01-28T00:37:31.008Z] ---> 7f42ed3cbc15 [2021-01-28T00:37:31.008Z] Step 8/21 : COPY . . [2021-01-28T00:37:31.285Z] Removing intermediate container 9c35f795e19d [2021-01-28T00:37:31.285Z] ---> bf5ff923141e [2021-01-28T00:37:31.285Z] Step 8/34 : COPY . . [2021-01-28T00:37:32.315Z] Removing intermediate container 2a713ce604df [2021-01-28T00:37:32.315Z] ---> 63c93a77b71e [2021-01-28T00:37:32.315Z] Step 8/24 : COPY . . [2021-01-28T00:37:32.315Z] Removing intermediate container cf439d1a79ff [2021-01-28T00:37:32.315Z] ---> dabec2501014 [2021-01-28T00:37:32.315Z] Step 8/23 : COPY . . [2021-01-28T00:37:34.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:37:40.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:37:45.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:37:52.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:37:57.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:38:02.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:38:05.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-28T00:38:13.859Z] $ docker stop --time=1 f4d7d1d8539f2eee8b9d31dcf245cb9e690ff7b673defebfc74c1c8a42f4afa1 [2021-01-28T00:38:17.490Z] $ docker rm -f f4d7d1d8539f2eee8b9d31dcf245cb9e690ff7b673defebfc74c1c8a42f4afa1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:38:19.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:38:19.897Z] [2021-01-28T00:38:19.897Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:38:20.306Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:38:20.584Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T00:38:20.584Z] 29e5d40040c1: Pulling fs layer [2021-01-28T00:38:20.584Z] 1ce36da41761: Pulling fs layer [2021-01-28T00:38:20.584Z] 25b303627fd3: Pulling fs layer [2021-01-28T00:38:20.584Z] 29e5d40040c1: Verifying Checksum [2021-01-28T00:38:20.584Z] 29e5d40040c1: Download complete [2021-01-28T00:38:21.182Z] 1ce36da41761: Verifying Checksum [2021-01-28T00:38:21.182Z] 1ce36da41761: Download complete [2021-01-28T00:38:21.457Z] 29e5d40040c1: Pull complete [2021-01-28T00:38:22.447Z] 1ce36da41761: Pull complete [2021-01-28T00:38:22.721Z] 25b303627fd3: Verifying Checksum [2021-01-28T00:38:22.721Z] 25b303627fd3: Download complete [2021-01-28T00:38:32.892Z] 25b303627fd3: Pull complete [2021-01-28T00:38:32.892Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T00:38:32.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:38:32.892Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T00:38:33.187Z] prd-ubuntu18.04-docker-arm64-4c-16g-23570 does not seem to be running inside a container [2021-01-28T00:38:33.293Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:38:36.998Z] $ docker top 9478528397ffad0fc84719e44ba09c816a9f4f9a770a858aff0a52d72d715c0a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:38:38.205Z] + grep parallel [2021-01-28T00:38:38.205Z] + docker-compose build --help [2021-01-28T00:38:44.944Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:38:44.978Z] $ docker stop --time=1 9478528397ffad0fc84719e44ba09c816a9f4f9a770a858aff0a52d72d715c0a [2021-01-28T00:38:49.185Z] $ docker rm -f 9478528397ffad0fc84719e44ba09c816a9f4f9a770a858aff0a52d72d715c0a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:38:50.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T00:38:50.065Z] . [Pipeline] withDockerContainer [2021-01-28T00:38:50.410Z] prd-ubuntu18.04-docker-arm64-4c-16g-23570 does not seem to be running inside a container [2021-01-28T00:38:50.533Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:38:52.187Z] $ docker top 93ad0083f019af9d947f5d25cff352b6f82092e79c32ab19741c0f3b18a4c81c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:38:53.403Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:39:00.133Z] Building docker-core-command-go ... [2021-01-28T00:39:00.133Z] Building docker-core-data-go ... [2021-01-28T00:39:00.133Z] Building docker-core-metadata-go ... [2021-01-28T00:39:00.133Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:39:00.133Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:39:00.133Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:39:00.133Z] Building docker-support-notifications-go ... [2021-01-28T00:39:00.133Z] Building docker-support-scheduler-go ... [2021-01-28T00:39:00.133Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:39:00.133Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:39:00.133Z] Building docker-core-data-go [2021-01-28T00:39:00.133Z] Building docker-support-scheduler-go [2021-01-28T00:39:00.133Z] Building docker-support-notifications-go [2021-01-28T00:39:00.133Z] Building docker-security-bootstrapper-go [2021-01-28T00:39:10.634Z] ---> ff472c8586a6 [2021-01-28T00:39:10.634Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:39:10.634Z] ---> 0207bf368e8b [2021-01-28T00:39:10.634Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T00:39:10.634Z] ---> 4efcb9b8debf [2021-01-28T00:39:10.634Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:39:10.634Z] ---> 9bf990b4093e [2021-01-28T00:39:10.634Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:39:10.634Z] ---> Running in 284a7c25074a [2021-01-28T00:39:10.634Z] ---> Running in 6fabfbc38707 [2021-01-28T00:39:10.634Z] ---> Running in c2a32fa9dc44 [2021-01-28T00:39:10.634Z] ---> Running in 6799b14aeb84 [2021-01-28T00:39:10.634Z] ---> 7f10bd552567 [2021-01-28T00:39:10.634Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:39:10.634Z] ---> Running in 66afd0445ba1 [2021-01-28T00:39:10.634Z] Removing intermediate container 6fabfbc38707 [2021-01-28T00:39:10.634Z] ---> 3ad5ec730959 [2021-01-28T00:39:10.634Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T00:39:10.634Z] ---> Running in 826afafac401 [2021-01-28T00:39:10.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:39:10.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:39:10.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:39:10.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:39:10.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:40:08.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:40:08.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:40:08.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:40:18.261Z] Removing intermediate container c2a32fa9dc44 [2021-01-28T00:40:18.262Z] ---> e988765b7625 [2021-01-28T00:40:18.262Z] [2021-01-28T00:40:18.262Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:40:18.575Z] 3.12: Pulling from library/alpine [2021-01-28T00:40:20.957Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:40:20.957Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:40:20.957Z] ---> 389fef711851 [2021-01-28T00:40:20.957Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:40:21.304Z] ---> Running in ba0a0108929a [2021-01-28T00:40:21.920Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:21.920Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:21.920Z] ---> 1d65c3ae9b0f [2021-01-28T00:40:21.920Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:40:21.920Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:21.920Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:21.920Z] ---> 1d65c3ae9b0f [2021-01-28T00:40:21.920Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:40:21.920Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:21.920Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:21.920Z] ---> 1d65c3ae9b0f [2021-01-28T00:40:21.920Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:40:21.920Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:21.920Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:21.920Z] ---> 1d65c3ae9b0f [2021-01-28T00:40:21.920Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:40:21.920Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:40:21.920Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:40:21.920Z] ---> 1d65c3ae9b0f [2021-01-28T00:40:21.920Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:40:21.920Z] ---> Running in 52828d8e898e [2021-01-28T00:40:21.920Z] ---> Running in bb5cc4371cdc [2021-01-28T00:40:21.920Z] ---> Running in 55fa971b9c96 [2021-01-28T00:40:21.920Z] ---> Running in a72ba1a9e616 [2021-01-28T00:40:21.920Z] ---> Running in ac07ce696399 [2021-01-28T00:40:21.920Z] Removing intermediate container 52828d8e898e [2021-01-28T00:40:21.920Z] ---> a7d803425428 [2021-01-28T00:40:21.920Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:21.920Z] Removing intermediate container a72ba1a9e616 [2021-01-28T00:40:21.920Z] ---> b44d086425b5 [2021-01-28T00:40:21.920Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:21.920Z] ---> Running in 8a3c8eed319b [2021-01-28T00:40:21.920Z] Removing intermediate container 55fa971b9c96 [2021-01-28T00:40:21.920Z] ---> a790944ec35d [2021-01-28T00:40:21.920Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:21.920Z] Removing intermediate container bb5cc4371cdc [2021-01-28T00:40:21.920Z] ---> 8e4b34119ad6 [2021-01-28T00:40:21.920Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:21.920Z] Removing intermediate container ac07ce696399 [2021-01-28T00:40:21.920Z] ---> 06752fe38d8a [2021-01-28T00:40:21.920Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:40:21.920Z] ---> Running in 6f836729e0e6 [2021-01-28T00:40:21.920Z] ---> Running in bf5fb99f0f46 [2021-01-28T00:40:21.920Z] ---> Running in 590b4eba145c [2021-01-28T00:40:21.920Z] ---> Running in 79bba92c82e7 [2021-01-28T00:40:21.920Z] Removing intermediate container 8a3c8eed319b [2021-01-28T00:40:21.920Z] ---> 4ba23deb8850 [2021-01-28T00:40:21.920Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:40:21.920Z] ---> Running in 3aff765d216c [2021-01-28T00:40:21.920Z] Removing intermediate container 6f836729e0e6 [2021-01-28T00:40:21.920Z] ---> c1c7bbe75927 [2021-01-28T00:40:21.920Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:40:22.064Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:40:22.064Z] + cd /tmp/build/dist/linux [2021-01-28T00:40:22.064Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:40:22.064Z] Cloning into '.'... [2021-01-28T00:40:22.199Z] ---> Running in 1d170da2ce2a [2021-01-28T00:40:22.479Z] Removing intermediate container bf5fb99f0f46 [2021-01-28T00:40:22.479Z] ---> 287b6c29d829 [2021-01-28T00:40:22.479Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:40:22.772Z] ---> Running in aab4d5d106b4 [2021-01-28T00:40:22.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:23.050Z] Removing intermediate container 590b4eba145c [2021-01-28T00:40:23.050Z] ---> 4869cd378923 [2021-01-28T00:40:23.050Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:40:23.050Z] Removing intermediate container 79bba92c82e7 [2021-01-28T00:40:23.050Z] ---> d6d8c26c7add [2021-01-28T00:40:23.050Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:40:23.327Z] ---> Running in 1eed0fd659a6 [2021-01-28T00:40:23.327Z] ---> Running in b737786f2762 [2021-01-28T00:40:23.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:23.737Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:40:23.737Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:23.737Z] OK: 6 MiB in 15 packages [2021-01-28T00:40:24.056Z] + go get github.com/robfig/glock [2021-01-28T00:40:24.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:24.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:25.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:25.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:25.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:25.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:25.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:25.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:26.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:26.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:40:26.308Z] Removing intermediate container 6799b14aeb84 [2021-01-28T00:40:26.308Z] ---> 263b6467ceb2 [2021-01-28T00:40:26.308Z] [2021-01-28T00:40:26.308Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:40:26.308Z] ---> 389fef711851 [2021-01-28T00:40:26.308Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:40:26.358Z] OK: 217 MiB in 51 packages [2021-01-28T00:40:26.358Z] OK: 217 MiB in 51 packages [2021-01-28T00:40:26.606Z] Removing intermediate container 66afd0445ba1 [2021-01-28T00:40:26.606Z] ---> c1dc9abf24e3 [2021-01-28T00:40:26.606Z] [2021-01-28T00:40:26.606Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:40:26.606Z] ---> 389fef711851 [2021-01-28T00:40:26.606Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:40:26.634Z] OK: 217 MiB in 51 packages [2021-01-28T00:40:26.913Z] OK: 217 MiB in 51 packages [2021-01-28T00:40:27.192Z] OK: 217 MiB in 51 packages [2021-01-28T00:40:27.669Z] ---> Running in acbce9ff4ae8 [2021-01-28T00:40:27.669Z] Removing intermediate container 284a7c25074a [2021-01-28T00:40:27.669Z] ---> 53cc73f93408 [2021-01-28T00:40:27.669Z] [2021-01-28T00:40:27.669Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:40:27.669Z] ---> 389fef711851 [2021-01-28T00:40:27.669Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:40:28.014Z] ---> Running in 4a570a2617ba [2021-01-28T00:40:28.361Z] ---> Running in 04933e962305 [2021-01-28T00:40:28.361Z] Removing intermediate container ba0a0108929a [2021-01-28T00:40:28.361Z] ---> 500346b712f2 [2021-01-28T00:40:28.361Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:40:28.636Z] Removing intermediate container 3aff765d216c [2021-01-28T00:40:28.636Z] ---> 742271634446 [2021-01-28T00:40:28.636Z] Step 6/23 : COPY go.mod . [2021-01-28T00:40:28.636Z] Removing intermediate container 1d170da2ce2a [2021-01-28T00:40:28.636Z] ---> 7ae66b72bba5 [2021-01-28T00:40:28.636Z] Step 6/34 : COPY go.mod . [2021-01-28T00:40:28.741Z] ---> Running in e9f8d80dc0cc [2021-01-28T00:40:29.242Z] Removing intermediate container b737786f2762 [2021-01-28T00:40:29.242Z] ---> c41bb7e3aa6e [2021-01-28T00:40:29.242Z] Step 6/26 : COPY go.mod . [2021-01-28T00:40:29.242Z] Removing intermediate container aab4d5d106b4 [2021-01-28T00:40:29.242Z] ---> 525d194d49b8 [2021-01-28T00:40:29.242Z] Step 6/22 : COPY go.mod . [2021-01-28T00:40:29.242Z] Removing intermediate container 1eed0fd659a6 [2021-01-28T00:40:29.242Z] ---> 691beff462cd [2021-01-28T00:40:29.242Z] Step 6/22 : COPY go.mod . [2021-01-28T00:40:29.580Z] Removing intermediate container e9f8d80dc0cc [2021-01-28T00:40:29.580Z] ---> 75aae32cc7c8 [2021-01-28T00:40:29.580Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:40:29.844Z] ---> 0e334a3569a3 [2021-01-28T00:40:29.844Z] ---> a16c52286559 [2021-01-28T00:40:29.844Z] Step 7/23 : RUN go mod download [2021-01-28T00:40:29.844Z] Step 7/34 : RUN go mod download [2021-01-28T00:40:29.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:29.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:29.912Z] ---> Running in 69b1d7e12746 [2021-01-28T00:40:30.117Z] ---> Running in c29da3548a99 [2021-01-28T00:40:30.117Z] ---> Running in 9b1beeabf5bf [2021-01-28T00:40:30.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:30.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:30.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:30.344Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:40:30.344Z] Removing intermediate container 69b1d7e12746 [2021-01-28T00:40:30.344Z] ---> e908aee15b33 [2021-01-28T00:40:30.344Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:40:30.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:40:30.344Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:40:30.392Z] ---> ecb6c1d91784 [2021-01-28T00:40:30.392Z] Step 7/26 : RUN go mod download [2021-01-28T00:40:30.392Z] ---> dac560d3baf1 [2021-01-28T00:40:30.392Z] Step 7/22 : RUN go mod download [2021-01-28T00:40:30.392Z] ---> 072cebc9a1c4 [2021-01-28T00:40:30.392Z] Step 7/22 : RUN go mod download [2021-01-28T00:40:30.667Z] ---> Running in 57d0cebe2579 [2021-01-28T00:40:30.690Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:40:30.690Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:40:30.690Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:40:30.690Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:30.690Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:40:30.690Z] ---> Running in c1cbab5be39e [2021-01-28T00:40:30.949Z] ---> Running in cdfb43452273 [2021-01-28T00:40:30.949Z] ---> Running in cdd3cb4d5af8 [2021-01-28T00:40:31.058Z] OK: 7 MiB in 19 packages [2021-01-28T00:40:31.058Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:40:31.058Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:31.058Z] OK: 6 MiB in 15 packages [2021-01-28T00:40:31.369Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:40:31.369Z] Removing intermediate container c1cbab5be39e [2021-01-28T00:40:31.369Z] ---> 377d730c59be [2021-01-28T00:40:31.369Z] Step 15/23 : WORKDIR / [2021-01-28T00:40:31.369Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:40:31.369Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:40:31.665Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:40:31.665Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:40:31.665Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:40:31.665Z] OK: 7 MiB in 18 packages [2021-01-28T00:40:31.665Z] ---> Running in fdd70480454e [2021-01-28T00:40:33.454Z] Removing intermediate container fdd70480454e [2021-01-28T00:40:33.454Z] ---> 1678c4c0c12b [2021-01-28T00:40:33.454Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:40:33.956Z] Removing intermediate container 04933e962305 [2021-01-28T00:40:33.956Z] ---> cd77669b493c [2021-01-28T00:40:35.037Z] Removing intermediate container acbce9ff4ae8 [2021-01-28T00:40:35.037Z] ---> 4efae92e11eb [2021-01-28T00:40:35.037Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:40:35.037Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:40:35.037Z] ---> Running in 8ab12bb0da44 [2021-01-28T00:40:35.037Z] ---> Running in dc212b2d7eba [2021-01-28T00:40:36.451Z] Removing intermediate container c29da3548a99 [2021-01-28T00:40:36.451Z] ---> 25e8bd1e18a7 [2021-01-28T00:40:36.451Z] Step 8/34 : COPY . . [2021-01-28T00:40:36.451Z] Removing intermediate container 57d0cebe2579 [2021-01-28T00:40:36.451Z] Removing intermediate container 9b1beeabf5bf [2021-01-28T00:40:36.451Z] ---> 98018fa41f8b [2021-01-28T00:40:36.451Z] Step 8/23 : COPY . . ---> afb860094289 [2021-01-28T00:40:36.451Z] Step 8/26 : COPY . . [2021-01-28T00:40:36.451Z] [2021-01-28T00:40:36.451Z] Removing intermediate container cdfb43452273 [2021-01-28T00:40:36.451Z] ---> fd99e1a5db8b [2021-01-28T00:40:36.451Z] Step 8/22 : COPY . . [2021-01-28T00:40:36.451Z] Removing intermediate container cdd3cb4d5af8 [2021-01-28T00:40:36.451Z] ---> f9c5135a6300 [2021-01-28T00:40:36.451Z] Step 8/22 : COPY . . [2021-01-28T00:40:36.731Z] ---> 19484ce1eb21 [2021-01-28T00:40:36.731Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:40:36.731Z] Removing intermediate container 4a570a2617ba [2021-01-28T00:40:36.731Z] ---> 4b177a2fc385 [2021-01-28T00:40:36.731Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:40:37.140Z] Removing intermediate container dc212b2d7eba [2021-01-28T00:40:37.140Z] ---> 508563f45b9e [2021-01-28T00:40:37.140Z] Step 13/24 : WORKDIR / [2021-01-28T00:40:37.140Z] Removing intermediate container 8ab12bb0da44 [2021-01-28T00:40:37.140Z] ---> a4fb4b9e3215 [2021-01-28T00:40:37.140Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:40:37.140Z] ---> Running in caec5fd049b0 [2021-01-28T00:40:37.140Z] ---> Running in 4e35bf62988e [2021-01-28T00:40:37.568Z] ---> Running in 5e9ed4519cde [2021-01-28T00:40:38.606Z] Removing intermediate container 4e35bf62988e [2021-01-28T00:40:38.606Z] ---> 3b7d0fc482cd [2021-01-28T00:40:38.606Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:40:39.178Z] Removing intermediate container 5e9ed4519cde [2021-01-28T00:40:39.178Z] ---> bf399514c413 [2021-01-28T00:40:39.178Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-28T00:40:39.178Z] Removing intermediate container caec5fd049b0 [2021-01-28T00:40:39.178Z] ---> 11938ba1ae64 [2021-01-28T00:40:39.178Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:40:39.587Z] ---> Running in 10a0926e8a33 [2021-01-28T00:40:39.587Z] ---> 16a965f8d5f4 [2021-01-28T00:40:39.587Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:40:39.959Z] ---> Running in e93ad50c2b50 [2021-01-28T00:40:39.959Z] ---> 67af019fd541 [2021-01-28T00:40:39.959Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-28T00:40:40.684Z] Removing intermediate container 10a0926e8a33 [2021-01-28T00:40:40.684Z] ---> 64c448f5edc3 [2021-01-28T00:40:40.684Z] Step 15/23 : WORKDIR / [2021-01-28T00:40:41.046Z] ---> c35ea5525431 [2021-01-28T00:40:41.046Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:40:41.046Z] ---> Running in 1f810ef57396 [2021-01-28T00:40:41.046Z] Removing intermediate container e93ad50c2b50 [2021-01-28T00:40:41.046Z] ---> e5d513076a60 [2021-01-28T00:40:41.046Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T00:40:41.430Z] ---> 3f238196cbd1 [2021-01-28T00:40:41.430Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:40:41.915Z] ---> Running in fd67063c7d39 [2021-01-28T00:40:42.356Z] Removing intermediate container 1f810ef57396 [2021-01-28T00:40:42.356Z] ---> e6c66a866c74 [2021-01-28T00:40:42.356Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:40:42.861Z] ---> 60efa119cf84 [2021-01-28T00:40:42.861Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:40:42.861Z] ---> df8eb200342c [2021-01-28T00:40:42.861Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:40:42.861Z] Removing intermediate container fd67063c7d39 [2021-01-28T00:40:42.861Z] ---> de821bed27b4 [2021-01-28T00:40:42.861Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:40:43.732Z] ---> Running in 8d12e147808e [2021-01-28T00:40:45.958Z] ---> 52d8a15c9185 [2021-01-28T00:40:45.958Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:40:46.316Z] ---> 73f7aac07d25 [2021-01-28T00:40:46.316Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:40:46.316Z] Removing intermediate container 8d12e147808e [2021-01-28T00:40:46.316Z] ---> 77539b3e9737 [2021-01-28T00:40:46.316Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:40:46.676Z] ---> 2e14e2148719 [2021-01-28T00:40:46.676Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:40:47.628Z] ---> Running in 828885df0699 [2021-01-28T00:40:49.298Z] Removing intermediate container 828885df0699 [2021-01-28T00:40:49.298Z] ---> 8dedeff6c9df [2021-01-28T00:40:49.298Z] Step 22/23 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:40:49.298Z] ---> 5c2a0e376b68 [2021-01-28T00:40:49.298Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:40:49.589Z] ---> Running in ab58fef49149 [2021-01-28T00:40:49.589Z] ---> db5f2fd2bc65 [2021-01-28T00:40:49.589Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:40:49.936Z] ---> 8988e42e62bf [2021-01-28T00:40:49.936Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:40:50.380Z] ---> Running in efc4ff2b220c [2021-01-28T00:40:50.380Z] ---> 4402c3d0ca30 [2021-01-28T00:40:50.380Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-28T00:40:50.732Z] Removing intermediate container ab58fef49149 [2021-01-28T00:40:50.732Z] ---> 3b4ffb9bd2b0 [2021-01-28T00:40:50.732Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:40:50.732Z] ---> Running in 7fc57a43ea29 [2021-01-28T00:40:51.396Z] ---> Running in e8eaaf5a596b [2021-01-28T00:40:51.396Z] + glock sync -n [2021-01-28T00:40:51.792Z] Removing intermediate container efc4ff2b220c [2021-01-28T00:40:51.792Z] ---> cd33c62a9325 [2021-01-28T00:40:51.792Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:40:52.154Z] ---> 17a2d256c1d6 [2021-01-28T00:40:52.154Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:40:52.677Z] ---> Running in 06c1c43d0419 [2021-01-28T00:40:52.677Z] ---> Running in 1e0b0db93ac3 [2021-01-28T00:40:53.143Z] Removing intermediate container e8eaaf5a596b [2021-01-28T00:40:53.143Z] ---> 176e2f84e049 [2021-01-28T00:40:53.143Z] [2021-01-28T00:40:54.811Z] Removing intermediate container 06c1c43d0419 [2021-01-28T00:40:54.811Z] ---> 456d2cdddcdf [2021-01-28T00:40:54.811Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T00:40:54.811Z] Removing intermediate container 1e0b0db93ac3 [2021-01-28T00:40:54.811Z] ---> d85d72174bfc [2021-01-28T00:40:54.811Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:40:55.192Z] ---> Running in 42aabe9a5a2c [2021-01-28T00:40:55.588Z] ---> Running in 3730935e7439 [2021-01-28T00:40:55.588Z] Successfully built 176e2f84e049 [2021-01-28T00:40:55.908Z] Successfully tagged docker-core-command-go:latest [2021-01-28T00:40:55.908Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-28T00:40:56.218Z] Removing intermediate container 42aabe9a5a2c [2021-01-28T00:40:56.218Z] ---> c90f05f14250 [2021-01-28T00:40:56.218Z] Step 20/21 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:40:56.218Z] Removing intermediate container 3730935e7439 [2021-01-28T00:40:56.218Z] ---> 54b26d83d784 [2021-01-28T00:40:56.218Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:40:56.569Z] ---> Running in a8ff30ebaf1a [2021-01-28T00:40:56.569Z] ---> Running in d378a92d1551 [2021-01-28T00:40:57.232Z] Removing intermediate container 7fc57a43ea29 [2021-01-28T00:40:57.232Z] ---> e55b9e6dbb3d [2021-01-28T00:40:57.232Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T00:40:57.658Z] ---> Running in 9d628b414258 [2021-01-28T00:40:58.068Z] Removing intermediate container a8ff30ebaf1a [2021-01-28T00:40:58.068Z] ---> d7f71c07bf3a [2021-01-28T00:40:58.068Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:40:58.438Z] Removing intermediate container d378a92d1551 [2021-01-28T00:40:58.438Z] ---> 9a13910b135c [2021-01-28T00:40:58.438Z] Step 22/23 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:40:59.098Z] ---> Running in 7c5ee095f8a9 [2021-01-28T00:40:59.098Z] ---> Running in 98e8646ffeed [2021-01-28T00:40:59.835Z] Removing intermediate container 9d628b414258 [2021-01-28T00:40:59.835Z] ---> b01d5c883420 [2021-01-28T00:40:59.835Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T00:41:01.005Z] Removing intermediate container 98e8646ffeed [2021-01-28T00:41:01.005Z] ---> 648ebfb09687 [2021-01-28T00:41:01.005Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:41:01.005Z] Removing intermediate container 7c5ee095f8a9 [2021-01-28T00:41:01.005Z] ---> d6385cf0b449 [2021-01-28T00:41:01.005Z] [2021-01-28T00:41:02.280Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:41:02.280Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:41:02.280Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:41:02.280Z] Successfully built d6385cf0b449 [2021-01-28T00:41:02.280Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:41:02.280Z] + git describe '--abbrev=0' --tags [2021-01-28T00:41:02.280Z] + TAG=v0.6.1 [2021-01-28T00:41:02.280Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:41:02.280Z] + apk --print-arch [2021-01-28T00:41:02.280Z] building [dockerize] for amd64 ... [2021-01-28T00:41:02.280Z] + arch=x86_64 [2021-01-28T00:41:02.280Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T00:41:02.280Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T00:41:02.280Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T00:41:02.280Z] Building docker-core-data-go [2021-01-28T00:41:03.909Z]  Building docker-security-proxy-setup-go ... done  ---> Running in ce118ca48be3 [2021-01-28T00:41:04.954Z] ---> Running in 59985cbaeb45 [2021-01-28T00:41:07.466Z] Removing intermediate container ce118ca48be3 [2021-01-28T00:41:07.466Z] ---> e874a289a9a8 [2021-01-28T00:41:07.466Z] Step 23/24 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:41:08.118Z] Removing intermediate container 59985cbaeb45 [2021-01-28T00:41:08.118Z] ---> 53719ab8cef9 [2021-01-28T00:41:08.118Z] [2021-01-28T00:41:08.472Z] ---> Running in 64f01a96d7a9 [2021-01-28T00:41:08.866Z] Successfully built 53719ab8cef9 [2021-01-28T00:41:08.929Z] ---> c6caf4d62641 [2021-01-28T00:41:08.929Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" ---> 6a0f231776a7 [2021-01-28T00:41:08.929Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:41:08.929Z] [2021-01-28T00:41:08.929Z] ---> 29bdf2e6797d [2021-01-28T00:41:08.929Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:41:08.929Z] ---> 611949f26b3c [2021-01-28T00:41:08.929Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:41:08.929Z] ---> 824c7bbe7fbd [2021-01-28T00:41:08.929Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:41:08.929Z] ---> Running in 8a171b901c46 [2021-01-28T00:41:08.929Z] ---> Running in 3385d2600de5 [2021-01-28T00:41:08.929Z] ---> Running in 83d8b8de3349 [2021-01-28T00:41:08.929Z] ---> Running in bf48468c629e [2021-01-28T00:41:08.929Z] ---> Running in a23266c6c049 [2021-01-28T00:41:08.929Z] Removing intermediate container 3385d2600de5 [2021-01-28T00:41:08.929Z] ---> 254185dc5739 [2021-01-28T00:41:08.929Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T00:41:08.929Z] ---> Running in 8efdcf128e39 [2021-01-28T00:41:08.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:41:08.929Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:41:08.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:41:08.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:41:08.929Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:41:09.223Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T00:41:09.223Z] Building docker-sys-mgmt-agent-go [2021-01-28T00:41:09.554Z]  Building docker-core-metadata-go ... done Removing intermediate container 64f01a96d7a9 [2021-01-28T00:41:09.554Z] ---> 58537bd57bf0 [2021-01-28T00:41:09.554Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:41:09.922Z] ---> Running in 1227e620da7a [2021-01-28T00:41:11.714Z] Removing intermediate container 1227e620da7a [2021-01-28T00:41:11.714Z] ---> 312cc3ea4600 [2021-01-28T00:41:11.714Z] [2021-01-28T00:41:13.627Z] Successfully built 312cc3ea4600 [2021-01-28T00:41:15.486Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T00:41:15.486Z] Building docker-support-scheduler-go [2021-01-28T00:42:14.072Z]  Building docker-security-secretstore-setup-go ... done + date [2021-01-28T00:42:14.072Z] + echo 'Thu Jan 28 00:42:05 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:42:14.072Z] Thu Jan 28 00:42:05 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:42:27.465Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:42:27.465Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:42:27.465Z] ---> 2e15f105cf79 [2021-01-28T00:42:27.465Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:42:27.465Z] ---> Using cache [2021-01-28T00:42:27.465Z] ---> 70d891b81090 [2021-01-28T00:42:27.465Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:42:27.465Z] ---> Using cache [2021-01-28T00:42:27.465Z] ---> 25c505ff4882 [2021-01-28T00:42:27.465Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:42:27.465Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:42:27.465Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:42:27.465Z] ---> 2e15f105cf79 [2021-01-28T00:42:27.465Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:42:27.465Z] ---> Using cache [2021-01-28T00:42:27.465Z] ---> 70d891b81090 [2021-01-28T00:42:27.465Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:42:27.465Z] ---> Using cache [2021-01-28T00:42:27.465Z] ---> 25c505ff4882 [2021-01-28T00:42:27.816Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:42:28.150Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:42:28.150Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:42:28.150Z] ---> 2e15f105cf79 [2021-01-28T00:42:28.150Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:42:28.150Z] ---> Using cache [2021-01-28T00:42:28.150Z] ---> 70d891b81090 [2021-01-28T00:42:28.150Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:42:28.150Z] ---> Using cache [2021-01-28T00:42:28.150Z] ---> 25c505ff4882 [2021-01-28T00:42:28.150Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T00:42:28.150Z] ---> Using cache [2021-01-28T00:42:28.150Z] ---> 3a0eca2789ed [2021-01-28T00:42:28.150Z] Step 6/22 : COPY go.mod . [2021-01-28T00:42:28.150Z] ---> Using cache [2021-01-28T00:42:28.150Z] ---> a963da0e54e5 [2021-01-28T00:42:28.150Z] Step 7/22 : RUN go mod download [2021-01-28T00:42:28.150Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:42:28.150Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:42:28.150Z] ---> 2e15f105cf79 [2021-01-28T00:42:28.150Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T00:42:28.150Z] ---> Using cache [2021-01-28T00:42:28.150Z] ---> 70d891b81090 [2021-01-28T00:42:28.150Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:42:28.150Z] ---> Using cache [2021-01-28T00:42:28.150Z] ---> 25c505ff4882 [2021-01-28T00:42:28.150Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T00:42:28.453Z] ---> Using cache [2021-01-28T00:42:28.453Z] ---> dabec2501014 [2021-01-28T00:42:28.453Z] Step 8/22 : COPY . . [2021-01-28T00:42:28.453Z] ---> Using cache [2021-01-28T00:42:28.453Z] ---> ff472c8586a6 [2021-01-28T00:42:28.453Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T00:42:29.446Z] ---> Running in 7f9d2537fc7f [2021-01-28T00:42:29.446Z] ---> Running in ace61700533f [2021-01-28T00:42:29.446Z] ---> Running in 006e629e568c [2021-01-28T00:42:29.446Z] ---> Running in 9ae2a6ecb6d4 [2021-01-28T00:42:32.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:42:33.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:33.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:33.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:34.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:34.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:34.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:42:35.565Z] OK: 233 MiB in 51 packages [2021-01-28T00:42:35.881Z] OK: 233 MiB in 51 packages [2021-01-28T00:42:35.881Z] OK: 233 MiB in 51 packages [2021-01-28T00:42:41.468Z] Removing intermediate container 7f9d2537fc7f [2021-01-28T00:42:41.468Z] ---> 9edf3e9d4768 [2021-01-28T00:42:41.468Z] Step 6/22 : COPY go.mod . [2021-01-28T00:42:41.468Z] Removing intermediate container 006e629e568c [2021-01-28T00:42:41.468Z] ---> ce1c0ff937a4 [2021-01-28T00:42:41.468Z] Step 6/26 : COPY go.mod . [2021-01-28T00:42:41.468Z] Removing intermediate container ace61700533f [2021-01-28T00:42:41.468Z] ---> 69dea2183c73 [2021-01-28T00:42:41.468Z] Step 6/23 : COPY go.mod . [2021-01-28T00:42:43.751Z] ---> 795b57361bf3 [2021-01-28T00:42:43.751Z] Step 7/22 : RUN go mod download [2021-01-28T00:42:43.751Z] ---> ce6aed22658f [2021-01-28T00:42:43.751Z] Step 7/26 : RUN go mod download [2021-01-28T00:42:43.751Z] ---> 59835a36a55f [2021-01-28T00:42:43.751Z] Step 7/23 : RUN go mod download [2021-01-28T00:42:43.751Z] ---> Running in 384f235412e3 [2021-01-28T00:42:44.102Z] ---> Running in b14365a81f2a [2021-01-28T00:42:44.466Z] ---> Running in fc537634ff35 [2021-01-28T00:42:53.588Z] Removing intermediate container b14365a81f2a [2021-01-28T00:42:53.588Z] ---> f26a527f5650 [2021-01-28T00:42:53.588Z] Step 8/22 : COPY . . [2021-01-28T00:42:53.914Z] Removing intermediate container fc537634ff35 [2021-01-28T00:42:53.914Z] ---> 74208e8f5fba [2021-01-28T00:42:53.914Z] Step 8/23 : COPY . . [2021-01-28T00:42:54.217Z] Removing intermediate container 384f235412e3 [2021-01-28T00:42:54.217Z] ---> fe6a34b64b0c [2021-01-28T00:42:54.217Z] Step 8/26 : COPY . . [2021-01-28T00:43:00.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:43:13.343Z] Removing intermediate container 83d8b8de3349 [2021-01-28T00:43:13.343Z] ---> 661f9f07a693 [2021-01-28T00:43:13.343Z] [2021-01-28T00:43:13.343Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:43:13.343Z] 3.12: Pulling from library/alpine [2021-01-28T00:43:13.343Z] Removing intermediate container bf48468c629e [2021-01-28T00:43:13.343Z] ---> db2552dea022 [2021-01-28T00:43:13.343Z] [2021-01-28T00:43:13.343Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:43:13.343Z] 3.12: Pulling from library/alpine [2021-01-28T00:43:13.343Z] Removing intermediate container a23266c6c049 [2021-01-28T00:43:13.343Z] ---> 495dd891d87c [2021-01-28T00:43:13.343Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:43:13.343Z] ---> Running in a0acfc68b206 [2021-01-28T00:43:13.954Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:43:13.954Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T00:43:13.954Z] Status: Image is up to date for alpine:3.12 [2021-01-28T00:43:13.954Z] ---> afeebe901d6b [2021-01-28T00:43:13.954Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:43:13.954Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T00:43:13.954Z] ---> afeebe901d6b [2021-01-28T00:43:13.954Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:43:14.254Z] ---> Running in 981531cac26d [2021-01-28T00:43:14.254Z] ---> Running in 84700dca4475 [2021-01-28T00:43:15.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:43:16.240Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T00:43:16.240Z] + cd /tmp/build/dist/linux [2021-01-28T00:43:16.240Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T00:43:16.240Z] Cloning into '.'... [2021-01-28T00:43:16.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:16.876Z] + go get github.com/robfig/glock [2021-01-28T00:43:16.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:16.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:17.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:17.603Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T00:43:17.603Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:17.884Z] OK: 5 MiB in 15 packages [2021-01-28T00:43:17.884Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:43:18.185Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:43:18.185Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:18.185Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:43:19.413Z] OK: 6 MiB in 16 packages [2021-01-28T00:43:20.392Z] Removing intermediate container 84700dca4475 [2021-01-28T00:43:20.392Z] ---> dfb450ca51f5 [2021-01-28T00:43:20.392Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:43:21.004Z] ---> Running in 732b20251f2b [2021-01-28T00:43:21.617Z] Removing intermediate container 981531cac26d [2021-01-28T00:43:21.617Z] ---> 6ee66bf52d34 [2021-01-28T00:43:21.617Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:43:21.897Z] ---> Running in f02e685631db [2021-01-28T00:43:21.897Z] Removing intermediate container 732b20251f2b [2021-01-28T00:43:21.897Z] ---> b87d4216e4cf [2021-01-28T00:43:21.897Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:43:22.174Z] ---> Running in 2d7c3bcff556 [2021-01-28T00:43:22.174Z] Removing intermediate container a0acfc68b206 [2021-01-28T00:43:22.174Z] ---> 1cc422d0fa5d [2021-01-28T00:43:22.174Z] [2021-01-28T00:43:22.174Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:43:22.174Z] 20.10.0: Pulling from library/docker [2021-01-28T00:43:22.451Z] Removing intermediate container f02e685631db [2021-01-28T00:43:22.451Z] ---> fd46392336ec [2021-01-28T00:43:22.451Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:43:22.733Z] ---> Running in 1f3313010880 [2021-01-28T00:43:22.734Z] Removing intermediate container 2d7c3bcff556 [2021-01-28T00:43:22.734Z] ---> e6f8f45b2aba [2021-01-28T00:43:22.734Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:43:23.335Z] ---> Running in 6d59f46c47a6 [2021-01-28T00:43:23.933Z] Removing intermediate container 1f3313010880 [2021-01-28T00:43:23.933Z] ---> b212ab109f10 [2021-01-28T00:43:23.933Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:43:24.547Z] ---> Running in f68e71900801 [2021-01-28T00:43:25.142Z] Removing intermediate container 6d59f46c47a6 [2021-01-28T00:43:25.142Z] ---> 55ded9a34f50 [2021-01-28T00:43:25.142Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:43:25.417Z] Removing intermediate container f68e71900801 [2021-01-28T00:43:25.417Z] ---> 22a53754a036 [2021-01-28T00:43:25.417Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:43:27.422Z] ---> 6acccb697653 [2021-01-28T00:43:27.422Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:43:27.422Z] ---> 0f75dceda425 [2021-01-28T00:43:27.422Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:43:30.820Z] ---> 834e44ab8138 [2021-01-28T00:43:30.820Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:43:31.094Z] ---> a90eaaf81c8d [2021-01-28T00:43:31.094Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:43:33.728Z] ---> 510c8a3715e4 [2021-01-28T00:43:33.728Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:43:33.728Z] ---> 0924ba3060e1 [2021-01-28T00:43:33.728Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:43:33.728Z] ---> Running in d89669f59ede [2021-01-28T00:43:34.002Z] ---> Running in 5facdbf62b1a [2021-01-28T00:43:34.988Z] Removing intermediate container 5facdbf62b1a [2021-01-28T00:43:34.988Z] ---> b0e50c931833 [2021-01-28T00:43:34.988Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:43:34.988Z] Removing intermediate container d89669f59ede [2021-01-28T00:43:34.988Z] ---> 8f2c70d67e87 [2021-01-28T00:43:34.989Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:43:34.989Z] ---> Running in acdd76238cbf [2021-01-28T00:43:35.267Z] ---> Running in 36959abbaa52 [2021-01-28T00:43:36.701Z] Removing intermediate container acdd76238cbf [2021-01-28T00:43:36.701Z] ---> f261f3c17275 [2021-01-28T00:43:36.701Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:43:36.701Z] Removing intermediate container 36959abbaa52 [2021-01-28T00:43:36.701Z] ---> bdf7a0592a03 [2021-01-28T00:43:36.701Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T00:43:37.683Z] ---> Running in df0e523cd519 [2021-01-28T00:43:37.683Z] ---> Running in a1cae72a31cb [2021-01-28T00:43:38.667Z] Removing intermediate container a1cae72a31cb [2021-01-28T00:43:38.667Z] ---> 8c780c82edeb [2021-01-28T00:43:38.667Z] Step 21/22 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:43:38.939Z] Removing intermediate container df0e523cd519 [2021-01-28T00:43:38.939Z] ---> f8709d44f236 [2021-01-28T00:43:38.939Z] Step 21/22 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:43:39.212Z] ---> Running in 15c739a680ca [2021-01-28T00:43:39.485Z] ---> Running in 15bc97937f68 [2021-01-28T00:43:40.467Z] Removing intermediate container 15c739a680ca [2021-01-28T00:43:40.467Z] ---> af3f26ea2410 [2021-01-28T00:43:40.467Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:43:40.742Z] Removing intermediate container 15bc97937f68 [2021-01-28T00:43:40.742Z] ---> c39c5e8f40c2 [2021-01-28T00:43:40.742Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:43:41.020Z] ---> Running in 3a3823ecc2d4 [2021-01-28T00:43:41.020Z] ---> Running in 2f0b62173cce [2021-01-28T00:43:41.618Z] Removing intermediate container 8a171b901c46 [2021-01-28T00:43:41.618Z] ---> 0e984d884c16 [2021-01-28T00:43:41.618Z] [2021-01-28T00:43:41.618Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:43:41.618Z] ---> afeebe901d6b [2021-01-28T00:43:41.618Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:43:41.618Z] Removing intermediate container 3a3823ecc2d4 [2021-01-28T00:43:41.618Z] ---> c1e6009beb62 [2021-01-28T00:43:41.618Z] [2021-01-28T00:43:41.892Z] ---> Running in dc94069cafa7 [2021-01-28T00:43:42.168Z] Removing intermediate container 2f0b62173cce [2021-01-28T00:43:42.168Z] ---> b292452f004a [2021-01-28T00:43:42.168Z] [2021-01-28T00:43:42.168Z] + glock sync -n [2021-01-28T00:43:42.442Z] Successfully built c1e6009beb62 [2021-01-28T00:43:42.442Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T00:43:42.442Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-28T00:43:42.715Z] Successfully built b292452f004a [2021-01-28T00:43:42.715Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T00:43:42.715Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-28T00:43:42.715Z] Removing intermediate container dc94069cafa7 [2021-01-28T00:43:42.715Z] ---> 90052f52bc8b [2021-01-28T00:43:42.715Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:43:42.715Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:43:42.715Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:43:42.715Z] ---> eeaf43b92773 [2021-01-28T00:43:42.715Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:43:42.989Z] ---> Running in 9c55cf5f7b22 [2021-01-28T00:43:42.989Z] ---> Running in 1b5355903e74 [2021-01-28T00:43:43.965Z] Removing intermediate container 1b5355903e74 [2021-01-28T00:43:43.965Z] ---> 88f53388e0bc [2021-01-28T00:43:43.965Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:43:43.965Z] ---> Running in e637ad2b75f3 [2021-01-28T00:43:44.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:44.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:44.534Z] Removing intermediate container e637ad2b75f3 [2021-01-28T00:43:44.534Z] ---> 4f62d9df27cb [2021-01-28T00:43:44.534Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:43:44.819Z] ---> Running in 39931d91761c [2021-01-28T00:43:45.092Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:43:45.092Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:43:45.368Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:43:45.368Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:45.368Z] OK: 12 MiB in 22 packages [2021-01-28T00:43:49.684Z] Removing intermediate container 9c55cf5f7b22 [2021-01-28T00:43:49.684Z] ---> c16d852b9c5d [2021-01-28T00:43:49.684Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:43:49.684Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T00:43:49.684Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T00:43:49.684Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T00:43:49.958Z] Removing intermediate container 39931d91761c [2021-01-28T00:43:49.958Z] ---> 9397fe4a28f0 [2021-01-28T00:43:49.958Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:43:50.234Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T00:43:50.234Z] + git describe '--abbrev=0' --tags [2021-01-28T00:43:50.234Z] + TAG=v0.6.1 [2021-01-28T00:43:50.234Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T00:43:50.234Z] + apk --print-arch [2021-01-28T00:43:50.234Z] + arch=aarch64 [2021-01-28T00:43:50.234Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T00:43:50.234Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T00:43:50.234Z] building [dockerize] for arm64 ... [2021-01-28T00:43:50.234Z] ---> Running in 3d63052fdafc [2021-01-28T00:43:50.834Z] ---> Running in f44aedf76ebc [2021-01-28T00:43:51.436Z] Removing intermediate container 3d63052fdafc [2021-01-28T00:43:51.436Z] ---> c68328553ae9 [2021-01-28T00:43:51.436Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:43:52.036Z] ---> Running in ac69124e9ca5 [2021-01-28T00:43:53.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:53.025Z] Removing intermediate container ac69124e9ca5 [2021-01-28T00:43:53.025Z] ---> 02f11e416450 [2021-01-28T00:43:53.025Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:43:53.304Z] ---> Running in ac23f91e4ca5 [2021-01-28T00:43:53.936Z] Removing intermediate container ac23f91e4ca5 [2021-01-28T00:43:53.936Z] ---> 0a0a69b765df [2021-01-28T00:43:53.936Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:43:54.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:43:55.148Z] ---> bc870af01a8d [2021-01-28T00:43:55.148Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:43:55.424Z] Thu Jan 28 00:43:55 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T00:43:55.424Z] + date [2021-01-28T00:43:55.424Z] + echo 'Thu Jan 28 00:43:55 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T00:43:56.410Z]  ---> 33ed77d05a31 [2021-01-28T00:43:56.410Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:43:56.691Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:43:56.691Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:43:56.976Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:43:57.255Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:43:58.250Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:43:58.539Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:43:58.539Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:43:58.539Z] OK: 8 MiB in 20 packages [2021-01-28T00:43:58.539Z] ---> b3970a5101c2 [2021-01-28T00:43:58.539Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:43:59.543Z] ---> Running in 639cfc083f93 [2021-01-28T00:44:02.177Z] Removing intermediate container f44aedf76ebc [2021-01-28T00:44:02.177Z] ---> 556447cc7e4f [2021-01-28T00:44:02.177Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:44:02.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:44:02.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:44:02.781Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:44:02.781Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:44:02.781Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:44:02.781Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:44:02.781Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:44:02.781Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:44:02.781Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:44:04.223Z] ---> c9e3ee99be47 [2021-01-28T00:44:04.223Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:44:04.839Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:44:04.839Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:44:04.839Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:44:04.839Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:44:04.839Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:44:04.839Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:44:04.839Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:44:05.025Z] Removing intermediate container 9ae2a6ecb6d4 [2021-01-28T00:44:05.025Z] ---> 9efe5141f628 [2021-01-28T00:44:05.025Z] [2021-01-28T00:44:05.025Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:44:05.025Z] ---> 389fef711851 [2021-01-28T00:44:05.025Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:44:05.025Z] ---> Using cache [2021-01-28T00:44:05.025Z] ---> cd77669b493c [2021-01-28T00:44:05.025Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:44:05.025Z] ---> Using cache [2021-01-28T00:44:05.025Z] ---> a4fb4b9e3215 [2021-01-28T00:44:05.025Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T00:44:05.025Z] ---> Running in 5013d4df0fab [2021-01-28T00:44:05.116Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:44:05.116Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:44:05.116Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:44:05.116Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:44:05.116Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:44:05.116Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:44:05.392Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:44:05.392Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:44:05.392Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:44:05.392Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:44:05.392Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:44:05.392Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:44:05.392Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:44:05.392Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:44:05.392Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:44:05.392Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:44:05.722Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:44:05.722Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:44:05.722Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:44:05.722Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:44:05.722Z] OK: 71 MiB in 55 packages [2021-01-28T00:44:07.836Z] Removing intermediate container 5013d4df0fab [2021-01-28T00:44:07.836Z] ---> a42949ca872d [2021-01-28T00:44:07.836Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:44:09.154Z] ---> f6eb0fd0bbcd [2021-01-28T00:44:09.154Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:44:09.412Z] ---> Running in 8ec946bc8ec6 [2021-01-28T00:44:11.141Z] Removing intermediate container 8efdcf128e39 [2021-01-28T00:44:11.141Z] ---> 60412f8ad32a [2021-01-28T00:44:11.141Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T00:44:11.141Z] ---> a55c3163f39d [2021-01-28T00:44:11.141Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:44:11.415Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:44:11.415Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:44:11.415Z] ---> 1d65c3ae9b0f [2021-01-28T00:44:11.415Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:44:11.415Z] ---> Using cache [2021-01-28T00:44:11.415Z] ---> 06752fe38d8a [2021-01-28T00:44:11.415Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:44:11.415Z] ---> Using cache [2021-01-28T00:44:11.415Z] ---> d6d8c26c7add [2021-01-28T00:44:11.415Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:44:11.691Z] ---> Running in 747daf6c9abc [2021-01-28T00:44:11.691Z] ---> Running in 91978376b604 [2021-01-28T00:44:11.691Z] ---> Running in 22e74ac469d2 [2021-01-28T00:44:12.264Z] Removing intermediate container 8ec946bc8ec6 [2021-01-28T00:44:12.265Z] ---> 8e39c0cfa175 [2021-01-28T00:44:12.265Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:44:12.294Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:44:12.295Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:44:12.295Z] ---> 1d65c3ae9b0f [2021-01-28T00:44:12.295Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:44:12.295Z] ---> Using cache [2021-01-28T00:44:12.295Z] ---> 06752fe38d8a [2021-01-28T00:44:12.295Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:44:12.295Z] ---> Using cache [2021-01-28T00:44:12.295Z] ---> d6d8c26c7add [2021-01-28T00:44:12.295Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:44:12.593Z] Removing intermediate container 747daf6c9abc [2021-01-28T00:44:12.593Z] ---> abcadbdaadf9 [2021-01-28T00:44:12.593Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:44:12.593Z] ---> Running in 5c2ff03977e2 [2021-01-28T00:44:13.193Z] ---> Running in 605af5817227 [2021-01-28T00:44:13.790Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:44:13.790Z] statically linked [2021-01-28T00:44:13.790Z] Removing intermediate container 605af5817227 [2021-01-28T00:44:13.790Z] ---> a54e03ae15a3 [2021-01-28T00:44:13.790Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:44:14.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:44:14.345Z] ---> Running in faa5132df8cf [2021-01-28T00:44:14.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:44:15.216Z] Removing intermediate container faa5132df8cf [2021-01-28T00:44:15.216Z] ---> dc9e4d7dc702 [2021-01-28T00:44:15.216Z] Step 22/23 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:44:15.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:44:15.490Z] ---> Running in 48348eb82939 [2021-01-28T00:44:15.490Z] Removing intermediate container 91978376b604 [2021-01-28T00:44:15.490Z] ---> f0437bad9e07 [2021-01-28T00:44:15.490Z] [2021-01-28T00:44:15.490Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:44:15.766Z] ---> afeebe901d6b [2021-01-28T00:44:15.766Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:44:15.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:44:15.766Z] ---> Running in 3e1334292897 [2021-01-28T00:44:15.928Z] Removing intermediate container 826afafac401 [2021-01-28T00:44:15.928Z] ---> bbbbf83a6982 [2021-01-28T00:44:15.928Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T00:44:16.037Z] Removing intermediate container 48348eb82939 [2021-01-28T00:44:16.037Z] ---> e828a6ae418d [2021-01-28T00:44:16.037Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:44:16.307Z] ---> Running in 7e6c9f15ae33 [2021-01-28T00:44:16.580Z] Removing intermediate container 3e1334292897 [2021-01-28T00:44:16.580Z] ---> af31765dae47 [2021-01-28T00:44:16.580Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:44:16.580Z] OK: 217 MiB in 51 packages [2021-01-28T00:44:16.861Z] ---> Running in 5d7ff75346db [2021-01-28T00:44:16.861Z] Removing intermediate container 7e6c9f15ae33 [2021-01-28T00:44:16.861Z] ---> bc17d5737b4d [2021-01-28T00:44:16.861Z] [2021-01-28T00:44:17.464Z] Removing intermediate container 639cfc083f93 [2021-01-28T00:44:17.464Z] ---> b08efa45d666 [2021-01-28T00:44:17.464Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:44:17.464Z] Successfully built bc17d5737b4d [2021-01-28T00:44:17.743Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T00:44:17.743Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-01-28T00:44:17.743Z] ---> Running in b74cf43ed525 [2021-01-28T00:44:17.743Z] OK: 217 MiB in 51 packages [2021-01-28T00:44:17.930Z] ---> d82fb5fc6aa0 [2021-01-28T00:44:17.930Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T00:44:18.334Z] ---> Running in 1f030c093520 [2021-01-28T00:44:18.349Z] Removing intermediate container 22e74ac469d2 [2021-01-28T00:44:18.349Z] ---> f8318bcbab38 [2021-01-28T00:44:18.349Z] Step 6/23 : COPY go.mod . [2021-01-28T00:44:18.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:44:18.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:44:19.015Z] ---> 66c69c2aba10 [2021-01-28T00:44:19.015Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T00:44:19.284Z] ---> 21249c2bf690 [2021-01-28T00:44:19.284Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T00:44:19.577Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:44:19.577Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:44:19.577Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:44:19.577Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:44:19.904Z] OK: 6 MiB in 17 packages [2021-01-28T00:44:19.904Z] ---> 382b8862af9c [2021-01-28T00:44:19.904Z] Step 7/23 : RUN go mod download [2021-01-28T00:44:19.904Z] Removing intermediate container 5c2ff03977e2 [2021-01-28T00:44:19.904Z] ---> 198a8d67465e [2021-01-28T00:44:19.904Z] Step 6/24 : COPY go.mod . [2021-01-28T00:44:20.669Z] ---> Running in b1131874ebba [2021-01-28T00:44:20.861Z] ---> Running in 592cfc64aec6 [2021-01-28T00:44:20.861Z] ---> Running in 4950c1d67e1f [2021-01-28T00:44:20.861Z] ---> 8abad82c9cbb [2021-01-28T00:44:20.861Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T00:44:20.861Z] ---> 9193c713bfe3 [2021-01-28T00:44:20.861Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T00:44:20.861Z] ---> Running in c7c3f1e0110f [2021-01-28T00:44:21.516Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T00:44:21.516Z] statically linked [2021-01-28T00:44:21.846Z] ---> 69feff79a28c [2021-01-28T00:44:21.846Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T00:44:21.911Z] ---> 913d3fb9b538 [2021-01-28T00:44:21.911Z] Step 7/24 : RUN go mod download [2021-01-28T00:44:22.179Z] ---> Running in c08fe67990f3 [2021-01-28T00:44:22.202Z] ---> Running in e0d13dfda2cb [2021-01-28T00:44:22.202Z] Removing intermediate container 5d7ff75346db [2021-01-28T00:44:22.202Z] ---> 60ba2b407a6e [2021-01-28T00:44:22.203Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:44:22.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:44:22.504Z] ---> Running in 9d0a0ba93e0f [2021-01-28T00:44:22.800Z] Removing intermediate container c08fe67990f3 [2021-01-28T00:44:22.800Z] ---> a4ed44d537b4 [2021-01-28T00:44:22.800Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:44:22.800Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:44:22.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:44:23.123Z] ---> Running in 4c45c6c885d5 [2021-01-28T00:44:23.517Z] Removing intermediate container 9d0a0ba93e0f [2021-01-28T00:44:23.517Z] ---> a2bade2c4fa6 [2021-01-28T00:44:23.517Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:44:24.129Z] ---> Running in 9d14d8b06c48 [2021-01-28T00:44:24.807Z] Removing intermediate container 1f030c093520 [2021-01-28T00:44:24.807Z] ---> a83e7b2d81e6 [2021-01-28T00:44:24.807Z] [2021-01-28T00:44:24.807Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T00:44:24.807Z] ---> 389fef711851 [2021-01-28T00:44:24.807Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T00:44:24.807Z] Removing intermediate container 4c45c6c885d5 [2021-01-28T00:44:24.807Z] ---> a2d980419c38 [2021-01-28T00:44:24.807Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:44:24.807Z] ---> Running in b709ca210fbe [2021-01-28T00:44:24.807Z] ---> Running in 15e7e144f3fe [2021-01-28T00:44:25.123Z] Removing intermediate container 9d14d8b06c48 [2021-01-28T00:44:25.123Z] ---> 928304c15586 [2021-01-28T00:44:25.123Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:44:25.400Z] ---> Running in b88241e2ae4b [2021-01-28T00:44:25.602Z] Removing intermediate container b709ca210fbe [2021-01-28T00:44:25.603Z] ---> b70e75cf5fcb [2021-01-28T00:44:25.603Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T00:44:25.603Z] Removing intermediate container 15e7e144f3fe [2021-01-28T00:44:25.603Z] ---> 33714f1078c2 [2021-01-28T00:44:25.603Z] Step 21/22 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:44:25.675Z] Removing intermediate container b1131874ebba [2021-01-28T00:44:25.675Z] ---> e9aa8ddb275a [2021-01-28T00:44:25.675Z] Step 8/23 : COPY . . [2021-01-28T00:44:25.919Z] ---> Running in 6d6f90788bbf [2021-01-28T00:44:25.919Z] ---> Running in 72ceeb6bf550 [2021-01-28T00:44:26.280Z] Collecting docker-compose==1.23.2 [2021-01-28T00:44:26.280Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:44:26.557Z] Removing intermediate container e0d13dfda2cb [2021-01-28T00:44:26.557Z] ---> 04762ea8ed28 [2021-01-28T00:44:26.557Z] Step 8/24 : COPY . . [2021-01-28T00:44:27.157Z] Removing intermediate container 72ceeb6bf550 [2021-01-28T00:44:27.157Z] ---> f4521819da63 [2021-01-28T00:44:27.157Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:44:27.448Z] ---> Running in c7b416ece8a5 [2021-01-28T00:44:28.014Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:44:28.014Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:44:28.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:44:28.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:44:28.882Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T00:44:28.882Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T00:44:28.882Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T00:44:28.882Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:44:28.882Z] OK: 6 MiB in 17 packages [2021-01-28T00:44:29.456Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:44:29.456Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:44:29.608Z] Removing intermediate container c7b416ece8a5 [2021-01-28T00:44:29.608Z] ---> dfb975eadef8 [2021-01-28T00:44:29.608Z] [2021-01-28T00:44:30.452Z] Removing intermediate container b88241e2ae4b [2021-01-28T00:44:30.452Z] ---> dfc6b9913249 [2021-01-28T00:44:30.452Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:44:30.454Z] Successfully built dfb975eadef8 [2021-01-28T00:44:30.743Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T00:44:31.052Z] ---> Running in fe2a99970c01 [2021-01-28T00:44:31.812Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6d6f90788bbf [2021-01-28T00:44:31.812Z] ---> 53c1c8cab01b [2021-01-28T00:44:31.812Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T00:44:32.031Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:44:32.031Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:44:32.206Z] ---> Running in 438621ca1b74 [2021-01-28T00:44:32.324Z] Removing intermediate container fe2a99970c01 [2021-01-28T00:44:32.324Z] ---> 08db97d08d9f [2021-01-28T00:44:32.324Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:44:32.923Z] Removing intermediate container 438621ca1b74 [2021-01-28T00:44:32.923Z] ---> b31bdaad55a2 [2021-01-28T00:44:32.923Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T00:44:32.923Z] ---> Running in 39e9c3f5cf95 [2021-01-28T00:44:33.565Z] Removing intermediate container 39e9c3f5cf95 [2021-01-28T00:44:33.565Z] ---> db5e8a48225a [2021-01-28T00:44:33.565Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T00:44:33.565Z] ---> Running in c1de26385a43 [2021-01-28T00:44:33.798Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:44:33.798Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:44:35.255Z] ---> cd55da7b311e [2021-01-28T00:44:35.255Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:44:37.252Z] ---> 9f177d603301 [2021-01-28T00:44:37.252Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:44:37.252Z] ---> Running in 27074106c10a [2021-01-28T00:44:38.230Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:44:38.230Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:44:39.475Z] Removing intermediate container c1de26385a43 [2021-01-28T00:44:39.475Z] ---> 758552ac8241 [2021-01-28T00:44:39.475Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T00:44:39.475Z] ---> Running in 2eb5a3306f0f [2021-01-28T00:44:39.674Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:44:39.674Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:44:39.674Z] ---> 1d65c3ae9b0f [2021-01-28T00:44:39.674Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T00:44:39.674Z] ---> Using cache [2021-01-28T00:44:39.674Z] ---> 06752fe38d8a [2021-01-28T00:44:39.674Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:44:39.674Z] ---> Using cache [2021-01-28T00:44:39.674Z] ---> d6d8c26c7add [2021-01-28T00:44:39.674Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T00:44:39.674Z] ---> Using cache [2021-01-28T00:44:39.674Z] ---> 198a8d67465e [2021-01-28T00:44:39.674Z] Step 6/21 : COPY go.mod . [2021-01-28T00:44:39.674Z] ---> Using cache [2021-01-28T00:44:39.674Z] ---> 913d3fb9b538 [2021-01-28T00:44:39.674Z] Step 7/21 : RUN go mod download [2021-01-28T00:44:39.674Z] ---> Using cache [2021-01-28T00:44:39.674Z] ---> 04762ea8ed28 [2021-01-28T00:44:39.674Z] Step 8/21 : COPY . . [2021-01-28T00:44:40.256Z] Removing intermediate container 2eb5a3306f0f [2021-01-28T00:44:40.256Z] ---> cd6e574c0bac [2021-01-28T00:44:40.256Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T00:44:41.128Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:44:41.128Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:44:42.114Z] Removing intermediate container 27074106c10a [2021-01-28T00:44:42.114Z] ---> f61acd1f4b4e [2021-01-28T00:44:42.114Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:44:42.114Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:44:42.114Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:44:42.389Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-28T00:44:42.407Z] ---> 9f28c4c5df09 [2021-01-28T00:44:42.407Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T00:44:42.661Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:44:42.661Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:44:43.087Z] ---> c3b84827d59d [2021-01-28T00:44:43.087Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T00:44:43.087Z] ---> Running in 0f34ddace967 [2021-01-28T00:44:44.645Z] ---> 998d9c0040e8 [2021-01-28T00:44:44.645Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:44:45.245Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:44:45.245Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:44:47.581Z] ---> c139c1495818 [2021-01-28T00:44:47.581Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:44:47.581Z] ---> 2769da2476fa [2021-01-28T00:44:47.581Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T00:44:47.640Z] Removing intermediate container 0f34ddace967 [2021-01-28T00:44:47.640Z] ---> e16ce60f2463 [2021-01-28T00:44:47.640Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:44:47.640Z] ---> a0217516571a [2021-01-28T00:44:47.640Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T00:44:47.863Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:44:47.863Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:44:47.863Z] ---> Running in e030e88930f7 [2021-01-28T00:44:48.147Z] ---> 33e67a913397 [2021-01-28T00:44:48.147Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T00:44:48.428Z] ---> da35ebf20341 [2021-01-28T00:44:48.428Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:44:48.428Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:44:48.428Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:44:48.704Z] ---> Running in d042a7d896f1 [2021-01-28T00:44:49.691Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:44:49.691Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:44:49.772Z] ---> cd6656f9cf93 [2021-01-28T00:44:49.772Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T00:44:49.968Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-28T00:44:49.968Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-28T00:44:49.968Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:44:49.969Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:44:49.969Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:44:49.969Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:44:49.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:44:50.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:44:50.520Z] ---> 882afdaf0e29 [2021-01-28T00:44:50.520Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:44:51.122Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, dockerpty, jsonschema, cached-property, docopt, texttable, docker-compose [2021-01-28T00:44:51.252Z] ---> a152b99cdb24 [2021-01-28T00:44:51.252Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T00:44:52.105Z] Attempting uninstall: idna [2021-01-28T00:44:52.105Z] Found existing installation: idna 2.9 [2021-01-28T00:44:52.105Z] Uninstalling idna-2.9: [2021-01-28T00:44:52.105Z] Successfully uninstalled idna-2.9 [2021-01-28T00:44:52.105Z] ---> 6c6e7bec9aa3 [2021-01-28T00:44:52.105Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:44:52.861Z] ---> 2053f3ac56ae [2021-01-28T00:44:52.861Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T00:44:53.094Z] ---> Running in f87fba3535bc [2021-01-28T00:44:53.094Z] Attempting uninstall: urllib3 [2021-01-28T00:44:53.094Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:44:53.094Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:44:53.372Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:44:54.087Z] ---> 7a1b7b14cbed [2021-01-28T00:44:54.087Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T00:44:54.397Z] Attempting uninstall: requests [2021-01-28T00:44:54.397Z] Removing intermediate container f87fba3535bc [2021-01-28T00:44:54.397Z] ---> c136c5413ed6 [2021-01-28T00:44:54.397Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:44:54.397Z] Found existing installation: requests 2.23.0 [2021-01-28T00:44:54.397Z] Uninstalling requests-2.23.0: [2021-01-28T00:44:54.671Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:44:54.767Z] ---> Running in 632ca6a29b1d [2021-01-28T00:44:55.424Z] Removing intermediate container 632ca6a29b1d [2021-01-28T00:44:55.424Z] ---> 2056cc764144 [2021-01-28T00:44:55.424Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T00:44:56.667Z] ---> e0e4f900378a [2021-01-28T00:44:56.668Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:44:56.668Z] Running setup.py install for PyYAML: started [2021-01-28T00:44:56.967Z] ---> Running in 3f16b381ed4d [2021-01-28T00:44:57.244Z] ---> b38ab9e2bf70 [2021-01-28T00:44:57.244Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T00:44:57.927Z] ---> Running in cd73fb5122bb [2021-01-28T00:44:59.618Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:44:59.618Z] Running setup.py install for dockerpty: started [2021-01-28T00:45:01.694Z] Removing intermediate container 3f16b381ed4d [2021-01-28T00:45:01.694Z] ---> 2e15ab92fcd1 [2021-01-28T00:45:01.694Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:45:02.299Z] ---> 3b0475ba9a37 [2021-01-28T00:45:02.300Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T00:45:02.581Z] ---> Running in 7aee39453a69 [2021-01-28T00:45:02.581Z] ---> Running in 181dddf83337 [2021-01-28T00:45:02.806Z] Removing intermediate container cd73fb5122bb [2021-01-28T00:45:02.806Z] ---> 63e9767fa550 [2021-01-28T00:45:02.806Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T00:45:02.862Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:45:03.480Z] Removing intermediate container 7aee39453a69 [2021-01-28T00:45:03.480Z] ---> d0de86c186cf [2021-01-28T00:45:03.480Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:45:03.768Z] Running setup.py install for docopt: started [2021-01-28T00:45:03.992Z] ---> Running in 6844e0b7288c [2021-01-28T00:45:04.048Z] ---> Running in bf4e8babc634 [2021-01-28T00:45:04.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:45:04.823Z] Removing intermediate container 4950c1d67e1f [2021-01-28T00:45:04.823Z] ---> d2da4d73075c [2021-01-28T00:45:04.823Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T00:45:04.946Z] Removing intermediate container bf4e8babc634 [2021-01-28T00:45:04.946Z] ---> d831c8b236d7 [2021-01-28T00:45:04.946Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T00:45:05.560Z] ---> Running in adb5df3ae519 [2021-01-28T00:45:06.056Z] Removing intermediate container 6844e0b7288c [2021-01-28T00:45:06.056Z] ---> 169eb9d23c52 [2021-01-28T00:45:06.056Z] Step 31/34 : CMD ["gate"] [2021-01-28T00:45:06.172Z] Removing intermediate container adb5df3ae519 [2021-01-28T00:45:06.172Z] ---> d717843d4c1c [2021-01-28T00:45:06.172Z] Step 33/34 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:45:06.773Z] ---> Running in 5edbb8e92a6c [2021-01-28T00:45:07.372Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:45:07.372Z] Running setup.py install for texttable: started [2021-01-28T00:45:07.372Z] Removing intermediate container 5edbb8e92a6c [2021-01-28T00:45:07.372Z] ---> 4695c85d822f [2021-01-28T00:45:07.372Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:45:07.982Z] ---> Running in dd8af40620d1 [2021-01-28T00:45:08.370Z] ---> Running in ddbe8bf72f79 [2021-01-28T00:45:08.582Z] Removing intermediate container dd8af40620d1 [2021-01-28T00:45:08.582Z] ---> b13e8d6cdde5 [2021-01-28T00:45:08.582Z] [2021-01-28T00:45:08.772Z] ---> Running in 3226731d8c34 [2021-01-28T00:45:09.146Z] Removing intermediate container 592cfc64aec6 [2021-01-28T00:45:09.146Z] ---> e720c1c1c8d6 [2021-01-28T00:45:09.146Z] [2021-01-28T00:45:09.146Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T00:45:09.146Z] ---> 389fef711851 [2021-01-28T00:45:09.146Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T00:45:09.183Z] Successfully built b13e8d6cdde5 [2021-01-28T00:45:09.183Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T00:45:09.183Z] Building docker-core-metadata-go [2021-01-28T00:45:09.490Z] ---> Running in d443127517f5 [2021-01-28T00:45:09.896Z] Removing intermediate container 3226731d8c34 [2021-01-28T00:45:09.896Z] ---> 18760b8c774a [2021-01-28T00:45:09.896Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T00:45:09.896Z] ---> Running in 48ddd195cd2a [2021-01-28T00:45:10.207Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:45:10.633Z]  Building docker-security-bootstrapper-go ... done  Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:45:10.976Z] Removing intermediate container 48ddd195cd2a [2021-01-28T00:45:10.976Z] ---> 26f59cc13f5f [2021-01-28T00:45:10.976Z] Step 33/34 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:45:11.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:45:11.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:45:11.609Z] ---> Running in 8e62c69fb824 [2021-01-28T00:45:11.609Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T00:45:11.609Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T00:45:11.609Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:45:11.609Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:45:11.957Z] OK: 6 MiB in 16 packages [2021-01-28T00:45:12.071Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-28T00:45:13.073Z] Removing intermediate container 8e62c69fb824 [2021-01-28T00:45:13.073Z] ---> 0691a9af8344 [2021-01-28T00:45:13.073Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T00:45:15.129Z] ---> Running in 4d4b8c634e81 [2021-01-28T00:45:15.130Z] Removing intermediate container c7c3f1e0110f [2021-01-28T00:45:15.130Z] ---> 56d3ec1efbaf [2021-01-28T00:45:15.130Z] [2021-01-28T00:45:15.130Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:45:15.130Z] ---> 389fef711851 [2021-01-28T00:45:15.130Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T00:45:15.828Z] ---> Running in 9fcb0427fa15 [2021-01-28T00:45:15.828Z] Removing intermediate container 4d4b8c634e81 [2021-01-28T00:45:15.828Z] ---> d94b498232b2 [2021-01-28T00:45:15.828Z] [2021-01-28T00:45:16.106Z] Removing intermediate container d443127517f5 [2021-01-28T00:45:16.106Z] ---> 2ae7bfb597e6 [2021-01-28T00:45:16.106Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:45:16.106Z] Removing intermediate container ddbe8bf72f79 [2021-01-28T00:45:16.106Z] ---> 9dcc6af18aad [2021-01-28T00:45:16.106Z] [2021-01-28T00:45:16.106Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T00:45:16.106Z] 20.10.0: Pulling from library/docker [2021-01-28T00:45:16.401Z] Successfully built d94b498232b2 [2021-01-28T00:45:16.401Z] ---> Running in e9cd291f985a [2021-01-28T00:45:16.401Z] Removing intermediate container 9fcb0427fa15 [2021-01-28T00:45:16.401Z] ---> 1bc56fc662c7 [2021-01-28T00:45:16.401Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T00:45:16.401Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T00:45:16.401Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 636a510210fa [2021-01-28T00:45:17.026Z] Removing intermediate container e9cd291f985a [2021-01-28T00:45:17.026Z] ---> a566d81a19e0 [2021-01-28T00:45:17.026Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T00:45:17.697Z] Removing intermediate container 636a510210fa [2021-01-28T00:45:17.697Z] ---> b234a5c6e3df [2021-01-28T00:45:17.697Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T00:45:17.697Z] ---> Running in 50ef30e389a0 [2021-01-28T00:45:17.981Z] ---> Running in a81b9231eb18 [2021-01-28T00:45:18.663Z] Removing intermediate container 50ef30e389a0 [2021-01-28T00:45:18.663Z] ---> cae663e68480 [2021-01-28T00:45:18.663Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T00:45:19.438Z] Removing intermediate container a81b9231eb18 [2021-01-28T00:45:19.438Z] ---> 7bfd2184be6a [2021-01-28T00:45:19.438Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:45:19.438Z] ---> Running in b03c524458a4 [2021-01-28T00:45:19.746Z] ---> Running in 57594c7e2ede [2021-01-28T00:45:20.056Z] Removing intermediate container b03c524458a4 [2021-01-28T00:45:20.056Z] ---> d771e50cf415 [2021-01-28T00:45:20.056Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:45:20.378Z] Removing intermediate container b74cf43ed525 [2021-01-28T00:45:20.378Z] ---> f4833a3d185a [2021-01-28T00:45:20.378Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:45:20.378Z] ---> Running in 6c8f7fc49dac [2021-01-28T00:45:21.627Z] ---> 350eb914a9ca [2021-01-28T00:45:21.627Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T00:45:22.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:45:23.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:45:23.276Z] ---> c52145ad395c [2021-01-28T00:45:23.276Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T00:45:23.276Z] Removing intermediate container 57594c7e2ede [2021-01-28T00:45:23.276Z] ---> e93be39ec9d4 [2021-01-28T00:45:23.276Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T00:45:23.276Z] ---> Running in dbe40d3292c8 [2021-01-28T00:45:23.635Z] ---> 55e089ad53e9 [2021-01-28T00:45:23.635Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T00:45:23.936Z] ---> Running in 32633e672cdc [2021-01-28T00:45:24.141Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:45:24.141Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:45:24.141Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:45:24.141Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:45:24.141Z] OK: 71 MiB in 58 packages [2021-01-28T00:45:24.663Z] Removing intermediate container 32633e672cdc [2021-01-28T00:45:24.663Z] ---> b3feef274f8f [2021-01-28T00:45:24.663Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:45:24.981Z] ---> Running in 1b4c398652b2 [2021-01-28T00:45:24.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:45:25.267Z] Removing intermediate container 1b4c398652b2 [2021-01-28T00:45:25.267Z] ---> 37b979d1ed49 [2021-01-28T00:45:25.267Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T00:45:26.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:45:26.263Z] ---> Running in 448bf5e4929d [2021-01-28T00:45:26.903Z] Removing intermediate container 448bf5e4929d [2021-01-28T00:45:26.903Z] ---> 667cef84b243 [2021-01-28T00:45:26.903Z] Step 21/22 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:45:27.215Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T00:45:27.215Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T00:45:27.215Z] ---> Running in 2ea358a271c4 [2021-01-28T00:45:27.215Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T00:45:27.504Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T00:45:27.556Z] Removing intermediate container 6c8f7fc49dac [2021-01-28T00:45:27.556Z] ---> 6bcfb25e3ea8 [2021-01-28T00:45:27.556Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:45:27.778Z] Removing intermediate container 2ea358a271c4 [2021-01-28T00:45:27.778Z] ---> b517f0f8fac6 [2021-01-28T00:45:27.778Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T00:45:27.778Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T00:45:27.838Z] ---> Running in 25a1a6f2c039 [2021-01-28T00:45:28.053Z] ---> Running in fbe7e9b38af4 [2021-01-28T00:45:28.053Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T00:45:28.053Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:45:28.053Z] OK: 8 MiB in 20 packages [2021-01-28T00:45:28.734Z] Removing intermediate container fbe7e9b38af4 [2021-01-28T00:45:28.734Z] ---> 5d4c375a46dc [2021-01-28T00:45:28.734Z] [2021-01-28T00:45:28.829Z] Removing intermediate container 25a1a6f2c039 [2021-01-28T00:45:28.829Z] ---> 25da879e4c38 [2021-01-28T00:45:28.829Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:45:29.041Z] Successfully built 5d4c375a46dc [2021-01-28T00:45:29.041Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T00:45:29.103Z] ---> Running in c57c56fe9225 [2021-01-28T00:45:30.087Z]  Building docker-support-notifications-go ... done Removing intermediate container dbe40d3292c8 [2021-01-28T00:45:30.088Z] ---> 183145528e96 [2021-01-28T00:45:30.088Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:45:30.089Z] Removing intermediate container c57c56fe9225 [2021-01-28T00:45:30.089Z] ---> 8e58b3ce5280 [2021-01-28T00:45:30.089Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T00:45:30.367Z] ---> Running in 5afdb4f7a30f [2021-01-28T00:45:30.697Z] ---> f531c32b6556 [2021-01-28T00:45:30.697Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T00:45:31.356Z] Removing intermediate container 5afdb4f7a30f [2021-01-28T00:45:31.356Z] ---> ff3f77c29e00 [2021-01-28T00:45:31.356Z] Step 25/26 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:45:31.981Z] ---> Running in 7e3971975761 [2021-01-28T00:45:32.245Z] ---> 8afbe8abcdda [2021-01-28T00:45:32.245Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T00:45:32.871Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T00:45:32.871Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T00:45:32.871Z] ---> aefe523efa57 [2021-01-28T00:45:32.871Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T00:45:32.871Z] ---> Running in 6ffdb576a935 [2021-01-28T00:45:33.211Z] ---> c5448e8ef7d4 [2021-01-28T00:45:33.211Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T00:45:33.431Z] Removing intermediate container 7e3971975761 [2021-01-28T00:45:33.432Z] ---> 17f2ae6189ff [2021-01-28T00:45:33.432Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:45:33.432Z] ---> Running in 2e6e24d1294c [2021-01-28T00:45:33.559Z] ---> Running in 7edd16bc3be8 [2021-01-28T00:45:33.714Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:45:33.714Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:45:33.714Z] ---> 1d65c3ae9b0f [2021-01-28T00:45:33.714Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:45:33.714Z] ---> Using cache [2021-01-28T00:45:33.714Z] ---> 06752fe38d8a [2021-01-28T00:45:33.714Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:45:33.714Z] ---> Using cache [2021-01-28T00:45:33.714Z] ---> d6d8c26c7add [2021-01-28T00:45:33.714Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:45:33.714Z] ---> Using cache [2021-01-28T00:45:33.714Z] ---> 198a8d67465e [2021-01-28T00:45:33.714Z] Step 6/23 : COPY go.mod . [2021-01-28T00:45:33.714Z] ---> Using cache [2021-01-28T00:45:33.714Z] ---> 913d3fb9b538 [2021-01-28T00:45:33.714Z] Step 7/23 : RUN go mod download [2021-01-28T00:45:33.714Z] ---> Using cache [2021-01-28T00:45:33.714Z] ---> 04762ea8ed28 [2021-01-28T00:45:33.714Z] Step 8/23 : COPY . . [2021-01-28T00:45:33.714Z] ---> Using cache [2021-01-28T00:45:33.714Z] ---> 3b0475ba9a37 [2021-01-28T00:45:33.714Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T00:45:33.995Z] ---> Running in 6905221402bd [2021-01-28T00:45:34.270Z] Removing intermediate container 2e6e24d1294c [2021-01-28T00:45:34.270Z] ---> 228adc2e8b4e [2021-01-28T00:45:34.270Z] [2021-01-28T00:45:34.317Z] Removing intermediate container 7edd16bc3be8 [2021-01-28T00:45:34.317Z] ---> 759c10113a00 [2021-01-28T00:45:34.317Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:45:34.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:45:34.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:45:35.013Z] ---> Running in afb728012595 [2021-01-28T00:45:35.013Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T00:45:35.013Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T00:45:35.013Z] Executing bash-5.0.17-r0.post-install [2021-01-28T00:45:35.013Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:45:35.013Z] OK: 12 MiB in 22 packages [2021-01-28T00:45:35.252Z] Successfully built 228adc2e8b4e [2021-01-28T00:45:35.252Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T00:45:35.587Z] Removing intermediate container afb728012595 [2021-01-28T00:45:35.587Z] ---> b958de1400f0 [2021-01-28T00:45:35.587Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T00:45:35.587Z] ---> Running in fde2c7366db0 [2021-01-28T00:45:36.240Z]  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/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:45:36.783Z] Removing intermediate container fde2c7366db0 [2021-01-28T00:45:36.783Z] ---> 4ca9df4c2ae7 [2021-01-28T00:45:36.783Z] Step 22/23 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:45:37.093Z] ---> Running in 47ca01eb5d37 [2021-01-28T00:45:37.750Z] Removing intermediate container 6ffdb576a935 [2021-01-28T00:45:37.750Z] ---> be5ab815ee56 [2021-01-28T00:45:37.750Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T00:45:38.078Z] ---> Running in 9a6e2228f7d9 [2021-01-28T00:45:38.386Z] Removing intermediate container 47ca01eb5d37 [2021-01-28T00:45:38.386Z] ---> 3545f5d82c0e [2021-01-28T00:45:38.386Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:45:38.702Z] ---> Running in 7dd22e3ce6dd [2021-01-28T00:45:38.702Z] Removing intermediate container 9a6e2228f7d9 [2021-01-28T00:45:38.702Z] ---> 40824e83a3b3 [2021-01-28T00:45:38.702Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T00:45:39.078Z] ---> Running in f5ad8bfd9c1f [2021-01-28T00:45:39.428Z] Removing intermediate container 7dd22e3ce6dd [2021-01-28T00:45:39.428Z] ---> fa54148273f5 [2021-01-28T00:45:39.428Z] [2021-01-28T00:45:40.049Z] Successfully built fa54148273f5 [2021-01-28T00:45:40.049Z] Successfully tagged docker-core-data-go:latest [2021-01-28T00:45:40.049Z]  Building docker-core-data-go ... done Removing intermediate container f5ad8bfd9c1f [2021-01-28T00:45:40.049Z] ---> 06b5c742a96c [2021-01-28T00:45:40.049Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T00:45:40.370Z] ---> Running in 6607f6352def [2021-01-28T00:45:41.062Z] Removing intermediate container 6607f6352def [2021-01-28T00:45:41.062Z] ---> 2294f844f5b9 [2021-01-28T00:45:41.062Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T00:45:42.562Z] ---> 790a3f3ca50b [2021-01-28T00:45:42.562Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T00:45:43.263Z] ---> c70b849c21ab [2021-01-28T00:45:43.263Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T00:45:44.300Z] ---> 1114555df2a9 [2021-01-28T00:45:44.300Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T00:45:44.594Z] ---> Running in a3cadf74ff0e [2021-01-28T00:45:46.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:45:47.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:45:47.768Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T00:45:47.768Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T00:45:47.768Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T00:45:47.768Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T00:45:47.768Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T00:45:47.768Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T00:45:48.065Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T00:45:50.151Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T00:45:50.151Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T00:45:50.151Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T00:45:50.151Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T00:45:50.433Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T00:45:50.433Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T00:45:50.433Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T00:45:50.724Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T00:45:50.724Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T00:45:50.724Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T00:45:50.724Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T00:45:50.724Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T00:45:50.997Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T00:45:50.997Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T00:45:50.997Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T00:45:50.997Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T00:45:50.997Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T00:45:50.997Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T00:45:51.288Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T00:45:51.288Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T00:45:51.288Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T00:45:51.288Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T00:45:51.288Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T00:45:51.288Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T00:45:51.288Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T00:45:51.288Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T00:45:51.588Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:45:51.588Z] OK: 71 MiB in 55 packages [2021-01-28T00:46:07.314Z] Removing intermediate container a3cadf74ff0e [2021-01-28T00:46:07.314Z] ---> 3b365be63b49 [2021-01-28T00:46:07.314Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T00:46:07.314Z] ---> Running in 9dec39f2bbc6 [2021-01-28T00:46:08.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:46:10.884Z] Collecting docker-compose==1.23.2 [2021-01-28T00:46:10.884Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T00:46:10.884Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T00:46:10.884Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T00:46:11.224Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T00:46:11.224Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T00:46:12.215Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-28T00:46:12.523Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T00:46:12.523Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T00:46:13.209Z] Collecting PyYAML<4,>=3.10 [2021-01-28T00:46:13.209Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T00:46:15.276Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T00:46:15.276Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T00:46:15.894Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T00:46:15.894Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T00:46:16.485Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T00:46:16.485Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T00:46:16.766Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T00:46:16.766Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T00:46:17.948Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T00:46:17.948Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T00:46:18.280Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T00:46:18.280Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T00:46:18.280Z] Collecting idna<2.8,>=2.5 [2021-01-28T00:46:18.280Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T00:46:18.712Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T00:46:18.712Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T00:46:18.712Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-28T00:46:18.712Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-28T00:46:18.712Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T00:46:18.712Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T00:46:18.712Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T00:46:18.712Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T00:46:18.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:46:19.041Z] Installing collected packages: websocket-client, texttable, idna, urllib3, requests, docker-pycreds, docker, PyYAML, dockerpty, jsonschema, docopt, cached-property, docker-compose [2021-01-28T00:46:19.364Z] Running setup.py install for texttable: started [2021-01-28T00:46:20.355Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T00:46:20.355Z] Attempting uninstall: idna [2021-01-28T00:46:20.355Z] Found existing installation: idna 2.9 [2021-01-28T00:46:20.355Z] Uninstalling idna-2.9: [2021-01-28T00:46:20.620Z] Successfully uninstalled idna-2.9 [2021-01-28T00:46:20.826Z] Removing intermediate container d042a7d896f1 [2021-01-28T00:46:20.827Z] ---> ab49f538ae77 [2021-01-28T00:46:20.827Z] [2021-01-28T00:46:20.827Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T00:46:20.827Z] ---> afeebe901d6b [2021-01-28T00:46:20.827Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T00:46:20.827Z] ---> Running in f9657e921d26 [2021-01-28T00:46:20.889Z] Attempting uninstall: urllib3 [2021-01-28T00:46:20.889Z] Found existing installation: urllib3 1.25.9 [2021-01-28T00:46:20.889Z] Uninstalling urllib3-1.25.9: [2021-01-28T00:46:20.889Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T00:46:21.192Z] Attempting uninstall: requests [2021-01-28T00:46:21.192Z] Found existing installation: requests 2.23.0 [2021-01-28T00:46:21.192Z] Uninstalling requests-2.23.0: [2021-01-28T00:46:21.192Z] Successfully uninstalled requests-2.23.0 [2021-01-28T00:46:21.790Z] Running setup.py install for PyYAML: started [2021-01-28T00:46:22.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:46:22.857Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T00:46:22.857Z] Running setup.py install for dockerpty: started [2021-01-28T00:46:23.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:46:23.866Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T00:46:23.866Z] Running setup.py install for docopt: started [2021-01-28T00:46:24.129Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T00:46:24.129Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:46:24.129Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T00:46:24.129Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T00:46:24.129Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T00:46:24.129Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:46:24.129Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:46:24.424Z] OK: 7 MiB in 19 packages [2021-01-28T00:46:24.725Z] Removing intermediate container e030e88930f7 [2021-01-28T00:46:24.725Z] ---> 93c54f082264 [2021-01-28T00:46:24.725Z] [2021-01-28T00:46:24.725Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:46:24.725Z] ---> afeebe901d6b [2021-01-28T00:46:24.725Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:46:24.725Z] ---> Using cache [2021-01-28T00:46:24.725Z] ---> dfb450ca51f5 [2021-01-28T00:46:24.725Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:46:24.725Z] ---> Using cache [2021-01-28T00:46:24.725Z] ---> b87d4216e4cf [2021-01-28T00:46:24.725Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T00:46:24.968Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T00:46:25.009Z] ---> Running in 0b570dffb2ec [2021-01-28T00:46:25.676Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-28T00:46:25.988Z] Removing intermediate container 0b570dffb2ec [2021-01-28T00:46:25.988Z] ---> c31a93e1817d [2021-01-28T00:46:25.988Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:46:26.266Z] ---> Running in 8885500af16b [2021-01-28T00:46:27.256Z] Removing intermediate container 8885500af16b [2021-01-28T00:46:27.256Z] ---> 43b6e597d333 [2021-01-28T00:46:27.256Z] Step 15/23 : WORKDIR / [2021-01-28T00:46:27.256Z] Removing intermediate container f9657e921d26 [2021-01-28T00:46:27.256Z] ---> e36a60ced13d [2021-01-28T00:46:27.256Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:46:27.533Z] ---> Running in 3c38ebe36594 [2021-01-28T00:46:27.533Z] ---> Running in 82cc960d1df6 [2021-01-28T00:46:28.534Z] Removing intermediate container 3c38ebe36594 [2021-01-28T00:46:28.534Z] ---> 0396219356c1 [2021-01-28T00:46:28.534Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:46:28.534Z] Removing intermediate container 82cc960d1df6 [2021-01-28T00:46:28.534Z] ---> 2ed171eb527c [2021-01-28T00:46:28.534Z] Step 13/24 : WORKDIR / [2021-01-28T00:46:28.822Z] ---> Running in f4d361ae013d [2021-01-28T00:46:29.814Z] Removing intermediate container f4d361ae013d [2021-01-28T00:46:29.814Z] ---> ce0c19f83135 [2021-01-28T00:46:29.814Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-28T00:46:30.096Z] ---> 006607126c7b [2021-01-28T00:46:30.096Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T00:46:30.348Z] Removing intermediate container 9dec39f2bbc6 [2021-01-28T00:46:30.348Z] ---> 6383112b3aea [2021-01-28T00:46:30.348Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T00:46:30.348Z] ---> Running in d337862f5aff [2021-01-28T00:46:31.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:46:31.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:46:32.099Z] ---> 8a54bb1b79f3 [2021-01-28T00:46:32.099Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-28T00:46:32.515Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:46:32.515Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T00:46:32.515Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T00:46:32.515Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:46:32.515Z] OK: 72 MiB in 58 packages [2021-01-28T00:46:33.984Z] Removing intermediate container d337862f5aff [2021-01-28T00:46:33.984Z] ---> 8be3fe872a03 [2021-01-28T00:46:33.984Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T00:46:33.984Z] ---> Running in ecdd486eba37 [2021-01-28T00:46:34.128Z] ---> 503370206d2d [2021-01-28T00:46:34.128Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T00:46:34.128Z] ---> 20a4c924e060 [2021-01-28T00:46:34.128Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T00:46:34.128Z] Removing intermediate container 181dddf83337 [2021-01-28T00:46:34.128Z] ---> cf80a5109bda [2021-01-28T00:46:34.128Z] [2021-01-28T00:46:34.128Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T00:46:34.128Z] ---> afeebe901d6b [2021-01-28T00:46:34.128Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T00:46:34.411Z] ---> Running in 2e776a982fa3 [2021-01-28T00:46:34.597Z] Removing intermediate container ecdd486eba37 [2021-01-28T00:46:34.598Z] ---> 9acc9ed8f7c0 [2021-01-28T00:46:34.598Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:46:34.598Z] ---> Running in 33ced99078b4 [2021-01-28T00:46:35.187Z] Removing intermediate container 33ced99078b4 [2021-01-28T00:46:35.187Z] ---> ab5d0f0a5ee1 [2021-01-28T00:46:35.187Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T00:46:35.187Z] ---> Running in 84cd5ede66eb [2021-01-28T00:46:35.469Z] Removing intermediate container 84cd5ede66eb [2021-01-28T00:46:35.469Z] ---> d8213de0d7d4 [2021-01-28T00:46:35.469Z] Step 25/26 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:46:35.761Z] ---> Running in 64e0ea44a6b8 [2021-01-28T00:46:35.875Z] ---> 264bf9c33d9a [2021-01-28T00:46:35.875Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T00:46:35.875Z] ---> e1cffcfdc52f [2021-01-28T00:46:35.875Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T00:46:35.875Z] ---> Running in aa2c676953a9 [2021-01-28T00:46:36.092Z] Removing intermediate container 64e0ea44a6b8 [2021-01-28T00:46:36.092Z] ---> e8a609f25c23 [2021-01-28T00:46:36.092Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T00:46:36.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:46:36.755Z] Removing intermediate container aa2c676953a9 [2021-01-28T00:46:36.755Z] ---> d4770e02b26b [2021-01-28T00:46:36.755Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:46:36.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:46:37.160Z] ---> Running in 552dbb04c025 [2021-01-28T00:46:37.355Z] ---> Running in 820d815fd651 [2021-01-28T00:46:37.438Z] Removing intermediate container 552dbb04c025 [2021-01-28T00:46:37.438Z] ---> e403dfa43ce5 [2021-01-28T00:46:37.438Z] [2021-01-28T00:46:37.628Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T00:46:37.628Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T00:46:37.628Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T00:46:37.740Z] Successfully built e403dfa43ce5 [2021-01-28T00:46:37.740Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T00:46:37.905Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T00:46:37.905Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:46:37.905Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T00:46:38.181Z] OK: 7 MiB in 18 packages [2021-01-28T00:46:38.181Z] ---> 00c17fae1f0d [2021-01-28T00:46:38.181Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T00:46:38.181Z] Removing intermediate container 820d815fd651 [2021-01-28T00:46:38.181Z] ---> 8af16e7247fd [2021-01-28T00:46:38.181Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:46:38.785Z] ---> Running in d6b4c6af7c11 [2021-01-28T00:46:39.189Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T00:46:39.302Z] $ docker stop --time=1 229be7f82f65d4727645a6d905074762f66bbb700f03a868a5caa9939c075292 [2021-01-28T00:46:40.237Z] Removing intermediate container d6b4c6af7c11 [2021-01-28T00:46:40.237Z] ---> 7abdd3cbd0e1 [2021-01-28T00:46:40.237Z] Step 22/23 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:46:40.237Z] ---> Running in da13efeb4cfd [2021-01-28T00:46:41.224Z] ---> 9105751c2d2f [2021-01-28T00:46:41.224Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T00:46:41.224Z] Removing intermediate container 2e776a982fa3 [2021-01-28T00:46:41.224Z] ---> 770dc5e20fd0 [2021-01-28T00:46:41.224Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T00:46:41.506Z] Removing intermediate container da13efeb4cfd [2021-01-28T00:46:41.506Z] ---> 6428789720ca [2021-01-28T00:46:41.506Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:46:41.506Z] ---> Running in 17e9cd113653 [2021-01-28T00:46:41.783Z] ---> Running in 0aba9dc9d9c1 [2021-01-28T00:46:42.770Z] Removing intermediate container 17e9cd113653 [2021-01-28T00:46:42.770Z] ---> fe3a427699cf [2021-01-28T00:46:42.770Z] Step 13/21 : WORKDIR /edgex [2021-01-28T00:46:42.770Z] ---> 790785521ebe [2021-01-28T00:46:42.770Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-28T00:46:42.770Z] Removing intermediate container 0aba9dc9d9c1 [2021-01-28T00:46:42.770Z] ---> ef7a65827286 [2021-01-28T00:46:42.770Z] [2021-01-28T00:46:43.043Z] ---> Running in 337f6ee779ad [2021-01-28T00:46:43.043Z] ---> Running in a090b1a4f003 [2021-01-28T00:46:43.550Z] $ docker rm -f 229be7f82f65d4727645a6d905074762f66bbb700f03a868a5caa9939c075292 [2021-01-28T00:46:43.648Z] Successfully built ef7a65827286 [2021-01-28T00:46:43.648Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T00:46:43.924Z]  Building docker-core-command-go ... done Removing intermediate container a090b1a4f003 [2021-01-28T00:46:44.201Z] ---> 7fe4ee32bf33 [2021-01-28T00:46:44.201Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:46:44.641Z] + docker images [2021-01-28T00:46:44.641Z] + grep docker [2021-01-28T00:46:45.193Z] ---> cfcf50d59050 [2021-01-28T00:46:45.194Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T00:46:45.837Z] docker-sys-mgmt-agent-go latest e403dfa43ce5 8 seconds ago 313MB [2021-01-28T00:46:45.837Z] docker-core-data-go latest fa54148273f5 About a minute ago 22.3MB [2021-01-28T00:46:45.837Z] docker-support-notifications-go latest 5d4c375a46dc About a minute ago 16.9MB [2021-01-28T00:46:45.837Z] docker-security-bootstrapper-go latest d94b498232b2 About a minute ago 33.5MB [2021-01-28T00:46:45.837Z] docker-support-scheduler-go latest dfb975eadef8 2 minutes ago 16.4MB [2021-01-28T00:46:45.837Z] docker-security-secretstore-setup-go latest 312cc3ea4600 5 minutes ago 24.6MB [2021-01-28T00:46:45.837Z] docker-core-metadata-go latest 53719ab8cef9 5 minutes ago 18.8MB [2021-01-28T00:46:45.837Z] docker-security-proxy-setup-go latest d6385cf0b449 5 minutes ago 24.4MB [2021-01-28T00:46:45.837Z] docker-core-command-go latest 176e2f84e049 5 minutes ago 16.3MB [2021-01-28T00:46:45.837Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-28T00:46:46.185Z] Removing intermediate container 337f6ee779ad [2021-01-28T00:46:46.185Z] ---> cc9f05934b85 [2021-01-28T00:46:46.185Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-01-28T00:46:46.461Z] ---> Running in dc775ae2dcf9 [Pipeline] node [2021-01-28T00:46:46.736Z] ---> 936df4202493 [2021-01-28T00:46:46.736Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T00:46:47.338Z] Removing intermediate container dc775ae2dcf9 [2021-01-28T00:46:47.338Z] ---> bcbe87fba22a [2021-01-28T00:46:47.338Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T00:46:47.614Z] ---> Running in 1b13b8a537df [2021-01-28T00:46:48.216Z] ---> e51cb6dac967 [2021-01-28T00:46:48.216Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T00:46:48.216Z] Removing intermediate container 1b13b8a537df [2021-01-28T00:46:48.216Z] ---> e5fc8cad3213 [2021-01-28T00:46:48.216Z] Step 23/24 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:46:48.216Z] ---> Running in 3eaf200c19c1 [2021-01-28T00:46:48.540Z] ---> Running in faf7d8583416 [2021-01-28T00:46:48.867Z] Removing intermediate container 3eaf200c19c1 [2021-01-28T00:46:48.867Z] ---> c4a7ce855e8e [2021-01-28T00:46:48.867Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T00:46:48.867Z] Removing intermediate container faf7d8583416 [2021-01-28T00:46:48.867Z] ---> 55a82af2ad32 [2021-01-28T00:46:48.867Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:46:49.150Z] ---> Running in ddad12a519a2 [2021-01-28T00:46:49.150Z] ---> Running in 2d381377af81 [2021-01-28T00:46:49.861Z] Removing intermediate container 2d381377af81 [2021-01-28T00:46:49.861Z] ---> 5d7cb32ae027 [2021-01-28T00:46:49.861Z] [2021-01-28T00:46:49.861Z] Removing intermediate container ddad12a519a2 [2021-01-28T00:46:49.861Z] ---> 099f01fc3566 [2021-01-28T00:46:49.861Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T00:46:50.164Z] ---> Running in 4a59c3dfa17b [2021-01-28T00:46:50.510Z] Successfully built 5d7cb32ae027 [2021-01-28T00:46:50.510Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T00:46:50.783Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4a59c3dfa17b [2021-01-28T00:46:50.783Z] ---> b7603ec6b289 [2021-01-28T00:46:50.783Z] Step 20/21 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:46:51.058Z] ---> Running in cf471b83a85d [2021-01-28T00:46:51.660Z] Removing intermediate container cf471b83a85d [2021-01-28T00:46:51.660Z] ---> 620f5fef5fac [2021-01-28T00:46:51.660Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T00:46:51.935Z] ---> Running in 917e06a39da3 [2021-01-28T00:46:52.531Z] Removing intermediate container 917e06a39da3 [2021-01-28T00:46:52.531Z] ---> 9b9524c4f2f7 [2021-01-28T00:46:52.531Z] [2021-01-28T00:46:52.801Z] Successfully built 9b9524c4f2f7 [2021-01-28T00:46:52.801Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T00:46:55.694Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6905221402bd [2021-01-28T00:46:55.694Z] ---> 11cc668aadcc [2021-01-28T00:46:55.694Z] [2021-01-28T00:46:55.694Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T00:46:55.694Z] ---> afeebe901d6b [2021-01-28T00:46:55.694Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T00:46:55.694Z] ---> Using cache [2021-01-28T00:46:55.694Z] ---> dfb450ca51f5 [2021-01-28T00:46:55.694Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T00:46:55.694Z] ---> Using cache [2021-01-28T00:46:55.694Z] ---> b87d4216e4cf [2021-01-28T00:46:55.694Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T00:46:55.966Z] ---> Running in 276cba88d91f [2021-01-28T00:46:56.566Z] Removing intermediate container 276cba88d91f [2021-01-28T00:46:56.566Z] ---> 1a6c7fcaa85d [2021-01-28T00:46:56.566Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T00:46:56.566Z] ---> Running in 199989e71f3e [2021-01-28T00:46:57.164Z] Removing intermediate container 199989e71f3e [2021-01-28T00:46:57.164Z] ---> 549411875f36 [2021-01-28T00:46:57.164Z] Step 15/23 : WORKDIR / [2021-01-28T00:46:57.164Z] ---> Running in c8fd3dd43d97 [2021-01-28T00:46:57.760Z] Removing intermediate container c8fd3dd43d97 [2021-01-28T00:46:57.760Z] ---> 91b0167c6f2e [2021-01-28T00:46:57.760Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T00:46:58.739Z] ---> c598691f97b6 [2021-01-28T00:46:58.739Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T00:47:00.175Z] ---> 9ddd2b06ddbc [2021-01-28T00:47:00.176Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T00:47:00.771Z] ---> b77b1a40774c [2021-01-28T00:47:00.772Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T00:47:00.772Z] ---> Running in f95f2d7b5855 [2021-01-28T00:47:01.365Z] Removing intermediate container f95f2d7b5855 [2021-01-28T00:47:01.365Z] ---> c58e0f5325f3 [2021-01-28T00:47:01.365Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:47:01.528Z] Still waiting to schedule task [2021-01-28T00:47:01.528Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-23590’ [2021-01-28T00:47:01.639Z] ---> Running in ff9f8d35b5b4 [2021-01-28T00:47:02.244Z] Removing intermediate container ff9f8d35b5b4 [2021-01-28T00:47:02.244Z] ---> c95f881474da [2021-01-28T00:47:02.244Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T00:47:02.244Z] ---> Running in 96f89bfa9250 [2021-01-28T00:47:02.837Z] Removing intermediate container 96f89bfa9250 [2021-01-28T00:47:02.837Z] ---> 1980ee6dd313 [2021-01-28T00:47:02.837Z] Step 22/23 : LABEL git_sha=d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [2021-01-28T00:47:03.110Z] ---> Running in 997aa9c5d045 [2021-01-28T00:47:03.705Z] Removing intermediate container 997aa9c5d045 [2021-01-28T00:47:03.705Z] ---> 0adc9d14325e [2021-01-28T00:47:03.705Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T00:47:03.705Z] ---> Running in ac84557a5d66 [2021-01-28T00:47:04.300Z] Removing intermediate container ac84557a5d66 [2021-01-28T00:47:04.300Z] ---> d267a5ef98eb [2021-01-28T00:47:04.300Z] [2021-01-28T00:47:04.573Z] Successfully built d267a5ef98eb [2021-01-28T00:47:04.573Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T00:47:04.861Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-28T00:47:04.880Z] $ docker stop --time=1 93ad0083f019af9d947f5d25cff352b6f82092e79c32ab19741c0f3b18a4c81c [2021-01-28T00:47:06.876Z] $ docker rm -f 93ad0083f019af9d947f5d25cff352b6f82092e79c32ab19741c0f3b18a4c81c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:47:07.599Z] + docker images [2021-01-28T00:47:07.599Z] + grep docker [2021-01-28T00:47:07.875Z] docker-core-metadata-go-arm64 latest d267a5ef98eb 4 seconds ago 17.7MB [2021-01-28T00:47:07.875Z] docker-security-proxy-setup-go-arm64 latest 9b9524c4f2f7 15 seconds ago 23.2MB [2021-01-28T00:47:07.875Z] docker-security-secretstore-setup-go-arm64 latest 5d7cb32ae027 18 seconds ago 23.4MB [2021-01-28T00:47:07.875Z] docker-core-command-go-arm64 latest ef7a65827286 25 seconds ago 15.4MB [2021-01-28T00:47:07.875Z] docker-sys-mgmt-agent-go-arm64 latest 228adc2e8b4e About a minute ago 300MB [2021-01-28T00:47:07.875Z] docker-security-bootstrapper-go-arm64 latest b13e8d6cdde5 About a minute ago 31.9MB [2021-01-28T00:47:07.875Z] docker-core-data-go-arm64 latest bc17d5737b4d 2 minutes ago 21MB [2021-01-28T00:47:07.875Z] docker-support-scheduler-go-arm64 latest c1e6009beb62 3 minutes ago 15.5MB [2021-01-28T00:47:07.875Z] docker-support-notifications-go-arm64 latest b292452f004a 3 minutes ago 16MB [2021-01-28T00:47:07.875Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T00:48:47.553Z] Running on prd-ubuntu18.04-docker-8c-8g-23598 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws [2021-01-28T00:48:47.607Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-28T00:48:49.965Z] using credential edgex-jenkins-ssh [2021-01-28T00:48:50.023Z] Cloning the remote Git repository [2021-01-28T00:48:50.052Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:48:50.114Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-28T00:48:50.148Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:48:50.148Z] > git --version # timeout=10 [2021-01-28T00:48:50.154Z] > git --version # 'git version 2.17.1' [2021-01-28T00:48:50.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:48:50.211Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:49:12.813Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit d3d087662b0c1d6890045bf75bc5d8c78beda443 [2021-01-28T00:49:12.982Z] Merge succeeded, producing 492bb4f596053f4d18176372cd1c977c5a16f0da [2021-01-28T00:49:12.982Z] Checking out Revision 492bb4f596053f4d18176372cd1c977c5a16f0da (PR-3088) [2021-01-28T00:49:12.148Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:49:12.162Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:49:12.173Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:49:12.186Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:49:12.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:49:12.190Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:49:12.826Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:49:12.831Z] > git checkout -f d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [2021-01-28T00:49:12.907Z] > git remote # timeout=10 [2021-01-28T00:49:12.914Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:49:12.918Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:49:12.922Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:49:12.980Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:49:12.989Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:49:13.000Z] > git checkout -f 492bb4f596053f4d18176372cd1c977c5a16f0da # timeout=10 [2021-01-28T00:49:16.733Z] Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" [2021-01-28T00:49:16.741Z] > git rev-list --no-walk d3d087662b0c1d6890045bf75bc5d8c78beda443 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:49:17.794Z] + echo snap-build.sh [2021-01-28T00:49:17.794Z] snap-build.sh [2021-01-28T00:49:17.794Z] + SNAP_BASE_DIR=. [2021-01-28T00:49:17.794Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-28T00:49:17.794Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-28T00:49:17.794Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-28T00:49:17.794Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-28T00:49:17.794Z] + cd /w/workspace/edgex-go/4 [2021-01-28T00:49:17.794Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T00:49:17.794Z] Reading package lists... [2021-01-28T00:49:17.794Z] Building dependency tree... [2021-01-28T00:49:17.794Z] Reading state information... [2021-01-28T00:49:18.057Z] The following packages were automatically installed and are no longer required: [2021-01-28T00:49:18.057Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T00:49:18.057Z] uidmap xdelta3 [2021-01-28T00:49:18.057Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T00:49:18.057Z] The following packages will be REMOVED: [2021-01-28T00:49:18.057Z] lxd* lxd-client* [2021-01-28T00:49:18.319Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T00:49:18.319Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T00:49:19.365Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-28T00:49:19.365Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:49:19.936Z] Removing lxd dnsmasq configuration [2021-01-28T00:49:20.198Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:49:20.198Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T00:49:21.142Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T00:49:21.406Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-28T00:49:21.406Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T00:49:22.803Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T00:49:22.803Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T00:49:23.748Z] + sudo snap remove --purge lxd [2021-01-28T00:49:24.010Z] snap "lxd" is not installed [2021-01-28T00:49:24.010Z] + sudo groupadd --force --system lxd [2021-01-28T00:49:24.010Z] ++ whoami [2021-01-28T00:49:24.010Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T00:49:24.010Z] + newgrp - lxd [2021-01-28T00:49:24.010Z] + sudo snap install lxd [2021-01-28T00:49:34.016Z] 2021-01-28T00:49:32Z INFO Waiting for automatic snapd restart... [2021-01-28T00:49:48.981Z] lxd 4.10 from Canonical* installed [2021-01-28T00:49:48.981Z] + sudo lxd init --auto [2021-01-28T00:49:57.125Z] + sudo snap install --classic snapcraft [2021-01-28T00:50:03.725Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:50:03.725Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T00:50:03.725Z] + patch --verbose -p1 [2021-01-28T00:50:03.725Z] Hmm... Looks like a unified diff to me... [2021-01-28T00:50:03.725Z] The text leading up to this was: [2021-01-28T00:50:03.725Z] -------------------------- [2021-01-28T00:50:03.725Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T00:50:03.725Z] |From: Tony Espy [2021-01-28T00:50:03.725Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T00:50:03.725Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T00:50:03.725Z] | [2021-01-28T00:50:03.725Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T00:50:03.725Z] |optimize the snap CI check run for pull requests. When [2021-01-28T00:50:03.725Z] |applied, it essentially strips out everything (apps and [2021-01-28T00:50:03.725Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T00:50:03.725Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T00:50:03.725Z] |catch changes to edgex-go that break the snap build. [2021-01-28T00:50:03.725Z] | [2021-01-28T00:50:03.725Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T00:50:03.725Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T00:50:03.725Z] |resulting in a failed snap build CI check in the associated [2021-01-28T00:50:03.725Z] |pull request. [2021-01-28T00:50:03.725Z] | [2021-01-28T00:50:03.725Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T00:50:03.725Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T00:50:03.725Z] |need to build the finally binary .snap file (and it won't [2021-01-28T00:50:03.725Z] |work with the patch applied). This further reduces the build [2021-01-28T00:50:03.725Z] |time. [2021-01-28T00:50:03.725Z] |--- [2021-01-28T00:50:03.725Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T00:50:03.726Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T00:50:03.726Z] | [2021-01-28T00:50:03.726Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T00:50:03.726Z] |index 1e537489..faf42425 100644 [2021-01-28T00:50:03.726Z] |--- a/snap/snapcraft.yaml [2021-01-28T00:50:03.726Z] |+++ b/snap/snapcraft.yaml [2021-01-28T00:50:03.726Z] -------------------------- [2021-01-28T00:50:03.726Z] patching file snap/snapcraft.yaml [2021-01-28T00:50:03.726Z] Using Plan A... [2021-01-28T00:50:03.726Z] Hunk #1 succeeded at 73. [2021-01-28T00:50:03.726Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T00:50:03.726Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T00:50:03.726Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T00:50:03.726Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T00:50:03.726Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T00:50:03.726Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T00:50:03.726Z] Hunk #8 succeeded at 342. [2021-01-28T00:50:03.726Z] Hmm... Ignoring the trailing garbage. [2021-01-28T00:50:03.726Z] done [2021-01-28T00:50:03.726Z] + sudo snapcraft prime --use-lxd [2021-01-28T00:50:05.110Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T00:50:05.110Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-28T00:50:05.110Z] - README.md [2021-01-28T00:50:05.110Z] - snapcraft.yaml.orig [2021-01-28T00:50:05.110Z] [2021-01-28T00:50:05.110Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T00:50:05.680Z] Launching a container. [2021-01-28T00:50:17.911Z] Waiting for container to be ready [2021-01-28T00:50:17.911Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T00:50:17.911Z] [2021-01-28T00:50:21.214Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T00:50:21.214Z] Waiting for network to be ready... [2021-01-28T00:50:21.477Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T00:50:21.737Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:50:21.998Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T00:50:22.259Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T00:50:22.259Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T00:50:22.259Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T00:50:22.519Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T00:50:22.519Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T00:50:22.519Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T00:50:22.519Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T00:50:22.519Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T00:50:23.089Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T00:50:23.351Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T00:50:23.351Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T00:50:23.351Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T00:50:23.351Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T00:50:23.351Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T00:50:23.351Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T00:50:23.351Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T00:50:23.611Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T00:50:23.611Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T00:50:23.611Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T00:50:23.611Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T00:50:23.611Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T00:50:23.611Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T00:50:23.611Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T00:50:23.611Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T00:50:26.155Z] Fetched 23.8 MB in 5s (4977 kB/s) [2021-01-28T00:50:27.096Z] Reading package lists... [2021-01-28T00:50:27.096Z] Reading package lists... [2021-01-28T00:50:27.096Z] Building dependency tree... [2021-01-28T00:50:27.096Z] Reading state information... [2021-01-28T00:50:27.359Z] The following additional packages will be installed: [2021-01-28T00:50:27.359Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T00:50:27.359Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T00:50:27.359Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T00:50:27.359Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T00:50:27.359Z] Suggested packages: [2021-01-28T00:50:27.359Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T00:50:27.359Z] Recommended packages: [2021-01-28T00:50:27.359Z] gnupg libsasl2-modules [2021-01-28T00:50:27.359Z] The following NEW packages will be installed: [2021-01-28T00:50:27.359Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T00:50:27.359Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T00:50:27.359Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T00:50:27.359Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T00:50:27.359Z] The following packages will be upgraded: [2021-01-28T00:50:27.359Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T00:50:27.629Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T00:50:27.629Z] Need to get 3533 kB of archives. [2021-01-28T00:50:27.629Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T00:50:27.629Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T00:50:27.629Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T00:50:27.896Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T00:50:28.164Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T00:50:28.164Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T00:50:28.164Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-28T00:50:28.164Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-28T00:50:28.164Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T00:50:28.164Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T00:50:28.164Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T00:50:28.164Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T00:50:28.164Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T00:50:28.164Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T00:50:28.164Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T00:50:28.164Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T00:50:28.164Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T00:50:28.164Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T00:50:28.164Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T00:50:28.164Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T00:50:28.164Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T00:50:28.431Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T00:50:28.431Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T00:50:28.432Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:50:28.432Z] Fetched 3533 kB in 1s (3370 kB/s) [2021-01-28T00:50:28.432Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T00:50:28.432Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:50:28.691Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:50:28.691Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T00:50:28.691Z] Selecting previously unselected package udev. [2021-01-28T00:50:28.691Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T00:50:28.691Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:50:28.691Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T00:50:28.953Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T00:50:28.953Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T00:50:28.953Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T00:50:29.215Z] Selecting previously unselected package fuse. [2021-01-28T00:50:29.215Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T00:50:29.215Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T00:50:29.215Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:50:29.215Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:50:29.215Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:50:29.478Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:50:29.478Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:50:29.478Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:50:29.478Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T00:50:29.478Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T00:50:29.478Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T00:50:29.739Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T00:50:29.739Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:50:29.739Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:29.739Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T00:50:29.739Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:50:29.739Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:29.739Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T00:50:29.739Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:50:29.739Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:30.000Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T00:50:30.000Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:50:30.000Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:30.000Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T00:50:30.000Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:50:30.000Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:30.260Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T00:50:30.260Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:50:30.260Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:30.260Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T00:50:30.260Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:50:30.260Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:30.260Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T00:50:30.260Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:50:30.260Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:30.521Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T00:50:30.521Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T00:50:30.521Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:30.521Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T00:50:30.521Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T00:50:30.521Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:50:30.521Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T00:50:30.522Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T00:50:30.522Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:50:30.782Z] Selecting previously unselected package libldap-common. [2021-01-28T00:50:30.782Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T00:50:30.782Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:50:30.782Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T00:50:30.782Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T00:50:30.782Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:50:30.782Z] Selecting previously unselected package dirmngr. [2021-01-28T00:50:30.782Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:50:31.044Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T00:50:31.044Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:50:31.044Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T00:50:31.044Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T00:50:31.044Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:50:31.044Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T00:50:31.303Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T00:50:31.303Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:31.303Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T00:50:31.303Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:50:31.303Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T00:50:31.564Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T00:50:31.826Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:31.826Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T00:50:31.826Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T00:50:31.826Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T00:50:32.087Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:32.087Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:32.087Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:32.087Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:32.087Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:32.087Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:32.087Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T00:50:32.087Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T00:50:32.088Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T00:50:32.088Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:50:32.659Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T00:50:32.659Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T00:50:32.659Z] This means they are not meant to be enabled using systemctl. [2021-01-28T00:50:32.659Z] Possible reasons for having this kind of units are: [2021-01-28T00:50:32.659Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T00:50:32.659Z] .wants/ or .requires/ directory. [2021-01-28T00:50:32.659Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T00:50:32.659Z] a requirement dependency on it. [2021-01-28T00:50:32.659Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T00:50:32.659Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T00:50:32.659Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T00:50:32.659Z] instance name specified. [2021-01-28T00:50:32.918Z] Reading package lists... [2021-01-28T00:50:32.918Z] Building dependency tree... [2021-01-28T00:50:32.918Z] Reading state information... [2021-01-28T00:50:33.179Z] The following additional packages will be installed: [2021-01-28T00:50:33.179Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T00:50:33.179Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T00:50:33.179Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T00:50:33.179Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T00:50:33.179Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T00:50:33.179Z] Suggested packages: [2021-01-28T00:50:33.179Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T00:50:33.179Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T00:50:33.179Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T00:50:33.179Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T00:50:33.179Z] systemd-container policykit-1 [2021-01-28T00:50:33.179Z] Recommended packages: [2021-01-28T00:50:33.179Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T00:50:33.179Z] The following NEW packages will be installed: [2021-01-28T00:50:33.179Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T00:50:33.179Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T00:50:33.179Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T00:50:33.179Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T00:50:33.179Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T00:50:33.179Z] The following packages will be upgraded: [2021-01-28T00:50:33.179Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T00:50:33.179Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T00:50:33.179Z] Need to get 35.2 MB of archives. [2021-01-28T00:50:33.179Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T00:50:33.179Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T00:50:33.439Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T00:50:34.012Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T00:50:34.012Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-28T00:50:34.012Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T00:50:34.012Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T00:50:34.012Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T00:50:34.012Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T00:50:34.012Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T00:50:34.012Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T00:50:34.012Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T00:50:34.012Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T00:50:34.012Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T00:50:34.012Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T00:50:34.012Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T00:50:34.012Z] 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-01-28T00:50:34.271Z] 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-01-28T00:50:34.271Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T00:50:34.271Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T00:50:34.271Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T00:50:34.271Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T00:50:34.271Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T00:50:34.271Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T00:50:34.271Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T00:50:34.271Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T00:50:34.271Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T00:50:34.271Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T00:50:34.271Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T00:50:34.271Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T00:50:34.271Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T00:50:35.654Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:50:35.654Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-01-28T00:50:35.654Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:50:35.654Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:50:35.654Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:50:36.224Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:50:36.224Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:50:36.224Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T00:50:36.485Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:50:36.485Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T00:50:36.485Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T00:50:36.745Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T00:50:36.745Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T00:50:36.745Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T00:50:36.745Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T00:50:37.316Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T00:50:37.316Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T00:50:37.886Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T00:50:37.886Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T00:50:37.886Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T00:50:37.886Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T00:50:38.145Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T00:50:38.145Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:50:38.145Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:50:38.406Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T00:50:38.406Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T00:50:38.406Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T00:50:38.666Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T00:50:38.666Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:50:38.666Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:50:38.926Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T00:50:38.926Z] Checking for services that may need to be restarted...done. [2021-01-28T00:50:38.926Z] Checking for services that may need to be restarted...done. [2021-01-28T00:50:38.926Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:50:38.926Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T00:50:38.926Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:50:39.494Z] Selecting previously unselected package python3-minimal. [2021-01-28T00:50:39.494Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T00:50:39.494Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:50:39.494Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T00:50:39.494Z] Selecting previously unselected package mime-support. [2021-01-28T00:50:39.494Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T00:50:39.494Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T00:50:39.754Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T00:50:39.754Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T00:50:39.754Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T00:50:39.754Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T00:50:39.754Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:50:39.754Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:50:40.014Z] Selecting previously unselected package python3.6. [2021-01-28T00:50:40.014Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T00:50:40.014Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:50:40.274Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T00:50:40.274Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:50:40.274Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T00:50:40.274Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T00:50:40.534Z] Selecting previously unselected package python3. [2021-01-28T00:50:40.534Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T00:50:40.535Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T00:50:40.535Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T00:50:40.535Z] Selecting previously unselected package multiarch-support. [2021-01-28T00:50:40.535Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:50:40.535Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T00:50:40.535Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T00:50:40.795Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T00:50:40.795Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T00:50:40.795Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T00:50:40.795Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T00:50:40.795Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T00:50:40.795Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T00:50:40.795Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T00:50:40.795Z] Selecting previously unselected package sudo. [2021-01-28T00:50:40.795Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T00:50:40.795Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T00:50:41.055Z] Selecting previously unselected package apparmor. [2021-01-28T00:50:41.055Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T00:50:41.055Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T00:50:41.055Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T00:50:41.055Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T00:50:41.055Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T00:50:41.316Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T00:50:41.316Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:50:41.316Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:50:41.316Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T00:50:41.316Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:50:41.316Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:50:41.316Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T00:50:41.316Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T00:50:41.316Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T00:50:41.575Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T00:50:41.575Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:50:41.575Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:50:41.575Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T00:50:41.575Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T00:50:41.836Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:50:41.836Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T00:50:41.836Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T00:50:41.836Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T00:50:42.097Z] Selecting previously unselected package openssh-client. [2021-01-28T00:50:42.097Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T00:50:42.097Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T00:50:42.097Z] Selecting previously unselected package squashfs-tools. [2021-01-28T00:50:42.097Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T00:50:42.097Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T00:50:42.356Z] Selecting previously unselected package snapd. [2021-01-28T00:50:42.356Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T00:50:42.356Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T00:50:44.266Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T00:50:44.266Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T00:50:44.266Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T00:50:44.266Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T00:50:44.526Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T00:50:44.526Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:50:44.526Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:50:44.526Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T00:50:44.526Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T00:50:45.473Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T00:50:45.473Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T00:50:45.473Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T00:50:45.473Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:50:45.473Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:50:45.473Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T00:50:46.045Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T00:50:46.045Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:50:46.045Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T00:50:46.045Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T00:50:46.045Z] running python rtupdate hooks for python3.6... [2021-01-28T00:50:46.045Z] running python post-rtupdate hooks for python3.6... [2021-01-28T00:50:46.045Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T00:50:47.440Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T00:50:48.014Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T00:50:48.275Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T00:50:48.534Z] Setting up snapd (2.48+18.04) ... [2021-01-28T00:50:48.795Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T00:50:49.056Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T00:50:49.315Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T00:50:49.315Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T00:50:49.577Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T00:50:49.577Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T00:50:49.837Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T00:50:49.837Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T00:50:50.097Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T00:50:50.359Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T00:50:50.359Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-28T00:50:50.359Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T00:50:50.359Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T00:50:51.302Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T00:50:51.302Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:50:51.302Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:50:52.510Z] Reading package lists... [2021-01-28T00:50:52.510Z] Reading package lists... [2021-01-28T00:50:52.775Z] Building dependency tree... [2021-01-28T00:50:52.775Z] Reading state information... [2021-01-28T00:50:52.775Z] Calculating upgrade... [2021-01-28T00:50:52.775Z] The following packages will be upgraded: [2021-01-28T00:50:52.775Z] advancecomp base-files bash binutils binutils-common [2021-01-28T00:50:52.775Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T00:50:52.775Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T00:50:52.775Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T00:50:52.775Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T00:50:52.775Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T00:50:52.775Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T00:50:52.775Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T00:50:52.775Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T00:50:52.775Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T00:50:53.039Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T00:50:53.039Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T00:50:53.039Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T00:50:53.039Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T00:50:53.039Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T00:50:53.039Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:50:53.039Z] Need to get 63.8 MB of archives. [2021-01-28T00:50:53.039Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T00:50:53.039Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T00:50:53.039Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T00:50:53.039Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T00:50:53.039Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T00:50:53.039Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T00:50:53.039Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T00:50:53.039Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T00:50:53.039Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T00:50:53.039Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-28T00:50:53.039Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-28T00:50:53.039Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-28T00:50:53.039Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T00:50:53.039Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T00:50:53.039Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T00:50:53.039Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T00:50:53.039Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T00:50:53.039Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T00:50:53.039Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T00:50:53.299Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T00:50:53.299Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T00:50:53.299Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T00:50:53.299Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T00:50:53.299Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-28T00:50:53.299Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T00:50:53.299Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T00:50:53.299Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T00:50:53.299Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T00:50:53.299Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T00:50:53.299Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T00:50:53.299Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T00:50:53.299Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T00:50:53.559Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T00:50:53.559Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T00:50:53.559Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T00:50:53.559Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T00:50:53.559Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T00:50:53.559Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T00:50:53.559Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T00:50:53.559Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T00:50:53.559Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T00:50:53.559Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T00:50:53.559Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T00:50:53.559Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T00:50:53.559Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-28T00:50:53.559Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T00:50:53.559Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T00:50:53.559Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-28T00:50:53.559Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T00:50:53.559Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-28T00:50:53.559Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T00:50:53.559Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T00:50:53.559Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T00:50:53.559Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T00:50:53.559Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T00:50:53.559Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T00:50:53.559Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T00:50:53.817Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T00:50:54.076Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-28T00:50:54.076Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-28T00:50:54.076Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T00:50:54.337Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T00:50:54.337Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T00:50:54.337Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-28T00:50:54.337Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T00:50:54.337Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T00:50:54.337Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T00:50:54.337Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T00:50:54.337Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T00:50:54.337Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T00:50:54.337Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T00:50:54.596Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T00:50:54.596Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T00:50:54.596Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T00:50:54.596Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T00:50:54.596Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T00:50:54.596Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T00:50:54.596Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T00:50:54.596Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T00:50:54.596Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T00:50:54.596Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T00:50:54.596Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T00:50:54.596Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-28T00:50:54.856Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-28T00:50:54.856Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-28T00:50:54.856Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T00:50:54.856Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-28T00:50:54.856Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T00:50:54.856Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T00:50:54.856Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T00:50:54.856Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-28T00:50:54.856Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T00:50:54.856Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T00:50:54.856Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-28T00:50:55.117Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T00:50:55.117Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T00:50:55.117Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T00:50:55.117Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T00:50:55.117Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T00:50:55.117Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T00:50:55.378Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:50:55.378Z] Fetched 63.8 MB in 2s (27.1 MB/s) [2021-01-28T00:50:55.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:50:55.378Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:50:55.378Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:50:56.320Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:50:56.320Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:50:56.320Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T00:50:56.320Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T00:50:56.897Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:56.897Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:57.156Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:57.156Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:57.156Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:57.156Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:57.417Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:57.417Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:57.417Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:57.417Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:57.677Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:57.677Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:57.677Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:57.677Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:57.942Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:57.942Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:50:57.942Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:57.942Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T00:50:58.202Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:58.202Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:50:58.202Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:58.202Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:58.202Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:58.202Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:58.462Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T00:50:58.723Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T00:50:58.984Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:50:58.984Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:50:58.984Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:50:59.244Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:50:59.504Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T00:50:59.765Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T00:50:59.765Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T00:50:59.765Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T00:50:59.765Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T00:51:00.025Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T00:51:00.025Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T00:51:00.286Z] Installing new version of config file /etc/issue ... [2021-01-28T00:51:00.286Z] Installing new version of config file /etc/issue.net ... [2021-01-28T00:51:00.286Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T00:51:00.286Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T00:51:00.547Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T00:51:00.547Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T00:51:00.547Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T00:51:00.547Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:00.547Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T00:51:00.547Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T00:51:00.807Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T00:51:00.807Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-28T00:51:00.807Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:00.807Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:51:00.807Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T00:51:01.069Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:51:01.069Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:01.069Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T00:51:01.069Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T00:51:01.330Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T00:51:01.330Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:01.330Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T00:51:01.330Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:51:01.590Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T00:51:01.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:01.852Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:51:01.852Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:51:01.852Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:51:01.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:01.852Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:51:02.113Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:51:02.113Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T00:51:02.374Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:02.374Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T00:51:02.374Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T00:51:02.374Z] Setting up grep (3.1-2build1) ... [2021-01-28T00:51:02.374Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:02.374Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T00:51:02.374Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T00:51:02.635Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T00:51:02.635Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:02.635Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:51:02.635Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:51:02.897Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T00:51:02.897Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:02.897Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:51:02.897Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:51:03.467Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:51:03.467Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:51:03.467Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T00:51:03.467Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:51:04.036Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T00:51:04.297Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:04.297Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T00:51:04.297Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T00:51:05.242Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T00:51:05.242Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T00:51:05.242Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T00:51:05.242Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T00:51:05.507Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T00:51:05.507Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:05.507Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T00:51:05.507Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T00:51:05.769Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T00:51:05.769Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:05.769Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:51:05.769Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:51:06.032Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:51:06.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:06.032Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:51:06.032Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:51:06.032Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:51:06.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:06.296Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:51:06.296Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:51:06.296Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:51:06.563Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:06.563Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:51:06.563Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:51:06.563Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:51:06.824Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:06.824Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:51:06.824Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:51:06.824Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:51:06.824Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:51:07.085Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:51:07.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:07.085Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T00:51:07.085Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:51:07.346Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:51:07.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:07.346Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:51:07.346Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:51:07.609Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:51:07.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:07.609Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:51:07.609Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:51:07.869Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:51:07.869Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:07.869Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:51:07.869Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:51:08.446Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:51:08.707Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T00:51:08.977Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T00:51:08.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:08.977Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T00:51:08.977Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T00:51:09.237Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:51:09.237Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T00:51:09.238Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T00:51:09.497Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T00:51:09.497Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T00:51:09.497Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:09.497Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T00:51:09.764Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T00:51:09.764Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T00:51:10.028Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:10.028Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T00:51:10.028Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T00:51:10.028Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T00:51:10.290Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:10.290Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T00:51:10.290Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T00:51:10.290Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T00:51:10.550Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:10.550Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:51:10.550Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:51:10.550Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:51:10.811Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:10.811Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:51:10.811Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:51:10.811Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:51:11.071Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:11.071Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T00:51:11.071Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:51:11.331Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:51:11.591Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:11.591Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T00:51:11.591Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T00:51:11.591Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T00:51:11.591Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T00:51:11.857Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:51:11.857Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:51:11.857Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:51:11.857Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:11.857Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T00:51:11.858Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T00:51:12.129Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T00:51:12.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:12.129Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T00:51:12.129Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T00:51:12.392Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T00:51:12.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:12.656Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T00:51:12.656Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T00:51:12.656Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T00:51:12.917Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:12.917Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T00:51:12.917Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T00:51:12.917Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T00:51:13.177Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:13.177Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T00:51:13.177Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T00:51:13.440Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T00:51:13.700Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:13.700Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T00:51:13.700Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T00:51:13.700Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T00:51:13.960Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:13.960Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T00:51:13.960Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T00:51:13.960Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T00:51:14.221Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:14.221Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T00:51:14.221Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T00:51:14.221Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T00:51:14.482Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:14.482Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T00:51:14.482Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T00:51:14.482Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T00:51:14.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:14.742Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T00:51:14.742Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T00:51:15.003Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T00:51:15.003Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:15.003Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T00:51:15.003Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T00:51:15.003Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T00:51:15.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T00:51:15.263Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T00:51:15.263Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T00:51:15.263Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T00:51:15.523Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T00:51:15.523Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T00:51:15.523Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T00:51:15.523Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T00:51:15.523Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T00:51:15.783Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T00:51:15.783Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T00:51:16.044Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T00:51:16.044Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T00:51:16.044Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T00:51:16.044Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T00:51:16.044Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T00:51:16.304Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T00:51:16.304Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T00:51:16.304Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T00:51:16.304Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T00:51:16.567Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T00:51:16.567Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T00:51:16.567Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T00:51:16.567Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T00:51:16.827Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T00:51:16.827Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T00:51:16.827Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T00:51:17.087Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T00:51:17.087Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T00:51:18.041Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T00:51:18.041Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T00:51:18.041Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T00:51:18.041Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T00:51:18.041Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:51:18.041Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:51:18.302Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:51:18.567Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:51:18.567Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:51:18.567Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:51:18.567Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T00:51:18.827Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T00:51:18.827Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:51:18.827Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:51:19.088Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:51:19.088Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:51:19.088Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:51:19.088Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:51:19.668Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:51:19.668Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:51:20.611Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:51:20.611Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:51:21.205Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:51:21.205Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:51:22.147Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:51:22.147Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:51:22.408Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:51:22.408Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:51:23.348Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T00:51:23.349Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T00:51:23.349Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:51:23.349Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:51:23.349Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T00:51:23.349Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:51:23.610Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T00:51:23.610Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T00:51:23.610Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T00:51:23.610Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T00:51:23.874Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:51:23.874Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:51:23.874Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T00:51:23.874Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T00:51:24.134Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T00:51:24.134Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T00:51:24.134Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:51:24.134Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T00:51:24.134Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:51:24.134Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:51:24.134Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:51:24.394Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T00:51:24.394Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T00:51:24.394Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T00:51:24.394Z] [2021-01-28T00:51:24.394Z] Current default time zone: 'Etc/UTC' [2021-01-28T00:51:24.394Z] Local time is now: Thu Jan 28 00:51:24 UTC 2021. [2021-01-28T00:51:24.394Z] Universal Time is now: Thu Jan 28 00:51:24 UTC 2021. [2021-01-28T00:51:24.394Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T00:51:24.394Z] [2021-01-28T00:51:24.394Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T00:51:24.655Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:51:24.655Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T00:51:24.655Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T00:51:24.655Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T00:51:24.960Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T00:51:24.960Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T00:51:24.960Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T00:51:24.960Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T00:51:24.960Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T00:51:24.960Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:51:24.960Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T00:51:25.234Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:51:25.234Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:51:25.234Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:51:25.234Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T00:51:25.234Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T00:51:25.526Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T00:51:25.526Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T00:51:25.526Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T00:51:25.526Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T00:51:25.526Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:51:25.526Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T00:51:27.064Z] Updating certificates in /etc/ssl/certs... [2021-01-28T00:51:28.016Z] 22 added, 17 removed; done. [2021-01-28T00:51:28.016Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T00:51:28.016Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T00:51:28.276Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T00:51:28.276Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T00:51:28.276Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T00:51:28.276Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:51:28.276Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:51:28.276Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:51:28.276Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:51:28.536Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:51:28.536Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:51:28.536Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:51:28.536Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T00:51:28.536Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:51:28.536Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:51:28.536Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T00:51:28.536Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T00:51:28.536Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:51:28.796Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T00:51:28.796Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:51:28.796Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T00:51:28.796Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T00:51:28.796Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:51:28.796Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T00:51:29.057Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T00:51:29.057Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T00:51:29.057Z] Updating certificates in /etc/ssl/certs... [2021-01-28T00:51:29.627Z] 0 added, 0 removed; done. [2021-01-28T00:51:29.627Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T00:51:29.627Z] done. [2021-01-28T00:51:29.886Z] Reading package lists... [2021-01-28T00:51:30.147Z] Building dependency tree... [2021-01-28T00:51:30.147Z] Reading state information... [2021-01-28T00:51:30.147Z] The following NEW packages will be installed: [2021-01-28T00:51:30.147Z] apt-transport-https [2021-01-28T00:51:30.407Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:51:30.407Z] Need to get 1696 B of archives. [2021-01-28T00:51:30.407Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T00:51:30.407Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T00:51:30.407Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:51:30.407Z] Fetched 1696 B in 0s (40.0 kB/s) [2021-01-28T00:51:30.407Z] Selecting previously unselected package apt-transport-https. [2021-01-28T00:51:30.407Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T00:51:30.407Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T00:51:30.407Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T00:51:30.407Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T00:51:30.667Z] Waiting for network to be ready... [2021-01-28T00:51:35.954Z] 2021-01-28T00:51:33Z INFO Waiting for automatic snapd restart... [2021-01-28T00:51:35.954Z] snapd 2.48.2 from Canonical* installed [2021-01-28T00:51:36.893Z] "snapd" switched to the "latest/stable" channel [2021-01-28T00:51:36.893Z] [2021-01-28T00:51:39.437Z] core18 20201210 from Canonical* installed [2021-01-28T00:51:39.697Z] "core18" switched to the "latest/stable" channel [2021-01-28T00:51:39.697Z] [2021-01-28T00:51:43.004Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T00:51:43.004Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T00:51:43.004Z] [2021-01-28T00:51:46.297Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-28T00:51:46.297Z] - README.md [2021-01-28T00:51:46.297Z] - snapcraft.yaml.orig [2021-01-28T00:51:46.297Z] [2021-01-28T00:51:46.297Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T00:51:52.879Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:51:52.879Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T00:51:52.879Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:51:52.879Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:51:53.823Z] Reading package lists... [2021-01-28T00:51:54.083Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-28T00:52:00.668Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:52:00.668Z] Reading package lists... [2021-01-28T00:52:00.668Z] Building dependency tree... [2021-01-28T00:52:00.668Z] Reading state information... [2021-01-28T00:52:00.668Z] Suggested packages: [2021-01-28T00:52:00.668Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T00:52:00.668Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T00:52:00.668Z] Recommended packages: [2021-01-28T00:52:00.668Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T00:52:00.668Z] The following NEW packages will be installed: [2021-01-28T00:52:00.668Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T00:52:00.668Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T00:52:00.668Z] pkg-config zip [2021-01-28T00:52:00.668Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T00:52:00.668Z] Need to get 7655 kB of archives. [2021-01-28T00:52:00.668Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T00:52:00.668Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-28T00:52:00.668Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T00:52:00.668Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T00:52:00.668Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T00:52:00.668Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T00:52:00.668Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T00:52:00.668Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T00:52:00.668Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T00:52:00.929Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T00:52:00.929Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T00:52:00.929Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T00:52:00.929Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T00:52:00.929Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T00:52:00.929Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T00:52:00.929Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T00:52:01.190Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T00:52:01.190Z] Fetched 7655 kB in 1s (10.8 MB/s) [2021-01-28T00:52:01.190Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T00:52:01.190Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T00:52:01.190Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T00:52:01.190Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T00:52:01.452Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T00:52:01.452Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T00:52:01.452Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T00:52:01.452Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T00:52:01.452Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T00:52:01.452Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T00:52:01.720Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T00:52:01.720Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T00:52:01.720Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T00:52:01.720Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T00:52:01.720Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T00:52:01.720Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T00:52:01.720Z] Selecting previously unselected package liberror-perl. [2021-01-28T00:52:01.720Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T00:52:01.720Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T00:52:02.006Z] Selecting previously unselected package git-man. [2021-01-28T00:52:02.006Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T00:52:02.006Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:52:02.006Z] Selecting previously unselected package git. [2021-01-28T00:52:02.006Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T00:52:02.006Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:52:02.988Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T00:52:02.988Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T00:52:02.988Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T00:52:02.988Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T00:52:02.988Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T00:52:02.988Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T00:52:02.988Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T00:52:02.988Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T00:52:02.988Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T00:52:02.988Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T00:52:02.988Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T00:52:03.251Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:52:03.251Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T00:52:03.251Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T00:52:03.251Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:52:03.251Z] Selecting previously unselected package pkg-config. [2021-01-28T00:52:03.251Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T00:52:03.251Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T00:52:03.511Z] Selecting previously unselected package zip. [2021-01-28T00:52:03.511Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T00:52:03.511Z] Unpacking zip (3.0-11build1) ... [2021-01-28T00:52:03.511Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T00:52:03.511Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:52:03.511Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T00:52:03.511Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T00:52:03.773Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T00:52:03.773Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T00:52:03.773Z] No schema files found: doing nothing. [2021-01-28T00:52:03.773Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T00:52:03.773Z] Setting up zip (3.0-11build1) ... [2021-01-28T00:52:03.773Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T00:52:03.773Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T00:52:03.773Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T00:52:03.773Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:52:03.773Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T00:52:04.037Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T00:52:04.037Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T00:52:04.037Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T00:52:10.661Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:52:10.661Z] git set to automatically installed. [2021-01-28T00:52:10.661Z] git-man set to automatically installed. [2021-01-28T00:52:10.661Z] libcurl3-gnutls set to automatically installed. [2021-01-28T00:52:10.661Z] liberror-perl set to automatically installed. [2021-01-28T00:52:10.661Z] libglib2.0-0 set to automatically installed. [2021-01-28T00:52:10.661Z] libnghttp2-14 set to automatically installed. [2021-01-28T00:52:10.661Z] libnorm1 set to automatically installed. [2021-01-28T00:52:10.661Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T00:52:10.661Z] libpsl5 set to automatically installed. [2021-01-28T00:52:10.661Z] librtmp1 set to automatically installed. [2021-01-28T00:52:10.661Z] libsodium23 set to automatically installed. [2021-01-28T00:52:10.661Z] libzmq3-dev set to automatically installed. [2021-01-28T00:52:10.661Z] libzmq5 set to automatically installed. [2021-01-28T00:52:10.661Z] pkg-config set to automatically installed. [2021-01-28T00:52:10.661Z] zip set to automatically installed. [2021-01-28T00:52:12.582Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T00:52:19.170Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T00:52:19.170Z] snap "core18" has no updates available [2021-01-28T00:52:19.742Z] Pulling config-common [2021-01-28T00:52:20.684Z] Pulling go-build-helper [2021-01-28T00:52:42.669Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T00:52:42.669Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T00:52:42.669Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T00:52:42.669Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T00:52:42.669Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T00:52:42.669Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T00:52:42.669Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T00:52:42.669Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T00:52:42.669Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T00:52:42.669Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T00:52:42.669Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T00:52:42.669Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T00:52:42.669Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T00:52:42.669Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T00:52:42.669Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T00:52:42.669Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T00:52:42.669Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T00:52:42.669Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T00:52:42.669Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T00:52:42.669Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T00:52:42.669Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T00:52:42.669Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T00:52:42.669Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T00:52:42.669Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T00:52:42.669Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T00:52:42.669Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T00:52:42.669Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T00:52:42.669Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T00:52:42.669Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T00:52:42.669Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T00:52:42.669Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T00:52:42.669Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T00:52:42.669Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T00:52:42.669Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T00:52:42.669Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T00:52:42.669Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T00:52:42.669Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T00:52:42.669Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T00:52:42.669Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T00:52:42.669Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T00:52:42.669Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T00:52:42.669Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T00:52:42.669Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T00:52:42.669Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T00:52:42.669Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T00:52:42.669Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T00:52:42.669Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T00:52:42.669Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T00:52:42.669Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T00:52:42.669Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T00:52:42.669Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T00:52:42.669Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T00:52:42.670Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T00:52:42.670Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T00:52:42.670Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T00:52:42.670Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T00:52:42.670Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T00:52:42.670Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T00:52:42.670Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T00:52:42.670Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T00:52:42.670Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T00:52:42.670Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T00:52:42.670Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T00:52:42.670Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T00:52:42.670Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T00:52:45.214Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T00:52:45.214Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T00:52:45.214Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T00:52:45.214Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T00:52:45.214Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T00:52:45.214Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T00:52:45.214Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T00:52:45.214Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T00:52:45.214Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T00:52:45.214Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T00:52:45.214Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T00:52:45.214Z] Pulling static-packages [2021-01-28T00:52:46.160Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-28T00:52:46.160Z] Skipping pull go-build-helper (already ran) [2021-01-28T00:52:46.160Z] Skipping pull static-packages (already ran) [2021-01-28T00:52:46.160Z] Building go-build-helper [2021-01-28T00:52:49.471Z] Building static-packages [2021-01-28T00:52:51.384Z] Staging go-build-helper [2021-01-28T00:52:52.322Z] Staging static-packages [2021-01-28T00:52:53.263Z] Pulling go115 [2021-01-28T00:52:54.230Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T00:52:54.230Z] Skipping pull go115 (already ran) [2021-01-28T00:52:54.230Z] Building go115 [2021-01-28T00:52:54.230Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:52:54.230Z] Dload Upload Total Spent Left Speed [2021-01-28T00:52:56.833Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 32.7M 0 0 44.6M 0 0:00:02 --:--:-- 0:00:02 44.6M 74 115M 74 85.8M 0 0 49.4M 0 0:00:02 0:00:01 0:00:01 49.4M 100 115M 100 115M 0 0 48.0M 0 0:00:02 0:00:02 --:--:-- 48.0M [2021-01-28T00:52:57.158Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T00:53:00.564Z] Staging go115 [2021-01-28T00:53:05.850Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T00:53:05.850Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T00:53:05.850Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T00:53:05.850Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T00:53:05.850Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T00:53:05.851Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T00:53:05.851Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T00:53:05.851Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T00:53:05.851Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T00:53:05.851Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T00:53:05.851Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T00:53:05.851Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T00:53:05.851Z] Pulling edgex-go [2021-01-28T00:53:07.232Z] Pulling version [2021-01-28T00:53:08.174Z] Building config-common [2021-01-28T00:53:10.083Z] Skipping build go-build-helper (already ran) [2021-01-28T00:53:10.083Z] Skipping build static-packages (already ran) [2021-01-28T00:53:10.083Z] Skipping build go115 (already ran) [2021-01-28T00:53:10.083Z] Building edgex-go [2021-01-28T00:53:10.083Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T00:53:11.476Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T00:53:11.476Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-28T00:53:11.476Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-28T00:53:11.476Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T00:53:11.476Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T00:53:11.476Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T00:53:11.476Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T00:53:11.476Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T00:53:11.476Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T00:53:11.476Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T00:53:11.476Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T00:53:11.476Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T00:53:11.476Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T00:53:11.476Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T00:53:11.476Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T00:53:11.476Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T00:53:11.476Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T00:53:11.476Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T00:53:11.476Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T00:53:11.476Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T00:53:11.476Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T00:53:11.476Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T00:53:11.476Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T00:53:11.476Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T00:53:11.476Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T00:53:11.476Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T00:53:11.476Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T00:53:11.476Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T00:53:11.476Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T00:53:11.476Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T00:53:11.476Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T00:53:11.737Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T00:53:11.737Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T00:53:11.737Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T00:53:11.737Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T00:53:11.737Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T00:53:11.737Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T00:53:11.737Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T00:53:11.999Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T00:53:11.999Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T00:53:20.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T00:53:23.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T00:53:24.004Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T00:53:24.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T00:53:25.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T00:53:25.210Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-28T00:53:25.470Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T00:53:25.470Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T00:53:25.470Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T00:53:26.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T00:53:26.983Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T00:53:26.983Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T00:53:27.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T00:53:28.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T00:53:28.870Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T00:53:30.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T00:53:30.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T00:53:31.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T00:53:31.765Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T00:53:32.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T00:53:32.707Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T00:53:35.247Z] Building version [2021-01-28T00:53:37.154Z] Staging config-common [2021-01-28T00:53:37.724Z] Skipping stage go-build-helper (already ran) [2021-01-28T00:53:37.724Z] Skipping stage static-packages (already ran) [2021-01-28T00:53:37.724Z] Skipping stage go115 (already ran) [2021-01-28T00:53:37.724Z] Staging edgex-go [2021-01-28T00:53:38.664Z] Staging version [2021-01-28T00:53:39.604Z] Priming config-common [2021-01-28T00:53:40.549Z] Priming go-build-helper [2021-01-28T00:53:41.499Z] Priming static-packages [2021-01-28T00:53:43.411Z] Priming go115 [2021-01-28T00:53:44.351Z] Priming edgex-go [2021-01-28T00:53:45.289Z] Priming version [2021-01-28T00:53:46.231Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T00:53:50.288Z] provisioning config files... [2021-01-28T00:53:50.317Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config9068952605966055576tmp [Pipeline] { [Pipeline] sh [2021-01-28T00:53:50.809Z] + set +x [2021-01-28T00:53:50.809Z] + bash -s -- [2021-01-28T00:53:50.809Z] + curl -s https://codecov.io/bash [2021-01-28T00:53:51.857Z] [2021-01-28T00:53:51.857Z] _____ _ [2021-01-28T00:53:51.857Z] / ____| | | [2021-01-28T00:53:51.857Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T00:53:51.857Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T00:53:51.857Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T00:53:51.857Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T00:53:51.857Z] Bash-20210128-d4071a2 [2021-01-28T00:53:51.857Z] [2021-01-28T00:53:51.857Z] [2021-01-28T00:53:51.857Z] ==> git version 2.24.3 found [2021-01-28T00:53:51.857Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-28T00:53:51.858Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T00:53:51.858Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T00:53:51.858Z] ==> Jenkins CI detected. [2021-01-28T00:53:51.858Z] project root: . [2021-01-28T00:53:51.858Z] --> token set from env [2021-01-28T00:53:52.159Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T00:53:52.159Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T00:53:52.441Z] ==> Python coveragepy not found [2021-01-28T00:53:52.441Z] ==> Searching for coverage reports in: [2021-01-28T00:53:52.441Z] + . [2021-01-28T00:53:52.441Z] -> Found 1 reports [2021-01-28T00:53:52.441Z] ==> Detecting git/mercurial file structure [2021-01-28T00:53:52.441Z] ==> Reading reports [2021-01-28T00:53:52.441Z] + ./coverage.out bytes=564700 [2021-01-28T00:53:52.441Z] ==> Appending adjustments [2021-01-28T00:53:52.441Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T00:54:05.597Z] + Found adjustments [2021-01-28T00:54:05.597Z] ==> Gzipping contents [2021-01-28T00:54:05.597Z] 84K /tmp/codecov.jg0t59.gz [2021-01-28T00:54:05.597Z] ==> Uploading reports [2021-01-28T00:54:05.597Z] url: https://codecov.io [2021-01-28T00:54:05.597Z] query: branch=PR-3088&commit=d6722ca5f29aa400fa1474fab4ff57339a43f6c1&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= [2021-01-28T00:54:05.597Z] -> Pinging Codecov [2021-01-28T00:54:05.597Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3088&commit=d6722ca5f29aa400fa1474fab4ff57339a43f6c1&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= [2021-01-28T00:54:05.597Z] -> Uploading to [2021-01-28T00:54:05.597Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/d6722ca5f29aa400fa1474fab4ff57339a43f6c1/36d93a8d-f79e-4fd5-ac0b-2cd2d50ece72.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T005404Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89df87831836195cfd8bb9ea2ef5ad546f0cddad5d92c3b19df2f700f02b26b2 [2021-01-28T00:54:05.597Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:54:05.597Z] Dload Upload Total Spent Left Speed [2021-01-28T00:54:05.597Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85484 0 0 100 85484 0 121k --:--:-- --:--:-- --:--:-- 121k 100 85484 0 0 100 85484 0 121k --:--:-- --:--:-- --:--:-- 121k [2021-01-28T00:54:05.597Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d6722ca5f29aa400fa1474fab4ff57339a43f6c1 [Pipeline] } [2021-01-28T00:54:05.616Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:54:07.611Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:54:09.540Z] ---> package-listing.sh [2021-01-28T00:54:09.540Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T00:54:09.540Z] ++ facter osfamily [2021-01-28T00:54:09.815Z] + OS_FAMILY=redhat [2021-01-28T00:54:09.815Z] + workspace=/w/workspace/edgex-go/4 [2021-01-28T00:54:09.815Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T00:54:09.815Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T00:54:09.815Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T00:54:09.815Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T00:54:09.815Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-28T00:54:09.815Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T00:54:09.815Z] + case "${OS_FAMILY}" in [2021-01-28T00:54:09.815Z] + rpm -qa [2021-01-28T00:54:09.815Z] + sort [2021-01-28T00:54:18.506Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T00:54:18.506Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T00:54:18.507Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T00:54:18.507Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-28T00:54:18.507Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-28T00:54:18.507Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-28T00:54:18.585Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T00:54:19.003Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:54:19.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:54:20.444Z] [2021-01-28T00:54:20.444Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:54:20.925Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:54:21.227Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T00:54:21.227Z] df20fa9351a1: Pulling fs layer [2021-01-28T00:54:21.227Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T00:54:21.227Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T00:54:21.227Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T00:54:21.227Z] 93b61091891f: Pulling fs layer [2021-01-28T00:54:21.227Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T00:54:21.227Z] 5e14af77c1be: Pulling fs layer [2021-01-28T00:54:21.227Z] 01666e4c0597: Pulling fs layer [2021-01-28T00:54:21.227Z] aa168da1d23b: Pulling fs layer [2021-01-28T00:54:21.227Z] 46f8f816bc3b: Waiting [2021-01-28T00:54:21.227Z] 93b61091891f: Waiting [2021-01-28T00:54:21.227Z] 93b9cdb0e59b: Waiting [2021-01-28T00:54:21.227Z] 5e14af77c1be: Waiting [2021-01-28T00:54:21.227Z] 01666e4c0597: Waiting [2021-01-28T00:54:21.227Z] aa168da1d23b: Waiting [2021-01-28T00:54:21.227Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T00:54:21.227Z] 36b3adc4ff6f: Download complete [2021-01-28T00:54:21.227Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T00:54:21.227Z] 46f8f816bc3b: Download complete [2021-01-28T00:54:21.528Z] df20fa9351a1: Verifying Checksum [2021-01-28T00:54:21.528Z] df20fa9351a1: Download complete [2021-01-28T00:54:21.528Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T00:54:21.528Z] 93b9cdb0e59b: Download complete [2021-01-28T00:54:21.804Z] 5e14af77c1be: Verifying Checksum [2021-01-28T00:54:21.804Z] 5e14af77c1be: Download complete [2021-01-28T00:54:21.804Z] 01666e4c0597: Download complete [2021-01-28T00:54:21.804Z] 93b61091891f: Verifying Checksum [2021-01-28T00:54:21.804Z] 93b61091891f: Download complete [2021-01-28T00:54:22.422Z] df20fa9351a1: Pull complete [2021-01-28T00:54:22.765Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T00:54:22.765Z] 8ad3a11d3b57: Download complete [2021-01-28T00:54:23.049Z] 36b3adc4ff6f: Pull complete [2021-01-28T00:54:25.940Z] 8ad3a11d3b57: Pull complete [2021-01-28T00:54:26.259Z] 46f8f816bc3b: Pull complete [2021-01-28T00:54:27.961Z] 93b61091891f: Pull complete [2021-01-28T00:54:28.278Z] 93b9cdb0e59b: Pull complete [2021-01-28T00:54:28.940Z] 5e14af77c1be: Pull complete [2021-01-28T00:54:29.303Z] 01666e4c0597: Pull complete [2021-01-28T00:54:30.853Z] aa168da1d23b: Verifying Checksum [2021-01-28T00:54:30.853Z] aa168da1d23b: Download complete [2021-01-28T00:54:53.418Z] aa168da1d23b: Pull complete [2021-01-28T00:54:53.418Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T00:54:53.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:54:53.418Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T00:54:54.160Z] prd-centos7-docker-4c-2g-23563 does not seem to be running inside a container [2021-01-28T00:54:54.248Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-01-28T00:54:58.178Z] $ docker top 8971db28755f32e487ab8ae0569b41a200ace4ea9dbf81608b6aa94e92e573f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:55:01.151Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T00:55:01.886Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T00:55:03.336Z] + ls /var/log/sa-host [2021-01-28T00:55:03.336Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T00:55:03.336Z] file_magic: OK [2021-01-28T00:55:03.336Z] HZ: Using current value: 100 [2021-01-28T00:55:03.336Z] file_header: OK [2021-01-28T00:55:03.336Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T00:55:03.336Z] Statistics: [2021-01-28T00:55:03.336Z] Hnuu...uuuununununu... [2021-01-28T00:55:03.336Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T00:55:03.336Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T00:55:03.336Z] file_magic: OK [2021-01-28T00:55:03.336Z] HZ: Using current value: 100 [2021-01-28T00:55:03.336Z] file_header: OK [2021-01-28T00:55:03.336Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T00:55:03.336Z] Statistics: [2021-01-28T00:55:03.336Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T00:55:03.336Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T00:55:03.574Z] provisioning config files... [2021-01-28T00:55:03.598Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config611598964257000171tmp [Pipeline] { [Pipeline] echo [2021-01-28T00:55:03.725Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:05.014Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T00:55:05.029Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T00:55:05.118Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:06.248Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T00:55:06.275Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:07.152Z] ---> sudo-logs.sh [2021-01-28T00:55:07.152Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T00:55:07.204Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:08.117Z] ---> job-cost.sh [2021-01-28T00:55:08.402Z] lf-activate-venv: SKIPPING [2021-01-28T00:55:08.402Z] INFO: No Stack... [2021-01-28T00:55:09.015Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T00:55:10.017Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T00:55:10.045Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:11.169Z] ---> logs-deploy.sh [2021-01-28T00:55:11.170Z] lf-activate-venv: SKIPPING [2021-01-28T00:55:11.170Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3088/4 [2021-01-28T00:55:11.170Z] INFO: archiving workspace using pattern(s): [2021-01-28T00:55:13.191Z] Archives upload complete. [2021-01-28T00:55:13.455Z] INFO: archiving logs to Nexus