Started by user Ernesto Ojeda 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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 192e75e79965f570e40dacfd3fa37e859c65312b+0163c92eb67c845bff5e90a4dc6407d0e1146c78 (761a8fb33f9e48f4b353d0e624b9f22bf22be83b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@a0a4852ea43f8cb2a740401713355780602d9fc2 Attempting to resolve a0a4852ea43f8cb2a740401713355780602d9fc2 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 Could not find a0a4852ea43f8cb2a740401713355780602d9fc2 in remote references. Pulling heads to local for deep search... > 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/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse a0a4852ea43f8cb2a740401713355780602d9fc2^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains a0a4852ea43f8cb2a740401713355780602d9fc2 # timeout=10 Selected match: pr/264/merge revision a0a4852ea43f8cb2a740401713355780602d9fc2 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 without 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0a4852ea43f8cb2a740401713355780602d9fc2 (pr/264/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f a0a4852ea43f8cb2a740401713355780602d9fc2 # timeout=10 Commit message: "feat(snap): Use new native build script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14367 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b > 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/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 Commit message: "ci: testing new native snap build" > git rev-list --no-walk 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T21:29:04.522Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-03T21:29:04.799Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T21:29:04.906Z] ========================================================= [2020-12-03T21:29:04.906Z] EdgeX Global Pipelines Version Info [2020-12-03T21:29:04.906Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-03T21:29:06.409Z] ------------------- [2020-12-03T21:29:06.410Z] stable info: [2020-12-03T21:29:06.410Z] ------------------- [2020-12-03T21:29:06.410Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T21:29:06.410Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T21:29:06.410Z] Message: update stable to v1.0.169 [2020-12-03T21:29:07.358Z] ------------------- [2020-12-03T21:29:07.358Z] experimental info: [2020-12-03T21:29:07.358Z] ------------------- [2020-12-03T21:29:07.358Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T21:29:07.358Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T21:29:07.358Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T21:29:07.619Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-03T21:29:07.721Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-03T21:29:07.811Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T21:29:07.906Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T21:29:08.010Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T21:29:08.200Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T21:29:08.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T21:29:08.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-03T21:29:08.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-03T21:29:08.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-03T21:29:08.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T21:29:08.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T21:29:08.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T21:29:09.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T21:29:09.106Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T21:29:09.198Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T21:29:09.291Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-03T21:29:09.398Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T21:29:09.519Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-03T21:29:09.615Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-03T21:29:09.707Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-03T21:29:09.822Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T21:29:09.912Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2898 [Pipeline] echo [2020-12-03T21:29:10.019Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2898 [Pipeline] echo [2020-12-03T21:29:10.116Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2898 [Pipeline] echo [2020-12-03T21:29:10.378Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 192e75e79965f570e40dacfd3fa37e859c65312b [Pipeline] echo [2020-12-03T21:29:10.487Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 192e75e [Pipeline] echo [2020-12-03T21:29:10.601Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T21:29:10.824Z] provisioning config files... [2020-12-03T21:29:10.862Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config532273530990740090tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T21:29:11.287Z] ---> docker-login.sh [2020-12-03T21:29:11.287Z] nexus3.edgexfoundry.org:10001 [2020-12-03T21:29:11.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T21:29:11.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T21:29:11.813Z] Configure a credential helper to remove this warning. See [2020-12-03T21:29:11.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T21:29:11.813Z] [2020-12-03T21:29:11.813Z] Login Succeeded [2020-12-03T21:29:11.813Z] nexus3.edgexfoundry.org:10002 [2020-12-03T21:29:11.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T21:29:12.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T21:29:12.078Z] Configure a credential helper to remove this warning. See [2020-12-03T21:29:12.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T21:29:12.078Z] [2020-12-03T21:29:12.078Z] Login Succeeded [2020-12-03T21:29:12.078Z] nexus3.edgexfoundry.org:10003 [2020-12-03T21:29:12.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T21:29:12.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T21:29:12.078Z] Configure a credential helper to remove this warning. See [2020-12-03T21:29:12.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T21:29:12.078Z] [2020-12-03T21:29:12.078Z] Login Succeeded [2020-12-03T21:29:12.078Z] nexus3.edgexfoundry.org:10004 [2020-12-03T21:29:12.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T21:29:12.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T21:29:12.341Z] Configure a credential helper to remove this warning. See [2020-12-03T21:29:12.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T21:29:12.341Z] [2020-12-03T21:29:12.341Z] Login Succeeded [2020-12-03T21:29:12.341Z] docker.io [2020-12-03T21:29:12.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T21:29:12.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T21:29:12.604Z] Configure a credential helper to remove this warning. See [2020-12-03T21:29:12.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T21:29:12.604Z] [2020-12-03T21:29:12.604Z] Login Succeeded [2020-12-03T21:29:12.604Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T21:29:12.614Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T21:29:13.125Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-03T21:29:13.125Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T21:29:13.125Z] ++ dirname cmd/core-command/Dockerfile [2020-12-03T21:29:13.125Z] ++ cut -d/ -f2 [2020-12-03T21:29:13.125Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-03T21:29:13.125Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T21:29:13.125Z] ++ dirname cmd/core-data/Dockerfile [2020-12-03T21:29:13.125Z] ++ cut -d/ -f2 [2020-12-03T21:29:13.125Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-03T21:29:13.125Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T21:29:13.125Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-03T21:29:13.125Z] ++ cut -d/ -f2 [2020-12-03T21:29:13.125Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-03T21:29:13.125Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T21:29:13.125Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-03T21:29:13.125Z] ++ cut -d/ -f2 [2020-12-03T21:29:13.125Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-03T21:29:13.125Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T21:29:13.125Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-03T21:29:13.125Z] ++ cut -d/ -f2 [2020-12-03T21:29:13.125Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-03T21:29:13.125Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T21:29:13.125Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-03T21:29:13.125Z] ++ cut -d/ -f2 [2020-12-03T21:29:13.125Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-03T21:29:13.125Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T21:29:13.125Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-03T21:29:13.125Z] ++ cut -d/ -f2 [2020-12-03T21:29:13.125Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-03T21:29:13.125Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T21:29:13.125Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-03T21:29:13.125Z] ++ cut -d/ -f2 [2020-12-03T21:29:13.125Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-03T21:29:13.125Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T21:29:13.125Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-03T21:29:13.125Z] ++ cut -d/ -f2 [2020-12-03T21:29:13.125Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-03T21:29:13.125Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T21:29:13.125Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-03T21:29:13.125Z] ++ cut -d/ -f2 [2020-12-03T21:29:13.125Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T21:29:13.196Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 [2020-12-03T21:29:14.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T21:29:14.760Z] [2020-12-03T21:29:14.761Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:29:15.111Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T21:29:15.111Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T21:29:15.111Z] 31603596830f: Pulling fs layer [2020-12-03T21:29:15.111Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T21:29:15.111Z] 6ca5941a6612: Pulling fs layer [2020-12-03T21:29:15.111Z] ecc8261a40a4: Pulling fs layer [2020-12-03T21:29:15.111Z] ecc8261a40a4: Waiting [2020-12-03T21:29:15.111Z] 2a8b12db71e7: Download complete [2020-12-03T21:29:15.372Z] 31603596830f: Verifying Checksum [2020-12-03T21:29:15.373Z] 31603596830f: Download complete [2020-12-03T21:29:15.373Z] 6ca5941a6612: Verifying Checksum [2020-12-03T21:29:15.373Z] 6ca5941a6612: Download complete [2020-12-03T21:29:15.373Z] ecc8261a40a4: Verifying Checksum [2020-12-03T21:29:15.373Z] ecc8261a40a4: Download complete [2020-12-03T21:29:15.670Z] 31603596830f: Pull complete [2020-12-03T21:29:15.953Z] 2a8b12db71e7: Pull complete [2020-12-03T21:29:16.902Z] 6ca5941a6612: Pull complete [2020-12-03T21:29:16.902Z] ecc8261a40a4: Pull complete [2020-12-03T21:29:16.902Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T21:29:16.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T21:29:16.902Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T21:29:17.008Z] prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container [2020-12-03T21:29:17.058Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T21:29:19.504Z] $ docker top f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T21:29:19.791Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T21:29:19.791Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T21:29:20.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T21:29:20.022Z] $ docker exec f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 ssh-agent [2020-12-03T21:29:20.180Z] SSH_AUTH_SOCK=/tmp/ssh-PDpggET57WwA/agent.11 [2020-12-03T21:29:20.180Z] SSH_AGENT_PID=16 [2020-12-03T21:29:20.190Z] Running ssh-add (command line suppressed) [2020-12-03T21:29:20.310Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_1517770152490773811.key (/w/workspace/edgex-go/7@tmp/private_key_1517770152490773811.key) [2020-12-03T21:29:20.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T21:29:20.726Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T21:29:20.749Z] $ docker exec --env ******** --env ******** f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 ssh-agent -k [2020-12-03T21:29:20.881Z] unset SSH_AUTH_SOCK; [2020-12-03T21:29:20.881Z] unset SSH_AGENT_PID; [2020-12-03T21:29:20.882Z] echo Agent pid 16 killed; [2020-12-03T21:29:20.934Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T21:29:21.129Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T21:29:21.129Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T21:29:21.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T21:29:21.296Z] $ docker exec f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 ssh-agent [2020-12-03T21:29:21.461Z] SSH_AUTH_SOCK=/tmp/ssh-Pmi9A6ZpbSx3/agent.45 [2020-12-03T21:29:21.461Z] SSH_AGENT_PID=50 [2020-12-03T21:29:21.469Z] Running ssh-add (command line suppressed) [2020-12-03T21:29:21.586Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_2854216529467418471.key (/w/workspace/edgex-go/7@tmp/private_key_2854216529467418471.key) [2020-12-03T21:29:21.636Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T21:29:21.977Z] + git semver init [2020-12-03T21:29:21.977Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T21:29:21.977Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2020-12-03T21:29:21.977Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2020-12-03T21:29:21.977Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T21:29:21.977Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T21:29:21.977Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T21:29:21.977Z] # $SEMVER_BRANCH = PR-2898 [2020-12-03T21:29:21.977Z] # $SEMVER_TEMP = /tmp/semver-366646320 [2020-12-03T21:29:21.977Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-03T21:29:40.126Z] # '/tmp/semver-366646320' -> '/w/workspace/edgex-go/7/.semver' [2020-12-03T21:29:40.708Z] # -> Force: false [2020-12-03T21:29:40.708Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2020-12-03T21:29:40.726Z] $ docker exec --env ******** --env ******** f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 ssh-agent -k [2020-12-03T21:29:41.000Z] unset SSH_AUTH_SOCK; [2020-12-03T21:29:41.000Z] unset SSH_AGENT_PID; [2020-12-03T21:29:41.001Z] echo Agent pid 50 killed; [2020-12-03T21:29:41.100Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T21:29:41.748Z] + git semver [Pipeline] } [2020-12-03T21:29:41.769Z] $ docker stop --time=1 f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 [2020-12-03T21:29:43.362Z] $ docker rm -f f6c666f5018cee0946eac0c2354b97a0fc793820ed8813f0ee11e6e0b1d06236 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T21:29:43.884Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T21:29:44.456Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T21:29:44.459Z] [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 [2020-12-03T21:29:45.415Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T21:29:45.715Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T21:29:46.022Z] + sudo service docker restart [2020-12-03T21:29:46.022Z] + true [2020-12-03T21:29:46.022Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-03T21:29:46.612Z] ========================================================= [2020-12-03T21:29:46.612Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T21:29:46.612Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:29:46.971Z] + 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 . [2020-12-03T21:29:50.303Z] Sending build context to Docker daemon 326.2MB [2020-12-03T21:29:50.303Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T21:29:50.303Z] Step 2/7 : FROM ${BASE} [2020-12-03T21:29:50.303Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T21:29:50.303Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T21:29:50.303Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T21:29:50.303Z] de9db76c5a1d: Pulling fs layer [2020-12-03T21:29:50.303Z] bca2f99d35d6: Pulling fs layer [2020-12-03T21:29:50.303Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T21:29:50.303Z] 7c6f9722023f: Pulling fs layer [2020-12-03T21:29:50.303Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T21:29:50.303Z] bca2f99d35d6: Waiting [2020-12-03T21:29:50.303Z] 93359f2a8cfa: Waiting [2020-12-03T21:29:50.303Z] 7c6f9722023f: Waiting [2020-12-03T21:29:50.303Z] a35cf1a2eb13: Waiting [2020-12-03T21:29:50.303Z] de9db76c5a1d: Verifying Checksum [2020-12-03T21:29:50.303Z] de9db76c5a1d: Download complete [2020-12-03T21:29:50.303Z] 0ef7d3d256c8: Verifying Checksum [2020-12-03T21:29:50.303Z] 0ef7d3d256c8: Download complete [2020-12-03T21:29:50.303Z] 93359f2a8cfa: Verifying Checksum [2020-12-03T21:29:50.303Z] 93359f2a8cfa: Download complete [2020-12-03T21:29:50.303Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T21:29:50.303Z] 188c0c94c7c5: Download complete [2020-12-03T21:29:50.303Z] 7c6f9722023f: Verifying Checksum [2020-12-03T21:29:50.303Z] 7c6f9722023f: Download complete [2020-12-03T21:29:50.565Z] 188c0c94c7c5: Pull complete [2020-12-03T21:29:50.828Z] 0ef7d3d256c8: Pull complete [2020-12-03T21:29:50.828Z] de9db76c5a1d: Pull complete [2020-12-03T21:29:52.763Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T21:29:52.763Z] a35cf1a2eb13: Download complete [2020-12-03T21:29:53.027Z] bca2f99d35d6: Verifying Checksum [2020-12-03T21:29:53.027Z] bca2f99d35d6: Download complete [2020-12-03T21:29:58.356Z] bca2f99d35d6: Pull complete [2020-12-03T21:29:58.356Z] 93359f2a8cfa: Pull complete [2020-12-03T21:29:58.356Z] 7c6f9722023f: Pull complete [2020-12-03T21:29:59.864Z] Still waiting to schedule task [2020-12-03T21:29:59.864Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-03T21:30:03.688Z] a35cf1a2eb13: Pull complete [2020-12-03T21:30:03.688Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T21:30:03.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T21:30:03.688Z] ---> a62c8e92a672 [2020-12-03T21:30:03.688Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-03T21:30:03.688Z] ---> Running in 4e2581470338 [2020-12-03T21:30:03.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:30:04.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:30:04.899Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T21:30:05.477Z] (2/12) Installing file (5.38-r0) [2020-12-03T21:30:05.740Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T21:30:05.740Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T21:30:09.962Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T21:30:09.963Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T21:30:09.963Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T21:30:09.963Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T21:30:10.225Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T21:30:10.492Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T21:30:10.492Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T21:30:10.492Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T21:30:10.754Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:30:10.755Z] OK: 233 MiB in 51 packages [2020-12-03T21:30:14.078Z] Removing intermediate container 4e2581470338 [2020-12-03T21:30:14.078Z] ---> 30eb596a4219 [2020-12-03T21:30:14.078Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T21:30:14.342Z] ---> Running in 43c488e472ff [2020-12-03T21:30:14.343Z] Removing intermediate container 43c488e472ff [2020-12-03T21:30:14.343Z] ---> 494d43c2674a [2020-12-03T21:30:14.343Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T21:30:14.918Z] latest: Pulling from library/docker [2020-12-03T21:30:15.183Z] 188c0c94c7c5: Already exists [2020-12-03T21:30:15.183Z] 0c7c675703d6: Pulling fs layer [2020-12-03T21:30:15.183Z] cc8c12a437cb: Pulling fs layer [2020-12-03T21:30:15.183Z] f092543453df: Pulling fs layer [2020-12-03T21:30:15.183Z] 65b6bc45957d: Pulling fs layer [2020-12-03T21:30:15.183Z] 4de832df471b: Pulling fs layer [2020-12-03T21:30:15.183Z] 79aa7fa92271: Pulling fs layer [2020-12-03T21:30:15.183Z] 65b6bc45957d: Waiting [2020-12-03T21:30:15.183Z] 4de832df471b: Waiting [2020-12-03T21:30:15.183Z] 79aa7fa92271: Waiting [2020-12-03T21:30:15.183Z] 0c7c675703d6: Verifying Checksum [2020-12-03T21:30:15.183Z] 0c7c675703d6: Download complete [2020-12-03T21:30:15.445Z] cc8c12a437cb: Verifying Checksum [2020-12-03T21:30:15.445Z] cc8c12a437cb: Download complete [2020-12-03T21:30:15.445Z] 65b6bc45957d: Verifying Checksum [2020-12-03T21:30:15.445Z] 65b6bc45957d: Download complete [2020-12-03T21:30:15.445Z] 79aa7fa92271: Download complete [2020-12-03T21:30:15.445Z] 0c7c675703d6: Pull complete [2020-12-03T21:30:15.708Z] 4de832df471b: Verifying Checksum [2020-12-03T21:30:15.708Z] 4de832df471b: Download complete [2020-12-03T21:30:15.708Z] cc8c12a437cb: Pull complete [2020-12-03T21:30:16.663Z] f092543453df: Download complete [2020-12-03T21:30:19.232Z] f092543453df: Pull complete [2020-12-03T21:30:19.232Z] 65b6bc45957d: Pull complete [2020-12-03T21:30:19.232Z] 4de832df471b: Pull complete [2020-12-03T21:30:19.232Z] 79aa7fa92271: Pull complete [2020-12-03T21:30:19.232Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T21:30:19.232Z] Status: Downloaded newer image for docker:latest [2020-12-03T21:30:21.161Z] ---> 85545b050dbb [2020-12-03T21:30:21.161Z] Step 6/7 : COPY go.mod . [2020-12-03T21:30:21.426Z] ---> beeb1b466226 [2020-12-03T21:30:21.426Z] Step 7/7 : RUN go mod download [2020-12-03T21:30:21.426Z] ---> Running in 724f7f3f0361 [2020-12-03T21:30:43.598Z] Removing intermediate container 724f7f3f0361 [2020-12-03T21:30:43.598Z] ---> fe01a0cd411f [2020-12-03T21:30:43.598Z] Successfully built fe01a0cd411f [2020-12-03T21:30:43.598Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:30:44.008Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T21:30:44.008Z] . [Pipeline] withDockerContainer [2020-12-03T21:30:44.118Z] prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container [2020-12-03T21:30:44.173Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-03T21:30:45.067Z] $ docker top d33dc5c7e6ce9e0101efcf9083d17cabb3b22b04d5881d78c0a195e007df0fa5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T21:30:45.585Z] + go version [2020-12-03T21:30:45.585Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T21:30:45.601Z] $ docker stop --time=1 d33dc5c7e6ce9e0101efcf9083d17cabb3b22b04d5881d78c0a195e007df0fa5 [2020-12-03T21:30:46.942Z] $ docker rm -f d33dc5c7e6ce9e0101efcf9083d17cabb3b22b04d5881d78c0a195e007df0fa5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:30:47.814Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T21:30:47.814Z] . [Pipeline] withDockerContainer [2020-12-03T21:30:47.913Z] prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container [2020-12-03T21:30:47.963Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-03T21:30:48.594Z] $ docker top e956b31063ff538bb7c964b0494c81e501ac53d5db28244564cfba6327405b2a -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T21:30:48.782Z] ========================================================= [2020-12-03T21:30:48.782Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T21:30:48.782Z] ========================================================= [Pipeline] sh [2020-12-03T21:30:49.075Z] + make test [2020-12-03T21:30:49.075Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T21:30:59.120Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T21:31:14.123Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T21:31:19.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T21:31:19.776Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T21:31:19.776Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T21:31:19.776Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T21:31:20.045Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T21:31:20.316Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T21:31:22.295Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s [2020-12-03T21:31:22.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T21:31:22.295Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T21:31:22.879Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T21:31:22.879Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T21:31:22.879Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T21:31:22.879Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T21:31:26.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2020-12-03T21:31:26.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T21:31:26.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T21:31:26.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T21:31:26.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T21:31:26.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T21:31:30.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T21:31:30.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T21:31:30.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T21:31:30.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.139s coverage: 65.5% of statements [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T21:31:30.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.7% of statements [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T21:31:30.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T21:31:30.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements [2020-12-03T21:31:30.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T21:31:30.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T21:31:30.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T21:31:30.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T21:31:30.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T21:31:30.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2020-12-03T21:31:30.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T21:31:31.081Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2020-12-03T21:31:31.081Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T21:31:32.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.116s coverage: 86.7% of statements [2020-12-03T21:31:32.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T21:31:32.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2020-12-03T21:31:32.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T21:31:32.518Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [2020-12-03T21:31:32.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T21:31:32.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T21:31:32.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T21:31:32.518Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T21:31:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.329s coverage: 94.7% of statements [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T21:31:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T21:31:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.0% of statements [no tests to run] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T21:31:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2020-12-03T21:31:33.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T21:31:34.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2020-12-03T21:31:34.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2020-12-03T21:31:34.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2020-12-03T21:31:34.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements [2020-12-03T21:31:34.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.024s coverage: 100.0% of statements [2020-12-03T21:31:34.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T21:31:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.202s coverage: 63.5% of statements [2020-12-03T21:31:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T21:31:35.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T21:31:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2020-12-03T21:31:35.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2020-12-03T21:31:36.031Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2020-12-03T21:31:36.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2020-12-03T21:31:36.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2020-12-03T21:31:37.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.350s coverage: 55.9% of statements [2020-12-03T21:31:37.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T21:31:37.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T21:31:37.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T21:31:37.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T21:31:37.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T21:31:37.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T21:31:42.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.761s coverage: 86.3% of statements [2020-12-03T21:31:42.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T21:31:42.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.126s coverage: 72.2% of statements [2020-12-03T21:31:42.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.391s coverage: 72.1% of statements [2020-12-03T21:31:42.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements [2020-12-03T21:31:42.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements [2020-12-03T21:31:42.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T21:31:42.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T21:31:42.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T21:31:42.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.051s coverage: 28.8% of statements [2020-12-03T21:31:42.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T21:31:42.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements [2020-12-03T21:31:42.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T21:31:42.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.2% of statements [2020-12-03T21:31:42.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T21:31:42.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T21:31:42.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.1% of statements [2020-12-03T21:31:42.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2020-12-03T21:31:43.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.1% of statements [2020-12-03T21:31:43.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T21:31:43.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T21:31:43.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.028s coverage: 100.0% of statements [2020-12-03T21:31:43.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T21:31:43.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T21:31:43.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T21:31:43.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2020-12-03T21:31:43.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T21:31:43.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2020-12-03T21:31:43.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T21:31:44.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.664s coverage: 29.1% of statements [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T21:31:44.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T21:31:44.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T21:31:44.967Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T21:31:44.967Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T21:31:44.967Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T21:31:44.967Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T21:31:44.967Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2020-12-03T21:31:45.230Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2020-12-03T21:31:45.230Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-03T21:31:45.493Z] GO111MODULE=on go vet ./... [2020-12-03T21:31:54.027Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14368 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-12-03T21:31:54.124Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2020-12-03T21:31:59.432Z] using credential edgex-jenkins-ssh [2020-12-03T21:31:59.495Z] Cloning the remote Git repository [2020-12-03T21:31:59.562Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T21:31:59.674Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2020-12-03T21:31:59.759Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T21:31:59.760Z] > git --version # timeout=10 [2020-12-03T21:31:59.780Z] > git --version # 'git version 2.17.1' [2020-12-03T21:31:59.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T21:31:59.866Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T21:32:12.213Z] gofmt -l . [2020-12-03T21:32:12.213Z] [ "`gofmt -l .`" = "" ] [2020-12-03T21:32:12.213Z] ./bin/test-go-mod-tidy.sh [2020-12-03T21:32:12.213Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-03T21:32:12.842Z] + ls -al . [2020-12-03T21:32:12.842Z] total 648 [2020-12-03T21:32:12.842Z] drwxrwxr-x 10 1001 1001 4096 Dec 3 21:32 . [2020-12-03T21:32:12.842Z] drwxr-xr-x 4 root root 28 Dec 3 21:30 .. [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 21:28 .dockerignore [2020-12-03T21:32:12.842Z] drwxrwxr-x 8 1001 1001 179 Dec 3 21:29 .git [2020-12-03T21:32:12.842Z] drwxrwxr-x 3 1001 1001 125 Dec 3 21:28 .github [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 21:28 .gitignore [2020-12-03T21:32:12.842Z] drwx------ 3 1001 1001 47 Dec 3 21:29 .semver [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 21:28 .sonarcloud.properties [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 21:28 CONTRIBUTING.md [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 21:28 Dockerfile.build [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 943 Dec 3 21:28 Jenkinsfile [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 21:28 LICENSE [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 6318 Dec 3 21:28 Makefile [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 21:28 README.md [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 21:28 SECURITY.md [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 5 Dec 3 21:29 VERSION [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 21:28 ZMQWindows.md [2020-12-03T21:32:12.842Z] drwxrwxr-x 2 1001 1001 117 Dec 3 21:28 bin [2020-12-03T21:32:12.842Z] drwxrwxr-x 15 1001 1001 4096 Dec 3 21:28 cmd [2020-12-03T21:32:12.842Z] -rw-r--r-- 1 root root 555123 Dec 3 21:31 coverage.out [2020-12-03T21:32:12.842Z] -rw-r--r-- 1 root root 1041 Dec 3 21:32 go.mod [2020-12-03T21:32:12.842Z] -rw-r--r-- 1 root root 18856 Dec 3 21:32 go.sum [2020-12-03T21:32:12.842Z] drwxrwxr-x 8 1001 1001 127 Dec 3 21:28 internal [2020-12-03T21:32:12.842Z] drwxrwxr-x 4 1001 1001 26 Dec 3 21:28 openapi [2020-12-03T21:32:12.842Z] drwxrwxr-x 4 1001 1001 71 Dec 3 21:28 snap [2020-12-03T21:32:12.842Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 21:28 version.go [Pipeline] sh [2020-12-03T21:32:13.143Z] + '[' -e coverage.out ] [2020-12-03T21:32:13.143Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T21:32:13.383Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T21:32:13.704Z] + make build [2020-12-03T21:32:13.704Z] 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 [2020-12-03T21:32:15.672Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:32:16.213Z] Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:32:16.213Z] Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) [2020-12-03T21:32:14.868Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T21:32:14.891Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T21:32:14.921Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T21:32:14.956Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T21:32:14.956Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T21:32:14.966Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T21:32:15.697Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T21:32:15.713Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T21:32:16.107Z] > git remote # timeout=10 [2020-12-03T21:32:16.131Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T21:32:16.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T21:32:16.166Z] > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 [2020-12-03T21:32:16.191Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T21:32:16.225Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T21:32:16.238Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T21:32:17.018Z] 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 [2020-12-03T21:32:20.570Z] Commit message: "ci: testing new native snap build" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T21:32:22.293Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-03T21:32:22.701Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T21:32:23.049Z] + sudo service docker restart [2020-12-03T21:32:23.049Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T21:32:25.152Z] provisioning config files... [2020-12-03T21:32:25.195Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3275485595461575651tmp [Pipeline] { [2020-12-03T21:32:25.267Z] 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 [Pipeline] libraryResource [Pipeline] sh [2020-12-03T21:32:25.622Z] ---> docker-login.sh [2020-12-03T21:32:25.622Z] nexus3.edgexfoundry.org:10001 [2020-12-03T21:32:25.851Z] 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 [2020-12-03T21:32:26.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T21:32:26.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T21:32:26.882Z] Configure a credential helper to remove this warning. See [2020-12-03T21:32:26.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T21:32:26.882Z] [2020-12-03T21:32:26.882Z] Login Succeeded [2020-12-03T21:32:26.882Z] nexus3.edgexfoundry.org:10002 [2020-12-03T21:32:27.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T21:32:27.252Z] 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 [2020-12-03T21:32:27.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T21:32:27.431Z] Configure a credential helper to remove this warning. See [2020-12-03T21:32:27.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T21:32:27.431Z] [2020-12-03T21:32:27.431Z] Login Succeeded [2020-12-03T21:32:27.431Z] nexus3.edgexfoundry.org:10003 [2020-12-03T21:32:27.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T21:32:27.835Z] 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 [2020-12-03T21:32:27.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T21:32:27.981Z] Configure a credential helper to remove this warning. See [2020-12-03T21:32:27.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T21:32:27.981Z] [2020-12-03T21:32:27.981Z] Login Succeeded [2020-12-03T21:32:27.981Z] nexus3.edgexfoundry.org:10004 [2020-12-03T21:32:28.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T21:32:28.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T21:32:28.258Z] Configure a credential helper to remove this warning. See [2020-12-03T21:32:28.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T21:32:28.258Z] [2020-12-03T21:32:28.258Z] Login Succeeded [2020-12-03T21:32:28.258Z] docker.io [2020-12-03T21:32:28.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T21:32:29.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T21:32:29.129Z] Configure a credential helper to remove this warning. See [2020-12-03T21:32:29.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T21:32:29.129Z] [2020-12-03T21:32:29.129Z] Login Succeeded [2020-12-03T21:32:29.129Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T21:32:29.149Z] Deleting 1 temporary files [Pipeline] // wrap [2020-12-03T21:32:29.249Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-03T21:32:29.719Z] ========================================================= [2020-12-03T21:32:29.719Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T21:32:29.719Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:32:30.101Z] + 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 . [2020-12-03T21:32:30.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T21:32:31.616Z] 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 [2020-12-03T21:32:32.752Z] Sending build context to Docker daemon 165.5MB [2020-12-03T21:32:32.752Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T21:32:32.752Z] Step 2/7 : FROM ${BASE} [2020-12-03T21:32:32.752Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T21:32:32.752Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T21:32:32.752Z] a4357932f1b6: Pulling fs layer [2020-12-03T21:32:32.752Z] 18c013af1878: Pulling fs layer [2020-12-03T21:32:32.752Z] 00ac8860ef70: Pulling fs layer [2020-12-03T21:32:32.752Z] 63d7cb157983: Pulling fs layer [2020-12-03T21:32:32.752Z] b116817d02f9: Pulling fs layer [2020-12-03T21:32:32.752Z] 745a02a5169b: Pulling fs layer [2020-12-03T21:32:32.752Z] 00ac8860ef70: Waiting [2020-12-03T21:32:32.752Z] 745a02a5169b: Waiting [2020-12-03T21:32:32.752Z] 63d7cb157983: Waiting [2020-12-03T21:32:32.752Z] b116817d02f9: Waiting [2020-12-03T21:32:32.752Z] 18c013af1878: Verifying Checksum [2020-12-03T21:32:32.752Z] 18c013af1878: Download complete [2020-12-03T21:32:32.752Z] a4357932f1b6: Download complete [2020-12-03T21:32:32.752Z] 63d7cb157983: Verifying Checksum [2020-12-03T21:32:32.752Z] 63d7cb157983: Download complete [2020-12-03T21:32:33.014Z] 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 [2020-12-03T21:32:33.026Z] 5f621e34cdf4: Verifying Checksum [2020-12-03T21:32:33.026Z] 5f621e34cdf4: Download complete [2020-12-03T21:32:33.026Z] b116817d02f9: Verifying Checksum [2020-12-03T21:32:33.026Z] b116817d02f9: Download complete [2020-12-03T21:32:33.633Z] 5f621e34cdf4: Pull complete [2020-12-03T21:32:33.966Z] 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 [2020-12-03T21:32:34.244Z] a4357932f1b6: Pull complete [2020-12-03T21:32:34.518Z] 18c013af1878: Pull complete [2020-12-03T21:32:35.125Z] 745a02a5169b: Download complete [2020-12-03T21:32:35.362Z] 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 [2020-12-03T21:32:36.314Z] 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 [2020-12-03T21:32:36.554Z] 00ac8860ef70: Verifying Checksum [2020-12-03T21:32:36.554Z] 00ac8860ef70: Download complete [Pipeline] } [2020-12-03T21:32:37.291Z] $ docker stop --time=1 e956b31063ff538bb7c964b0494c81e501ac53d5db28244564cfba6327405b2a [2020-12-03T21:32:38.924Z] $ docker rm -f e956b31063ff538bb7c964b0494c81e501ac53d5db28244564cfba6327405b2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:32:42.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T21:32:42.571Z] [2020-12-03T21:32:42.571Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:32:42.928Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T21:32:42.929Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-03T21:32:42.929Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-03T21:32:42.929Z] ca9280d653b3: Pulling fs layer [2020-12-03T21:32:42.929Z] 7e9c9ca2126c: Pulling fs layer [2020-12-03T21:32:43.194Z] cbdbe7a5bc2a: Download complete [2020-12-03T21:32:43.458Z] ca9280d653b3: Verifying Checksum [2020-12-03T21:32:43.458Z] ca9280d653b3: Download complete [2020-12-03T21:32:43.458Z] cbdbe7a5bc2a: Pull complete [2020-12-03T21:32:44.417Z] 7e9c9ca2126c: Verifying Checksum [2020-12-03T21:32:44.417Z] 7e9c9ca2126c: Download complete [2020-12-03T21:32:44.417Z] ca9280d653b3: Pull complete [2020-12-03T21:32:46.725Z] 00ac8860ef70: Pull complete [2020-12-03T21:32:46.725Z] 63d7cb157983: Pull complete [2020-12-03T21:32:46.997Z] b116817d02f9: Pull complete [2020-12-03T21:32:50.409Z] 745a02a5169b: Pull complete [2020-12-03T21:32:50.685Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T21:32:50.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T21:32:50.686Z] ---> b7e6874047d6 [2020-12-03T21:32:50.686Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-03T21:32:51.220Z] 7e9c9ca2126c: Pull complete [2020-12-03T21:32:51.220Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-03T21:32:51.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T21:32:51.220Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-03T21:32:51.329Z] prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container [2020-12-03T21:32:51.381Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-03T21:32:54.076Z] ---> Running in e2befcf46e2b [2020-12-03T21:32:54.305Z] $ docker top 1ca5c46c2f6790230d09476b51e145b544a2ad248cacffd9593471d042ef334d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T21:32:54.849Z] + docker-compose build --help [2020-12-03T21:32:54.850Z] + grep parallel [2020-12-03T21:32:55.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:32:55.796Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T21:32:55.813Z] $ docker stop --time=1 1ca5c46c2f6790230d09476b51e145b544a2ad248cacffd9593471d042ef334d [2020-12-03T21:32:56.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:32:57.011Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T21:32:57.187Z] $ docker rm -f 1ca5c46c2f6790230d09476b51e145b544a2ad248cacffd9593471d042ef334d [2020-12-03T21:32:57.285Z] (2/12) Installing file (5.38-r0) [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-12-03T21:32:57.556Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T21:32:57.556Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:32:57.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T21:32:57.855Z] . [Pipeline] withDockerContainer [2020-12-03T21:32:57.961Z] prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container [2020-12-03T21:32:58.012Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-03T21:32:58.691Z] $ docker top c69c39a55e77e5af640df67783802ff8955a6e34b151327c55e409762229f49a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T21:32:59.218Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T21:33:00.168Z] Building docker-core-command-go ... [2020-12-03T21:33:00.168Z] Building docker-core-data-go ... [2020-12-03T21:33:00.168Z] Building docker-core-metadata-go ... [2020-12-03T21:33:00.168Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T21:33:00.168Z] Building docker-security-proxy-setup-go ... [2020-12-03T21:33:00.168Z] Building docker-security-secrets-setup-go ... [2020-12-03T21:33:00.168Z] Building docker-security-secretstore-setup-go ... [2020-12-03T21:33:00.168Z] Building docker-support-notifications-go ... [2020-12-03T21:33:00.168Z] Building docker-support-scheduler-go ... [2020-12-03T21:33:00.168Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T21:33:00.168Z] Building docker-core-command-go [2020-12-03T21:33:00.168Z] Building docker-sys-mgmt-agent-go [2020-12-03T21:33:00.168Z] Building docker-support-notifications-go [2020-12-03T21:33:00.168Z] Building docker-security-secretstore-setup-go [2020-12-03T21:33:00.168Z] Building docker-support-scheduler-go [2020-12-03T21:33:04.246Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T21:33:04.517Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T21:33:04.517Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T21:33:04.517Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T21:33:04.786Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T21:33:04.786Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T21:33:04.786Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T21:33:05.057Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T21:33:05.057Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:33:05.057Z] OK: 217 MiB in 51 packages [2020-12-03T21:33:09.353Z] Removing intermediate container e2befcf46e2b [2020-12-03T21:33:09.353Z] ---> 6bbde67e332c [2020-12-03T21:33:09.353Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T21:33:09.353Z] ---> Running in f08bbd4ca5bd [2020-12-03T21:33:09.625Z] Removing intermediate container f08bbd4ca5bd [2020-12-03T21:33:09.625Z] ---> 838fcbcb2637 [2020-12-03T21:33:09.625Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T21:33:10.218Z] latest: Pulling from library/docker [2020-12-03T21:33:10.218Z] 5f621e34cdf4: Already exists [2020-12-03T21:33:10.501Z] 85db56a05063: Pulling fs layer [2020-12-03T21:33:10.501Z] ccb67d6aeaaa: Pulling fs layer [2020-12-03T21:33:10.501Z] de930078acea: Pulling fs layer [2020-12-03T21:33:10.501Z] d5a9d88a4785: Pulling fs layer [2020-12-03T21:33:10.501Z] e7f15c1544d5: Pulling fs layer [2020-12-03T21:33:10.501Z] 877c515997d3: Pulling fs layer [2020-12-03T21:33:10.501Z] 877c515997d3: Waiting [2020-12-03T21:33:10.501Z] e7f15c1544d5: Waiting [2020-12-03T21:33:10.501Z] d5a9d88a4785: Waiting [2020-12-03T21:33:10.501Z] ccb67d6aeaaa: Download complete [2020-12-03T21:33:10.501Z] 85db56a05063: Verifying Checksum [2020-12-03T21:33:10.501Z] 85db56a05063: Download complete [2020-12-03T21:33:10.781Z] d5a9d88a4785: Verifying Checksum [2020-12-03T21:33:10.781Z] d5a9d88a4785: Download complete [2020-12-03T21:33:10.781Z] e7f15c1544d5: Verifying Checksum [2020-12-03T21:33:10.781Z] e7f15c1544d5: Download complete [2020-12-03T21:33:10.781Z] 877c515997d3: Verifying Checksum [2020-12-03T21:33:10.781Z] 877c515997d3: Download complete [2020-12-03T21:33:11.394Z] 85db56a05063: Pull complete [2020-12-03T21:33:11.669Z] ccb67d6aeaaa: Pull complete [2020-12-03T21:33:11.951Z] de930078acea: Download complete [2020-12-03T21:33:15.343Z] de930078acea: Pull complete [2020-12-03T21:33:15.616Z] d5a9d88a4785: Pull complete [2020-12-03T21:33:15.889Z] e7f15c1544d5: Pull complete [2020-12-03T21:33:16.162Z] 877c515997d3: Pull complete [2020-12-03T21:33:16.162Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T21:33:16.162Z] Status: Downloaded newer image for docker:latest [2020-12-03T21:33:19.555Z] ---> 58693c8b545a [2020-12-03T21:33:19.555Z] Step 6/7 : COPY go.mod . [2020-12-03T21:33:20.154Z] ---> d891e6e20c1a [2020-12-03T21:33:20.154Z] Step 7/7 : RUN go mod download [2020-12-03T21:33:20.154Z] ---> Running in d3754e5c0f9c [2020-12-03T21:33:32.720Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:33:32.720Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:33:32.720Z] ---> fe01a0cd411f [2020-12-03T21:33:32.720Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T21:33:32.720Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:33:32.720Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:33:32.720Z] ---> fe01a0cd411f [2020-12-03T21:33:32.720Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T21:33:33.314Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:33:33.314Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:33:33.314Z] ---> fe01a0cd411f [2020-12-03T21:33:33.314Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T21:33:33.578Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:33:33.578Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:33:33.578Z] ---> fe01a0cd411f [2020-12-03T21:33:33.578Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T21:33:33.578Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:33:33.578Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:33:33.578Z] ---> fe01a0cd411f [2020-12-03T21:33:33.578Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T21:33:34.533Z] ---> Running in de7858042f3a [2020-12-03T21:33:34.533Z] ---> Running in 16f427918735 [2020-12-03T21:33:34.533Z] ---> Running in 14f86984ccef [2020-12-03T21:33:34.533Z] ---> Running in 0d790e4fd0d2 [2020-12-03T21:33:34.533Z] ---> Running in 6fbc4badb8d3 [2020-12-03T21:33:34.796Z] Removing intermediate container 14f86984ccef [2020-12-03T21:33:34.796Z] ---> 5bf66c008db5 [2020-12-03T21:33:34.796Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:33:34.796Z] Removing intermediate container de7858042f3a [2020-12-03T21:33:34.796Z] ---> 972e8a9ce13f [2020-12-03T21:33:34.796Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:33:34.796Z] Removing intermediate container 16f427918735 [2020-12-03T21:33:34.796Z] ---> 6e4b8a7aefc8 [2020-12-03T21:33:34.796Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:33:35.060Z] Removing intermediate container 0d790e4fd0d2 [2020-12-03T21:33:35.060Z] ---> 4ed1f041e790 [2020-12-03T21:33:35.060Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:33:35.060Z] Removing intermediate container 6fbc4badb8d3 [2020-12-03T21:33:35.060Z] ---> 5d56bfe3bd25 [2020-12-03T21:33:35.060Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:33:35.060Z] ---> Running in 51394a12c440 [2020-12-03T21:33:35.060Z] ---> Running in 2556852de57e [2020-12-03T21:33:35.060Z] ---> Running in ace09b76bc65 [2020-12-03T21:33:35.060Z] ---> Running in ac6cd716493b [2020-12-03T21:33:35.060Z] ---> Running in 3fc49253b099 [2020-12-03T21:33:37.627Z] Removing intermediate container 2556852de57e [2020-12-03T21:33:37.627Z] ---> 182a74d4f129 [2020-12-03T21:33:37.627Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T21:33:37.627Z] Removing intermediate container 51394a12c440 [2020-12-03T21:33:37.627Z] ---> f7f8d78a2c03 [2020-12-03T21:33:37.627Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T21:33:37.627Z] ---> Running in b7c4e4987cf5 [2020-12-03T21:33:37.627Z] Removing intermediate container ace09b76bc65 [2020-12-03T21:33:37.627Z] ---> 9fff1d0a081f [2020-12-03T21:33:37.627Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T21:33:37.627Z] ---> Running in 800e978d0594 [2020-12-03T21:33:37.627Z] ---> Running in 83df0d7ab4b0 [2020-12-03T21:33:37.627Z] Removing intermediate container ac6cd716493b [2020-12-03T21:33:37.627Z] ---> 5975146b3abf [2020-12-03T21:33:37.627Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T21:33:37.627Z] Removing intermediate container 3fc49253b099 [2020-12-03T21:33:37.627Z] ---> adecb46e55e3 [2020-12-03T21:33:37.627Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T21:33:37.893Z] ---> Running in 7287cd58b0dd [2020-12-03T21:33:37.893Z] ---> Running in 622ea106bf34 [2020-12-03T21:33:38.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:33:38.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:33:38.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:33:38.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:33:38.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:33:39.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:33:39.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:33:39.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:33:39.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:33:39.571Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:33:39.571Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:33:39.571Z] OK: 12745 distinct packages available [2020-12-03T21:33:39.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:33:39.835Z] OK: 233 MiB in 51 packages [2020-12-03T21:33:40.115Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:33:40.115Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:33:40.115Z] OK: 12745 distinct packages available [2020-12-03T21:33:40.115Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:33:40.115Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:33:40.115Z] OK: 12745 distinct packages available [2020-12-03T21:33:40.379Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:33:40.379Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:33:40.379Z] OK: 12745 distinct packages available [2020-12-03T21:33:40.379Z] OK: 233 MiB in 51 packages [2020-12-03T21:33:40.379Z] Removing intermediate container b7c4e4987cf5 [2020-12-03T21:33:40.379Z] ---> 38ae306ec5d5 [2020-12-03T21:33:40.379Z] Step 6/24 : COPY go.mod . [2020-12-03T21:33:40.379Z] OK: 233 MiB in 51 packages [2020-12-03T21:33:40.379Z] OK: 233 MiB in 51 packages [2020-12-03T21:33:40.643Z] ---> 4039c3789de5 [2020-12-03T21:33:40.643Z] Step 7/24 : RUN go mod download [2020-12-03T21:33:40.906Z] ---> Running in 854e00012256 [2020-12-03T21:33:41.181Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:33:41.181Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:33:41.181Z] OK: 12745 distinct packages available [2020-12-03T21:33:41.181Z] Removing intermediate container 800e978d0594 [2020-12-03T21:33:41.181Z] ---> 67cba4bc57be [2020-12-03T21:33:41.181Z] Step 6/24 : COPY go.mod . [2020-12-03T21:33:41.444Z] OK: 233 MiB in 51 packages [2020-12-03T21:33:41.444Z] Removing intermediate container 622ea106bf34 [2020-12-03T21:33:41.444Z] ---> 134600a60954 [2020-12-03T21:33:41.444Z] Step 6/22 : COPY go.mod . [2020-12-03T21:33:41.707Z] ---> 8db02864d9a7 [2020-12-03T21:33:41.707Z] Step 7/24 : RUN go mod download [2020-12-03T21:33:42.659Z] Removing intermediate container 7287cd58b0dd [2020-12-03T21:33:42.659Z] ---> 0d08557a3684 [2020-12-03T21:33:42.659Z] Step 6/27 : COPY go.mod . [2020-12-03T21:33:42.659Z] ---> Running in 843888e253df [2020-12-03T21:33:42.659Z] ---> bad1e25bed8a [2020-12-03T21:33:42.659Z] Step 7/22 : RUN go mod download [2020-12-03T21:33:42.926Z] ---> Running in ef577c9919d8 [2020-12-03T21:33:43.192Z] ---> 5ed390571ff9 [2020-12-03T21:33:43.192Z] Step 7/27 : RUN go mod download [2020-12-03T21:33:43.192Z] Removing intermediate container 83df0d7ab4b0 [2020-12-03T21:33:43.192Z] ---> 187dccc51f2a [2020-12-03T21:33:43.192Z] Step 6/21 : COPY go.mod . [2020-12-03T21:33:43.192Z] ---> Running in ec48453a999c [2020-12-03T21:33:43.781Z] ---> 1770f23618bd [2020-12-03T21:33:43.781Z] Step 7/21 : RUN go mod download [2020-12-03T21:33:43.781Z] Removing intermediate container 854e00012256 [2020-12-03T21:33:43.781Z] ---> d2b719c6012c [2020-12-03T21:33:43.781Z] Step 8/24 : COPY . . [2020-12-03T21:33:43.781Z] ---> Running in 64c6dc5ccb8f [2020-12-03T21:33:44.742Z] Removing intermediate container 843888e253df [2020-12-03T21:33:44.742Z] ---> 2771bdf2dc6a [2020-12-03T21:33:44.742Z] Step 8/24 : COPY . . [2020-12-03T21:33:46.951Z] Removing intermediate container d3754e5c0f9c [2020-12-03T21:33:46.951Z] ---> 18f4cd9dffab [2020-12-03T21:33:46.951Z] Successfully built 18f4cd9dffab [2020-12-03T21:33:46.951Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:33:47.300Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T21:33:47.300Z] . [Pipeline] withDockerContainer [2020-12-03T21:33:47.575Z] prd-ubuntu18.04-docker-arm64-4c-16g-14368 does not seem to be running inside a container [2020-12-03T21:33:47.658Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-03T21:33:49.171Z] $ docker top f0e14684d4a65196d1264d2d5944a73f01af6d7c7e2979dd8ccf7969739901e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T21:33:50.210Z] + go version [2020-12-03T21:33:50.210Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T21:33:50.247Z] $ docker stop --time=1 f0e14684d4a65196d1264d2d5944a73f01af6d7c7e2979dd8ccf7969739901e1 [2020-12-03T21:33:51.454Z] Removing intermediate container ef577c9919d8 [2020-12-03T21:33:51.454Z] ---> 532c3f24164f [2020-12-03T21:33:51.454Z] Step 8/22 : COPY . . [2020-12-03T21:33:52.171Z] $ docker rm -f f0e14684d4a65196d1264d2d5944a73f01af6d7c7e2979dd8ccf7969739901e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:33:53.269Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T21:33:53.269Z] . [Pipeline] withDockerContainer [2020-12-03T21:33:53.526Z] prd-ubuntu18.04-docker-arm64-4c-16g-14368 does not seem to be running inside a container [2020-12-03T21:33:53.610Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-03T21:33:54.814Z] Removing intermediate container ec48453a999c [2020-12-03T21:33:54.814Z] ---> 8aa780fbdc5d [2020-12-03T21:33:54.814Z] Step 8/27 : COPY . . [2020-12-03T21:33:54.994Z] $ docker top a083e33287466a81d80828f71ba40017d1cd03db38f430b3837d8f888d1787d1 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T21:33:55.396Z] ========================================================= [2020-12-03T21:33:55.396Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T21:33:55.396Z] ========================================================= [Pipeline] sh [2020-12-03T21:33:56.037Z] + make test [2020-12-03T21:33:56.037Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T21:33:58.141Z] Removing intermediate container 64c6dc5ccb8f [2020-12-03T21:33:58.141Z] ---> 88f1c78fc91e [2020-12-03T21:33:58.141Z] Step 8/21 : COPY . . [2020-12-03T21:34:18.218Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T21:34:25.263Z] ---> 8b4d064407df [2020-12-03T21:34:25.263Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T21:34:25.857Z] ---> d2ea643f13d6 [2020-12-03T21:34:25.857Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T21:34:27.808Z] ---> Running in a8e2a384444c [2020-12-03T21:34:27.808Z] ---> Running in 044c4573a630 [2020-12-03T21:34:32.059Z] 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 [2020-12-03T21:34:32.059Z] 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 [2020-12-03T21:34:32.641Z] ---> 362932cda7f5 [2020-12-03T21:34:32.641Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T21:34:33.225Z] ---> 362b7ab23693 [2020-12-03T21:34:33.225Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T21:34:33.808Z] ---> Running in 64bd4349c02f [2020-12-03T21:34:34.084Z] ---> Running in f3d1f998825a [2020-12-03T21:34:34.359Z] ---> ef5d43f4be0c [2020-12-03T21:34:34.359Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T21:34:34.631Z] ---> Running in a4d8cc13cb30 [2020-12-03T21:34:36.063Z] 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 [2020-12-03T21:34:36.063Z] 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 [2020-12-03T21:34:36.063Z] 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 [2020-12-03T21:34:57.426Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T21:34:58.169Z] 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 [2020-12-03T21:35:06.414Z] Removing intermediate container a8e2a384444c [2020-12-03T21:35:06.414Z] ---> 982838e4c4a7 [2020-12-03T21:35:06.414Z] [2020-12-03T21:35:06.414Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T21:35:06.414Z] 3.10: Pulling from library/alpine [2020-12-03T21:35:06.686Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T21:35:06.686Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T21:35:06.686Z] ---> be4e4bea2c2e [2020-12-03T21:35:06.686Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T21:35:07.631Z] Removing intermediate container f3d1f998825a [2020-12-03T21:35:07.631Z] ---> eaa3e5a94d27 [2020-12-03T21:35:07.631Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T21:35:09.556Z] ---> Running in 0749cd3a47ce [2020-12-03T21:35:09.556Z] ---> Running in afeb948610b1 [2020-12-03T21:35:09.556Z] Removing intermediate container 044c4573a630 [2020-12-03T21:35:09.556Z] ---> 4ad1d3ac5672 [2020-12-03T21:35:09.556Z] [2020-12-03T21:35:09.556Z] Step 10/24 : FROM scratch [2020-12-03T21:35:09.556Z] ---> [2020-12-03T21:35:09.556Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T21:35:09.556Z] ---> Running in f697ec0e89d2 [2020-12-03T21:35:10.513Z] Removing intermediate container f697ec0e89d2 [2020-12-03T21:35:10.513Z] ---> fdb2a72a713c [2020-12-03T21:35:10.513Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T21:35:10.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:10.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:10.775Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T21:35:10.775Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T21:35:10.775Z] OK: 10348 distinct packages available [2020-12-03T21:35:11.349Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T21:35:11.925Z] 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 [2020-12-03T21:35:12.204Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T21:35:12.204Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T21:35:12.204Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T21:35:12.204Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T21:35:12.204Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T21:35:12.204Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T21:35:12.204Z] ---> Running in dc6aea6f1802 [2020-12-03T21:35:12.470Z] OK: 7 MiB in 19 packages [2020-12-03T21:35:13.428Z] Removing intermediate container 64bd4349c02f [2020-12-03T21:35:13.428Z] ---> 9f29229f750b [2020-12-03T21:35:13.428Z] [2020-12-03T21:35:13.428Z] Step 10/22 : FROM scratch [2020-12-03T21:35:13.428Z] ---> [2020-12-03T21:35:13.428Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T21:35:13.428Z] Removing intermediate container dc6aea6f1802 [2020-12-03T21:35:13.428Z] ---> 631c5867af3d [2020-12-03T21:35:13.428Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T21:35:13.428Z] ---> Running in c860055049e0 [2020-12-03T21:35:14.375Z] Removing intermediate container a4d8cc13cb30 [2020-12-03T21:35:14.375Z] ---> aedce45db1bb [2020-12-03T21:35:14.375Z] [2020-12-03T21:35:14.375Z] Step 10/21 : FROM scratch [2020-12-03T21:35:14.375Z] ---> [2020-12-03T21:35:14.375Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T21:35:14.638Z] ---> Running in 8e256a5fb293 [2020-12-03T21:35:15.214Z] ---> Running in 169d0d739ea8 [2020-12-03T21:35:15.214Z] Removing intermediate container c860055049e0 [2020-12-03T21:35:15.214Z] ---> 9d52aec93d86 [2020-12-03T21:35:15.214Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T21:35:15.214Z] Removing intermediate container 0749cd3a47ce [2020-12-03T21:35:15.214Z] ---> f9515cd86842 [2020-12-03T21:35:15.214Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T21:35:15.477Z] Removing intermediate container 8e256a5fb293 [2020-12-03T21:35:15.477Z] ---> 819df14313f5 [2020-12-03T21:35:15.477Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T21:35:15.477Z] ---> Running in b8dbf104028f [2020-12-03T21:35:15.477Z] ---> Running in db4b09d1fc90 [2020-12-03T21:35:15.477Z] Removing intermediate container 169d0d739ea8 [2020-12-03T21:35:15.477Z] ---> 30b96d259b83 [2020-12-03T21:35:15.477Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T21:35:15.757Z] ---> Running in 1930b129873d [2020-12-03T21:35:15.757Z] Removing intermediate container afeb948610b1 [2020-12-03T21:35:15.757Z] ---> 00ce970555f4 [2020-12-03T21:35:15.757Z] [2020-12-03T21:35:15.757Z] Step 11/27 : FROM docker:latest [2020-12-03T21:35:15.757Z] ---> b0757c55a1fd [2020-12-03T21:35:15.757Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T21:35:15.757Z] Removing intermediate container b8dbf104028f [2020-12-03T21:35:15.757Z] ---> 130c87c95986 [2020-12-03T21:35:15.757Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T21:35:15.757Z] ---> 6d405324cca6 [2020-12-03T21:35:15.757Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T21:35:15.757Z] ---> Running in 3e992f5549f4 [2020-12-03T21:35:16.018Z] Removing intermediate container db4b09d1fc90 [2020-12-03T21:35:16.018Z] ---> cf8cde5e2c3a [2020-12-03T21:35:16.018Z] Step 13/24 : WORKDIR / [2020-12-03T21:35:16.018Z] ---> Running in f945aa2a731d [2020-12-03T21:35:16.018Z] Removing intermediate container 1930b129873d [2020-12-03T21:35:16.018Z] ---> 0c33939e5393 [2020-12-03T21:35:16.018Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T21:35:16.282Z] ---> Running in f166952a6422 [2020-12-03T21:35:16.282Z] ---> Running in 8e9c19ceab96 [2020-12-03T21:35:17.240Z] Removing intermediate container f945aa2a731d [2020-12-03T21:35:17.240Z] ---> b32343a18493 [2020-12-03T21:35:17.240Z] Step 14/22 : WORKDIR / [2020-12-03T21:35:17.240Z] Removing intermediate container 8e9c19ceab96 [2020-12-03T21:35:17.240Z] ---> ac75e7388ed8 [2020-12-03T21:35:17.240Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T21:35:17.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:17.240Z] ---> 03f86cb7fdc7 [2020-12-03T21:35:17.240Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T21:35:17.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:17.509Z] ---> Running in 733edc7887a4 [2020-12-03T21:35:17.509Z] Removing intermediate container f166952a6422 [2020-12-03T21:35:17.509Z] ---> 243e182a5b67 [2020-12-03T21:35:17.509Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-03T21:35:17.509Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T21:35:17.509Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T21:35:17.509Z] Executing bash-5.0.17-r0.post-install [2020-12-03T21:35:17.509Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:35:17.772Z] OK: 12 MiB in 22 packages [2020-12-03T21:35:17.772Z] Removing intermediate container 733edc7887a4 [2020-12-03T21:35:17.772Z] ---> a8cb4c51a211 [2020-12-03T21:35:17.772Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T21:35:17.772Z] ---> 7639960010f3 [2020-12-03T21:35:17.772Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T21:35:18.038Z] ---> 5b9c52793b5a [2020-12-03T21:35:18.038Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-03T21:35:18.038Z] ---> b3fc5d373e38 [2020-12-03T21:35:18.038Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T21:35:18.301Z] ---> f28f2d090667 [2020-12-03T21:35:18.301Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T21:35:18.566Z] ---> 5a0342bf61a0 [2020-12-03T21:35:18.566Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T21:35:18.566Z] ---> 04d81dae9e3e [2020-12-03T21:35:18.566Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T21:35:18.566Z] ---> 752418a9aa7e [2020-12-03T21:35:18.566Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T21:35:18.842Z] Removing intermediate container 3e992f5549f4 [2020-12-03T21:35:18.842Z] ---> 637e8dd58b94 [2020-12-03T21:35:18.842Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T21:35:18.842Z] ---> Running in 0ade2956780c [2020-12-03T21:35:18.842Z] ---> 781720e97092 [2020-12-03T21:35:18.842Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T21:35:19.106Z] ---> 35cdd0764c50 [2020-12-03T21:35:19.106Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T21:35:19.106Z] ---> e8bc37e27443 [2020-12-03T21:35:19.106Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T21:35:19.372Z] ---> Running in ba0737912292 [2020-12-03T21:35:19.372Z] ---> 4e2440b2e5b7 [2020-12-03T21:35:19.372Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T21:35:19.635Z] ---> 9623b3b8867d [2020-12-03T21:35:19.635Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T21:35:19.635Z] Removing intermediate container ba0737912292 [2020-12-03T21:35:19.635Z] ---> 916655a32f4c [2020-12-03T21:35:19.635Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:35:19.635Z] ---> Running in 35fc7646de67 [2020-12-03T21:35:19.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T21:35:19.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T21:35:19.670Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T21:35:19.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T21:35:19.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T21:35:19.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T21:35:19.899Z] ---> Running in 698ce336100f [2020-12-03T21:35:19.899Z] ---> f66819db8f8b [2020-12-03T21:35:19.899Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T21:35:19.899Z] ---> cfb2e468c404 [2020-12-03T21:35:19.899Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T21:35:20.162Z] ---> Running in 6c34271288a1 [2020-12-03T21:35:20.162Z] Removing intermediate container 35fc7646de67 [2020-12-03T21:35:20.162Z] ---> 6256ac11960c [2020-12-03T21:35:20.162Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:35:20.736Z] Removing intermediate container 698ce336100f [2020-12-03T21:35:20.736Z] ---> 2326b9e6a71c [2020-12-03T21:35:20.736Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T21:35:20.736Z] ---> Running in 50b02f8878b9 [2020-12-03T21:35:20.999Z] ---> Running in 96b3cd4de1c2 [2020-12-03T21:35:20.999Z] ---> ceddd590dd4b [2020-12-03T21:35:20.999Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T21:35:20.999Z] Removing intermediate container 0ade2956780c [2020-12-03T21:35:20.999Z] ---> 51048d4ec7bd [2020-12-03T21:35:20.999Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T21:35:20.999Z] Removing intermediate container 6c34271288a1 [2020-12-03T21:35:20.999Z] ---> 08effed0557d [2020-12-03T21:35:20.999Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:35:21.262Z] ---> Running in 05aa48dadf9a [2020-12-03T21:35:21.262Z] ---> Running in 152d2d353e48 [2020-12-03T21:35:21.262Z] Removing intermediate container 50b02f8878b9 [2020-12-03T21:35:21.262Z] ---> a304b2f5552d [2020-12-03T21:35:21.262Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T21:35:21.262Z] Removing intermediate container 96b3cd4de1c2 [2020-12-03T21:35:21.262Z] ---> 4b5b092b2b65 [2020-12-03T21:35:21.262Z] Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:35:21.262Z] ---> 29319be9f6ec [2020-12-03T21:35:21.262Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T21:35:21.525Z] ---> Running in 764ebf7b1df0 [2020-12-03T21:35:21.525Z] ---> Running in a33891fb3ffe [2020-12-03T21:35:21.526Z] ---> Running in e33b67f7b691 [2020-12-03T21:35:21.789Z] Removing intermediate container 05aa48dadf9a [2020-12-03T21:35:21.789Z] ---> 948b4591a903 [2020-12-03T21:35:21.789Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T21:35:21.789Z] Removing intermediate container 152d2d353e48 [2020-12-03T21:35:21.789Z] ---> a900dc0bd899 [2020-12-03T21:35:21.789Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T21:35:22.055Z] ---> Running in dd61155d0e67 [2020-12-03T21:35:22.055Z] Removing intermediate container 764ebf7b1df0 [2020-12-03T21:35:22.055Z] ---> bc6dee0f39db [2020-12-03T21:35:22.055Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:35:22.055Z] Removing intermediate container a33891fb3ffe [2020-12-03T21:35:22.055Z] ---> ec292dac799f [2020-12-03T21:35:22.055Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T21:35:22.055Z] ---> Running in d2eb48b56ea6 [2020-12-03T21:35:22.317Z] ---> Running in 31e065f4d3d3 [2020-12-03T21:35:22.317Z] ---> Running in 56279c160b47 [2020-12-03T21:35:22.317Z] Removing intermediate container dd61155d0e67 [2020-12-03T21:35:22.317Z] ---> 7256ba2a1c31 [2020-12-03T21:35:22.317Z] Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:35:22.317Z] Removing intermediate container d2eb48b56ea6 [2020-12-03T21:35:22.317Z] ---> e48c119c86c5 [2020-12-03T21:35:22.317Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T21:35:22.579Z] ---> Running in 553cb5f0c476 [2020-12-03T21:35:22.843Z] ---> Running in 6e872e842a8a [2020-12-03T21:35:22.843Z] Removing intermediate container 31e065f4d3d3 [2020-12-03T21:35:22.843Z] ---> ec4a684c3c41 [2020-12-03T21:35:22.843Z] [2020-12-03T21:35:22.843Z] Removing intermediate container 56279c160b47 [2020-12-03T21:35:22.843Z] ---> f52fcd71b306 [2020-12-03T21:35:22.843Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T21:35:23.107Z] ---> Running in 087923850b58 [2020-12-03T21:35:23.107Z] Removing intermediate container 553cb5f0c476 [2020-12-03T21:35:23.107Z] ---> 8b2b1a1cc143 [2020-12-03T21:35:23.107Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T21:35:23.107Z] Successfully built ec4a684c3c41 [2020-12-03T21:35:23.107Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-03T21:35:23.107Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-12-03T21:35:23.107Z] Removing intermediate container 6e872e842a8a [2020-12-03T21:35:23.378Z] ---> ac73c6808a3a [2020-12-03T21:35:23.378Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T21:35:23.378Z] Removing intermediate container e33b67f7b691 [2020-12-03T21:35:23.378Z] ---> 801ac665d1dc [2020-12-03T21:35:23.378Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T21:35:23.378Z] ---> Running in 812778559b64 [2020-12-03T21:35:23.378Z] ---> Running in 4a4661f1bcb7 [2020-12-03T21:35:23.378Z] Removing intermediate container 087923850b58 [2020-12-03T21:35:23.378Z] ---> 2c9f9c578179 [2020-12-03T21:35:23.378Z] [2020-12-03T21:35:23.648Z] Removing intermediate container 812778559b64 [2020-12-03T21:35:23.648Z] ---> 5d2ec13cf04a [2020-12-03T21:35:23.648Z] [2020-12-03T21:35:23.648Z] Successfully built 2c9f9c578179 [2020-12-03T21:35:23.648Z] Successfully built 5d2ec13cf04a [2020-12-03T21:35:23.648Z] Successfully tagged docker-core-command-go:latest [2020-12-03T21:35:23.648Z] Building docker-core-data-go [2020-12-03T21:35:23.998Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s [2020-12-03T21:35:23.998Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T21:35:23.998Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T21:35:24.010Z]  Building docker-core-command-go ... done Successfully tagged docker-support-notifications-go:latest [2020-12-03T21:35:24.010Z] Building docker-security-bootstrap-redis-go [2020-12-03T21:35:24.010Z]  Building docker-support-notifications-go ... done Removing intermediate container 4a4661f1bcb7 [2020-12-03T21:35:24.010Z] ---> 14b141f148ca [2020-12-03T21:35:24.010Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T21:35:24.010Z] ---> c0580cbdfe40 [2020-12-03T21:35:24.010Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T21:35:24.010Z] ---> Running in 9966a8992498 [2020-12-03T21:35:24.306Z] Removing intermediate container 9966a8992498 [2020-12-03T21:35:24.306Z] ---> 09fae62c083d [2020-12-03T21:35:24.306Z] Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:35:24.605Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T21:35:24.606Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T21:35:24.606Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T21:35:24.606Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T21:35:24.659Z] ---> e38c1523fd5d [2020-12-03T21:35:24.660Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T21:35:24.660Z] ---> Running in 696b2acd478a [2020-12-03T21:35:33.564Z] Removing intermediate container 696b2acd478a [2020-12-03T21:35:33.564Z] ---> 312915b173f3 [2020-12-03T21:35:33.564Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T21:35:33.564Z] ---> 1d8db4b899ba [2020-12-03T21:35:33.564Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T21:35:33.564Z] ---> Running in f075269b766e [2020-12-03T21:35:33.564Z] ---> Running in ab717184b454 [2020-12-03T21:35:33.564Z] Removing intermediate container f075269b766e [2020-12-03T21:35:33.564Z] ---> 16e4ba4f4e61 [2020-12-03T21:35:33.564Z] [2020-12-03T21:35:33.564Z] Successfully built 16e4ba4f4e61 [2020-12-03T21:35:33.564Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-03T21:35:33.564Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-12-03T21:35:33.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:33.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:34.098Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T21:35:34.098Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T21:35:34.098Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T21:35:34.098Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T21:35:34.098Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T21:35:34.098Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T21:35:34.387Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T21:35:34.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.284s coverage: 46.6% of statements [2020-12-03T21:35:34.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T21:35:34.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T21:35:34.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T21:35:34.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T21:35:34.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T21:35:40.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.452s coverage: 27.1% of statements [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T21:35:40.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T21:35:40.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T21:35:40.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.197s coverage: 65.5% of statements [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T21:35:40.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.282s coverage: 82.7% of statements [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T21:35:40.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T21:35:46.952Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T21:35:46.952Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T21:35:46.952Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T21:35:46.952Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T21:35:46.952Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T21:35:46.952Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T21:35:46.952Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T21:35:46.952Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T21:35:46.952Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T21:35:46.952Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T21:35:46.952Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T21:35:46.952Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T21:35:46.952Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T21:35:46.952Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T21:35:47.902Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T21:35:48.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.287s coverage: 28.6% of statements [2020-12-03T21:35:48.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T21:35:48.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T21:35:48.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T21:35:48.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T21:35:48.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T21:35:48.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements [2020-12-03T21:35:48.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T21:35:48.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2020-12-03T21:35:48.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T21:35:48.521Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.353s coverage: 86.7% of statements [2020-12-03T21:35:48.521Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T21:35:48.871Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T21:35:49.135Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T21:35:49.136Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T21:35:49.136Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T21:35:49.136Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T21:35:49.136Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T21:35:49.136Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T21:35:49.136Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T21:35:49.136Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T21:35:49.136Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T21:35:49.402Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T21:35:49.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.398s coverage: 97.5% of statements [2020-12-03T21:35:49.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T21:35:49.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements [2020-12-03T21:35:49.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T21:35:49.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T21:35:49.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T21:35:49.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T21:35:50.363Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:35:50.952Z] OK: 71 MiB in 55 packages [2020-12-03T21:35:51.215Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:35:51.215Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:35:51.215Z] ---> fe01a0cd411f [2020-12-03T21:35:51.215Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T21:35:51.496Z] ---> Using cache [2020-12-03T21:35:51.496Z] ---> 5d56bfe3bd25 [2020-12-03T21:35:51.496Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:35:51.496Z] ---> Using cache [2020-12-03T21:35:51.496Z] ---> 5975146b3abf [2020-12-03T21:35:51.496Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T21:35:51.760Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:35:51.760Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:35:51.760Z] ---> fe01a0cd411f [2020-12-03T21:35:51.760Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T21:35:51.760Z] ---> Using cache [2020-12-03T21:35:51.760Z] ---> 5d56bfe3bd25 [2020-12-03T21:35:51.760Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:35:51.760Z] ---> Using cache [2020-12-03T21:35:51.760Z] ---> 5975146b3abf [2020-12-03T21:35:51.760Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T21:35:52.336Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:35:52.336Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:35:52.336Z] ---> fe01a0cd411f [2020-12-03T21:35:52.336Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T21:35:52.336Z] ---> Using cache [2020-12-03T21:35:52.336Z] ---> 5d56bfe3bd25 [2020-12-03T21:35:52.336Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:35:52.336Z] ---> Using cache [2020-12-03T21:35:52.336Z] ---> 5975146b3abf [2020-12-03T21:35:52.336Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T21:35:53.737Z] ---> Running in 891cc2f8ef02 [2020-12-03T21:35:53.737Z] ---> Running in 1e8d7004c6bf [2020-12-03T21:35:53.737Z] ---> Running in 240e72352f9f [2020-12-03T21:35:55.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:55.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:55.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.047s coverage: 94.7% of statements [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T21:35:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T21:35:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.144s coverage: 0.0% of statements [no tests to run] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T21:35:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements [2020-12-03T21:35:56.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T21:35:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2020-12-03T21:35:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2020-12-03T21:35:56.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements [2020-12-03T21:35:56.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:56.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:56.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:35:57.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.2% of statements [2020-12-03T21:35:57.507Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:35:57.507Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:35:57.507Z] OK: 12745 distinct packages available [2020-12-03T21:35:57.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 100.0% of statements [2020-12-03T21:35:57.525Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T21:35:57.796Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:35:57.796Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:35:57.796Z] OK: 12745 distinct packages available [2020-12-03T21:35:58.095Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:35:58.095Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:35:58.095Z] OK: 12745 distinct packages available [2020-12-03T21:35:58.095Z] OK: 233 MiB in 51 packages [2020-12-03T21:35:58.095Z] OK: 233 MiB in 51 packages [2020-12-03T21:35:58.359Z] OK: 233 MiB in 51 packages [2020-12-03T21:36:00.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.595s coverage: 63.5% of statements [2020-12-03T21:36:00.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T21:36:00.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T21:36:00.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2020-12-03T21:36:00.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements [2020-12-03T21:36:00.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2020-12-03T21:36:00.939Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:36:00.939Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T21:36:00.939Z] ---> fe01a0cd411f [2020-12-03T21:36:00.939Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T21:36:00.939Z] ---> Using cache [2020-12-03T21:36:00.939Z] ---> 5d56bfe3bd25 [2020-12-03T21:36:00.939Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T21:36:01.045Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements [2020-12-03T21:36:01.893Z] Removing intermediate container 1e8d7004c6bf [2020-12-03T21:36:01.893Z] ---> 1f0aafbe7d40 [2020-12-03T21:36:01.893Z] Step 6/22 : COPY go.mod . [2020-12-03T21:36:02.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2020-12-03T21:36:03.290Z] ---> Running in d76248d1956d [2020-12-03T21:36:03.290Z] Removing intermediate container 240e72352f9f [2020-12-03T21:36:03.290Z] ---> af468ad2eef7 [2020-12-03T21:36:03.290Z] Step 6/22 : COPY go.mod . [2020-12-03T21:36:03.290Z] Removing intermediate container 891cc2f8ef02 [2020-12-03T21:36:03.290Z] ---> 4a16698907b7 [2020-12-03T21:36:03.290Z] Step 6/23 : COPY go.mod . [2020-12-03T21:36:03.866Z] ---> 4ab704b80702 [2020-12-03T21:36:03.866Z] Step 7/22 : RUN go mod download [2020-12-03T21:36:04.821Z] ---> Running in 7f02973a8754 [2020-12-03T21:36:05.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:36:05.349Z] ---> 360f4a15dcbb [2020-12-03T21:36:05.349Z] Step 7/23 : RUN go mod download [2020-12-03T21:36:05.349Z] ---> eb0b02a4beca [2020-12-03T21:36:05.349Z] Step 7/22 : RUN go mod download [2020-12-03T21:36:05.616Z] ---> Running in 8aaa8181bd58 [2020-12-03T21:36:05.617Z] ---> Running in c6588e3c3139 [2020-12-03T21:36:05.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:36:05.881Z] Removing intermediate container ab717184b454 [2020-12-03T21:36:05.881Z] ---> 1b38c04479c2 [2020-12-03T21:36:05.881Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T21:36:06.150Z] ---> Running in ecf183bdb788 [2020-12-03T21:36:06.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.821s coverage: 55.9% of statements [2020-12-03T21:36:06.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T21:36:06.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T21:36:06.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T21:36:06.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T21:36:06.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T21:36:06.834Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T21:36:07.122Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:36:07.122Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:36:07.122Z] OK: 12745 distinct packages available [2020-12-03T21:36:07.122Z] OK: 233 MiB in 51 packages [2020-12-03T21:36:08.077Z] Removing intermediate container 7f02973a8754 [2020-12-03T21:36:08.077Z] ---> 9e7077547a0e [2020-12-03T21:36:08.077Z] Step 8/22 : COPY . . [2020-12-03T21:36:08.077Z] Collecting docker-compose==1.23.2 [2020-12-03T21:36:08.077Z] Removing intermediate container c6588e3c3139 [2020-12-03T21:36:08.077Z] ---> b3a311885e16 [2020-12-03T21:36:08.077Z] Step 8/23 : COPY . . [2020-12-03T21:36:08.077Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T21:36:08.077Z] Removing intermediate container 8aaa8181bd58 [2020-12-03T21:36:08.077Z] ---> d9f12a60ccd7 [2020-12-03T21:36:08.077Z] Step 8/22 : COPY . . [2020-12-03T21:36:08.077Z] Removing intermediate container d76248d1956d [2020-12-03T21:36:08.077Z] ---> b359ef6c4dcc [2020-12-03T21:36:08.077Z] Step 5/29 : COPY go.mod . [2020-12-03T21:36:08.352Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T21:36:08.352Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T21:36:10.277Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-03T21:36:11.692Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T21:36:11.692Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T21:36:15.021Z] Collecting PyYAML<4,>=3.10 [2020-12-03T21:36:15.021Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T21:36:18.444Z] ---> 8d5faffa253d [2020-12-03T21:36:18.444Z] Step 6/29 : RUN go mod download [2020-12-03T21:36:19.318Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T21:36:19.318Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T21:36:20.284Z] ---> Running in 99e4ddae1f3b [2020-12-03T21:36:20.284Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T21:36:20.284Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T21:36:21.692Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T21:36:21.692Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T21:36:24.254Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T21:36:24.838Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T21:36:26.776Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T21:36:26.776Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T21:36:27.369Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T21:36:27.369Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T21:36:27.638Z] 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) [2020-12-03T21:36:27.638Z] 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) [2020-12-03T21:36:28.226Z] Collecting idna<2.8,>=2.5 [2020-12-03T21:36:28.226Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T21:36:28.828Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T21:36:28.828Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.207s coverage: 86.3% of statements [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.341s coverage: 72.2% of statements [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.486s coverage: 72.1% of statements [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.115s coverage: 82.4% of statements [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.071s coverage: 48.4% of statements [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.081s coverage: 28.8% of statements [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.092s coverage: 96.8% of statements [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 37.2% of statements [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.584s coverage: 84.1% of statements [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.442s coverage: 47.1% of statements [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T21:36:29.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2020-12-03T21:36:29.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T21:36:29.419Z] Removing intermediate container 99e4ddae1f3b [2020-12-03T21:36:29.419Z] ---> befe43f55312 [2020-12-03T21:36:29.419Z] Step 7/29 : COPY . . [2020-12-03T21:36:29.687Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T21:36:29.687Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T21:36:30.277Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T21:36:30.277Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T21:36:30.277Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T21:36:30.277Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T21:36:30.862Z] Installing collected packages: websocket-client, jsonschema, PyYAML, cached-property, dockerpty, texttable, idna, urllib3, requests, docopt, docker-pycreds, docker, docker-compose [2020-12-03T21:36:31.679Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.961s coverage: 29.1% of statements [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T21:36:31.679Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.167s coverage: 99.0% of statements [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T21:36:31.679Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T21:36:31.679Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T21:36:31.679Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T21:36:31.679Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T21:36:31.679Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T21:36:31.679Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2020-12-03T21:36:32.666Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2020-12-03T21:36:32.830Z] Running setup.py install for PyYAML: started [2020-12-03T21:36:34.097Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-03T21:36:34.692Z] GO111MODULE=on go vet ./... [2020-12-03T21:36:37.102Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T21:36:39.681Z] Running setup.py install for dockerpty: started [2020-12-03T21:36:40.629Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T21:36:40.629Z] Running setup.py install for texttable: started [2020-12-03T21:36:41.580Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T21:36:41.580Z] Attempting uninstall: idna [2020-12-03T21:36:41.580Z] Found existing installation: idna 2.9 [2020-12-03T21:36:41.996Z] Uninstalling idna-2.9: [2020-12-03T21:36:42.266Z] ---> efa91722db5f [2020-12-03T21:36:42.266Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T21:36:42.266Z] Successfully uninstalled idna-2.9 [2020-12-03T21:36:42.558Z] Attempting uninstall: urllib3 [2020-12-03T21:36:42.558Z] Found existing installation: urllib3 1.25.9 [2020-12-03T21:36:42.558Z] Uninstalling urllib3-1.25.9: [2020-12-03T21:36:42.828Z] ---> 63bb922ea7e8 [2020-12-03T21:36:42.829Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T21:36:42.829Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T21:36:42.829Z] ---> 40311dc82cf0 [2020-12-03T21:36:42.829Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T21:36:43.091Z] ---> Running in cbbbfc1f3f1f [2020-12-03T21:36:43.355Z] ---> Running in e5eb8d32b965 [2020-12-03T21:36:43.355Z] ---> Running in a941b963b4f1 [2020-12-03T21:36:43.355Z] Attempting uninstall: requests [2020-12-03T21:36:43.355Z] Found existing installation: requests 2.23.0 [2020-12-03T21:36:43.355Z] Uninstalling requests-2.23.0: [2020-12-03T21:36:43.355Z] Successfully uninstalled requests-2.23.0 [2020-12-03T21:36:43.629Z] Running setup.py install for docopt: started [2020-12-03T21:36:45.033Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T21:36:45.033Z] 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 [2020-12-03T21:36:45.033Z] 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 [2020-12-03T21:36:45.033Z] 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 [2020-12-03T21:36:46.013Z] 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 [2020-12-03T21:36:54.315Z] Removing intermediate container ecf183bdb788 [2020-12-03T21:36:54.315Z] ---> 2cdc7936cb71 [2020-12-03T21:36:54.315Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T21:36:55.746Z] ---> Running in 3475b9316daf [2020-12-03T21:36:57.178Z] ---> f441db551bba [2020-12-03T21:36:57.178Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T21:36:57.449Z] ---> Running in e2efbcf778f1 [2020-12-03T21:36:58.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:36:58.447Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:36:58.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T21:36:58.724Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T21:36:58.724Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T21:36:58.724Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T21:36:58.724Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:36:58.724Z] OK: 72 MiB in 58 packages [2020-12-03T21:37:01.331Z] Removing intermediate container 3475b9316daf [2020-12-03T21:37:01.331Z] ---> 261f326f147f [2020-12-03T21:37:01.331Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T21:37:01.597Z] ---> Running in fe31ad0e690e [2020-12-03T21:37:01.883Z] Removing intermediate container fe31ad0e690e [2020-12-03T21:37:01.883Z] ---> 860700239e14 [2020-12-03T21:37:01.883Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:37:02.157Z] ---> Running in 0932e170218e [2020-12-03T21:37:02.424Z] Removing intermediate container 0932e170218e [2020-12-03T21:37:02.424Z] ---> 40b891a3cc99 [2020-12-03T21:37:02.424Z] Step 25/27 : LABEL arch=x86_64 [2020-12-03T21:37:02.424Z] ---> Running in 180d50f104ae [2020-12-03T21:37:02.695Z] Removing intermediate container 180d50f104ae [2020-12-03T21:37:02.695Z] ---> e5e1b3c6bf78 [2020-12-03T21:37:02.695Z] Step 26/27 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:37:02.961Z] ---> Running in 30ba205bbbf0 [2020-12-03T21:37:03.229Z] Removing intermediate container 30ba205bbbf0 [2020-12-03T21:37:03.229Z] ---> 185bc8a9d818 [2020-12-03T21:37:03.229Z] Step 27/27 : LABEL version=0.0.0 [2020-12-03T21:37:03.229Z] ---> Running in e7db0b9dcd05 [2020-12-03T21:37:03.499Z] Removing intermediate container e7db0b9dcd05 [2020-12-03T21:37:03.499Z] ---> 364483cd0c40 [2020-12-03T21:37:03.499Z] [2020-12-03T21:37:03.768Z] Successfully built 364483cd0c40 [2020-12-03T21:37:03.768Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-03T21:37:03.768Z] Building docker-security-proxy-setup-go [2020-12-03T21:37:26.153Z]  Building docker-sys-mgmt-agent-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:37:26.153Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:37:26.153Z] ---> fe01a0cd411f [2020-12-03T21:37:26.153Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T21:37:26.153Z] ---> Using cache [2020-12-03T21:37:26.153Z] ---> 5d56bfe3bd25 [2020-12-03T21:37:26.153Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:37:26.153Z] ---> Using cache [2020-12-03T21:37:26.153Z] ---> 5975146b3abf [2020-12-03T21:37:26.153Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T21:37:26.153Z] ---> Using cache [2020-12-03T21:37:26.153Z] ---> af468ad2eef7 [2020-12-03T21:37:26.153Z] Step 6/21 : COPY go.mod . [2020-12-03T21:37:26.153Z] ---> Using cache [2020-12-03T21:37:26.153Z] ---> eb0b02a4beca [2020-12-03T21:37:26.153Z] Step 7/21 : RUN go mod download [2020-12-03T21:37:26.153Z] ---> Using cache [2020-12-03T21:37:26.153Z] ---> d9f12a60ccd7 [2020-12-03T21:37:26.153Z] Step 8/21 : COPY . . [2020-12-03T21:37:26.153Z] ---> Using cache [2020-12-03T21:37:26.153Z] ---> efa91722db5f [2020-12-03T21:37:26.153Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T21:37:26.153Z] Removing intermediate container e5eb8d32b965 [2020-12-03T21:37:26.153Z] ---> c15c748da4f6 [2020-12-03T21:37:26.153Z] [2020-12-03T21:37:26.153Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T21:37:26.153Z] ---> be4e4bea2c2e [2020-12-03T21:37:26.153Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T21:37:26.153Z] ---> Running in 72546f3b2484 [2020-12-03T21:37:26.153Z] ---> Using cache [2020-12-03T21:37:26.153Z] ---> f9515cd86842 [2020-12-03T21:37:26.153Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T21:37:26.153Z] ---> Running in 9bcd802abad3 [2020-12-03T21:37:26.153Z] Removing intermediate container 9bcd802abad3 [2020-12-03T21:37:26.153Z] ---> d49a42847245 [2020-12-03T21:37:26.153Z] Step 13/22 : WORKDIR / [2020-12-03T21:37:26.153Z] ---> Running in 7ab6f480f4cc [2020-12-03T21:37:26.153Z] 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 [2020-12-03T21:37:26.153Z] Removing intermediate container 7ab6f480f4cc [2020-12-03T21:37:26.153Z] ---> 85b5d3336ebe [2020-12-03T21:37:26.153Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T21:37:26.433Z] ---> 2b3cdebe77cc [2020-12-03T21:37:26.433Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T21:37:27.905Z] ---> 6b552944525d [2020-12-03T21:37:27.905Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T21:37:28.189Z] ---> ebd9486ce8f3 [2020-12-03T21:37:28.189Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T21:37:32.511Z] ---> bd0b08cba086 [2020-12-03T21:37:32.511Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T21:37:32.511Z] Removing intermediate container e2efbcf778f1 [2020-12-03T21:37:32.511Z] ---> 5effb4e69235 [2020-12-03T21:37:32.511Z] [2020-12-03T21:37:32.511Z] Step 9/29 : FROM alpine:latest [2020-12-03T21:37:32.774Z] latest: Pulling from library/alpine [2020-12-03T21:37:33.358Z] ---> Running in f8ce887a5725 [2020-12-03T21:37:33.358Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T21:37:33.358Z] Status: Downloaded newer image for alpine:latest [2020-12-03T21:37:33.358Z] ---> d6e46aa2470d [2020-12-03T21:37:33.358Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-03T21:37:33.630Z] Removing intermediate container cbbbfc1f3f1f [2020-12-03T21:37:33.630Z] ---> 32bccea9fc4b [2020-12-03T21:37:33.630Z] [2020-12-03T21:37:33.630Z] Step 10/22 : FROM scratch [2020-12-03T21:37:33.630Z] ---> [2020-12-03T21:37:33.630Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T21:37:33.630Z] ---> Running in 75216cd5cea8 [2020-12-03T21:37:34.616Z] ---> Using cache [2020-12-03T21:37:34.616Z] ---> 30b96d259b83 [2020-12-03T21:37:34.616Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T21:37:35.565Z] Removing intermediate container 75216cd5cea8 [2020-12-03T21:37:35.565Z] ---> c7aa324f76e3 [2020-12-03T21:37:35.565Z] Step 11/29 : USER root [2020-12-03T21:37:35.565Z] ---> Running in 679bb46b67df [2020-12-03T21:37:36.993Z] ---> Running in 501988f934ea [2020-12-03T21:37:36.993Z] Removing intermediate container 679bb46b67df [2020-12-03T21:37:36.993Z] ---> b082b2b7907e [2020-12-03T21:37:36.993Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T21:37:37.262Z] ---> Running in a937b82014d5 [2020-12-03T21:37:38.211Z] Removing intermediate container a941b963b4f1 [2020-12-03T21:37:38.211Z] ---> d4a37a4a1563 [2020-12-03T21:37:38.211Z] [2020-12-03T21:37:38.211Z] Step 10/23 : FROM alpine [2020-12-03T21:37:38.211Z] ---> d6e46aa2470d [2020-12-03T21:37:38.211Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T21:37:38.475Z] Removing intermediate container 501988f934ea [2020-12-03T21:37:38.475Z] ---> 860d1aef50cd [2020-12-03T21:37:38.475Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T21:37:38.475Z] Removing intermediate container f8ce887a5725 [2020-12-03T21:37:38.475Z] ---> 1cef5902723e [2020-12-03T21:37:38.475Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T21:37:38.475Z] ---> Running in 61c5d476e13a [2020-12-03T21:37:38.737Z] ---> Running in 7f028f175239 [2020-12-03T21:37:38.737Z] Removing intermediate container a937b82014d5 [2020-12-03T21:37:38.737Z] ---> 471d58aebb68 [2020-12-03T21:37:38.737Z] Step 14/22 : WORKDIR / [2020-12-03T21:37:39.002Z] ---> Running in d027373b8936 [2020-12-03T21:37:39.268Z] ---> Running in 7c00a0fd9bd9 [2020-12-03T21:37:39.268Z] Removing intermediate container 61c5d476e13a [2020-12-03T21:37:39.268Z] ---> 852c0fc00229 [2020-12-03T21:37:39.268Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T21:37:39.268Z] Removing intermediate container d027373b8936 [2020-12-03T21:37:39.268Z] ---> 2a2cba180121 [2020-12-03T21:37:39.268Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T21:37:39.534Z] ---> Running in 2f5e299fd15f [2020-12-03T21:37:39.534Z] Removing intermediate container 7c00a0fd9bd9 [2020-12-03T21:37:39.534Z] ---> 426dae970ba7 [2020-12-03T21:37:39.534Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T21:37:39.534Z] ---> Running in e6364c25bddc [2020-12-03T21:37:39.799Z] Removing intermediate container 2f5e299fd15f [2020-12-03T21:37:39.799Z] ---> 0d2069ac67b2 [2020-12-03T21:37:39.799Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T21:37:39.799Z] Removing intermediate container e6364c25bddc [2020-12-03T21:37:39.799Z] ---> 1fe9866d718a [2020-12-03T21:37:39.799Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:37:39.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:37:39.799Z] ---> Running in 5d5ef8dace8f [2020-12-03T21:37:39.799Z] ---> Running in 4bdfa7bf522a [2020-12-03T21:37:39.799Z] ---> 2a81e4f35512 [2020-12-03T21:37:39.799Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T21:37:40.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:37:40.063Z] Removing intermediate container 5d5ef8dace8f [2020-12-03T21:37:40.063Z] ---> f6bddf9bd217 [2020-12-03T21:37:40.063Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:37:40.326Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:37:40.326Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:37:40.326Z] OK: 12746 distinct packages available [2020-12-03T21:37:40.326Z] ---> Running in 358cc5796738 [2020-12-03T21:37:40.326Z] Removing intermediate container 4bdfa7bf522a [2020-12-03T21:37:40.326Z] ---> 1bcc2f1695d0 [2020-12-03T21:37:40.326Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T21:37:40.589Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T21:37:40.589Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T21:37:40.589Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:37:40.589Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T21:37:40.589Z] OK: 6 MiB in 16 packages [2020-12-03T21:37:41.168Z] 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 [2020-12-03T21:37:41.752Z] ---> Running in f2114a3b316d [2020-12-03T21:37:41.752Z] ---> 5fc6b3e02e72 [2020-12-03T21:37:41.752Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T21:37:42.328Z] Removing intermediate container f2114a3b316d [2020-12-03T21:37:42.328Z] ---> 818afc9175a6 [2020-12-03T21:37:42.328Z] [2020-12-03T21:37:42.328Z] ---> 4f6b40376404 [2020-12-03T21:37:42.328Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T21:37:42.734Z] gofmt -l . [2020-12-03T21:37:42.905Z] Successfully built 818afc9175a6 [2020-12-03T21:37:43.489Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-03T21:37:43.489Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 39c56a6e0e00 [2020-12-03T21:37:43.489Z] Removing intermediate container 7f028f175239 [2020-12-03T21:37:43.489Z] ---> cd850e7b9dd5 [2020-12-03T21:37:43.489Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T21:37:43.753Z] ---> Running in 2549381a5843 [2020-12-03T21:37:43.753Z] Removing intermediate container 39c56a6e0e00 [2020-12-03T21:37:43.753Z] ---> 9ec89fbf2af4 [2020-12-03T21:37:43.753Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:37:43.753Z] ---> Running in aedcbfc2138b [2020-12-03T21:37:44.016Z] Removing intermediate container 358cc5796738 [2020-12-03T21:37:44.016Z] ---> acf19bda9257 [2020-12-03T21:37:44.016Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T21:37:44.016Z] Removing intermediate container 2549381a5843 [2020-12-03T21:37:44.016Z] ---> 03b834c0b387 [2020-12-03T21:37:44.016Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T21:37:44.162Z] [ "`gofmt -l .`" = "" ] [2020-12-03T21:37:46.587Z] ---> Running in bef5489d7800 [2020-12-03T21:37:46.587Z] ---> Running in dfa01472cb93 [2020-12-03T21:37:46.587Z] Removing intermediate container aedcbfc2138b [2020-12-03T21:37:46.587Z] ---> 1008c6d54b0b [2020-12-03T21:37:46.587Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T21:37:46.587Z] ---> Running in 7abfec8d5326 [2020-12-03T21:37:46.768Z] ./bin/test-go-mod-tidy.sh [2020-12-03T21:37:46.850Z] Removing intermediate container 72546f3b2484 [2020-12-03T21:37:46.850Z] ---> 99efc2780448 [2020-12-03T21:37:46.850Z] [2020-12-03T21:37:46.850Z] Step 10/21 : FROM alpine [2020-12-03T21:37:46.850Z] ---> d6e46aa2470d [2020-12-03T21:37:46.850Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T21:37:46.850Z] Removing intermediate container bef5489d7800 [2020-12-03T21:37:46.850Z] ---> 596367b29310 [2020-12-03T21:37:46.850Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T21:37:46.850Z] ---> Running in 5c59a48409dd [2020-12-03T21:37:46.850Z] Removing intermediate container 7abfec8d5326 [2020-12-03T21:37:46.850Z] ---> 430159a613cc [2020-12-03T21:37:46.850Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:37:47.039Z] ./bin/test-attribution-txt.sh [2020-12-03T21:37:47.114Z] ---> Running in 61b025cc2ac0 [2020-12-03T21:37:47.114Z] ---> Running in 8bfbcee73177 [2020-12-03T21:37:47.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:37:47.384Z] Removing intermediate container 8bfbcee73177 [2020-12-03T21:37:47.384Z] ---> d56b75730c6e [2020-12-03T21:37:47.648Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T21:37:47.648Z] ---> Running in bfffc670c62f [2020-12-03T21:37:47.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T21:37:47.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:37:47.911Z] Removing intermediate container bfffc670c62f [2020-12-03T21:37:47.911Z] ---> 1c12f163d9a7 [2020-12-03T21:37:47.911Z] [2020-12-03T21:37:47.911Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:37:47.911Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:37:47.911Z] OK: 12746 distinct packages available [2020-12-03T21:37:47.911Z] Successfully built 1c12f163d9a7 [2020-12-03T21:37:48.174Z] Successfully tagged docker-core-metadata-go:latest [2020-12-03T21:37:48.174Z]  Building docker-core-metadata-go ... done (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T21:37:48.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T21:37:48.174Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T21:37:48.174Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T21:37:48.174Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T21:37:48.436Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:37:48.436Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T21:37:48.436Z] OK: 7 MiB in 18 packages [2020-12-03T21:37:48.703Z] Removing intermediate container 61b025cc2ac0 [2020-12-03T21:37:48.703Z] ---> 4f4dcdf0b537 [2020-12-03T21:37:48.703Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T21:37:49.280Z] Removing intermediate container 5c59a48409dd [2020-12-03T21:37:49.280Z] ---> afa05ad88665 [2020-12-03T21:37:49.280Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T21:37:49.280Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T21:37:49.280Z] ---> a563fd0d54b1 [2020-12-03T21:37:49.280Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T21:37:49.280Z] ---> Running in 2269f3103b08 [2020-12-03T21:37:49.280Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T21:37:49.280Z] Removing intermediate container 2269f3103b08 [2020-12-03T21:37:49.280Z] ---> 34d3d830211f [2020-12-03T21:37:49.280Z] Step 13/21 : WORKDIR /edgex [2020-12-03T21:37:49.543Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T21:37:49.543Z] ---> Running in 44577bf45baa [2020-12-03T21:37:49.543Z] ---> d35196c417f6 [2020-12-03T21:37:49.543Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T21:37:49.807Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T21:37:49.807Z] Removing intermediate container 44577bf45baa [2020-12-03T21:37:49.807Z] ---> 85191f8436e8 [2020-12-03T21:37:49.807Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T21:37:49.807Z] ---> e95fb582d987 [2020-12-03T21:37:49.807Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T21:37:49.807Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T21:37:50.080Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:37:50.080Z] OK: 8 MiB in 19 packages [2020-12-03T21:37:50.080Z] ---> e928395a06d8 [2020-12-03T21:37:50.080Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T21:37:50.080Z] ---> 0bcb56a34dcd [2020-12-03T21:37:50.080Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T21:37:50.350Z] ---> 7e64b5d66a42 [2020-12-03T21:37:50.350Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T21:37:50.611Z] ---> Running in af2b72fd26c0 [2020-12-03T21:37:50.611Z] ---> c6a49542b772 [2020-12-03T21:37:50.611Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T21:37:50.877Z] Removing intermediate container dfa01472cb93 [2020-12-03T21:37:50.877Z] ---> c517e269f4ee [2020-12-03T21:37:50.877Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [Pipeline] sh [2020-12-03T21:37:51.465Z] ---> 149b719f5904 [2020-12-03T21:37:51.465Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T21:37:51.465Z] ---> 4439f0f37eb3 [2020-12-03T21:37:51.465Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T21:37:51.465Z] ---> Running in 1e29f20823b5 [2020-12-03T21:37:51.732Z] Removing intermediate container 1e29f20823b5 [2020-12-03T21:37:51.733Z] ---> 8514370d3b6b [2020-12-03T21:37:51.733Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T21:37:51.733Z] ---> Running in 307cfa0b0601 [2020-12-03T21:37:51.733Z] Removing intermediate container af2b72fd26c0 [2020-12-03T21:37:51.733Z] ---> 722e5c1c0f05 [2020-12-03T21:37:51.733Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T21:37:51.993Z] Removing intermediate container 307cfa0b0601 [2020-12-03T21:37:51.993Z] ---> b3970b16c7bc [2020-12-03T21:37:51.993Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T21:37:51.993Z] ---> 1f3b3c20deb7 [2020-12-03T21:37:51.993Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T21:37:52.007Z] + ls -al . [2020-12-03T21:37:52.007Z] total 676 [2020-12-03T21:37:52.007Z] drwxrwxr-x 9 1001 1001 4096 Dec 3 21:37 . [2020-12-03T21:37:52.007Z] drwxr-xr-x 4 root root 4096 Dec 3 21:33 .. [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 21:32 .dockerignore [2020-12-03T21:37:52.007Z] drwxrwxr-x 8 1001 1001 4096 Dec 3 21:32 .git [2020-12-03T21:37:52.007Z] drwxrwxr-x 3 1001 1001 4096 Dec 3 21:32 .github [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 21:32 .gitignore [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 21:32 .sonarcloud.properties [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 21:32 CONTRIBUTING.md [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 21:32 Dockerfile.build [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 943 Dec 3 21:32 Jenkinsfile [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 21:32 LICENSE [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 6318 Dec 3 21:32 Makefile [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 21:32 README.md [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 21:32 SECURITY.md [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 5 Dec 3 21:29 VERSION [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 21:32 ZMQWindows.md [2020-12-03T21:37:52.007Z] drwxrwxr-x 2 1001 1001 4096 Dec 3 21:32 bin [2020-12-03T21:37:52.007Z] drwxrwxr-x 15 1001 1001 4096 Dec 3 21:32 cmd [2020-12-03T21:37:52.007Z] -rw-r--r-- 1 root root 555123 Dec 3 21:36 coverage.out [2020-12-03T21:37:52.007Z] -rw-r--r-- 1 root root 1041 Dec 3 21:37 go.mod [2020-12-03T21:37:52.007Z] -rw-r--r-- 1 root root 18856 Dec 3 21:37 go.sum [2020-12-03T21:37:52.007Z] drwxrwxr-x 8 1001 1001 4096 Dec 3 21:32 internal [2020-12-03T21:37:52.007Z] drwxrwxr-x 4 1001 1001 4096 Dec 3 21:32 openapi [2020-12-03T21:37:52.007Z] drwxrwxr-x 4 1001 1001 4096 Dec 3 21:32 snap [2020-12-03T21:37:52.007Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 21:32 version.go [Pipeline] sh [2020-12-03T21:37:52.700Z] + '[' -e coverage.out ] [2020-12-03T21:37:52.700Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T21:37:52.784Z] Warning: overwriting stash ‘coverage-report’ [2020-12-03T21:37:52.938Z] ---> Running in e0cefa4b7a71 [2020-12-03T21:37:52.938Z] ---> d0730436bff0 [2020-12-03T21:37:52.938Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T21:37:52.938Z] ---> b477234d0bc7 [2020-12-03T21:37:52.938Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T21:37:53.202Z] ---> Running in fe5981ab600c [2020-12-03T21:37:53.202Z] ---> Running in ec6e3765bead [2020-12-03T21:37:53.202Z] Removing intermediate container e0cefa4b7a71 [2020-12-03T21:37:53.202Z] ---> 6338f7d7ba39 [2020-12-03T21:37:53.202Z] Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:37:53.464Z] ---> Running in 1a0e2058be58 [2020-12-03T21:37:53.464Z] Removing intermediate container ec6e3765bead [2020-12-03T21:37:53.464Z] ---> 77631a8bffe7 [2020-12-03T21:37:53.464Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:37:53.726Z] ---> Running in 15a744ee262d [2020-12-03T21:37:53.727Z] Removing intermediate container 1a0e2058be58 [2020-12-03T21:37:53.727Z] ---> 8685209fd6d1 [2020-12-03T21:37:53.727Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T21:37:53.727Z] ---> Running in ca9c6e5bc9e5 [2020-12-03T21:37:53.910Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T21:37:53.988Z] Removing intermediate container 15a744ee262d [2020-12-03T21:37:53.988Z] ---> b385e88d562e [2020-12-03T21:37:53.988Z] Step 21/23 : LABEL arch=x86_64 [2020-12-03T21:37:53.988Z] ---> Running in 51fc4326e5b5 [2020-12-03T21:37:54.250Z] Removing intermediate container ca9c6e5bc9e5 [2020-12-03T21:37:54.250Z] ---> b21c5cec6085 [2020-12-03T21:37:54.250Z] [2020-12-03T21:37:54.250Z] Removing intermediate container 51fc4326e5b5 [2020-12-03T21:37:54.250Z] ---> cb8bd1fbb4a9 [2020-12-03T21:37:54.250Z] Step 22/23 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:37:54.250Z] Successfully built b21c5cec6085 [2020-12-03T21:37:54.250Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-03T21:37:54.250Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 8cf8dc0069f9 [2020-12-03T21:37:54.511Z] Removing intermediate container fe5981ab600c [2020-12-03T21:37:54.511Z] ---> a12339438e4b [2020-12-03T21:37:54.511Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T21:37:54.634Z] + make build [2020-12-03T21:37:54.634Z] 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 [2020-12-03T21:37:54.773Z] ---> Running in 5a17c5a379f0 [2020-12-03T21:37:54.773Z] Removing intermediate container 8cf8dc0069f9 [2020-12-03T21:37:54.773Z] ---> 29e05c0e0467 [2020-12-03T21:37:54.773Z] Step 23/23 : LABEL version=0.0.0 [2020-12-03T21:37:55.040Z] ---> Running in d8b3b77149ad [2020-12-03T21:37:55.302Z] Removing intermediate container d8b3b77149ad [2020-12-03T21:37:55.302Z] ---> 5ce1cd0d63ac [2020-12-03T21:37:55.302Z] [2020-12-03T21:37:55.564Z] Successfully built 5ce1cd0d63ac [2020-12-03T21:37:55.564Z] Successfully tagged docker-core-data-go:latest [2020-12-03T21:37:56.140Z]  Building docker-core-data-go ... done Removing intermediate container 5a17c5a379f0 [2020-12-03T21:37:56.140Z] ---> 5edc08c41c46 [2020-12-03T21:37:56.140Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T21:37:56.140Z] ---> Running in 04817623dd18 [2020-12-03T21:37:56.402Z] Removing intermediate container 04817623dd18 [2020-12-03T21:37:56.402Z] ---> ed96b8949e6e [2020-12-03T21:37:56.402Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T21:37:56.402Z] ---> Running in 63dbd4884950 [2020-12-03T21:37:56.664Z] Removing intermediate container 63dbd4884950 [2020-12-03T21:37:56.664Z] ---> 4801463848f9 [2020-12-03T21:37:56.664Z] Step 27/29 : LABEL arch=x86_64 [2020-12-03T21:37:56.664Z] ---> Running in 1c74d43b854e [2020-12-03T21:37:56.928Z] Removing intermediate container 1c74d43b854e [2020-12-03T21:37:56.928Z] ---> 5e8b12343308 [2020-12-03T21:37:56.928Z] Step 28/29 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:37:56.928Z] ---> Running in df842f073430 [2020-12-03T21:37:56.928Z] Removing intermediate container df842f073430 [2020-12-03T21:37:56.928Z] ---> 2898af885faa [2020-12-03T21:37:56.928Z] Step 29/29 : LABEL version=0.0.0 [2020-12-03T21:37:57.191Z] ---> Running in f10d2cc6ed19 [2020-12-03T21:37:57.191Z] Removing intermediate container f10d2cc6ed19 [2020-12-03T21:37:57.191Z] ---> c4f34173107f [2020-12-03T21:37:57.191Z] [2020-12-03T21:37:57.453Z] Successfully built c4f34173107f [2020-12-03T21:37:57.453Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-03T21:37:57.734Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-12-03T21:37:57.773Z] $ docker stop --time=1 c69c39a55e77e5af640df67783802ff8955a6e34b151327c55e409762229f49a [2020-12-03T21:37:59.437Z] $ docker rm -f c69c39a55e77e5af640df67783802ff8955a6e34b151327c55e409762229f49a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T21:38:00.091Z] + docker images [2020-12-03T21:38:00.091Z] + grep docker [2020-12-03T21:38:00.091Z] docker-security-secrets-setup-go latest c4f34173107f 2 seconds ago 23.9MB [2020-12-03T21:38:00.092Z] docker-core-data-go latest 5ce1cd0d63ac 4 seconds ago 23.7MB [2020-12-03T21:38:00.092Z] docker-security-proxy-setup-go latest b21c5cec6085 6 seconds ago 24.6MB [2020-12-03T21:38:00.092Z] docker-core-metadata-go latest 1c12f163d9a7 12 seconds ago 14.5MB [2020-12-03T21:38:00.092Z] docker-security-bootstrap-redis-go latest 818afc9175a6 18 seconds ago 15.8MB [2020-12-03T21:38:00.092Z] docker-sys-mgmt-agent-go latest 364483cd0c40 56 seconds ago 293MB [2020-12-03T21:38:00.092Z] docker-security-secretstore-setup-go latest 16e4ba4f4e61 2 minutes ago 24.7MB [2020-12-03T21:38:00.092Z] docker-support-notifications-go latest 5d2ec13cf04a 2 minutes ago 13.6MB [2020-12-03T21:38:00.092Z] docker-core-command-go latest 2c9f9c578179 2 minutes ago 12.2MB [2020-12-03T21:38:00.092Z] docker-support-scheduler-go latest ec4a684c3c41 2 minutes ago 12.3MB [2020-12-03T21:38:00.092Z] docker latest b0757c55a1fd 44 hours ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-03T21:38:07.026Z] 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 [2020-12-03T21:38:16.184Z] Still waiting to schedule task [2020-12-03T21:38:16.185Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-03T21:38:29.208Z] 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 [2020-12-03T21:38:34.609Z] 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 [2020-12-03T21:38:38.909Z] 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 [2020-12-03T21:38:39.888Z] 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 [2020-12-03T21:38:44.206Z] 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 [2020-12-03T21:38:49.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T21:38:52.991Z] 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 [2020-12-03T21:38:57.290Z] 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 [2020-12-03T21:39:00.687Z] 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 [2020-12-03T21:39:04.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T21:39:09.473Z] 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 [Pipeline] } [2020-12-03T21:39:12.892Z] $ docker stop --time=1 a083e33287466a81d80828f71ba40017d1cd03db38f430b3837d8f888d1787d1 [2020-12-03T21:39:15.526Z] $ docker rm -f a083e33287466a81d80828f71ba40017d1cd03db38f430b3837d8f888d1787d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:39:17.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T21:39:17.719Z] [2020-12-03T21:39:17.719Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:39:18.380Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T21:39:18.628Z] Running on prd-ubuntu18.04-docker-8c-8g-14369 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [2020-12-03T21:39:18.654Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-03T21:39:18.654Z] 29e5d40040c1: Pulling fs layer [2020-12-03T21:39:18.654Z] 1ce36da41761: Pulling fs layer [2020-12-03T21:39:18.654Z] 25b303627fd3: Pulling fs layer [2020-12-03T21:39:18.654Z] 29e5d40040c1: Verifying Checksum [2020-12-03T21:39:18.654Z] 29e5d40040c1: Download complete [Pipeline] ws [2020-12-03T21:39:18.691Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2020-12-03T21:39:19.258Z] 1ce36da41761: Verifying Checksum [2020-12-03T21:39:19.258Z] 1ce36da41761: Download complete [2020-12-03T21:39:19.258Z] 29e5d40040c1: Pull complete [2020-12-03T21:39:20.715Z] 1ce36da41761: Pull complete [2020-12-03T21:39:20.987Z] 25b303627fd3: Verifying Checksum [2020-12-03T21:39:20.987Z] 25b303627fd3: Download complete [2020-12-03T21:39:21.028Z] using credential edgex-jenkins-ssh [2020-12-03T21:39:21.098Z] Cloning the remote Git repository [2020-12-03T21:39:21.107Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T21:39:21.187Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2020-12-03T21:39:21.220Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T21:39:21.221Z] > git --version # timeout=10 [2020-12-03T21:39:21.229Z] > git --version # 'git version 2.17.1' [2020-12-03T21:39:21.230Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T21:39:21.263Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T21:39:31.142Z] 25b303627fd3: Pull complete [2020-12-03T21:39:31.142Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-03T21:39:31.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T21:39:31.142Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-03T21:39:31.408Z] prd-ubuntu18.04-docker-arm64-4c-16g-14368 does not seem to be running inside a container [2020-12-03T21:39:31.504Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-03T21:39:34.707Z] $ docker top 02ca1d6d7596b5797ec242efcf7a136abb6943d80789fd24d78ea3e8e900864e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T21:39:35.782Z] + grep parallel [2020-12-03T21:39:35.782Z] + docker-compose build --help [2020-12-03T21:39:36.285Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:39:36.512Z] Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:39:36.512Z] Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) [2020-12-03T21:39:35.678Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T21:39:35.685Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T21:39:35.696Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T21:39:35.710Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T21:39:35.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T21:39:35.716Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T21:39:36.290Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T21:39:36.302Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T21:39:36.466Z] > git remote # timeout=10 [2020-12-03T21:39:36.475Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T21:39:36.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T21:39:36.487Z] > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 [2020-12-03T21:39:36.500Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T21:39:36.511Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T21:39:36.521Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T21:39:39.153Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T21:39:39.455Z] $ docker stop --time=1 02ca1d6d7596b5797ec242efcf7a136abb6943d80789fd24d78ea3e8e900864e [2020-12-03T21:39:40.293Z] Commit message: "ci: testing new native snap build" [2020-12-03T21:39:41.274Z] $ docker rm -f 02ca1d6d7596b5797ec242efcf7a136abb6943d80789fd24d78ea3e8e900864e [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T21:39:42.515Z] + echo snap-build.sh [2020-12-03T21:39:42.515Z] snap-build.sh [2020-12-03T21:39:42.515Z] + SNAP_BASE_DIR=. [2020-12-03T21:39:42.515Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2020-12-03T21:39:42.515Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2020-12-03T21:39:42.515Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2020-12-03T21:39:42.515Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2020-12-03T21:39:42.515Z] + cd /w/workspace/edgex-go/7 [2020-12-03T21:39:42.515Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-03T21:39:42.515Z] Reading package lists... [2020-12-03T21:39:42.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T21:39:42.754Z] . [Pipeline] withDockerContainer [2020-12-03T21:39:42.780Z] Building dependency tree... [2020-12-03T21:39:42.780Z] Reading state information... [2020-12-03T21:39:42.780Z] The following packages were automatically installed and are no longer required: [2020-12-03T21:39:42.780Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-03T21:39:42.780Z] uidmap xdelta3 [2020-12-03T21:39:42.780Z] Use 'sudo apt autoremove' to remove them. [2020-12-03T21:39:42.987Z] prd-ubuntu18.04-docker-arm64-4c-16g-14368 does not seem to be running inside a container [2020-12-03T21:39:43.041Z] The following packages will be REMOVED: [2020-12-03T21:39:43.042Z] lxd* lxd-client* [2020-12-03T21:39:43.082Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-03T21:39:43.618Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-03T21:39:43.618Z] After this operation, 31.7 MB disk space will be freed. [2020-12-03T21:39:44.412Z] $ docker top fd4980c8326e69b728461e85f32f6d79a8d2349736a0f125017eafb720ba59c5 -eo pid,comm [2020-12-03T21:39:44.672Z] (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.) [2020-12-03T21:39:44.672Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] { [Pipeline] sh [2020-12-03T21:39:45.479Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T21:39:46.064Z] Removing lxd dnsmasq configuration [2020-12-03T21:39:46.064Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T21:39:46.064Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-03T21:39:47.014Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T21:39:47.277Z] (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.) [2020-12-03T21:39:47.277Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T21:39:49.199Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-03T21:39:49.199Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-03T21:39:49.839Z] Building docker-core-command-go ... [2020-12-03T21:39:49.839Z] Building docker-core-data-go ... [2020-12-03T21:39:49.839Z] Building docker-core-metadata-go ... [2020-12-03T21:39:49.839Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T21:39:49.839Z] Building docker-security-proxy-setup-go ... [2020-12-03T21:39:49.839Z] Building docker-security-secrets-setup-go ... [2020-12-03T21:39:49.839Z] Building docker-security-secretstore-setup-go ... [2020-12-03T21:39:49.839Z] Building docker-support-notifications-go ... [2020-12-03T21:39:49.839Z] Building docker-support-scheduler-go ... [2020-12-03T21:39:49.839Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T21:39:49.839Z] Building docker-core-command-go [2020-12-03T21:39:49.839Z] Building docker-security-secrets-setup-go [2020-12-03T21:39:49.839Z] Building docker-core-metadata-go [2020-12-03T21:39:49.839Z] Building docker-core-data-go [2020-12-03T21:39:49.839Z] Building docker-support-notifications-go [2020-12-03T21:39:50.590Z] + sudo snap remove --purge lxd [2020-12-03T21:39:50.851Z] snap "lxd" is not installed [2020-12-03T21:39:50.851Z] + sudo groupadd --force --system lxd [2020-12-03T21:39:50.851Z] ++ whoami [2020-12-03T21:39:50.851Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-03T21:39:51.114Z] + newgrp - lxd [2020-12-03T21:39:51.114Z] + sudo snap install lxd [2020-12-03T21:40:01.144Z] 2020-12-03T21:39:58Z INFO Waiting for automatic snapd restart... [2020-12-03T21:40:13.514Z] lxd 4.8 from Canonical* installed [2020-12-03T21:40:13.514Z] + sudo lxd init --auto [2020-12-03T21:40:21.684Z] + sudo snap install --classic snapcraft [2020-12-03T21:40:29.857Z] snapcraft 4.4.4 from Canonical* installed [2020-12-03T21:40:29.857Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-03T21:40:29.857Z] + patch --verbose -p1 [2020-12-03T21:40:29.857Z] Hmm... Looks like a unified diff to me... [2020-12-03T21:40:29.857Z] The text leading up to this was: [2020-12-03T21:40:29.857Z] -------------------------- [2020-12-03T21:40:29.857Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-03T21:40:29.857Z] |From: Tony Espy [2020-12-03T21:40:29.857Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-03T21:40:29.857Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-03T21:40:29.857Z] | [2020-12-03T21:40:29.857Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-03T21:40:29.857Z] |optimize the snap CI check run for pull requests. When [2020-12-03T21:40:29.857Z] |applied, it essentially strips out everything (apps and [2020-12-03T21:40:29.857Z] |parts) from the snapcraft.yaml file except those required [2020-12-03T21:40:29.857Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-03T21:40:29.857Z] |catch changes to edgex-go that break the snap build. [2020-12-03T21:40:29.857Z] | [2020-12-03T21:40:29.857Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-03T21:40:29.857Z] |to update this patch file, otherwise it may fail to apply, [2020-12-03T21:40:29.857Z] |resulting in a failed snap build CI check in the associated [2020-12-03T21:40:29.857Z] |pull request. [2020-12-03T21:40:29.857Z] | [2020-12-03T21:40:29.857Z] |Note - in addition to applying this patch, the pipeline also [2020-12-03T21:40:29.857Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-03T21:40:29.857Z] |need to build the finally binary .snap file (and it won't [2020-12-03T21:40:29.857Z] |work with the patch applied). This further reduces the build [2020-12-03T21:40:29.857Z] |time. [2020-12-03T21:40:29.857Z] |--- [2020-12-03T21:40:29.857Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-03T21:40:29.857Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-03T21:40:29.857Z] | [2020-12-03T21:40:29.857Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-03T21:40:29.857Z] |index b265277c..d7e1de37 100644 [2020-12-03T21:40:29.857Z] |--- a/snap/snapcraft.yaml [2020-12-03T21:40:29.857Z] |+++ b/snap/snapcraft.yaml [2020-12-03T21:40:29.857Z] -------------------------- [2020-12-03T21:40:29.857Z] patching file snap/snapcraft.yaml [2020-12-03T21:40:29.857Z] Using Plan A... [2020-12-03T21:40:29.857Z] Hunk #1 succeeded at 75. [2020-12-03T21:40:29.857Z] Hunk #2 succeeded at 84. [2020-12-03T21:40:29.857Z] Hunk #3 succeeded at 218. [2020-12-03T21:40:29.857Z] Hunk #4 succeeded at 233. [2020-12-03T21:40:29.857Z] Hunk #5 succeeded at 241. [2020-12-03T21:40:29.857Z] Hunk #6 succeeded at 248. [2020-12-03T21:40:29.857Z] Hunk #7 succeeded at 275. [2020-12-03T21:40:29.857Z] Hunk #8 succeeded at 309. [2020-12-03T21:40:29.857Z] Hunk #9 succeeded at 365. [2020-12-03T21:40:29.857Z] Hmm... Ignoring the trailing garbage. [2020-12-03T21:40:29.857Z] done [2020-12-03T21:40:29.857Z] + sudo snapcraft prime --use-lxd [2020-12-03T21:40:31.777Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-03T21:40:31.777Z] 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: [2020-12-03T21:40:31.777Z] - README.md [2020-12-03T21:40:31.777Z] [2020-12-03T21:40:31.777Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-03T21:40:32.352Z] Launching a container. [2020-12-03T21:40:47.299Z] Waiting for container to be ready [2020-12-03T21:40:47.299Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-03T21:40:47.299Z] [2020-12-03T21:40:49.866Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-03T21:40:49.866Z] Waiting for network to be ready... [2020-12-03T21:40:50.440Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-03T21:40:50.440Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1459 kB] [2020-12-03T21:40:50.440Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-03T21:40:50.702Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [285 kB] [2020-12-03T21:40:50.702Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-03T21:40:50.702Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-03T21:40:50.702Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] [2020-12-03T21:40:50.702Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] [2020-12-03T21:40:50.702Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-03T21:40:50.702Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2020-12-03T21:40:50.964Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-03T21:40:51.555Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-03T21:40:51.824Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-03T21:40:51.824Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-03T21:40:51.824Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-03T21:40:51.824Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-03T21:40:51.824Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-03T21:40:51.824Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-03T21:40:52.407Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-03T21:40:52.407Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-03T21:40:52.673Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-03T21:40:52.673Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-03T21:40:52.673Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-03T21:40:52.673Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-03T21:40:52.673Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] [2020-12-03T21:40:52.673Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1696 kB] [2020-12-03T21:40:52.673Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-03T21:40:55.984Z] Fetched 23.5 MB in 6s (4155 kB/s) [2020-12-03T21:40:57.926Z] Reading package lists... [2020-12-03T21:40:57.926Z] Reading package lists... [2020-12-03T21:40:58.191Z] Building dependency tree... [2020-12-03T21:40:58.191Z] Reading state information... [2020-12-03T21:40:58.453Z] The following additional packages will be installed: [2020-12-03T21:40:58.453Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-03T21:40:58.453Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-03T21:40:58.453Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-03T21:40:58.453Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-03T21:40:58.453Z] Suggested packages: [2020-12-03T21:40:58.453Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-03T21:40:58.453Z] Recommended packages: [2020-12-03T21:40:58.453Z] gnupg libsasl2-modules [2020-12-03T21:40:58.453Z] The following NEW packages will be installed: [2020-12-03T21:40:58.453Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-03T21:40:58.453Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-03T21:40:58.453Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-03T21:40:58.453Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-03T21:40:58.453Z] The following packages will be upgraded: [2020-12-03T21:40:58.453Z] gpg gpg-agent gpgconf libudev1 [2020-12-03T21:40:58.715Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-03T21:40:58.715Z] Need to get 3531 kB of archives. [2020-12-03T21:40:58.715Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-03T21:40:58.715Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-03T21:40:58.715Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-03T21:40:58.976Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-03T21:40:59.243Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-03T21:40:59.243Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-03T21:40:59.243Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-03T21:40:59.243Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-03T21:40:59.243Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-03T21:40:59.243Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-03T21:40:59.243Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-03T21:40:59.243Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-03T21:40:59.243Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-03T21:40:59.243Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-03T21:40:59.243Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-03T21:40:59.243Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-03T21:40:59.243Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-03T21:40:59.243Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-03T21:40:59.507Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-03T21:40:59.507Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-03T21:40:59.507Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-03T21:40:59.507Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-03T21:40:59.507Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-03T21:40:59.770Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T21:40:59.770Z] Fetched 3531 kB in 1s (3189 kB/s) [2020-12-03T21:40:59.770Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-03T21:40:59.770Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-03T21:40:59.770Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T21:41:00.034Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-03T21:41:00.034Z] Selecting previously unselected package udev. [2020-12-03T21:41:00.034Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-03T21:41:00.034Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-03T21:41:00.034Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-03T21:41:00.297Z] Selecting previously unselected package libfuse2:amd64. [2020-12-03T21:41:00.297Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-03T21:41:00.297Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-03T21:41:00.560Z] Selecting previously unselected package fuse. [2020-12-03T21:41:00.560Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-03T21:41:00.560Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-03T21:41:00.560Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-03T21:41:00.560Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T21:41:00.822Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-03T21:41:00.822Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T21:41:00.822Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-03T21:41:00.822Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T21:41:01.084Z] Selecting previously unselected package libksba8:amd64. [2020-12-03T21:41:01.084Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-03T21:41:01.084Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-03T21:41:01.084Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-03T21:41:01.084Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T21:41:01.084Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:01.084Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-03T21:41:01.084Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T21:41:01.347Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:01.347Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-03T21:41:01.347Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T21:41:01.347Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:01.347Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-03T21:41:01.347Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T21:41:01.347Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:01.612Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-03T21:41:01.612Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T21:41:01.612Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:01.612Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-03T21:41:01.612Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T21:41:01.612Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:01.876Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-03T21:41:01.876Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T21:41:01.876Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:01.876Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-03T21:41:01.876Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T21:41:01.876Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:01.876Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-03T21:41:01.876Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-03T21:41:01.876Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:02.140Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-03T21:41:02.140Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-03T21:41:02.140Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T21:41:02.140Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-03T21:41:02.140Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-03T21:41:02.140Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T21:41:02.403Z] Selecting previously unselected package libldap-common. [2020-12-03T21:41:02.403Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-03T21:41:02.403Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T21:41:02.403Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-03T21:41:02.403Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-03T21:41:02.403Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T21:41:02.667Z] Selecting previously unselected package dirmngr. [2020-12-03T21:41:02.667Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-03T21:41:02.667Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-03T21:41:02.667Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T21:41:02.667Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-03T21:41:02.930Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-03T21:41:02.930Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T21:41:02.930Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T21:41:02.930Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-03T21:41:02.930Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:02.930Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-03T21:41:03.195Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T21:41:03.195Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-03T21:41:03.459Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-03T21:41:03.721Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:03.721Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-03T21:41:03.984Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-03T21:41:03.984Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-03T21:41:03.984Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:03.984Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:03.984Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:03.984Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:03.984Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:04.246Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:04.246Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-03T21:41:04.246Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T21:41:04.246Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-03T21:41:04.246Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T21:41:05.194Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-03T21:41:05.194Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-03T21:41:05.194Z] This means they are not meant to be enabled using systemctl. [2020-12-03T21:41:05.194Z] Possible reasons for having this kind of units are: [2020-12-03T21:41:05.194Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-03T21:41:05.194Z] .wants/ or .requires/ directory. [2020-12-03T21:41:05.194Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-03T21:41:05.194Z] a requirement dependency on it. [2020-12-03T21:41:05.194Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-03T21:41:05.194Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-03T21:41:05.194Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-03T21:41:05.194Z] instance name specified. [2020-12-03T21:41:05.456Z] Reading package lists... [2020-12-03T21:41:05.719Z] Building dependency tree... [2020-12-03T21:41:05.719Z] Reading state information... [2020-12-03T21:41:05.981Z] The following additional packages will be installed: [2020-12-03T21:41:05.981Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-03T21:41:05.981Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-03T21:41:05.981Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-03T21:41:05.981Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-03T21:41:05.981Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-03T21:41:05.981Z] Suggested packages: [2020-12-03T21:41:05.981Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-03T21:41:05.981Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-03T21:41:05.981Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-03T21:41:05.981Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-03T21:41:05.981Z] systemd-container policykit-1 [2020-12-03T21:41:05.981Z] Recommended packages: [2020-12-03T21:41:05.981Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-03T21:41:05.981Z] The following NEW packages will be installed: [2020-12-03T21:41:05.981Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-03T21:41:05.981Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-03T21:41:05.981Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-03T21:41:05.981Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-03T21:41:05.981Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-03T21:41:05.981Z] The following packages will be upgraded: [2020-12-03T21:41:05.981Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-03T21:41:06.249Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-03T21:41:06.249Z] Need to get 35.2 MB of archives. [2020-12-03T21:41:06.249Z] After this operation, 141 MB of additional disk space will be used. [2020-12-03T21:41:06.249Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.1 [807 kB] [2020-12-03T21:41:06.249Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.1 [1201 kB] [2020-12-03T21:41:06.249Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-03T21:41:06.249Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.6 [1301 kB] [2020-12-03T21:41:06.512Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-03T21:41:06.512Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-03T21:41:06.512Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-03T21:41:06.512Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-03T21:41:06.512Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-03T21:41:06.512Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-03T21:41:06.512Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-03T21:41:06.512Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-03T21:41:06.512Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-03T21:41:06.512Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-03T21:41:06.512Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-03T21:41:06.512Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.4 [1088 kB] [2020-12-03T21:41:06.512Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-03T21:41:07.089Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-03T21:41:07.089Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-03T21:41:07.089Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-03T21:41:07.089Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-03T21:41:07.089Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-03T21:41:07.089Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-03T21:41:07.089Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-03T21:41:07.089Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-03T21:41:07.089Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-03T21:41:07.352Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-03T21:41:07.352Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-03T21:41:07.352Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-03T21:41:07.352Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-03T21:41:08.751Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T21:41:08.751Z] Fetched 35.2 MB in 2s (15.0 MB/s) [2020-12-03T21:41:08.751Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-03T21:41:08.751Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-03T21:41:09.014Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T21:41:09.590Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-03T21:41:09.590Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T21:41:09.853Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-03T21:41:09.853Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-03T21:41:09.853Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_amd64.deb ... [2020-12-03T21:41:09.853Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-03T21:41:10.117Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.1) ... [2020-12-03T21:41:10.117Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-03T21:41:10.117Z] Preparing to unpack .../apt_1.6.12ubuntu0.1_amd64.deb ... [2020-12-03T21:41:10.380Z] Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-03T21:41:10.642Z] Setting up apt (1.6.12ubuntu0.1) ... [2020-12-03T21:41:10.642Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-03T21:41:11.215Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-03T21:41:11.478Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-03T21:41:11.478Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... [2020-12-03T21:41:11.478Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... [2020-12-03T21:41:11.584Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:41:11.584Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:41:11.584Z] ---> 18f4cd9dffab [2020-12-03T21:41:11.584Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T21:41:11.584Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:41:11.584Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:41:11.584Z] ---> 18f4cd9dffab [2020-12-03T21:41:11.584Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T21:41:11.584Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:41:11.584Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:41:11.584Z] [2020-12-03T21:41:11.584Z] ---> 18f4cd9dffab [2020-12-03T21:41:11.584Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpineStep 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:41:11.584Z] [2020-12-03T21:41:11.584Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env ---> 18f4cd9dffab [2020-12-03T21:41:11.584Z] [2020-12-03T21:41:11.584Z] Step 3/24 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2020-12-03T21:41:11.584Z] [2020-12-03T21:41:11.584Z] ---> 18f4cd9dffab [2020-12-03T21:41:11.584Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T21:41:11.584Z] ---> Running in 80599f8f5fa7 [2020-12-03T21:41:11.584Z] ---> Running in 92e632065ba2 [2020-12-03T21:41:11.584Z] ---> Running in d260ba77bd9d [2020-12-03T21:41:11.584Z] ---> Running in 0a3695a208d6 [2020-12-03T21:41:11.584Z] ---> Running in 0a912b306128 [2020-12-03T21:41:11.584Z] Removing intermediate container 80599f8f5fa7 [2020-12-03T21:41:11.584Z] ---> ea3d72ba05f5 [2020-12-03T21:41:11.584Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:41:11.584Z] Removing intermediate container 92e632065ba2 [2020-12-03T21:41:11.584Z] ---> e480a5338173 [2020-12-03T21:41:11.585Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:41:11.585Z] Removing intermediate container 0a3695a208d6 [2020-12-03T21:41:11.585Z] ---> f66775439985 [2020-12-03T21:41:11.585Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:41:11.585Z] Removing intermediate container d260ba77bd9d [2020-12-03T21:41:11.585Z] ---> 8e4b3c58d886 [2020-12-03T21:41:11.585Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T21:41:11.585Z] Removing intermediate container 0a912b306128 [2020-12-03T21:41:11.585Z] ---> cd210792cfb7 [2020-12-03T21:41:11.585Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:41:11.585Z] ---> Running in 8e0a0a1c384e [2020-12-03T21:41:11.585Z] ---> Running in 85a56f4642cc [2020-12-03T21:41:11.585Z] ---> Running in 8162eb98c5e5 [2020-12-03T21:41:11.585Z] ---> Running in 20c4b7a76575 [2020-12-03T21:41:11.585Z] ---> Running in 9e4b2dfb5077 [2020-12-03T21:41:11.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:41:11.585Z] Removing intermediate container 8162eb98c5e5 [2020-12-03T21:41:11.585Z] ---> daac3b8023b1 [2020-12-03T21:41:11.585Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T21:41:11.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:41:11.585Z] ---> Running in ed6e05cf671d [2020-12-03T21:41:11.585Z] Removing intermediate container 85a56f4642cc [2020-12-03T21:41:11.585Z] ---> b5c93ba5733b [2020-12-03T21:41:11.585Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T21:41:11.585Z] ---> Running in d72c9b89dc42 [2020-12-03T21:41:11.585Z] Removing intermediate container 8e0a0a1c384e [2020-12-03T21:41:11.585Z] ---> a710f77fc531 [2020-12-03T21:41:11.585Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T21:41:11.585Z] Removing intermediate container 20c4b7a76575 [2020-12-03T21:41:11.585Z] ---> c22a27bfcc84 [2020-12-03T21:41:11.585Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T21:41:11.585Z] ---> Running in 958029bf5888 [2020-12-03T21:41:11.585Z] ---> Running in 220a1e04804b [2020-12-03T21:41:11.585Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:41:11.585Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:41:11.585Z] OK: 12616 distinct packages available [2020-12-03T21:41:11.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:41:11.585Z] OK: 217 MiB in 51 packages [2020-12-03T21:41:11.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:41:11.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:41:11.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:41:11.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:41:11.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:41:11.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:41:11.585Z] Removing intermediate container 9e4b2dfb5077 [2020-12-03T21:41:11.585Z] ---> ccdb84647be1 [2020-12-03T21:41:11.585Z] Step 5/29 : COPY go.mod . [2020-12-03T21:41:11.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:41:11.585Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:41:11.585Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:41:11.585Z] OK: 12616 distinct packages available [2020-12-03T21:41:11.585Z] ---> 95d364d0c2d1 [2020-12-03T21:41:11.585Z] Step 6/29 : RUN go mod download [2020-12-03T21:41:11.740Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-03T21:41:11.740Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-03T21:41:11.740Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:41:11.740Z] Selecting previously unselected package libexpat1:amd64. [2020-12-03T21:41:11.740Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-03T21:41:11.856Z] ---> Running in 914ed4be0393 [2020-12-03T21:41:12.003Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-03T21:41:12.134Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:41:12.134Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:41:12.134Z] OK: 12616 distinct packages available [2020-12-03T21:41:12.412Z] OK: 217 MiB in 51 packages [2020-12-03T21:41:12.412Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:41:12.412Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:41:12.412Z] OK: 12616 distinct packages available [2020-12-03T21:41:12.412Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:41:12.412Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:41:12.412Z] OK: 12616 distinct packages available [2020-12-03T21:41:12.580Z] Selecting previously unselected package python3.6-minimal. [2020-12-03T21:41:12.580Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-03T21:41:12.580Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:41:13.154Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-12-03T21:41:13.154Z] Checking for services that may need to be restarted...done. [2020-12-03T21:41:13.154Z] Checking for services that may need to be restarted...done. [2020-12-03T21:41:13.154Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:41:13.410Z] OK: 217 MiB in 51 packages [2020-12-03T21:41:13.410Z] OK: 217 MiB in 51 packages [2020-12-03T21:41:13.410Z] OK: 217 MiB in 51 packages [2020-12-03T21:41:13.417Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-03T21:41:13.417Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:41:13.996Z] Selecting previously unselected package python3-minimal. [2020-12-03T21:41:13.996Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-03T21:41:13.996Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-03T21:41:13.996Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-03T21:41:14.258Z] Selecting previously unselected package mime-support. [2020-12-03T21:41:14.258Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-03T21:41:14.258Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-03T21:41:14.258Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-03T21:41:14.258Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-03T21:41:14.258Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-03T21:41:14.404Z] Removing intermediate container ed6e05cf671d [2020-12-03T21:41:14.404Z] ---> f12fdfea7c53 [2020-12-03T21:41:14.404Z] Step 6/22 : COPY go.mod . [2020-12-03T21:41:14.520Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-03T21:41:14.520Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-03T21:41:14.520Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:41:14.784Z] Selecting previously unselected package python3.6. [2020-12-03T21:41:14.784Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-03T21:41:14.784Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:41:14.784Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-03T21:41:14.784Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-03T21:41:14.784Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-03T21:41:15.046Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-03T21:41:15.310Z] Selecting previously unselected package python3. [2020-12-03T21:41:15.310Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-03T21:41:15.311Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-03T21:41:15.311Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-03T21:41:15.311Z] Selecting previously unselected package multiarch-support. [2020-12-03T21:41:15.311Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T21:41:15.311Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-03T21:41:15.390Z] Removing intermediate container d72c9b89dc42 [2020-12-03T21:41:15.390Z] ---> 3e458121dc9c [2020-12-03T21:41:15.390Z] Step 6/23 : COPY go.mod . [2020-12-03T21:41:15.390Z] Removing intermediate container 958029bf5888 [2020-12-03T21:41:15.390Z] ---> ff1b03783698 [2020-12-03T21:41:15.390Z] Step 6/24 : COPY go.mod . [2020-12-03T21:41:15.574Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-03T21:41:15.574Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-03T21:41:15.574Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-03T21:41:15.574Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-03T21:41:15.574Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-03T21:41:15.665Z] ---> 8a62d7795ec2 [2020-12-03T21:41:15.665Z] Step 7/22 : RUN go mod download [2020-12-03T21:41:15.665Z] Removing intermediate container 914ed4be0393 [2020-12-03T21:41:15.665Z] ---> eaa202026af9 [2020-12-03T21:41:15.665Z] Step 7/29 : COPY . . [2020-12-03T21:41:15.665Z] Removing intermediate container 220a1e04804b [2020-12-03T21:41:15.665Z] ---> 5bcf6ad49350 [2020-12-03T21:41:15.665Z] Step 6/22 : COPY go.mod . [2020-12-03T21:41:15.838Z] Selecting previously unselected package libbsd0:amd64. [2020-12-03T21:41:15.838Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-03T21:41:15.838Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-03T21:41:15.838Z] Selecting previously unselected package sudo. [2020-12-03T21:41:15.838Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-03T21:41:15.838Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-03T21:41:15.940Z] ---> Running in 4542e7206e7e [2020-12-03T21:41:16.103Z] Selecting previously unselected package apparmor. [2020-12-03T21:41:16.103Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-03T21:41:16.103Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-03T21:41:16.103Z] Selecting previously unselected package libedit2:amd64. [2020-12-03T21:41:16.103Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-03T21:41:16.103Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-03T21:41:16.223Z] ---> 6009ed2b944d [2020-12-03T21:41:16.223Z] Step 7/23 : RUN go mod download [2020-12-03T21:41:16.366Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-03T21:41:16.366Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-03T21:41:16.366Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T21:41:16.366Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-03T21:41:16.366Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-03T21:41:16.366Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T21:41:16.498Z] ---> Running in cebbe68342f4 [2020-12-03T21:41:16.498Z] ---> 4b5ae82cb338 [2020-12-03T21:41:16.498Z] Step 7/24 : RUN go mod download [2020-12-03T21:41:16.629Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-03T21:41:16.629Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-03T21:41:16.629Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-03T21:41:16.629Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-03T21:41:16.629Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-03T21:41:16.629Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T21:41:16.629Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-03T21:41:16.629Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-03T21:41:16.892Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T21:41:16.892Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-03T21:41:16.892Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.4_amd64.deb ... [2020-12-03T21:41:16.892Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.4) ... [2020-12-03T21:41:17.104Z] ---> Running in 72a931b02a0e [2020-12-03T21:41:17.104Z] ---> 6358447ed707 [2020-12-03T21:41:17.104Z] Step 7/22 : RUN go mod download [2020-12-03T21:41:17.155Z] Selecting previously unselected package openssh-client. [2020-12-03T21:41:17.155Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-03T21:41:17.155Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-03T21:41:17.417Z] Selecting previously unselected package squashfs-tools. [2020-12-03T21:41:17.417Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-03T21:41:17.417Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-03T21:41:17.417Z] Selecting previously unselected package snapd. [2020-12-03T21:41:17.679Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-03T21:41:17.679Z] Unpacking snapd (2.48+18.04) ... [2020-12-03T21:41:17.700Z] ---> Running in 4b3976c758c0 [2020-12-03T21:41:20.249Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-03T21:41:20.249Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.4) ... [2020-12-03T21:41:20.249Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-03T21:41:20.356Z] Removing intermediate container 4542e7206e7e [2020-12-03T21:41:20.356Z] ---> 8a48917852c6 [2020-12-03T21:41:20.356Z] Step 8/22 : COPY . . [2020-12-03T21:41:20.511Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-03T21:41:20.511Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-03T21:41:20.511Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T21:41:20.511Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T21:41:20.511Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-03T21:41:20.511Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-03T21:41:20.956Z] Removing intermediate container cebbe68342f4 [2020-12-03T21:41:20.956Z] ---> 30989fb26aed [2020-12-03T21:41:20.956Z] Step 8/23 : COPY . . [2020-12-03T21:41:21.458Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-03T21:41:21.458Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-03T21:41:21.458Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-03T21:41:21.458Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:41:21.610Z] Removing intermediate container 72a931b02a0e [2020-12-03T21:41:21.610Z] ---> db5985c0ebc7 [2020-12-03T21:41:21.610Z] Step 8/24 : COPY . . [2020-12-03T21:41:21.721Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T21:41:21.721Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:41:21.888Z] Removing intermediate container 4b3976c758c0 [2020-12-03T21:41:21.889Z] ---> f75a5be38f1b [2020-12-03T21:41:21.889Z] Step 8/22 : COPY . . [2020-12-03T21:41:22.672Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-03T21:41:22.672Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T21:41:22.672Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-03T21:41:22.672Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-03T21:41:22.672Z] running python rtupdate hooks for python3.6... [2020-12-03T21:41:22.672Z] running python post-rtupdate hooks for python3.6... [2020-12-03T21:41:22.935Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-03T21:41:24.860Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-03T21:41:24.860Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-03T21:41:25.124Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-03T21:41:25.124Z] Setting up snapd (2.48+18.04) ... [2020-12-03T21:41:26.074Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-03T21:41:26.074Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-03T21:41:26.339Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-03T21:41:26.602Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-03T21:41:26.866Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-03T21:41:26.866Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-03T21:41:27.129Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-03T21:41:27.396Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-03T21:41:27.664Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-03T21:41:27.927Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-03T21:41:28.189Z] /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' [2020-12-03T21:41:28.189Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T21:41:28.189Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-03T21:41:29.580Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T21:41:29.580Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T21:41:29.580Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T21:41:31.502Z] Reading package lists... [2020-12-03T21:41:31.502Z] Reading package lists... [2020-12-03T21:41:31.764Z] Building dependency tree... [2020-12-03T21:41:31.764Z] Reading state information... [2020-12-03T21:41:31.764Z] Calculating upgrade... [2020-12-03T21:41:32.027Z] The following packages will be upgraded: [2020-12-03T21:41:32.027Z] advancecomp base-files bash binutils binutils-common [2020-12-03T21:41:32.027Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-03T21:41:32.027Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-03T21:41:32.027Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-03T21:41:32.027Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-03T21:41:32.027Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-03T21:41:32.027Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-03T21:41:32.027Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-03T21:41:32.027Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-03T21:41:32.027Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-03T21:41:32.027Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-03T21:41:32.027Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-03T21:41:32.027Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-03T21:41:32.027Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-03T21:41:32.288Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T21:41:32.288Z] Need to get 63.5 MB of archives. [2020-12-03T21:41:32.288Z] After this operation, 5192 kB of additional disk space will be used. [2020-12-03T21:41:32.288Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] [2020-12-03T21:41:32.288Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-03T21:41:32.862Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-03T21:41:32.862Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-03T21:41:32.862Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-03T21:41:32.862Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-03T21:41:32.862Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-03T21:41:32.862Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-03T21:41:32.862Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-03T21:41:32.862Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-03T21:41:32.862Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-03T21:41:32.862Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-03T21:41:33.131Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-03T21:41:33.131Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-03T21:41:33.131Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-03T21:41:33.131Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-03T21:41:33.131Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-03T21:41:33.131Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-03T21:41:33.131Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-03T21:41:33.131Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-03T21:41:33.131Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-03T21:41:33.131Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-03T21:41:33.131Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-03T21:41:33.131Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-03T21:41:33.131Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-03T21:41:33.131Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-03T21:41:33.131Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-03T21:41:33.131Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-03T21:41:33.131Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-03T21:41:33.131Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-03T21:41:33.131Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-03T21:41:33.131Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-03T21:41:33.131Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-03T21:41:33.393Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-03T21:41:33.393Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-03T21:41:33.393Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-03T21:41:33.393Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-03T21:41:33.393Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-03T21:41:33.393Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-03T21:41:33.393Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-03T21:41:33.393Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-03T21:41:33.393Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-03T21:41:33.393Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-03T21:41:33.393Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-03T21:41:33.393Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-03T21:41:33.393Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-03T21:41:33.393Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-03T21:41:33.393Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-03T21:41:33.393Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-03T21:41:33.393Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-03T21:41:33.393Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-03T21:41:33.393Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-03T21:41:33.393Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-03T21:41:33.393Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-03T21:41:33.393Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-03T21:41:33.393Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-03T21:41:33.393Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-03T21:41:33.393Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-03T21:41:33.393Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-03T21:41:33.393Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-03T21:41:33.656Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-03T21:41:33.656Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-03T21:41:33.656Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-03T21:41:33.656Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-03T21:41:33.656Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-03T21:41:33.656Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-03T21:41:33.656Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-03T21:41:33.656Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-03T21:41:33.656Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-03T21:41:33.656Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.6 [614 kB] [2020-12-03T21:41:33.656Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-03T21:41:33.656Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-03T21:41:33.656Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-03T21:41:33.656Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-03T21:41:33.656Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-03T21:41:33.656Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-03T21:41:33.919Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-03T21:41:33.919Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-03T21:41:33.919Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-03T21:41:33.919Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-03T21:41:33.919Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-03T21:41:33.919Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-03T21:41:33.919Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-03T21:41:33.919Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-03T21:41:33.919Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-03T21:41:33.919Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-03T21:41:33.919Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-03T21:41:34.495Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-03T21:41:34.758Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-03T21:41:34.758Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-03T21:41:35.020Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-03T21:41:35.284Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-03T21:41:35.284Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-03T21:41:35.284Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-03T21:41:35.284Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-03T21:41:35.284Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-03T21:41:35.284Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T21:41:35.546Z] Fetched 63.5 MB in 3s (20.2 MB/s) [2020-12-03T21:41:35.546Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:35.546Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T21:41:35.546Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T21:41:36.493Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T21:41:36.493Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T21:41:36.493Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_amd64.deb ... [2020-12-03T21:41:36.493Z] Unpacking linux-libc-dev:amd64 (4.15.0-126.129) over (4.15.0-20.21) ... [2020-12-03T21:41:37.444Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:37.444Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:41:37.444Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:37.444Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:41:37.707Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:37.707Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:41:37.707Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:37.707Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:41:37.970Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:37.970Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:41:37.970Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:37.970Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:41:38.233Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:38.233Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:41:38.233Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:41:38.496Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-03T21:41:38.496Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:38.496Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-03T21:41:38.496Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:41:38.758Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-03T21:41:38.758Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:38.758Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:41:39.020Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:39.020Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:41:39.020Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T21:41:39.020Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:41:39.282Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:41:39.551Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-03T21:41:39.551Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T21:41:39.814Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T21:41:40.390Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-03T21:41:40.655Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-03T21:41:40.655Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-03T21:41:40.655Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-03T21:41:40.655Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-03T21:41:40.655Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-03T21:41:40.920Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-03T21:41:40.920Z] Installing new version of config file /etc/issue ... [2020-12-03T21:41:40.920Z] Installing new version of config file /etc/issue.net ... [2020-12-03T21:41:40.920Z] Installing new version of config file /etc/lsb-release ... [2020-12-03T21:41:41.183Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-03T21:41:41.447Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-03T21:41:41.447Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-03T21:41:41.447Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-03T21:41:41.710Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:41.710Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-03T21:41:41.710Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-03T21:41:41.710Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-03T21:41:41.972Z] 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 [2020-12-03T21:41:41.973Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:41.973Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T21:41:41.973Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-03T21:41:42.238Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:41:42.238Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:42.238Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-03T21:41:42.238Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-03T21:41:42.238Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-03T21:41:42.500Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:42.500Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-03T21:41:42.500Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T21:41:42.762Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-03T21:41:43.025Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:43.025Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-03T21:41:43.025Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T21:41:43.025Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-03T21:41:43.288Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:43.288Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-03T21:41:43.288Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T21:41:43.550Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-03T21:41:43.550Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:43.550Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-03T21:41:43.550Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-03T21:41:43.815Z] Setting up grep (3.1-2build1) ... [2020-12-03T21:41:43.815Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:43.815Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-03T21:41:43.815Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-03T21:41:44.077Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-03T21:41:44.077Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:44.077Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-03T21:41:44.077Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T21:41:44.340Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-03T21:41:44.602Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:44.602Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T21:41:44.603Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T21:41:45.180Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T21:41:45.180Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T21:41:45.442Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T21:41:45.442Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T21:41:46.016Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-03T21:41:46.016Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:46.016Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-03T21:41:46.016Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T21:41:47.410Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-03T21:41:47.410Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-03T21:41:47.410Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-03T21:41:47.410Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-03T21:41:47.678Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-03T21:41:47.678Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:47.678Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-03T21:41:47.942Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-03T21:41:47.942Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-03T21:41:48.207Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:48.207Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T21:41:48.207Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:41:48.207Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:41:48.470Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:48.470Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T21:41:48.470Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:41:48.470Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:41:48.732Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:48.732Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T21:41:48.732Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:41:48.755Z] ---> 771943dfd56d [2020-12-03T21:41:48.755Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T21:41:48.755Z] ---> Running in ee019b3e9961 [2020-12-03T21:41:48.755Z] ---> c7fbbd101d75 [2020-12-03T21:41:48.755Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T21:41:48.755Z] ---> afb496e70b3b [2020-12-03T21:41:48.755Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T21:41:48.755Z] ---> 91e7030dbaeb [2020-12-03T21:41:48.755Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T21:41:48.755Z] ---> bf9024a68613 [2020-12-03T21:41:48.755Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T21:41:48.755Z] ---> Running in 1ef6b8d5bd50 [2020-12-03T21:41:48.755Z] ---> Running in 759143cacae1 [2020-12-03T21:41:48.755Z] ---> Running in a47ff103c24e [2020-12-03T21:41:48.755Z] ---> Running in 60d4d07e8de4 [2020-12-03T21:41:48.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T21:41:48.755Z] 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 [2020-12-03T21:41:48.755Z] 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 [2020-12-03T21:41:48.755Z] 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 [2020-12-03T21:41:48.755Z] 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 [2020-12-03T21:41:48.997Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:41:48.997Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:48.997Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T21:41:48.997Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:41:49.259Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:41:49.259Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:49.259Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-03T21:41:49.259Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T21:41:49.525Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-03T21:41:49.525Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T21:41:49.525Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-03T21:41:49.787Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:49.787Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-03T21:41:49.787Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T21:41:49.787Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-03T21:41:50.048Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:50.048Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T21:41:50.048Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:41:50.048Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:41:50.310Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:50.310Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T21:41:50.310Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:41:50.310Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:41:50.577Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:50.577Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T21:41:50.577Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:41:51.152Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:41:51.413Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-03T21:41:51.988Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-03T21:41:51.988Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:51.988Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T21:41:51.988Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T21:41:52.252Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T21:41:52.252Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-03T21:41:52.252Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-03T21:41:52.515Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T21:41:52.515Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-03T21:41:52.777Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:52.777Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-03T21:41:52.777Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-03T21:41:52.778Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-03T21:41:53.354Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:53.354Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-03T21:41:53.354Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T21:41:53.354Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T21:41:53.617Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:53.617Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-03T21:41:53.617Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T21:41:53.617Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T21:41:53.878Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:53.878Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-03T21:41:53.878Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T21:41:54.140Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T21:41:54.402Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:54.402Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-03T21:41:54.402Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:41:55.065Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-03T21:41:55.066Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T21:41:55.383Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-03T21:41:55.384Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T21:41:55.384Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-03T21:41:55.669Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:55.669Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-03T21:41:55.669Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-03T21:41:55.669Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-03T21:41:55.945Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:55.945Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-03T21:41:55.945Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T21:41:55.945Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T21:41:56.274Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:56.274Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-03T21:41:56.582Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T21:41:56.582Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-03T21:41:56.582Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:56.582Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-03T21:41:56.582Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-03T21:41:56.881Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-03T21:41:56.881Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:56.881Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-03T21:41:56.881Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-03T21:41:57.159Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-03T21:41:57.425Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:57.425Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-03T21:41:57.425Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T21:41:57.425Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-03T21:41:57.688Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:57.688Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-03T21:41:57.688Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-03T21:41:57.688Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-03T21:41:57.951Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:57.951Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-03T21:41:57.951Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-03T21:41:57.951Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-03T21:41:58.214Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:58.214Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-03T21:41:58.214Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-03T21:41:58.476Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-03T21:41:58.476Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:58.476Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-03T21:41:58.476Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-03T21:41:58.476Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-03T21:41:58.738Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-03T21:41:58.738Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-03T21:41:58.738Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-03T21:41:58.738Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-03T21:41:59.001Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-03T21:41:59.001Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-03T21:41:59.001Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-03T21:41:59.001Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-03T21:41:59.001Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-03T21:41:59.264Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... [2020-12-03T21:41:59.264Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... [2020-12-03T21:41:59.527Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-03T21:41:59.527Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-03T21:41:59.794Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-03T21:41:59.794Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-03T21:42:00.056Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-03T21:42:00.056Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-03T21:42:00.056Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-03T21:42:00.056Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-03T21:42:00.319Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-03T21:42:00.319Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-03T21:42:00.319Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-03T21:42:00.583Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-03T21:42:00.583Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-03T21:42:00.583Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-03T21:42:00.583Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-03T21:42:00.846Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-03T21:42:00.846Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-03T21:42:00.846Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-03T21:42:01.793Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-03T21:42:01.793Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-03T21:42:02.056Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-03T21:42:02.056Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-03T21:42:02.056Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T21:42:02.056Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T21:42:02.629Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T21:42:02.629Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T21:42:02.891Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T21:42:02.891Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T21:42:02.891Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T21:42:02.891Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T21:42:03.153Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T21:42:03.153Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:42:03.153Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T21:42:03.415Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:42:03.415Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T21:42:03.415Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:42:03.678Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T21:42:03.678Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:42:05.111Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T21:42:05.111Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:42:06.057Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T21:42:06.057Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:42:07.007Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T21:42:07.007Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:42:07.268Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T21:42:07.268Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:42:08.665Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T21:42:08.665Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:42:08.665Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T21:42:08.665Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T21:42:08.665Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T21:42:08.665Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T21:42:08.931Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T21:42:08.931Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T21:42:09.195Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-03T21:42:09.195Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-03T21:42:09.457Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T21:42:09.457Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T21:42:09.457Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T21:42:09.457Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T21:42:09.719Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-03T21:42:09.719Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-03T21:42:09.719Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:42:09.719Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-03T21:42:09.719Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:42:09.982Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:42:09.982Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:42:09.982Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-03T21:42:09.982Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-03T21:42:09.982Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-03T21:42:10.245Z] [2020-12-03T21:42:10.245Z] Current default time zone: 'Etc/UTC' [2020-12-03T21:42:10.245Z] Local time is now: Thu Dec 3 21:42:10 UTC 2020. [2020-12-03T21:42:10.245Z] Universal Time is now: Thu Dec 3 21:42:10 UTC 2020. [2020-12-03T21:42:10.245Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-03T21:42:10.245Z] [2020-12-03T21:42:10.245Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-03T21:42:10.245Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:42:10.245Z] Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-03T21:42:10.245Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:42:10.245Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-03T21:42:10.507Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-03T21:42:10.507Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-03T21:42:10.507Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-03T21:42:10.507Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-03T21:42:10.507Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-03T21:42:10.507Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:42:10.507Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-03T21:42:10.768Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:42:10.768Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T21:42:11.032Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:42:11.032Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-03T21:42:11.032Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-03T21:42:11.032Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-03T21:42:11.032Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... [2020-12-03T21:42:11.032Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-03T21:42:11.032Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-03T21:42:11.032Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-03T21:42:11.032Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-03T21:42:13.590Z] Updating certificates in /etc/ssl/certs... [2020-12-03T21:42:14.536Z] 22 added, 17 removed; done. [2020-12-03T21:42:14.536Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-03T21:42:14.536Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:42:14.536Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-03T21:42:14.536Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-03T21:42:14.536Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-03T21:42:14.536Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:42:14.536Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T21:42:14.798Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:42:14.798Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:42:14.798Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:42:14.798Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:42:14.798Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:42:14.798Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-03T21:42:14.798Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-03T21:42:15.063Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-03T21:42:15.063Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-03T21:42:15.063Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-03T21:42:15.063Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:42:15.063Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:42:15.063Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-03T21:42:15.327Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-03T21:42:15.327Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-03T21:42:15.327Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T21:42:15.327Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-03T21:42:15.590Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-03T21:42:15.590Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-03T21:42:15.590Z] Updating certificates in /etc/ssl/certs... [2020-12-03T21:42:16.166Z] 0 added, 0 removed; done. [2020-12-03T21:42:16.166Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-03T21:42:16.166Z] done. [2020-12-03T21:42:17.114Z] Reading package lists... [2020-12-03T21:42:17.378Z] Building dependency tree... [2020-12-03T21:42:17.378Z] Reading state information... [2020-12-03T21:42:17.640Z] The following NEW packages will be installed: [2020-12-03T21:42:17.640Z] apt-transport-https [2020-12-03T21:42:17.904Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T21:42:17.904Z] Need to get 1692 B of archives. [2020-12-03T21:42:17.904Z] After this operation, 153 kB of additional disk space will be used. [2020-12-03T21:42:17.904Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] [2020-12-03T21:42:17.904Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T21:42:17.904Z] Fetched 1692 B in 0s (8343 B/s) [2020-12-03T21:42:18.168Z] Selecting previously unselected package apt-transport-https. [2020-12-03T21:42:18.168Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-03T21:42:18.168Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... [2020-12-03T21:42:18.168Z] Unpacking apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-03T21:42:18.168Z] Setting up apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-03T21:42:18.431Z] Waiting for network to be ready... [2020-12-03T21:42:25.036Z] 2020-12-03T21:42:22Z INFO Waiting for automatic snapd restart... [2020-12-03T21:42:25.036Z] snapd 2.48 from Canonical* installed [2020-12-03T21:42:25.036Z] "snapd" switched to the "latest/stable" channel [2020-12-03T21:42:25.036Z] [2020-12-03T21:42:30.331Z] core18 20200929 from Canonical* installed [2020-12-03T21:42:30.331Z] "core18" switched to the "latest/stable" channel [2020-12-03T21:42:30.331Z] [2020-12-03T21:42:36.924Z] snapcraft 4.4.4 from Canonical* installed [2020-12-03T21:42:36.924Z] "snapcraft" switched to the "latest/stable" channel [2020-12-03T21:42:36.924Z] [2020-12-03T21:42:40.236Z] 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: [2020-12-03T21:42:40.236Z] - README.md [2020-12-03T21:42:40.236Z] [2020-12-03T21:42:40.236Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-03T21:42:48.400Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T21:42:48.400Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T21:42:48.400Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T21:42:48.400Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T21:42:49.348Z] Reading package lists... [2020-12-03T21:42:49.609Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.10 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 [2020-12-03T21:42:56.227Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T21:42:56.227Z] Reading package lists... [2020-12-03T21:42:56.227Z] Building dependency tree... [2020-12-03T21:42:56.227Z] Reading state information... [2020-12-03T21:42:56.805Z] Suggested packages: [2020-12-03T21:42:56.805Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-03T21:42:56.805Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-03T21:42:56.805Z] Recommended packages: [2020-12-03T21:42:56.805Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-03T21:42:56.805Z] The following NEW packages will be installed: [2020-12-03T21:42:56.805Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-03T21:42:56.805Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-03T21:42:56.805Z] pkg-config zip [2020-12-03T21:42:57.068Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T21:42:57.068Z] Need to get 7656 kB of archives. [2020-12-03T21:42:57.068Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-03T21:42:57.068Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-03T21:42:57.068Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-03T21:42:57.068Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-03T21:42:57.339Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-03T21:42:57.339Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-03T21:42:57.339Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-03T21:42:57.339Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-03T21:42:57.339Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-03T21:42:57.603Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-03T21:42:57.603Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-03T21:42:57.603Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-12-03T21:42:57.603Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-03T21:42:57.603Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-03T21:42:57.867Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-03T21:42:57.867Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-03T21:42:58.131Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T21:42:58.131Z] Fetched 7656 kB in 1s (6950 kB/s) [2020-12-03T21:42:58.131Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-03T21:42:58.131Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-03T21:42:58.131Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-03T21:42:58.131Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-03T21:42:58.396Z] Selecting previously unselected package libpsl5:amd64. [2020-12-03T21:42:58.396Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-03T21:42:58.396Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-03T21:42:58.660Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-03T21:42:58.660Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-03T21:42:58.660Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-03T21:42:58.660Z] Selecting previously unselected package librtmp1:amd64. [2020-12-03T21:42:58.660Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-03T21:42:58.660Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-03T21:42:58.660Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-03T21:42:58.660Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-03T21:42:58.921Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-03T21:42:58.921Z] Selecting previously unselected package liberror-perl. [2020-12-03T21:42:58.921Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-03T21:42:58.921Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-03T21:42:58.921Z] Selecting previously unselected package git-man. [2020-12-03T21:42:58.921Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-03T21:42:58.921Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T21:42:59.185Z] Selecting previously unselected package git. [2020-12-03T21:42:59.185Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-03T21:42:59.185Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T21:43:00.131Z] Selecting previously unselected package libnorm1:amd64. [2020-12-03T21:43:00.131Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-03T21:43:00.131Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-03T21:43:00.395Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-03T21:43:00.395Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-03T21:43:00.395Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-03T21:43:00.395Z] Selecting previously unselected package libsodium23:amd64. [2020-12-03T21:43:00.395Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-03T21:43:00.395Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-03T21:43:00.660Z] Selecting previously unselected package libzmq5:amd64. [2020-12-03T21:43:00.660Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-03T21:43:00.660Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T21:43:00.660Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-03T21:43:00.660Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-03T21:43:00.660Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T21:43:00.922Z] Selecting previously unselected package pkg-config. [2020-12-03T21:43:00.922Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-03T21:43:00.922Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T21:43:00.922Z] Selecting previously unselected package zip. [2020-12-03T21:43:00.922Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-03T21:43:00.922Z] Unpacking zip (3.0-11build1) ... [2020-12-03T21:43:01.184Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-03T21:43:01.184Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T21:43:01.184Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-03T21:43:01.184Z] Setting up liberror-perl (0.17025-1) ... [2020-12-03T21:43:01.184Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-03T21:43:01.184Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-03T21:43:01.184Z] No schema files found: doing nothing. [2020-12-03T21:43:01.184Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-03T21:43:01.184Z] Setting up zip (3.0-11build1) ... [2020-12-03T21:43:01.184Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-03T21:43:01.448Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-03T21:43:01.448Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T21:43:01.448Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T21:43:01.448Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-03T21:43:01.448Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T21:43:01.448Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T21:43:01.714Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T21:43:08.449Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T21:43:08.449Z] git set to automatically installed. [2020-12-03T21:43:08.449Z] git-man set to automatically installed. [2020-12-03T21:43:08.449Z] libcurl3-gnutls set to automatically installed. [2020-12-03T21:43:08.449Z] liberror-perl set to automatically installed. [2020-12-03T21:43:08.449Z] libglib2.0-0 set to automatically installed. [2020-12-03T21:43:08.449Z] libnghttp2-14 set to automatically installed. [2020-12-03T21:43:08.449Z] libnorm1 set to automatically installed. [2020-12-03T21:43:08.449Z] libpgm-5.2-0 set to automatically installed. [2020-12-03T21:43:08.449Z] libpsl5 set to automatically installed. [2020-12-03T21:43:08.449Z] librtmp1 set to automatically installed. [2020-12-03T21:43:08.449Z] libsodium23 set to automatically installed. [2020-12-03T21:43:08.449Z] libzmq3-dev set to automatically installed. [2020-12-03T21:43:08.449Z] libzmq5 set to automatically installed. [2020-12-03T21:43:08.449Z] pkg-config set to automatically installed. [2020-12-03T21:43:08.449Z] zip set to automatically installed. [2020-12-03T21:43:10.473Z] snapd is not logged in, snap install commands will use sudo [2020-12-03T21:43:10.584Z] Removing intermediate container ee019b3e9961 [2020-12-03T21:43:10.584Z] ---> 3606a46febbf [2020-12-03T21:43:10.584Z] [2020-12-03T21:43:10.584Z] Step 9/29 : FROM alpine:latest [2020-12-03T21:43:10.584Z] latest: Pulling from library/alpine [2020-12-03T21:43:10.584Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T21:43:10.584Z] Status: Downloaded newer image for alpine:latest [2020-12-03T21:43:10.584Z] ---> 2e77e061c27f [2020-12-03T21:43:10.584Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-03T21:43:10.584Z] ---> Running in 02154279f029 [2020-12-03T21:43:10.584Z] Removing intermediate container 02154279f029 [2020-12-03T21:43:10.584Z] ---> 3914517a934f [2020-12-03T21:43:10.584Z] Step 11/29 : USER root [2020-12-03T21:43:10.584Z] ---> Running in e41123b4d067 [2020-12-03T21:43:10.584Z] Removing intermediate container e41123b4d067 [2020-12-03T21:43:10.584Z] ---> 219b4b6e11cd [2020-12-03T21:43:10.584Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T21:43:10.584Z] ---> Running in c9b8670e7756 [2020-12-03T21:43:10.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:43:11.181Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:43:11.781Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:43:11.781Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:43:11.781Z] OK: 12617 distinct packages available [2020-12-03T21:43:13.222Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T21:43:13.222Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T21:43:13.222Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:43:13.222Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T21:43:13.497Z] OK: 6 MiB in 16 packages [2020-12-03T21:43:16.901Z] Removing intermediate container c9b8670e7756 [2020-12-03T21:43:16.901Z] ---> 8c4159f866c3 [2020-12-03T21:43:16.901Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T21:43:16.901Z] ---> Running in af89839d0c14 [2020-12-03T21:43:17.082Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T21:43:17.503Z] Removing intermediate container af89839d0c14 [2020-12-03T21:43:17.503Z] ---> 559f8a4ebfba [2020-12-03T21:43:17.503Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T21:43:17.779Z] ---> Running in 3c95c801b3e7 [2020-12-03T21:43:18.026Z] snap "core18" has no updates available [2020-12-03T21:43:18.601Z] Pulling config-common [2020-12-03T21:43:18.766Z] Removing intermediate container 3c95c801b3e7 [2020-12-03T21:43:18.766Z] ---> 4d3bc4606aed [2020-12-03T21:43:18.766Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T21:43:18.766Z] ---> Running in cb4708c91978 [2020-12-03T21:43:19.991Z] Pulling go-build-helper [2020-12-03T21:43:23.097Z] Removing intermediate container cb4708c91978 [2020-12-03T21:43:23.097Z] ---> c932d1444fc4 [2020-12-03T21:43:23.097Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T21:43:24.545Z] ---> 9c9f290f8acc [2020-12-03T21:43:24.545Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T21:43:25.986Z] ---> 083900387315 [2020-12-03T21:43:25.986Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T21:43:26.972Z] ---> a8c2dd5c89c9 [2020-12-03T21:43:26.973Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T21:43:28.419Z] ---> 4ac94324626a [2020-12-03T21:43:28.419Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T21:43:29.866Z] ---> 940f650f7466 [2020-12-03T21:43:29.866Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T21:43:29.866Z] ---> Running in 693d869f45ee [2020-12-03T21:43:34.200Z] Removing intermediate container 693d869f45ee [2020-12-03T21:43:34.200Z] ---> 6c54f56675b0 [2020-12-03T21:43:34.200Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T21:43:34.480Z] ---> 566bca9f0ae4 [2020-12-03T21:43:34.480Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T21:43:34.753Z] ---> Running in c8ca2fe27129 [2020-12-03T21:43:38.153Z] Removing intermediate container c8ca2fe27129 [2020-12-03T21:43:38.153Z] ---> 8a96b20a5558 [2020-12-03T21:43:38.153Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T21:43:38.428Z] ---> Running in bac22ac0920a [2020-12-03T21:43:45.323Z] Removing intermediate container bac22ac0920a [2020-12-03T21:43:45.323Z] ---> 1fbf4e804338 [2020-12-03T21:43:45.323Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T21:43:45.597Z] ---> Running in d6230abe2194 [2020-12-03T21:43:46.602Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-03T21:43:46.602Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-03T21:43:46.602Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-03T21:43:46.602Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1459 kB] [2020-12-03T21:43:46.602Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-03T21:43:46.602Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-03T21:43:46.602Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-03T21:43:46.602Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-03T21:43:46.602Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-03T21:43:46.602Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-03T21:43:46.602Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-03T21:43:46.602Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [285 kB] [2020-12-03T21:43:46.602Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-03T21:43:46.602Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-03T21:43:46.602Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [184 kB] [2020-12-03T21:43:46.602Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.4 kB] [2020-12-03T21:43:46.602Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-03T21:43:46.602Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2020-12-03T21:43:46.602Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-03T21:43:46.602Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-03T21:43:46.602Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-03T21:43:46.602Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-03T21:43:46.602Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-03T21:43:46.602Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-03T21:43:46.602Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [28.0 kB] [2020-12-03T21:43:46.602Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1696 kB] [2020-12-03T21:43:46.602Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-03T21:43:46.602Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-03T21:43:46.602Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-03T21:43:46.602Z] Fetched 279 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-03T21:43:46.602Z] Fetched 122 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-03T21:43:46.602Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-03T21:43:46.602Z] Fetched 8848 B in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-03T21:43:46.602Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-03T21:43:46.602Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-03T21:43:46.602Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] [2020-12-03T21:43:46.602Z] Fetched 214 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-03T21:43:46.602Z] Fetched 155 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-03T21:43:46.602Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-03T21:43:46.602Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-03T21:43:46.602Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-03T21:43:46.602Z] Fetched 499 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-03T21:43:46.602Z] Fetched 111 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-03T21:43:46.602Z] Fetched 240 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-03T21:43:46.602Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-03T21:43:46.602Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-03T21:43:46.602Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-03T21:43:46.602Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-03T21:43:46.602Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-03T21:43:46.602Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-03T21:43:46.602Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-03T21:43:46.602Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-03T21:43:46.602Z] Fetched 8720 B in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-03T21:43:46.602Z] Fetched 137 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-03T21:43:46.602Z] Fetched 119 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-03T21:43:46.602Z] Fetched 109 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-03T21:43:46.602Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-03T21:43:46.602Z] Fetched 645 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-03T21:43:46.602Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-03T21:43:46.602Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-03T21:43:46.602Z] Fetched 368 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-03T21:43:46.602Z] Fetched 187 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-03T21:43:46.602Z] Fetched 175 kB in 0s (0 B/s) [2020-12-03T21:43:46.602Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-03T21:43:47.047Z] Removing intermediate container d6230abe2194 [2020-12-03T21:43:47.047Z] ---> 031ee2996449 [2020-12-03T21:43:47.047Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T21:43:47.319Z] ---> Running in d9eebb23d8da [2020-12-03T21:43:47.319Z] Removing intermediate container a47ff103c24e [2020-12-03T21:43:47.319Z] ---> de16cd50917b [2020-12-03T21:43:47.319Z] [2020-12-03T21:43:47.319Z] Step 10/24 : FROM scratch [2020-12-03T21:43:47.319Z] ---> [2020-12-03T21:43:47.319Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T21:43:47.592Z] Removing intermediate container 60d4d07e8de4 [2020-12-03T21:43:47.592Z] ---> 6986112767d4 [2020-12-03T21:43:47.592Z] [2020-12-03T21:43:47.592Z] Step 10/22 : FROM scratch [2020-12-03T21:43:47.592Z] ---> [2020-12-03T21:43:47.592Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T21:43:47.862Z] ---> Running in ac6661f2c16d [2020-12-03T21:43:47.862Z] ---> Running in fefe5593a9cf [2020-12-03T21:43:48.477Z] Removing intermediate container d9eebb23d8da [2020-12-03T21:43:48.477Z] ---> ad4375632a4d [2020-12-03T21:43:48.477Z] Step 27/29 : LABEL arch=arm64 [2020-12-03T21:43:48.527Z] Fetched 206 kB in 0s (0 B/s) [2020-12-03T21:43:48.527Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-12-03T21:43:48.527Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-03T21:43:48.527Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-03T21:43:48.527Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-03T21:43:48.527Z] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] [2020-12-03T21:43:48.527Z] Fetched 159 kB in 0s (0 B/s) [2020-12-03T21:43:48.527Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-03T21:43:48.527Z] Fetched 107 kB in 0s (0 B/s) [2020-12-03T21:43:48.527Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-03T21:43:48.527Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-03T21:43:48.527Z] Pulling static-packages [2020-12-03T21:43:48.751Z] ---> Running in d0b5eb854bf1 [2020-12-03T21:43:48.751Z] Removing intermediate container ac6661f2c16d [2020-12-03T21:43:48.751Z] ---> 65535df63a95 [2020-12-03T21:43:48.751Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T21:43:49.027Z] Removing intermediate container fefe5593a9cf [2020-12-03T21:43:49.027Z] ---> 9c475051cfab [2020-12-03T21:43:49.027Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T21:43:49.027Z] ---> Running in aeb2025c7f00 [2020-12-03T21:43:49.027Z] ---> Running in 3b8844e1f21d [2020-12-03T21:43:49.637Z] Removing intermediate container d0b5eb854bf1 [2020-12-03T21:43:49.637Z] ---> 0aa1518eaf22 [2020-12-03T21:43:49.637Z] Step 28/29 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:43:49.912Z] ---> Running in fbfed67e5477 [2020-12-03T21:43:49.912Z] Removing intermediate container aeb2025c7f00 [2020-12-03T21:43:49.912Z] ---> 0f77bfc45f67 [2020-12-03T21:43:49.912Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T21:43:49.912Z] Removing intermediate container 3b8844e1f21d [2020-12-03T21:43:49.912Z] ---> 7a1f469cedd3 [2020-12-03T21:43:49.912Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T21:43:49.924Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-03T21:43:49.924Z] Skipping pull go-build-helper (already ran) [2020-12-03T21:43:49.924Z] Skipping pull static-packages (already ran) [2020-12-03T21:43:49.924Z] Building go-build-helper [2020-12-03T21:43:50.186Z] ---> Running in 4f8097f18f3f [2020-12-03T21:43:50.186Z] ---> Running in d0c659a8b44f [2020-12-03T21:43:50.787Z] Removing intermediate container fbfed67e5477 [2020-12-03T21:43:50.787Z] ---> 392c89a6d81e [2020-12-03T21:43:50.787Z] Step 29/29 : LABEL version=0.0.0 [2020-12-03T21:43:51.065Z] ---> Running in 9a8770a12f52 [2020-12-03T21:43:51.065Z] Removing intermediate container 4f8097f18f3f [2020-12-03T21:43:51.065Z] ---> a917ed4af3c6 [2020-12-03T21:43:51.065Z] Step 14/22 : WORKDIR / [2020-12-03T21:43:51.065Z] Removing intermediate container d0c659a8b44f [2020-12-03T21:43:51.065Z] ---> d22348401f22 [2020-12-03T21:43:51.065Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T21:43:51.338Z] ---> Running in 0016b54a3a3a [2020-12-03T21:43:51.938Z] Removing intermediate container 9a8770a12f52 [2020-12-03T21:43:51.938Z] ---> a296e77ca06a [2020-12-03T21:43:51.938Z] [2020-12-03T21:43:52.212Z] Removing intermediate container 0016b54a3a3a [2020-12-03T21:43:52.212Z] ---> 19e469adb7cb [2020-12-03T21:43:52.212Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T21:43:52.488Z] ---> e4fde11b08df [2020-12-03T21:43:52.488Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T21:43:52.757Z] Successfully built a296e77ca06a [2020-12-03T21:43:53.027Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-03T21:43:53.027Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-12-03T21:43:53.629Z] ---> 03caa9779828 [2020-12-03T21:43:53.629Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T21:43:55.072Z] ---> ff1ccde411b4 [2020-12-03T21:43:55.072Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T21:43:55.232Z] Building static-packages [2020-12-03T21:43:56.522Z] ---> 88ce24911bd4 [2020-12-03T21:43:56.522Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T21:43:57.513Z] ---> aef2031be6c5 [2020-12-03T21:43:57.513Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T21:43:57.791Z] Staging go-build-helper [2020-12-03T21:43:58.112Z] ---> cd34b77d8f5a [2020-12-03T21:43:58.112Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T21:43:58.385Z] ---> Running in f15e37474682 [2020-12-03T21:43:58.990Z] ---> a38c3fe01e58 [2020-12-03T21:43:58.990Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T21:43:59.189Z] Staging static-packages [2020-12-03T21:43:59.270Z] Removing intermediate container f15e37474682 [2020-12-03T21:43:59.270Z] ---> 71e02be485f6 [2020-12-03T21:43:59.270Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:43:59.542Z] ---> Running in 2cddd2f388ff [2020-12-03T21:44:00.142Z] Removing intermediate container 2cddd2f388ff [2020-12-03T21:44:00.142Z] ---> cdcde372b6d9 [2020-12-03T21:44:00.142Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T21:44:00.419Z] ---> Running in bfaf5ae74c84 [2020-12-03T21:44:00.577Z] Pulling go115 [2020-12-03T21:44:01.031Z] ---> d3d2d4dc0b73 [2020-12-03T21:44:01.031Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T21:44:01.527Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-03T21:44:01.527Z] Skipping pull go115 (already ran) [2020-12-03T21:44:01.527Z] Building go115 [2020-12-03T21:44:01.527Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T21:44:01.527Z] Dload Upload Total Spent Left Speed [2020-12-03T21:44:01.641Z] Removing intermediate container bfaf5ae74c84 [2020-12-03T21:44:01.641Z] ---> 017a5ae982f4 [2020-12-03T21:44:01.641Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:44:01.927Z] ---> Running in 14a39810ca23 [2020-12-03T21:44:02.927Z] ---> 9670e1db77eb [2020-12-03T21:44:02.927Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T21:44:03.223Z] ---> Running in 94d1283ca898 [2020-12-03T21:44:03.223Z] Removing intermediate container 14a39810ca23 [2020-12-03T21:44:03.223Z] ---> 8fea0d1bfe72 [2020-12-03T21:44:03.223Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T21:44:03.503Z] ---> Running in 44bdf6861b26 [2020-12-03T21:44:04.112Z] Removing intermediate container 94d1283ca898 [2020-12-03T21:44:04.112Z] ---> 3e37840bf748 [2020-12-03T21:44:04.112Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:44:04.730Z] ---> Running in 34cfc7685a9b [2020-12-03T21:44:04.730Z] Removing intermediate container 44bdf6861b26 [2020-12-03T21:44:04.730Z] ---> db72ef91ccca [2020-12-03T21:44:04.730Z] [2020-12-03T21:44:05.337Z] Removing intermediate container 1ef6b8d5bd50 [2020-12-03T21:44:05.337Z] ---> 8e43f2e3f636 [2020-12-03T21:44:05.337Z] [2020-12-03T21:44:05.337Z] Step 10/22 : FROM scratch [2020-12-03T21:44:05.337Z] ---> [2020-12-03T21:44:05.337Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T21:44:05.337Z] Successfully built db72ef91ccca [2020-12-03T21:44:05.612Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-03T21:44:05.612Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2020-12-03T21:44:05.612Z] ---> Using cache [2020-12-03T21:44:05.612Z] ---> 9c475051cfab [2020-12-03T21:44:05.612Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T21:44:05.871Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5455k 0 0 11.4M 0 0:00:10 --:--:-- 0:00:10 11.4M 32 115M 32 37.0M 0 0 25.3M 0 0:00:04 0:00:01 0:00:03 25.2M 57 115M 57 66.7M 0 0 27.0M 0 0:00:04 0:00:02 0:00:02 27.0M 84 115M 84 97.2M 0 0 28.1M 0 0:00:04 0:00:03 0:00:01 28.1M 100 115M 100 115M 0 0 28.2M 0 0:00:04 0:00:04 --:--:-- 28.2M [2020-12-03T21:44:05.885Z] ---> Running in 01be1d280426 [2020-12-03T21:44:05.885Z] Removing intermediate container 34cfc7685a9b [2020-12-03T21:44:05.885Z] ---> 86044eb6c0ec [2020-12-03T21:44:05.885Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T21:44:06.163Z] ---> Running in f21840cd9047 [2020-12-03T21:44:06.438Z] Removing intermediate container 01be1d280426 [2020-12-03T21:44:06.438Z] ---> f039b9b7e37d [2020-12-03T21:44:06.438Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T21:44:06.438Z] ---> Running in a71f377ff321 [2020-12-03T21:44:06.448Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-03T21:44:06.723Z] Removing intermediate container f21840cd9047 [2020-12-03T21:44:06.723Z] ---> 7bbcdb5a55ca [2020-12-03T21:44:06.723Z] Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:44:07.329Z] ---> Running in 1b749df27358 [2020-12-03T21:44:07.329Z] Removing intermediate container a71f377ff321 [2020-12-03T21:44:07.329Z] ---> 4ac72faa3016 [2020-12-03T21:44:07.329Z] Step 14/22 : WORKDIR / [2020-12-03T21:44:07.605Z] ---> Running in 1e3fa2c195ce [2020-12-03T21:44:07.879Z] Removing intermediate container 1b749df27358 [2020-12-03T21:44:07.879Z] ---> 0391f4b56f6f [2020-12-03T21:44:07.879Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T21:44:08.479Z] ---> Running in a24ad389a607 [2020-12-03T21:44:08.479Z] Removing intermediate container 1e3fa2c195ce [2020-12-03T21:44:08.479Z] ---> 2e561a0845a8 [2020-12-03T21:44:08.479Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T21:44:09.080Z] Removing intermediate container a24ad389a607 [2020-12-03T21:44:09.080Z] ---> 20b01a99330b [2020-12-03T21:44:09.080Z] [2020-12-03T21:44:10.088Z] Successfully built 20b01a99330b [2020-12-03T21:44:10.364Z] ---> cb06edeca3c7 [2020-12-03T21:44:10.364Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T21:44:10.364Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-03T21:44:10.364Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-12-03T21:44:11.742Z] Staging go115 [2020-12-03T21:44:13.006Z] ---> 5e3fc7362c65 [2020-12-03T21:44:13.006Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T21:44:13.606Z] Removing intermediate container 759143cacae1 [2020-12-03T21:44:13.606Z] ---> d9db9c9b5bb5 [2020-12-03T21:44:13.606Z] [2020-12-03T21:44:13.606Z] Step 10/23 : FROM alpine [2020-12-03T21:44:13.606Z] ---> 2e77e061c27f [2020-12-03T21:44:13.606Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T21:44:14.214Z] ---> 3f0d26e9b35c [2020-12-03T21:44:14.214Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T21:44:14.214Z] ---> Running in eeb727627882 [2020-12-03T21:44:14.499Z] ---> Running in 9cc8effb7d70 [2020-12-03T21:44:15.098Z] Removing intermediate container eeb727627882 [2020-12-03T21:44:15.098Z] ---> 4abb1308873e [2020-12-03T21:44:15.098Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T21:44:15.387Z] Removing intermediate container 9cc8effb7d70 [2020-12-03T21:44:15.387Z] ---> 2be65d94e8e3 [2020-12-03T21:44:15.387Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:44:15.387Z] ---> Running in 4f8d9491ccc8 [2020-12-03T21:44:15.664Z] ---> Running in 32607d4060ff [2020-12-03T21:44:16.265Z] Removing intermediate container 4f8d9491ccc8 [2020-12-03T21:44:16.265Z] ---> 184d8fb515af [2020-12-03T21:44:16.265Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T21:44:16.539Z] Removing intermediate container 32607d4060ff [2020-12-03T21:44:16.539Z] ---> e0ffe3b01254 [2020-12-03T21:44:16.539Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T21:44:16.814Z] ---> Running in 84bc69655b6e [2020-12-03T21:44:16.814Z] ---> Running in fd9066958e54 [2020-12-03T21:44:17.412Z] Removing intermediate container 84bc69655b6e [2020-12-03T21:44:17.412Z] ---> e8050fac3b08 [2020-12-03T21:44:17.412Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:44:17.691Z] Removing intermediate container fd9066958e54 [2020-12-03T21:44:17.692Z] ---> cacc6d627834 [2020-12-03T21:44:17.692Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:44:17.692Z] ---> Running in 688e6320e7c6 [2020-12-03T21:44:17.968Z] ---> Running in d842e67c108d [2020-12-03T21:44:18.948Z] Removing intermediate container d842e67c108d [2020-12-03T21:44:18.948Z] ---> dc9218899708 [2020-12-03T21:44:18.948Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T21:44:19.223Z] ---> Running in 913bfe7a6cff [2020-12-03T21:44:19.223Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:44:19.223Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:44:19.223Z] ---> 18f4cd9dffab [2020-12-03T21:44:19.505Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T21:44:19.505Z] ---> Using cache [2020-12-03T21:44:19.505Z] ---> cd210792cfb7 [2020-12-03T21:44:19.505Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:44:19.505Z] ---> Using cache [2020-12-03T21:44:19.505Z] ---> c22a27bfcc84 [2020-12-03T21:44:19.505Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T21:44:19.505Z] ---> Using cache [2020-12-03T21:44:19.505Z] ---> 5bcf6ad49350 [2020-12-03T21:44:19.505Z] Step 6/21 : COPY go.mod . [2020-12-03T21:44:19.505Z] ---> Using cache [2020-12-03T21:44:19.505Z] ---> 6358447ed707 [2020-12-03T21:44:19.505Z] Step 7/21 : RUN go mod download [2020-12-03T21:44:19.505Z] ---> Using cache [2020-12-03T21:44:19.505Z] ---> f75a5be38f1b [2020-12-03T21:44:19.505Z] Step 8/21 : COPY . . [2020-12-03T21:44:19.505Z] ---> Using cache [2020-12-03T21:44:19.505Z] ---> 91e7030dbaeb [2020-12-03T21:44:19.505Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T21:44:19.778Z] ---> Running in 4f1f6ec4ff23 [2020-12-03T21:44:19.778Z] Removing intermediate container 913bfe7a6cff [2020-12-03T21:44:19.778Z] ---> 23a326810924 [2020-12-03T21:44:19.778Z] [2020-12-03T21:44:19.895Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T21:44:19.895Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T21:44:19.895Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T21:44:19.895Z] Fetched 0 B in 0s (0 B/s) [2020-12-03T21:44:19.895Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-03T21:44:19.895Z] Fetched 224 kB in 0s (0 B/s) [2020-12-03T21:44:19.895Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-03T21:44:19.895Z] Fetched 157 kB in 0s (0 B/s) [2020-12-03T21:44:19.895Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-03T21:44:19.895Z] Fetched 221 kB in 0s (0 B/s) [2020-12-03T21:44:19.895Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-03T21:44:19.895Z] Fetched 143 kB in 0s (0 B/s) [2020-12-03T21:44:19.895Z] Pulling edgex-go [2020-12-03T21:44:20.383Z] Successfully built 23a326810924 [2020-12-03T21:44:20.383Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-03T21:44:20.383Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-12-03T21:44:20.846Z] Pulling version [2020-12-03T21:44:20.982Z] Removing intermediate container 688e6320e7c6 [2020-12-03T21:44:20.982Z] ---> 806855800702 [2020-12-03T21:44:20.982Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T21:44:20.982Z] ---> Running in d397405082bf [2020-12-03T21:44:21.255Z] 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 [2020-12-03T21:44:22.239Z] Building config-common [2020-12-03T21:44:22.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:44:23.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:44:24.288Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T21:44:24.288Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T21:44:24.288Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T21:44:24.569Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T21:44:24.844Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T21:44:24.844Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:44:24.844Z] OK: 8 MiB in 19 packages [2020-12-03T21:44:25.550Z] Skipping build go-build-helper (already ran) [2020-12-03T21:44:25.550Z] Skipping build static-packages (already ran) [2020-12-03T21:44:25.550Z] Skipping build go115 (already ran) [2020-12-03T21:44:25.550Z] Building edgex-go [2020-12-03T21:44:26.944Z] 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 [2020-12-03T21:44:27.897Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-03T21:44:27.897Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-03T21:44:27.897Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.119 [2020-12-03T21:44:27.897Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-03T21:44:27.897Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-03T21:44:27.897Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-03T21:44:27.897Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-03T21:44:27.897Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-03T21:44:27.897Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-03T21:44:27.897Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-03T21:44:28.160Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-03T21:44:28.160Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-03T21:44:28.160Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-03T21:44:28.160Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-03T21:44:28.160Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-03T21:44:28.160Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-03T21:44:28.160Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-03T21:44:28.160Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-03T21:44:28.160Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-03T21:44:28.160Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-03T21:44:28.160Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-03T21:44:28.160Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-03T21:44:28.160Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-03T21:44:28.160Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-03T21:44:28.160Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-03T21:44:28.160Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-03T21:44:28.160Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-03T21:44:28.421Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-03T21:44:28.421Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-03T21:44:28.421Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-03T21:44:28.421Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-03T21:44:28.421Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-03T21:44:28.421Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-03T21:44:28.421Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-03T21:44:28.421Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-03T21:44:28.421Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-03T21:44:28.421Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-03T21:44:28.421Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-03T21:44:28.683Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-03T21:44:28.683Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-03T21:44:28.944Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-03T21:44:29.170Z] Removing intermediate container d397405082bf [2020-12-03T21:44:29.170Z] ---> ea0163cf2903 [2020-12-03T21:44:29.170Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T21:44:29.793Z] ---> 6f18f05140e9 [2020-12-03T21:44:29.793Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T21:44:32.456Z] ---> ed9d38e74408 [2020-12-03T21:44:32.456Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T21:44:33.902Z] ---> 3902ffe2e475 [2020-12-03T21:44:33.902Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T21:44:33.902Z] ---> Running in b3bc4e0107cd [2020-12-03T21:44:35.349Z] Removing intermediate container b3bc4e0107cd [2020-12-03T21:44:35.349Z] ---> 7e9a613e998b [2020-12-03T21:44:35.349Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:44:35.349Z] ---> Running in f9ab0185b9f1 [2020-12-03T21:44:36.334Z] Removing intermediate container f9ab0185b9f1 [2020-12-03T21:44:36.334Z] ---> e1b4f395833e [2020-12-03T21:44:36.334Z] Step 21/23 : LABEL arch=arm64 [2020-12-03T21:44:36.613Z] ---> Running in 64f4a817a3fe [2020-12-03T21:44:37.597Z] Removing intermediate container 64f4a817a3fe [2020-12-03T21:44:37.597Z] ---> 0204a420d7b1 [2020-12-03T21:44:37.597Z] Step 22/23 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:44:37.879Z] ---> Running in 84febf83150e [2020-12-03T21:44:38.866Z] Removing intermediate container 84febf83150e [2020-12-03T21:44:38.866Z] ---> a5ced2982713 [2020-12-03T21:44:38.866Z] Step 23/23 : LABEL version=0.0.0 [2020-12-03T21:44:38.866Z] ---> Running in 8d11a266f2b5 [2020-12-03T21:44:38.958Z] 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 [2020-12-03T21:44:39.854Z] Removing intermediate container 8d11a266f2b5 [2020-12-03T21:44:39.855Z] ---> 1961dd3d2e76 [2020-12-03T21:44:39.855Z] [2020-12-03T21:44:40.130Z] Successfully built 1961dd3d2e76 [2020-12-03T21:44:40.130Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-03T21:44:40.130Z] Building docker-security-secretstore-setup-go [2020-12-03T21:44:45.608Z] 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 [2020-12-03T21:44:47.000Z] 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 [2020-12-03T21:44:48.396Z] 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 [2020-12-03T21:44:48.546Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:44:48.546Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:44:48.546Z] ---> 18f4cd9dffab [2020-12-03T21:44:48.546Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T21:44:48.546Z] ---> Using cache [2020-12-03T21:44:48.546Z] ---> cd210792cfb7 [2020-12-03T21:44:48.546Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:44:48.546Z] ---> Using cache [2020-12-03T21:44:48.546Z] ---> c22a27bfcc84 [2020-12-03T21:44:48.546Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T21:44:48.546Z] ---> Using cache [2020-12-03T21:44:48.546Z] ---> 5bcf6ad49350 [2020-12-03T21:44:48.546Z] Step 6/22 : COPY go.mod . [2020-12-03T21:44:48.546Z] ---> Using cache [2020-12-03T21:44:48.546Z] ---> 6358447ed707 [2020-12-03T21:44:48.546Z] Step 7/22 : RUN go mod download [2020-12-03T21:44:48.546Z] ---> Using cache [2020-12-03T21:44:48.546Z] ---> f75a5be38f1b [2020-12-03T21:44:48.546Z] Step 8/22 : COPY . . [2020-12-03T21:44:48.546Z] ---> Using cache [2020-12-03T21:44:48.546Z] ---> 91e7030dbaeb [2020-12-03T21:44:48.546Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T21:44:48.659Z] 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 [2020-12-03T21:44:48.921Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-03T21:44:48.921Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-03T21:44:48.921Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-03T21:44:50.311Z] 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 [2020-12-03T21:44:50.559Z] ---> Running in 52af352572b9 [2020-12-03T21:44:50.574Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-03T21:44:50.574Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-03T21:44:52.016Z] 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 [2020-12-03T21:44:52.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T21:44:53.451Z] 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 [2020-12-03T21:44:53.451Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-03T21:44:54.842Z] 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 [2020-12-03T21:44:54.842Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-03T21:44:56.233Z] 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 [2020-12-03T21:44:57.179Z] 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 [2020-12-03T21:44:57.443Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:44:57.444Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:44:57.444Z] ---> 18f4cd9dffab [2020-12-03T21:44:57.444Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T21:44:57.444Z] ---> Using cache [2020-12-03T21:44:57.444Z] ---> cd210792cfb7 [2020-12-03T21:44:57.444Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:44:57.444Z] ---> Using cache [2020-12-03T21:44:57.444Z] ---> c22a27bfcc84 [2020-12-03T21:44:57.444Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T21:44:57.444Z] ---> Using cache [2020-12-03T21:44:57.444Z] ---> 5bcf6ad49350 [2020-12-03T21:44:57.444Z] Step 6/21 : COPY go.mod . [2020-12-03T21:44:57.444Z] ---> Using cache [2020-12-03T21:44:57.444Z] ---> 6358447ed707 [2020-12-03T21:44:57.444Z] Step 7/21 : RUN go mod download [2020-12-03T21:44:57.444Z] ---> Using cache [2020-12-03T21:44:57.444Z] ---> f75a5be38f1b [2020-12-03T21:44:57.444Z] Step 8/21 : COPY . . [2020-12-03T21:44:57.444Z] ---> Using cache [2020-12-03T21:44:57.444Z] ---> 91e7030dbaeb [2020-12-03T21:44:57.444Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T21:44:58.569Z] 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 [2020-12-03T21:45:00.099Z] ---> Running in a797d8815fcd [2020-12-03T21:45:01.563Z] 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 [2020-12-03T21:45:02.809Z] Building version [2020-12-03T21:45:05.504Z] Staging config-common [2020-12-03T21:45:06.499Z] Skipping stage go-build-helper (already ran) [2020-12-03T21:45:06.499Z] Skipping stage static-packages (already ran) [2020-12-03T21:45:06.499Z] Skipping stage go115 (already ran) [2020-12-03T21:45:06.499Z] Staging edgex-go [2020-12-03T21:45:07.924Z] Staging version [2020-12-03T21:45:08.338Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:45:08.338Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:45:08.338Z] ---> 18f4cd9dffab [2020-12-03T21:45:08.338Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T21:45:08.338Z] ---> Using cache [2020-12-03T21:45:08.338Z] ---> cd210792cfb7 [2020-12-03T21:45:08.338Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:45:08.338Z] ---> Using cache [2020-12-03T21:45:08.338Z] ---> c22a27bfcc84 [2020-12-03T21:45:08.338Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T21:45:08.617Z] ---> Running in 8ee3d81e936b [2020-12-03T21:45:09.313Z] Priming config-common [2020-12-03T21:45:10.701Z] Priming go-build-helper [2020-12-03T21:45:11.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:45:11.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:45:12.096Z] Priming static-packages [2020-12-03T21:45:13.337Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:45:13.338Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:45:13.338Z] OK: 12616 distinct packages available [2020-12-03T21:45:14.801Z] OK: 217 MiB in 51 packages [2020-12-03T21:45:15.417Z] Priming go115 [2020-12-03T21:45:16.368Z] Priming edgex-go [2020-12-03T21:45:17.764Z] Priming version [2020-12-03T21:45:18.227Z] Removing intermediate container 8ee3d81e936b [2020-12-03T21:45:18.227Z] ---> 4e866b9de5c9 [2020-12-03T21:45:18.227Z] Step 6/27 : COPY go.mod . [2020-12-03T21:45:19.677Z] ---> 5d61b207ffa1 [2020-12-03T21:45:19.677Z] Step 7/27 : RUN go mod download [2020-12-03T21:45:19.677Z] ---> Running in 558af5caa6ee [2020-12-03T21:45:19.690Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-03T21:45:19.960Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T21:45:19.960Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T21:45:19.960Z] ---> 18f4cd9dffab [2020-12-03T21:45:19.960Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T21:45:19.960Z] ---> Using cache [2020-12-03T21:45:19.960Z] ---> cd210792cfb7 [2020-12-03T21:45:19.960Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T21:45:19.960Z] ---> Using cache [2020-12-03T21:45:19.960Z] ---> c22a27bfcc84 [2020-12-03T21:45:19.960Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T21:45:19.960Z] ---> Using cache [2020-12-03T21:45:19.960Z] ---> 5bcf6ad49350 [2020-12-03T21:45:19.960Z] Step 6/24 : COPY go.mod . [2020-12-03T21:45:19.960Z] ---> Using cache [2020-12-03T21:45:19.960Z] ---> 6358447ed707 [2020-12-03T21:45:19.960Z] Step 7/24 : RUN go mod download [2020-12-03T21:45:19.960Z] ---> Using cache [2020-12-03T21:45:19.960Z] ---> f75a5be38f1b [2020-12-03T21:45:19.960Z] Step 8/24 : COPY . . [2020-12-03T21:45:19.960Z] ---> Using cache [2020-12-03T21:45:19.960Z] ---> 91e7030dbaeb [2020-12-03T21:45:19.960Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T21:45:20.567Z] ---> Running in d5e0a946ab6c [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-03T21:45:23.222Z] 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 [Pipeline] // stage [Pipeline] } [2020-12-03T21:45:24.690Z] Removing intermediate container 558af5caa6ee [2020-12-03T21:45:24.690Z] ---> ade6d7bb3d2c [2020-12-03T21:45:24.690Z] Step 8/27 : COPY . . [2020-12-03T21:45:43.064Z] Removing intermediate container 4f1f6ec4ff23 [2020-12-03T21:45:43.064Z] ---> ad1f19307bdc [2020-12-03T21:45:43.064Z] [2020-12-03T21:45:43.064Z] Step 10/21 : FROM scratch [2020-12-03T21:45:43.064Z] ---> [2020-12-03T21:45:43.064Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T21:45:43.064Z] ---> Using cache [2020-12-03T21:45:43.064Z] ---> 9c475051cfab [2020-12-03T21:45:43.064Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T21:45:43.064Z] ---> Running in 2c83db660d11 [2020-12-03T21:45:43.671Z] Removing intermediate container 2c83db660d11 [2020-12-03T21:45:43.671Z] ---> 38beb5a28426 [2020-12-03T21:45:43.671Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T21:45:43.671Z] ---> Running in 77306cbfc879 [2020-12-03T21:45:44.280Z] ---> 4b025d82ad52 [2020-12-03T21:45:44.280Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T21:45:44.569Z] ---> Running in ed849a062410 [2020-12-03T21:45:44.569Z] Removing intermediate container 77306cbfc879 [2020-12-03T21:45:44.569Z] ---> f8bcab8616c0 [2020-12-03T21:45:44.569Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T21:45:46.026Z] ---> 4243c858e8a4 [2020-12-03T21:45:46.026Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T21:45:46.628Z] 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 [2020-12-03T21:45:48.612Z] ---> 698561a42963 [2020-12-03T21:45:48.613Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T21:45:49.602Z] ---> c2815afdde61 [2020-12-03T21:45:49.602Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T21:45:49.602Z] ---> Running in cce41e959c43 [2020-12-03T21:45:50.206Z] Removing intermediate container cce41e959c43 [2020-12-03T21:45:50.206Z] ---> 9dc24058e0ef [2020-12-03T21:45:50.206Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:45:50.479Z] ---> Running in d7ed8ca666d2 [2020-12-03T21:45:51.093Z] Removing intermediate container d7ed8ca666d2 [2020-12-03T21:45:51.093Z] ---> 34cfaefbf7fb [2020-12-03T21:45:51.093Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T21:45:51.093Z] ---> Running in a61d0ef96f5e [2020-12-03T21:45:52.090Z] Removing intermediate container a61d0ef96f5e [2020-12-03T21:45:52.090Z] ---> 907d4e495a10 [2020-12-03T21:45:52.090Z] Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:45:52.090Z] ---> Running in 325236cad768 [2020-12-03T21:45:52.694Z] Removing intermediate container 325236cad768 [2020-12-03T21:45:52.694Z] ---> 2af7a14007e0 [2020-12-03T21:45:52.694Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T21:45:52.971Z] ---> Running in 7eb60ed66a52 [2020-12-03T21:45:53.580Z] Removing intermediate container 7eb60ed66a52 [2020-12-03T21:45:53.580Z] ---> e66b24594deb [2020-12-03T21:45:53.580Z] [2020-12-03T21:45:54.183Z] Successfully built e66b24594deb [2020-12-03T21:45:54.183Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-03T21:46:12.545Z]  Building docker-support-scheduler-go ... done Removing intermediate container 52af352572b9 [2020-12-03T21:46:12.545Z] ---> b3f2f7a57255 [2020-12-03T21:46:12.545Z] [2020-12-03T21:46:12.545Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T21:46:12.545Z] 3.10: Pulling from library/alpine [2020-12-03T21:46:13.996Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T21:46:13.996Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T21:46:13.996Z] ---> 536a684cf733 [2020-12-03T21:46:13.996Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T21:46:14.277Z] ---> Running in bf96ee2f47bb [2020-12-03T21:46:16.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:46:16.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:46:16.544Z] 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 [2020-12-03T21:46:16.821Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T21:46:16.821Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T21:46:16.821Z] OK: 10169 distinct packages available [2020-12-03T21:46:17.805Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T21:46:17.805Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T21:46:17.805Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T21:46:17.805Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T21:46:17.805Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T21:46:17.805Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T21:46:17.805Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T21:46:18.082Z] OK: 7 MiB in 19 packages [2020-12-03T21:46:21.584Z] Removing intermediate container bf96ee2f47bb [2020-12-03T21:46:21.584Z] ---> b84d69091920 [2020-12-03T21:46:21.584Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T21:46:21.584Z] ---> Running in 8bd3ba936ac4 [2020-12-03T21:46:21.863Z] Removing intermediate container 8bd3ba936ac4 [2020-12-03T21:46:21.863Z] ---> d484daf7d6f6 [2020-12-03T21:46:21.863Z] Step 13/22 : WORKDIR / [2020-12-03T21:46:22.138Z] ---> Running in a726babb05a0 [2020-12-03T21:46:22.742Z] Removing intermediate container a726babb05a0 [2020-12-03T21:46:22.742Z] ---> 6f8b993fbd18 [2020-12-03T21:46:22.742Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T21:46:23.734Z] ---> 04abf66ecb4b [2020-12-03T21:46:23.734Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T21:46:25.720Z] ---> cda319976fee [2020-12-03T21:46:25.720Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T21:46:26.742Z] ---> 015496d0be5c [2020-12-03T21:46:26.742Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T21:46:27.729Z] 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 [2020-12-03T21:46:28.003Z] ---> 6933fe3dba2e [2020-12-03T21:46:28.003Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T21:46:28.279Z] ---> Running in 333db656f19c [2020-12-03T21:46:32.601Z] Removing intermediate container a797d8815fcd [2020-12-03T21:46:32.601Z] ---> d9f22483e41b [2020-12-03T21:46:32.601Z] [2020-12-03T21:46:32.601Z] Step 10/21 : FROM alpine [2020-12-03T21:46:32.601Z] ---> 2e77e061c27f [2020-12-03T21:46:32.601Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T21:46:32.601Z] ---> Running in b74305482979 [2020-12-03T21:46:32.601Z] Removing intermediate container 333db656f19c [2020-12-03T21:46:32.601Z] ---> 9d300ec89b83 [2020-12-03T21:46:32.601Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T21:46:32.601Z] ---> Running in bc7b34c6f9b7 [2020-12-03T21:46:33.590Z] Removing intermediate container bc7b34c6f9b7 [2020-12-03T21:46:33.590Z] ---> 703d74c0bc42 [2020-12-03T21:46:33.590Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T21:46:33.590Z] ---> Running in c68a104c23a8 [2020-12-03T21:46:34.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:46:34.205Z] Removing intermediate container c68a104c23a8 [2020-12-03T21:46:34.205Z] ---> b895630ff6c5 [2020-12-03T21:46:34.205Z] Step 21/22 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:46:34.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:46:34.480Z] ---> Running in 40e352136632 [2020-12-03T21:46:35.083Z] Removing intermediate container 40e352136632 [2020-12-03T21:46:35.083Z] ---> 5b871265ec24 [2020-12-03T21:46:35.083Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T21:46:35.357Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T21:46:35.357Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T21:46:35.357Z] OK: 12617 distinct packages available [2020-12-03T21:46:35.357Z] ---> Running in b87a131a83ae [2020-12-03T21:46:35.955Z] Removing intermediate container b87a131a83ae [2020-12-03T21:46:35.955Z] ---> d42fa947f5fc [2020-12-03T21:46:35.955Z] [2020-12-03T21:46:35.955Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T21:46:36.230Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T21:46:36.230Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T21:46:36.230Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T21:46:36.230Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:46:36.230Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T21:46:36.505Z] Successfully built d42fa947f5fc [2020-12-03T21:46:36.505Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-03T21:46:36.505Z]  Building docker-security-bootstrap-redis-go ... done OK: 7 MiB in 18 packages [2020-12-03T21:46:39.928Z] Removing intermediate container b74305482979 [2020-12-03T21:46:39.928Z] ---> 5e6cc1879542 [2020-12-03T21:46:39.928Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T21:46:39.928Z] ---> Running in 5378ce302d44 [2020-12-03T21:46:40.528Z] Removing intermediate container d5e0a946ab6c [2020-12-03T21:46:40.528Z] ---> 093f87f4ea9f [2020-12-03T21:46:40.528Z] [2020-12-03T21:46:40.528Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T21:46:40.528Z] ---> 536a684cf733 [2020-12-03T21:46:40.528Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T21:46:40.528Z] ---> Using cache [2020-12-03T21:46:40.528Z] ---> b84d69091920 [2020-12-03T21:46:40.528Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T21:46:40.809Z] ---> Running in db3965b39b3c [2020-12-03T21:46:40.809Z] Removing intermediate container 5378ce302d44 [2020-12-03T21:46:40.809Z] ---> e3245375e76f [2020-12-03T21:46:40.809Z] Step 13/21 : WORKDIR /edgex [2020-12-03T21:46:41.087Z] ---> Running in b873a8686635 [2020-12-03T21:46:41.360Z] Removing intermediate container db3965b39b3c [2020-12-03T21:46:41.360Z] ---> 40f751414414 [2020-12-03T21:46:41.360Z] Step 13/24 : WORKDIR / [2020-12-03T21:46:41.635Z] ---> Running in eeed101c72dd [2020-12-03T21:46:41.635Z] Removing intermediate container b873a8686635 [2020-12-03T21:46:41.635Z] ---> 93cecd713a56 [2020-12-03T21:46:41.635Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T21:46:42.230Z] Removing intermediate container eeed101c72dd [2020-12-03T21:46:42.230Z] ---> 08069c02c7a3 [2020-12-03T21:46:42.230Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-03T21:46:42.504Z] ---> 10d9c18f0e16 [2020-12-03T21:46:42.504Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T21:46:43.105Z] ---> 2f4331e6eb2d [2020-12-03T21:46:43.105Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-03T21:46:44.086Z] ---> a0050865ec2a [2020-12-03T21:46:44.086Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T21:46:44.361Z] ---> 12fb63c998de [2020-12-03T21:46:44.361Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T21:46:45.344Z] ---> 53ca29f7f217 [2020-12-03T21:46:45.344Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T21:46:45.939Z] ---> Running in 3f00bb7efd1e [2020-12-03T21:46:45.939Z] ---> 573814ecb551 [2020-12-03T21:46:45.939Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T21:46:46.538Z] Removing intermediate container 3f00bb7efd1e [2020-12-03T21:46:46.538Z] ---> d17975f4cf70 [2020-12-03T21:46:46.814Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T21:46:47.088Z] Removing intermediate container ed849a062410 [2020-12-03T21:46:47.088Z] ---> fec12eea7b39 [2020-12-03T21:46:47.088Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T21:46:47.088Z] ---> Running in 7490a7bc5a13 [2020-12-03T21:46:47.359Z] ---> Running in c299f81ee00d [2020-12-03T21:46:47.359Z] ---> fe1e1175fdf7 [2020-12-03T21:46:47.359Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T21:46:47.952Z] Removing intermediate container 7490a7bc5a13 [2020-12-03T21:46:47.952Z] ---> 59347a98ff33 [2020-12-03T21:46:47.952Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T21:46:48.226Z] ---> Running in 5a57d6a6d991 [2020-12-03T21:46:48.505Z] 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 [2020-12-03T21:46:48.505Z] ---> 1315db85b9b6 [2020-12-03T21:46:48.505Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T21:46:49.118Z] Removing intermediate container 5a57d6a6d991 [2020-12-03T21:46:49.118Z] ---> 84651c3d44f9 [2020-12-03T21:46:49.118Z] Step 20/21 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:46:49.118Z] ---> Running in 45ff970810ca [2020-12-03T21:46:49.718Z] ---> dfa80a74b2ae [2020-12-03T21:46:49.718Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T21:46:49.995Z] ---> Running in ebd0c544b668 [2020-12-03T21:46:49.995Z] Removing intermediate container 45ff970810ca [2020-12-03T21:46:49.995Z] ---> d53bbe037e43 [2020-12-03T21:46:49.995Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T21:46:50.269Z] ---> Running in 69fa902cd4b7 [2020-12-03T21:46:50.889Z] Removing intermediate container 69fa902cd4b7 [2020-12-03T21:46:50.890Z] ---> f78675c452bf [2020-12-03T21:46:50.890Z] [2020-12-03T21:46:51.163Z] Successfully built f78675c452bf [2020-12-03T21:46:51.163Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-03T21:46:51.755Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c299f81ee00d [2020-12-03T21:46:51.755Z] ---> 83aa0e371ad5 [2020-12-03T21:46:51.755Z] [2020-12-03T21:46:51.755Z] Step 11/27 : FROM docker:latest [2020-12-03T21:46:51.755Z] ---> 84e3a507c27b [2020-12-03T21:46:51.755Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T21:46:52.034Z] ---> Running in 6d7a9bf63c79 [2020-12-03T21:46:52.633Z] Removing intermediate container ebd0c544b668 [2020-12-03T21:46:52.633Z] ---> 74eb609f29aa [2020-12-03T21:46:52.633Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T21:46:52.903Z] ---> Running in 589f8d6b0558 [2020-12-03T21:46:53.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:46:53.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:46:53.451Z] Removing intermediate container 589f8d6b0558 [2020-12-03T21:46:53.451Z] ---> 3e97ca65f57c [2020-12-03T21:46:53.451Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T21:46:53.726Z] ---> Running in 9e839a93d781 [2020-12-03T21:46:54.001Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T21:46:54.001Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T21:46:54.001Z] Executing bash-5.0.17-r0.post-install [2020-12-03T21:46:54.001Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:46:54.001Z] OK: 12 MiB in 22 packages [2020-12-03T21:46:54.281Z] Removing intermediate container 9e839a93d781 [2020-12-03T21:46:54.281Z] ---> e5b161da8243 [2020-12-03T21:46:54.281Z] Step 23/24 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:46:54.550Z] ---> Running in 6392ce33587e [2020-12-03T21:46:55.144Z] Removing intermediate container 6392ce33587e [2020-12-03T21:46:55.145Z] ---> c07b6cdbfb73 [2020-12-03T21:46:55.145Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T21:46:55.416Z] ---> Running in 89a5062123c9 [2020-12-03T21:46:55.417Z] Removing intermediate container 6d7a9bf63c79 [2020-12-03T21:46:55.417Z] ---> 7d4e34d720e9 [2020-12-03T21:46:55.417Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T21:46:55.690Z] ---> Running in c71a7bd2782d [2020-12-03T21:46:55.980Z] Removing intermediate container 89a5062123c9 [2020-12-03T21:46:55.980Z] ---> 64fe305eaaf4 [2020-12-03T21:46:55.980Z] [2020-12-03T21:46:56.582Z] Successfully built 64fe305eaaf4 [2020-12-03T21:46:56.582Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-03T21:46:58.012Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c71a7bd2782d [2020-12-03T21:46:58.012Z] ---> 6cfbc3fce98e [2020-12-03T21:46:58.012Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T21:46:58.283Z] ---> Running in 4b320379b811 [2020-12-03T21:46:58.554Z] Removing intermediate container 4b320379b811 [2020-12-03T21:46:58.554Z] ---> 0df7ae95b055 [2020-12-03T21:46:58.554Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T21:46:58.825Z] ---> Running in 18c797e062ac [2020-12-03T21:46:59.422Z] Removing intermediate container 18c797e062ac [2020-12-03T21:46:59.422Z] ---> 8397296a3d84 [2020-12-03T21:46:59.422Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T21:46:59.693Z] ---> Running in aa6e2206f29d [2020-12-03T21:47:00.287Z] Removing intermediate container aa6e2206f29d [2020-12-03T21:47:00.287Z] ---> e0cd7a4ad908 [2020-12-03T21:47:00.287Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T21:47:01.266Z] ---> 3f16cfab29ec [2020-12-03T21:47:01.266Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T21:47:02.242Z] ---> 62b15ea398fd [2020-12-03T21:47:02.242Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T21:47:03.216Z] ---> 478b0131172b [2020-12-03T21:47:03.216Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T21:47:03.216Z] ---> Running in f586967e3547 [2020-12-03T21:47:04.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:47:04.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:47:05.239Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T21:47:05.239Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T21:47:05.239Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T21:47:05.239Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T21:47:05.239Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T21:47:05.239Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T21:47:05.239Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T21:47:07.200Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T21:47:07.200Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T21:47:07.200Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T21:47:07.200Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T21:47:07.200Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T21:47:07.200Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T21:47:07.200Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T21:47:07.200Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T21:47:07.200Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T21:47:07.470Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T21:47:07.470Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T21:47:07.470Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T21:47:07.470Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T21:47:07.470Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T21:47:07.470Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T21:47:07.470Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T21:47:07.470Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T21:47:07.470Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T21:47:07.470Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T21:47:07.741Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T21:47:07.741Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T21:47:07.741Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T21:47:07.741Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T21:47:07.741Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T21:47:07.741Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T21:47:07.741Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T21:47:08.013Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:47:08.013Z] OK: 71 MiB in 55 packages [2020-12-03T21:47:14.722Z] Removing intermediate container f586967e3547 [2020-12-03T21:47:14.722Z] ---> aa98e96aae29 [2020-12-03T21:47:14.722Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T21:47:14.996Z] ---> Running in 1b2c394914b4 [2020-12-03T21:47:20.412Z] Collecting docker-compose==1.23.2 [2020-12-03T21:47:20.412Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T21:47:20.693Z] Collecting PyYAML<4,>=3.10 [2020-12-03T21:47:20.693Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T21:47:24.069Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T21:47:24.069Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T21:47:24.663Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T21:47:24.663Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T21:47:25.255Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T21:47:25.255Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T21:47:27.216Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T21:47:27.216Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T21:47:27.216Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-03T21:47:27.487Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T21:47:27.487Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T21:47:30.100Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T21:47:30.100Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T21:47:30.100Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T21:47:30.372Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T21:47:32.337Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T21:47:32.337Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T21:47:32.337Z] 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) [2020-12-03T21:47:32.607Z] Collecting idna<2.8,>=2.5 [2020-12-03T21:47:32.607Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T21:47:32.607Z] 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) [2020-12-03T21:47:33.201Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T21:47:33.201Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T21:47:33.472Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T21:47:33.472Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T21:47:33.743Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T21:47:33.743Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T21:47:33.743Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T21:47:33.743Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T21:47:34.334Z] Installing collected packages: PyYAML, jsonschema, idna, urllib3, requests, texttable, websocket-client, dockerpty, docker-pycreds, docker, docopt, cached-property, docker-compose [2020-12-03T21:47:34.334Z] Running setup.py install for PyYAML: started [2020-12-03T21:47:36.291Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T21:47:36.562Z] Attempting uninstall: idna [2020-12-03T21:47:36.562Z] Found existing installation: idna 2.9 [2020-12-03T21:47:36.562Z] Uninstalling idna-2.9: [2020-12-03T21:47:36.834Z] Successfully uninstalled idna-2.9 [2020-12-03T21:47:37.428Z] Attempting uninstall: urllib3 [2020-12-03T21:47:37.428Z] Found existing installation: urllib3 1.25.9 [2020-12-03T21:47:37.428Z] Uninstalling urllib3-1.25.9: [2020-12-03T21:47:37.698Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T21:47:37.976Z] Attempting uninstall: requests [2020-12-03T21:47:37.976Z] Found existing installation: requests 2.23.0 [2020-12-03T21:47:37.976Z] Uninstalling requests-2.23.0: [2020-12-03T21:47:38.247Z] Successfully uninstalled requests-2.23.0 [2020-12-03T21:47:38.519Z] Running setup.py install for texttable: started [2020-12-03T21:47:40.486Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T21:47:40.486Z] Running setup.py install for dockerpty: started [2020-12-03T21:47:42.455Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T21:47:43.049Z] Running setup.py install for docopt: started [2020-12-03T21:47:45.012Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T21:47:45.982Z] 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 [2020-12-03T21:47:49.367Z] Removing intermediate container 1b2c394914b4 [2020-12-03T21:47:49.367Z] ---> 3ac25086672c [2020-12-03T21:47:49.367Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T21:47:49.649Z] ---> Running in 3261be94a6f7 [2020-12-03T21:47:50.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T21:47:50.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T21:47:51.490Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T21:47:51.490Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T21:47:51.490Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T21:47:51.490Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T21:47:51.490Z] OK: 71 MiB in 58 packages [2020-12-03T21:47:52.928Z] Removing intermediate container 3261be94a6f7 [2020-12-03T21:47:52.928Z] ---> cb4aaef52444 [2020-12-03T21:47:52.928Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T21:47:52.928Z] ---> Running in 36c24d2367c3 [2020-12-03T21:47:53.202Z] Removing intermediate container 36c24d2367c3 [2020-12-03T21:47:53.202Z] ---> 650fc1017251 [2020-12-03T21:47:53.202Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T21:47:53.202Z] ---> Running in 708ce5a80663 [2020-12-03T21:47:53.797Z] Removing intermediate container 708ce5a80663 [2020-12-03T21:47:53.797Z] ---> b5e6dbf8e95c [2020-12-03T21:47:53.797Z] Step 25/27 : LABEL arch=arm64 [2020-12-03T21:47:53.797Z] ---> Running in 29052426f952 [2020-12-03T21:47:54.392Z] Removing intermediate container 29052426f952 [2020-12-03T21:47:54.392Z] ---> 9c454c30153d [2020-12-03T21:47:54.392Z] Step 26/27 : LABEL git_sha=192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:47:54.392Z] ---> Running in 10ff312d3030 [2020-12-03T21:47:54.988Z] Removing intermediate container 10ff312d3030 [2020-12-03T21:47:54.988Z] ---> baa0afc497f7 [2020-12-03T21:47:54.988Z] Step 27/27 : LABEL version=0.0.0 [2020-12-03T21:47:54.988Z] ---> Running in 4a507ee71a49 [2020-12-03T21:47:55.581Z] Removing intermediate container 4a507ee71a49 [2020-12-03T21:47:55.581Z] ---> 5842dfd85594 [2020-12-03T21:47:55.581Z] [2020-12-03T21:47:55.854Z] Successfully built 5842dfd85594 [2020-12-03T21:47:55.854Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-03T21:47:56.462Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-03T21:47:56.483Z] $ docker stop --time=1 fd4980c8326e69b728461e85f32f6d79a8d2349736a0f125017eafb720ba59c5 [2020-12-03T21:47:58.388Z] $ docker rm -f fd4980c8326e69b728461e85f32f6d79a8d2349736a0f125017eafb720ba59c5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T21:47:59.165Z] + + grepdocker docker images [2020-12-03T21:47:59.165Z] [2020-12-03T21:47:59.436Z] docker-sys-mgmt-agent-go-arm64 latest 5842dfd85594 4 seconds ago 273MB [2020-12-03T21:47:59.437Z] docker-security-secretstore-setup-go-arm64 latest 64fe305eaaf4 About a minute ago 23.5MB [2020-12-03T21:47:59.437Z] docker-security-proxy-setup-go-arm64 latest f78675c452bf About a minute ago 23.4MB [2020-12-03T21:47:59.437Z] docker-security-bootstrap-redis-go-arm64 latest d42fa947f5fc About a minute ago 15.2MB [2020-12-03T21:47:59.437Z] docker-support-scheduler-go-arm64 latest e66b24594deb 2 minutes ago 11.5MB [2020-12-03T21:47:59.437Z] docker-core-data-go-arm64 latest 1961dd3d2e76 3 minutes ago 22.3MB [2020-12-03T21:47:59.437Z] docker-core-metadata-go-arm64 latest 23a326810924 3 minutes ago 13.6MB [2020-12-03T21:47:59.437Z] docker-support-notifications-go-arm64 latest 20b01a99330b 3 minutes ago 12.9MB [2020-12-03T21:47:59.437Z] docker-core-command-go-arm64 latest db72ef91ccca 3 minutes ago 11.4MB [2020-12-03T21:47:59.437Z] docker-security-secrets-setup-go-arm64 latest a296e77ca06a 4 minutes ago 22.7MB [2020-12-03T21:47:59.437Z] docker latest 84e3a507c27b 45 hours ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-03T21:48:15.429Z] Still waiting to schedule task [2020-12-03T21:48:15.430Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-12-03T21:50:02.727Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-14370 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws [2020-12-03T21:50:02.812Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2020-12-03T21:50:06.598Z] using credential edgex-jenkins-ssh [2020-12-03T21:50:06.688Z] Cloning the remote Git repository [2020-12-03T21:50:06.737Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T21:50:06.841Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2020-12-03T21:50:06.919Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T21:50:06.920Z] > git --version # timeout=10 [2020-12-03T21:50:06.935Z] > git --version # 'git version 2.17.1' [2020-12-03T21:50:06.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T21:50:06.983Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T21:50:24.333Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T21:50:24.345Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T21:50:24.368Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T21:50:24.395Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T21:50:24.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T21:50:24.406Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T21:50:25.079Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:50:25.472Z] Merge succeeded, producing 192e75e79965f570e40dacfd3fa37e859c65312b [2020-12-03T21:50:25.473Z] Checking out Revision 192e75e79965f570e40dacfd3fa37e859c65312b (PR-2898) [2020-12-03T21:50:25.094Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T21:50:25.104Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T21:50:25.407Z] > git remote # timeout=10 [2020-12-03T21:50:25.420Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T21:50:25.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T21:50:25.440Z] > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 [2020-12-03T21:50:25.459Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T21:50:25.478Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T21:50:25.487Z] > git checkout -f 192e75e79965f570e40dacfd3fa37e859c65312b # timeout=10 [2020-12-03T21:50:29.912Z] Commit message: "ci: testing new native snap build" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T21:50:31.351Z] + echo snap-build.sh [2020-12-03T21:50:31.351Z] snap-build.sh [2020-12-03T21:50:31.351Z] + SNAP_BASE_DIR=. [2020-12-03T21:50:31.351Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2020-12-03T21:50:31.351Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2020-12-03T21:50:31.351Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2020-12-03T21:50:31.351Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2020-12-03T21:50:31.351Z] + cd /w/workspace/edgex-go/7 [2020-12-03T21:50:31.351Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-03T21:50:31.351Z] Reading package lists... [2020-12-03T21:50:31.952Z] Building dependency tree... [2020-12-03T21:50:31.952Z] Reading state information... [2020-12-03T21:50:32.549Z] The following packages were automatically installed and are no longer required: [2020-12-03T21:50:32.549Z] dns-root-data dnsmasq-base ebtables liblxc-common liblxc1 lxcfs uidmap [2020-12-03T21:50:32.549Z] xdelta3 [2020-12-03T21:50:32.549Z] Use 'sudo apt autoremove' to remove them. [2020-12-03T21:50:32.823Z] The following packages will be REMOVED: [2020-12-03T21:50:32.823Z] lxd* lxd-client* [2020-12-03T21:50:34.256Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-03T21:50:34.256Z] After this operation, 29.1 MB disk space will be freed. [2020-12-03T21:50:35.953Z] (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 ... 171801 files and directories currently installed.) [2020-12-03T21:50:35.953Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T21:50:38.585Z] Removing lxd dnsmasq configuration [2020-12-03T21:50:38.858Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T21:50:39.132Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-03T21:50:40.573Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T21:50:41.120Z] (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 ... 171626 files and directories currently installed.) [2020-12-03T21:50:41.120Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-03T21:50:46.536Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-03T21:50:46.536Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-03T21:50:51.932Z] + sudo snap remove --purge lxd [2020-12-03T21:50:52.205Z] snap "lxd" is not installed [2020-12-03T21:50:52.205Z] + sudo groupadd --force --system lxd [2020-12-03T21:50:52.205Z] ++ whoami [2020-12-03T21:50:52.205Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-03T21:50:52.480Z] + newgrp - lxd [2020-12-03T21:50:52.480Z] + sudo snap install lxd [2020-12-03T21:51:10.778Z] 2020-12-03T21:51:07Z INFO Waiting for automatic snapd restart... [2020-12-03T21:51:49.757Z] lxd 4.8 from Canonical* installed [2020-12-03T21:51:49.757Z] + sudo lxd init --auto [2020-12-03T21:52:02.158Z] + sudo snap install --classic snapcraft [2020-12-03T21:52:20.428Z] snapcraft 4.4.4 from Canonical* installed [2020-12-03T21:52:20.429Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-03T21:52:20.429Z] + patch --verbose -p1 [2020-12-03T21:52:20.429Z] Hmm... Looks like a unified diff to me... [2020-12-03T21:52:20.429Z] The text leading up to this was: [2020-12-03T21:52:20.429Z] -------------------------- [2020-12-03T21:52:20.429Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-03T21:52:20.429Z] |From: Tony Espy [2020-12-03T21:52:20.429Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-03T21:52:20.429Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-03T21:52:20.429Z] | [2020-12-03T21:52:20.429Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-03T21:52:20.429Z] |optimize the snap CI check run for pull requests. When [2020-12-03T21:52:20.429Z] |applied, it essentially strips out everything (apps and [2020-12-03T21:52:20.429Z] |parts) from the snapcraft.yaml file except those required [2020-12-03T21:52:20.429Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-03T21:52:20.429Z] |catch changes to edgex-go that break the snap build. [2020-12-03T21:52:20.429Z] | [2020-12-03T21:52:20.429Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-03T21:52:20.429Z] |to update this patch file, otherwise it may fail to apply, [2020-12-03T21:52:20.429Z] |resulting in a failed snap build CI check in the associated [2020-12-03T21:52:20.429Z] |pull request. [2020-12-03T21:52:20.429Z] | [2020-12-03T21:52:20.429Z] |Note - in addition to applying this patch, the pipeline also [2020-12-03T21:52:20.429Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-03T21:52:20.429Z] |need to build the finally binary .snap file (and it won't [2020-12-03T21:52:20.429Z] |work with the patch applied). This further reduces the build [2020-12-03T21:52:20.429Z] |time. [2020-12-03T21:52:20.429Z] |--- [2020-12-03T21:52:20.429Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-03T21:52:20.429Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-03T21:52:20.429Z] | [2020-12-03T21:52:20.429Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-03T21:52:20.429Z] |index b265277c..d7e1de37 100644 [2020-12-03T21:52:20.429Z] |--- a/snap/snapcraft.yaml [2020-12-03T21:52:20.429Z] |+++ b/snap/snapcraft.yaml [2020-12-03T21:52:20.429Z] -------------------------- [2020-12-03T21:52:20.429Z] patching file snap/snapcraft.yaml [2020-12-03T21:52:20.429Z] Using Plan A... [2020-12-03T21:52:20.429Z] Hunk #1 succeeded at 75. [2020-12-03T21:52:20.429Z] Hunk #2 succeeded at 84. [2020-12-03T21:52:20.429Z] Hunk #3 succeeded at 218. [2020-12-03T21:52:20.429Z] Hunk #4 succeeded at 233. [2020-12-03T21:52:20.429Z] Hunk #5 succeeded at 241. [2020-12-03T21:52:20.429Z] Hunk #6 succeeded at 248. [2020-12-03T21:52:20.429Z] Hunk #7 succeeded at 275. [2020-12-03T21:52:20.429Z] Hunk #8 succeeded at 309. [2020-12-03T21:52:20.429Z] Hunk #9 succeeded at 365. [2020-12-03T21:52:20.429Z] Hmm... Ignoring the trailing garbage. [2020-12-03T21:52:20.429Z] done [2020-12-03T21:52:20.429Z] + sudo snapcraft prime --use-lxd [2020-12-03T21:52:24.719Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-03T21:52:24.719Z] 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: [2020-12-03T21:52:24.719Z] - README.md [2020-12-03T21:52:24.719Z] [2020-12-03T21:52:24.719Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-03T21:52:27.333Z] Launching a container. [2020-12-03T21:52:49.515Z] Waiting for container to be ready [2020-12-03T21:52:49.515Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-03T21:52:49.515Z] [2020-12-03T21:53:01.917Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-03T21:53:02.911Z] Waiting for network to be ready... [2020-12-03T21:53:03.905Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-12-03T21:53:04.177Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-12-03T21:53:04.450Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-12-03T21:53:04.450Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [852 kB] [2020-12-03T21:53:04.722Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [285 kB] [2020-12-03T21:53:04.722Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2360 B] [2020-12-03T21:53:04.722Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [2996 B] [2020-12-03T21:53:04.722Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1172 B] [2020-12-03T21:53:04.722Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [24.4 kB] [2020-12-03T21:53:04.722Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [949 kB] [2020-12-03T21:53:05.000Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [245 kB] [2020-12-03T21:53:05.000Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [975 kB] [2020-12-03T21:53:05.000Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main Translation-en [516 kB] [2020-12-03T21:53:05.000Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [126 kB] [2020-12-03T21:53:05.000Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse Translation-en [108 kB] [2020-12-03T21:53:05.000Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [664 B] [2020-12-03T21:53:05.000Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/restricted Translation-en [3584 B] [2020-12-03T21:53:05.000Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [8316 kB] [2020-12-03T21:53:05.596Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/universe Translation-en [4941 kB] [2020-12-03T21:53:05.597Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1145 kB] [2020-12-03T21:53:05.597Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [376 kB] [2020-12-03T21:53:05.597Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5252 B] [2020-12-03T21:53:05.597Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [7308 B] [2020-12-03T21:53:05.597Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2116 B] [2020-12-03T21:53:05.597Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [28.0 kB] [2020-12-03T21:53:05.597Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1485 kB] [2020-12-03T21:53:05.597Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [357 kB] [2020-12-03T21:53:13.861Z] Fetched 21.2 MB in 9s (2346 kB/s) [2020-12-03T21:53:17.271Z] Reading package lists... [2020-12-03T21:53:18.138Z] Reading package lists... [2020-12-03T21:53:18.732Z] Building dependency tree... [2020-12-03T21:53:18.732Z] Reading state information... [2020-12-03T21:53:19.326Z] The following additional packages will be installed: [2020-12-03T21:53:19.326Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-03T21:53:19.326Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-03T21:53:19.326Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-03T21:53:19.326Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-03T21:53:19.326Z] Suggested packages: [2020-12-03T21:53:19.326Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-03T21:53:19.326Z] Recommended packages: [2020-12-03T21:53:19.326Z] gnupg libsasl2-modules [2020-12-03T21:53:19.598Z] The following NEW packages will be installed: [2020-12-03T21:53:19.598Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-03T21:53:19.598Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-03T21:53:19.598Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-03T21:53:19.598Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-03T21:53:19.598Z] The following packages will be upgraded: [2020-12-03T21:53:19.598Z] gpg gpg-agent gpgconf libudev1 [2020-12-03T21:53:19.870Z] 4 upgraded, 18 newly installed, 0 to remove and 98 not upgraded. [2020-12-03T21:53:19.870Z] Need to get 3110 kB of archives. [2020-12-03T21:53:19.870Z] After this operation, 12.6 MB of additional disk space will be used. [2020-12-03T21:53:19.870Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libudev1 arm64 237-3ubuntu10.43 [49.2 kB] [2020-12-03T21:53:20.140Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 udev arm64 237-3ubuntu10.43 [1049 kB] [2020-12-03T21:53:20.732Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfuse2 arm64 2.9.7-1ubuntu1 [68.4 kB] [2020-12-03T21:53:20.732Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fuse arm64 2.9.7-1ubuntu1 [22.7 kB] [2020-12-03T21:53:20.732Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpg arm64 2.2.4-1ubuntu1.3 [400 kB] [2020-12-03T21:53:20.732Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpgconf arm64 2.2.4-1ubuntu1.3 [107 kB] [2020-12-03T21:53:20.732Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.3 [190 kB] [2020-12-03T21:53:20.732Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] [2020-12-03T21:53:20.732Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1 [35.4 kB] [2020-12-03T21:53:20.732Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1 [130 kB] [2020-12-03T21:53:20.732Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1 [24.9 kB] [2020-12-03T21:53:20.732Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1 [76.4 kB] [2020-12-03T21:53:20.732Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1 [47.0 kB] [2020-12-03T21:53:20.732Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1 [88.5 kB] [2020-12-03T21:53:20.732Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1 [170 kB] [2020-12-03T21:53:20.732Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1 [13.3 kB] [2020-12-03T21:53:20.732Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1 [79.1 kB] [2020-12-03T21:53:20.732Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libsasl2-modules-db arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [13.4 kB] [2020-12-03T21:53:20.732Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libsasl2-2 arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [43.1 kB] [2020-12-03T21:53:20.732Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-03T21:53:20.732Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libldap-2.4-2 arm64 2.4.45+dfsg-1ubuntu1.8 [132 kB] [2020-12-03T21:53:20.732Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 dirmngr arm64 2.2.4-1ubuntu1.3 [276 kB] [2020-12-03T21:53:21.325Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T21:53:21.325Z] Fetched 3110 kB in 1s (2517 kB/s) [2020-12-03T21:53:21.920Z] (Reading database ... 12460 files and directories currently installed.) [2020-12-03T21:53:21.920Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_arm64.deb ... [2020-12-03T21:53:21.920Z] Unpacking libudev1:arm64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T21:53:21.920Z] Setting up libudev1:arm64 (237-3ubuntu10.43) ... [2020-12-03T21:53:22.194Z] Selecting previously unselected package udev. [2020-12-03T21:53:22.194Z] (Reading database ... 12460 files and directories currently installed.) [2020-12-03T21:53:22.194Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_arm64.deb ... [2020-12-03T21:53:22.194Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-03T21:53:22.789Z] Selecting previously unselected package libfuse2:arm64. [2020-12-03T21:53:22.789Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_arm64.deb ... [2020-12-03T21:53:22.789Z] Unpacking libfuse2:arm64 (2.9.7-1ubuntu1) ... [2020-12-03T21:53:23.061Z] Selecting previously unselected package fuse. [2020-12-03T21:53:23.061Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_arm64.deb ... [2020-12-03T21:53:23.061Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-03T21:53:23.061Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_arm64.deb ... [2020-12-03T21:53:23.334Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T21:53:23.607Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_arm64.deb ... [2020-12-03T21:53:23.607Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T21:53:23.880Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_arm64.deb ... [2020-12-03T21:53:23.880Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T21:53:24.152Z] Selecting previously unselected package libksba8:arm64. [2020-12-03T21:53:24.152Z] Preparing to unpack .../06-libksba8_1.3.5-2_arm64.deb ... [2020-12-03T21:53:24.152Z] Unpacking libksba8:arm64 (1.3.5-2) ... [2020-12-03T21:53:24.152Z] Selecting previously unselected package libroken18-heimdal:arm64. [2020-12-03T21:53:24.152Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T21:53:24.152Z] Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:24.424Z] Selecting previously unselected package libasn1-8-heimdal:arm64. [2020-12-03T21:53:24.424Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T21:53:24.424Z] Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:24.696Z] Selecting previously unselected package libheimbase1-heimdal:arm64. [2020-12-03T21:53:24.696Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T21:53:24.696Z] Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:24.696Z] Selecting previously unselected package libhcrypto4-heimdal:arm64. [2020-12-03T21:53:24.968Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T21:53:24.968Z] Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:24.968Z] Selecting previously unselected package libwind0-heimdal:arm64. [2020-12-03T21:53:24.968Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T21:53:24.968Z] Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:25.240Z] Selecting previously unselected package libhx509-5-heimdal:arm64. [2020-12-03T21:53:25.240Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T21:53:25.240Z] Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:25.514Z] Selecting previously unselected package libkrb5-26-heimdal:arm64. [2020-12-03T21:53:25.514Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T21:53:25.514Z] Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:25.514Z] Selecting previously unselected package libheimntlm0-heimdal:arm64. [2020-12-03T21:53:25.514Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T21:53:25.514Z] Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:25.790Z] Selecting previously unselected package libgssapi3-heimdal:arm64. [2020-12-03T21:53:25.790Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_arm64.deb ... [2020-12-03T21:53:25.790Z] Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:26.061Z] Selecting previously unselected package libsasl2-modules-db:arm64. [2020-12-03T21:53:26.061Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb ... [2020-12-03T21:53:26.061Z] Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T21:53:26.061Z] Selecting previously unselected package libsasl2-2:arm64. [2020-12-03T21:53:26.061Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb ... [2020-12-03T21:53:26.061Z] Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T21:53:26.334Z] Selecting previously unselected package libldap-common. [2020-12-03T21:53:26.334Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-03T21:53:26.334Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T21:53:26.334Z] Selecting previously unselected package libldap-2.4-2:arm64. [2020-12-03T21:53:26.334Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_arm64.deb ... [2020-12-03T21:53:26.334Z] Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T21:53:26.607Z] Selecting previously unselected package dirmngr. [2020-12-03T21:53:26.607Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_arm64.deb ... [2020-12-03T21:53:26.607Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-03T21:53:26.890Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T21:53:26.890Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-03T21:53:26.890Z] Setting up libfuse2:arm64 (2.9.7-1ubuntu1) ... [2020-12-03T21:53:27.164Z] Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T21:53:27.164Z] Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-03T21:53:27.164Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-03T21:53:27.164Z] Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:27.164Z] Setting up libksba8:arm64 (1.3.5-2) ... [2020-12-03T21:53:27.438Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T21:53:27.438Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-03T21:53:28.864Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-03T21:53:29.136Z] Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:29.136Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-03T21:53:29.136Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-03T21:53:29.408Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-03T21:53:29.408Z] Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:29.408Z] Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:29.408Z] Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:29.408Z] Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:29.680Z] Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:29.680Z] Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:29.680Z] Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ... [2020-12-03T21:53:29.680Z] Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-03T21:53:29.680Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-03T21:53:29.953Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T21:53:31.925Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-03T21:53:31.925Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-03T21:53:31.925Z] This means they are not meant to be enabled using systemctl. [2020-12-03T21:53:31.925Z] Possible reasons for having this kind of units are: [2020-12-03T21:53:31.925Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-03T21:53:31.925Z] .wants/ or .requires/ directory. [2020-12-03T21:53:31.925Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-03T21:53:31.925Z] a requirement dependency on it. [2020-12-03T21:53:31.925Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-03T21:53:31.925Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-03T21:53:31.925Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-03T21:53:31.925Z] instance name specified. [2020-12-03T21:53:32.904Z] Reading package lists... [2020-12-03T21:53:33.500Z] Building dependency tree... [2020-12-03T21:53:33.500Z] Reading state information... [2020-12-03T21:53:34.477Z] The following additional packages will be installed: [2020-12-03T21:53:34.478Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-03T21:53:34.478Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-03T21:53:34.478Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-03T21:53:34.478Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-03T21:53:34.478Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-03T21:53:34.478Z] Suggested packages: [2020-12-03T21:53:34.478Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-03T21:53:34.478Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-03T21:53:34.478Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-03T21:53:34.478Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-03T21:53:34.478Z] systemd-container policykit-1 [2020-12-03T21:53:34.478Z] Recommended packages: [2020-12-03T21:53:34.478Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-03T21:53:34.478Z] The following NEW packages will be installed: [2020-12-03T21:53:34.478Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-03T21:53:34.478Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-03T21:53:34.478Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-03T21:53:34.478Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-03T21:53:34.478Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-03T21:53:34.478Z] The following packages will be upgraded: [2020-12-03T21:53:34.478Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-03T21:53:34.749Z] 5 upgraded, 25 newly installed, 0 to remove and 93 not upgraded. [2020-12-03T21:53:34.749Z] Need to get 31.0 MB of archives. [2020-12-03T21:53:34.749Z] After this operation, 133 MB of additional disk space will be used. [2020-12-03T21:53:34.749Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd arm64 237-3ubuntu10.43 [2560 kB] [2020-12-03T21:53:35.721Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd0 arm64 237-3ubuntu10.43 [175 kB] [2020-12-03T21:53:35.721Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libapt-pkg5.0 arm64 1.6.12ubuntu0.1 [766 kB] [2020-12-03T21:53:35.721Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 apt arm64 1.6.12ubuntu0.1 [1166 kB] [2020-12-03T21:53:35.722Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libssl1.1 arm64 1.1.1-1ubuntu2.1~18.04.6 [1062 kB] [2020-12-03T21:53:35.722Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libpython3.6-minimal arm64 3.6.9-1~18.04ubuntu1.3 [528 kB] [2020-12-03T21:53:35.722Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-12-03T21:53:35.722Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 python3.6-minimal arm64 3.6.9-1~18.04ubuntu1.3 [1327 kB] [2020-12-03T21:53:35.722Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.7-1~18.04 [23.7 kB] [2020-12-03T21:53:35.722Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-03T21:53:35.722Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB] [2020-12-03T21:53:35.722Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libpython3.6-stdlib arm64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-03T21:53:35.996Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-03T21:53:35.996Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B] [2020-12-03T21:53:35.996Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB] [2020-12-03T21:53:35.996Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.3 [6948 B] [2020-12-03T21:53:35.996Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblzo2-2 arm64 2.08-1.2 [42.2 kB] [2020-12-03T21:53:35.996Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-12-03T21:53:35.996Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 sudo arm64 1.8.21p2-3ubuntu1.3 [382 kB] [2020-12-03T21:53:35.996Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 apparmor arm64 2.12-4ubuntu5.1 [463 kB] [2020-12-03T21:53:35.996Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-12-03T21:53:35.996Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.2 [28.1 kB] [2020-12-03T21:53:35.996Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.2 [79.9 kB] [2020-12-03T21:53:35.996Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2 [8112 B] [2020-12-03T21:53:35.996Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.2 [241 kB] [2020-12-03T21:53:35.996Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.2 [103 kB] [2020-12-03T21:53:35.996Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.4 [724 kB] [2020-12-03T21:53:35.996Z] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-12-03T21:53:36.274Z] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 squashfs-tools arm64 1:4.3-6ubuntu0.18.04.1 [96.9 kB] [2020-12-03T21:53:36.274Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 snapd arm64 2.48+18.04 [18.6 MB] [2020-12-03T21:53:38.245Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T21:53:38.245Z] Fetched 31.0 MB in 3s (11.0 MB/s) [2020-12-03T21:53:38.245Z] (Reading database ... 12706 files and directories currently installed.) [2020-12-03T21:53:38.245Z] Preparing to unpack .../systemd_237-3ubuntu10.43_arm64.deb ... [2020-12-03T21:53:38.517Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T21:53:39.950Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_arm64.deb ... [2020-12-03T21:53:39.950Z] Unpacking libsystemd0:arm64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T21:53:39.950Z] Setting up libsystemd0:arm64 (237-3ubuntu10.43) ... [2020-12-03T21:53:40.227Z] (Reading database ... 12706 files and directories currently installed.) [2020-12-03T21:53:40.227Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.1_arm64.deb ... [2020-12-03T21:53:40.227Z] Unpacking libapt-pkg5.0:arm64 (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-03T21:53:40.822Z] Setting up libapt-pkg5.0:arm64 (1.6.12ubuntu0.1) ... [2020-12-03T21:53:40.822Z] (Reading database ... 12706 files and directories currently installed.) [2020-12-03T21:53:40.822Z] Preparing to unpack .../apt_1.6.12ubuntu0.1_arm64.deb ... [2020-12-03T21:53:41.093Z] Unpacking apt (1.6.12ubuntu0.1) over (1.6.1) ... [2020-12-03T21:53:41.687Z] Setting up apt (1.6.12ubuntu0.1) ... [2020-12-03T21:53:41.687Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-03T21:53:43.117Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-03T21:53:43.388Z] (Reading database ... 12713 files and directories currently installed.) [2020-12-03T21:53:43.388Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.6_arm64.deb ... [2020-12-03T21:53:43.388Z] Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... [2020-12-03T21:53:43.982Z] Selecting previously unselected package libpython3.6-minimal:arm64. [2020-12-03T21:53:43.982Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_arm64.deb ... [2020-12-03T21:53:43.982Z] Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:53:44.254Z] Selecting previously unselected package libexpat1:arm64. [2020-12-03T21:53:44.254Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-12-03T21:53:44.254Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-12-03T21:53:44.526Z] Selecting previously unselected package python3.6-minimal. [2020-12-03T21:53:44.526Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_arm64.deb ... [2020-12-03T21:53:44.526Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:53:44.799Z] Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-12-03T21:53:45.349Z] Checking for services that may need to be restarted...done. [2020-12-03T21:53:45.349Z] Checking for services that may need to be restarted...done. [2020-12-03T21:53:45.349Z] Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:53:45.349Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-12-03T21:53:45.349Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:53:47.958Z] Selecting previously unselected package python3-minimal. [2020-12-03T21:53:47.958Z] (Reading database ... 12961 files and directories currently installed.) [2020-12-03T21:53:47.958Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ... [2020-12-03T21:53:47.958Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-03T21:53:47.958Z] Selecting previously unselected package mime-support. [2020-12-03T21:53:47.958Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-03T21:53:47.958Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-03T21:53:47.958Z] Selecting previously unselected package libmpdec2:arm64. [2020-12-03T21:53:47.958Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ... [2020-12-03T21:53:47.958Z] Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ... [2020-12-03T21:53:48.230Z] Selecting previously unselected package libpython3.6-stdlib:arm64. [2020-12-03T21:53:48.230Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_arm64.deb ... [2020-12-03T21:53:48.230Z] Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:53:48.825Z] Selecting previously unselected package python3.6. [2020-12-03T21:53:48.825Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_arm64.deb ... [2020-12-03T21:53:48.825Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:53:49.097Z] Selecting previously unselected package libpython3-stdlib:arm64. [2020-12-03T21:53:49.097Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ... [2020-12-03T21:53:49.097Z] Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ... [2020-12-03T21:53:49.097Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-03T21:53:50.079Z] Selecting previously unselected package python3. [2020-12-03T21:53:50.080Z] (Reading database ... 13391 files and directories currently installed.) [2020-12-03T21:53:50.080Z] Preparing to unpack .../python3_3.6.7-1~18.04_arm64.deb ... [2020-12-03T21:53:50.080Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-03T21:53:50.353Z] Selecting previously unselected package multiarch-support. [2020-12-03T21:53:50.353Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_arm64.deb ... [2020-12-03T21:53:50.353Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-03T21:53:50.353Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-03T21:53:50.628Z] Selecting previously unselected package liblzo2-2:arm64. [2020-12-03T21:53:50.628Z] (Reading database ... 13428 files and directories currently installed.) [2020-12-03T21:53:50.628Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_arm64.deb ... [2020-12-03T21:53:50.628Z] Unpacking liblzo2-2:arm64 (2.08-1.2) ... [2020-12-03T21:53:50.628Z] Selecting previously unselected package libbsd0:arm64. [2020-12-03T21:53:50.628Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-12-03T21:53:50.901Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-12-03T21:53:50.901Z] Selecting previously unselected package sudo. [2020-12-03T21:53:50.901Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_arm64.deb ... [2020-12-03T21:53:50.901Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-03T21:53:51.174Z] Selecting previously unselected package apparmor. [2020-12-03T21:53:51.174Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_arm64.deb ... [2020-12-03T21:53:51.174Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-03T21:53:51.446Z] Selecting previously unselected package libedit2:arm64. [2020-12-03T21:53:51.446Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_arm64.deb ... [2020-12-03T21:53:51.446Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-12-03T21:53:51.718Z] Selecting previously unselected package libkrb5support0:arm64. [2020-12-03T21:53:51.718Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_arm64.deb ... [2020-12-03T21:53:51.718Z] Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T21:53:51.990Z] Selecting previously unselected package libk5crypto3:arm64. [2020-12-03T21:53:51.990Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_arm64.deb ... [2020-12-03T21:53:51.990Z] Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T21:53:51.990Z] Selecting previously unselected package libkeyutils1:arm64. [2020-12-03T21:53:51.990Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_arm64.deb ... [2020-12-03T21:53:51.990Z] Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2) ... [2020-12-03T21:53:52.262Z] Selecting previously unselected package libkrb5-3:arm64. [2020-12-03T21:53:52.262Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_arm64.deb ... [2020-12-03T21:53:52.262Z] Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T21:53:52.534Z] Selecting previously unselected package libgssapi-krb5-2:arm64. [2020-12-03T21:53:52.534Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_arm64.deb ... [2020-12-03T21:53:52.807Z] Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T21:53:52.807Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-12-03T21:53:53.077Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.4_arm64.deb ... [2020-12-03T21:53:53.077Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.4) ... [2020-12-03T21:53:53.349Z] Selecting previously unselected package openssh-client. [2020-12-03T21:53:53.349Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-12-03T21:53:53.349Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-03T21:53:53.619Z] Selecting previously unselected package squashfs-tools. [2020-12-03T21:53:53.619Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_arm64.deb ... [2020-12-03T21:53:53.619Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-03T21:53:53.890Z] Selecting previously unselected package snapd. [2020-12-03T21:53:53.890Z] Preparing to unpack .../13-snapd_2.48+18.04_arm64.deb ... [2020-12-03T21:53:53.890Z] Unpacking snapd (2.48+18.04) ... [2020-12-03T21:53:59.282Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-12-03T21:53:59.282Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.4) ... [2020-12-03T21:53:59.282Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-03T21:53:59.282Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-03T21:53:59.282Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-12-03T21:53:59.282Z] Setting up libkrb5support0:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T21:53:59.282Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T21:53:59.282Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-03T21:53:59.282Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-03T21:54:01.253Z] Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2) ... [2020-12-03T21:54:01.253Z] Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ... [2020-12-03T21:54:01.253Z] Setting up liblzo2-2:arm64 (2.08-1.2) ... [2020-12-03T21:54:01.253Z] Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:54:01.253Z] Setting up libk5crypto3:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T21:54:01.253Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-03T21:54:04.641Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-03T21:54:04.641Z] Setting up libkrb5-3:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T21:54:04.641Z] Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ... [2020-12-03T21:54:04.641Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-03T21:54:04.641Z] running python rtupdate hooks for python3.6... [2020-12-03T21:54:04.641Z] running python post-rtupdate hooks for python3.6... [2020-12-03T21:54:04.641Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-03T21:54:07.255Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-03T21:54:07.849Z] Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ... [2020-12-03T21:54:07.850Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-03T21:54:08.122Z] Setting up snapd (2.48+18.04) ... [2020-12-03T21:54:10.090Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-03T21:54:10.362Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-03T21:54:11.341Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-03T21:54:11.938Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-03T21:54:12.530Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-03T21:54:12.530Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-03T21:54:13.123Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-03T21:54:14.097Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-03T21:54:14.685Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-03T21:54:15.275Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-03T21:54:15.546Z] /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' [2020-12-03T21:54:15.817Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-03T21:54:15.818Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-03T21:54:19.197Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-12-03T21:54:19.197Z] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-12-03T21:54:19.197Z] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-12-03T21:54:24.082Z] Reading package lists... [2020-12-03T21:54:25.061Z] Reading package lists... [2020-12-03T21:54:25.655Z] Building dependency tree... [2020-12-03T21:54:25.655Z] Reading state information... [2020-12-03T21:54:26.518Z] Calculating upgrade... [2020-12-03T21:54:27.491Z] The following packages will be upgraded: [2020-12-03T21:54:27.491Z] advancecomp base-files bash binutils binutils-aarch64-linux-gnu [2020-12-03T21:54:27.491Z] binutils-common bsdutils bzip2 ca-certificates cpp cpp-7 debconf dpkg [2020-12-03T21:54:27.491Z] dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv grep [2020-12-03T21:54:27.491Z] libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 libc-bin [2020-12-03T21:54:27.492Z] libc-dev-bin libc6 libc6-dev libcc1-0 libcom-err2 libcryptsetup12 libdb5.3 [2020-12-03T21:54:27.492Z] libdevmapper1.02.1 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 [2020-12-03T21:54:27.492Z] libgcrypt20 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 [2020-12-03T21:54:27.492Z] libkmod2 liblsan0 libmount1 libncurses5 libncursesw5 libpam-modules [2020-12-03T21:54:27.492Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2020-12-03T21:54:27.492Z] libprocps6 libseccomp2 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev [2020-12-03T21:54:27.492Z] libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 [2020-12-03T21:54:27.492Z] linux-libc-dev login mount ncurses-base ncurses-bin openssl passwd patch [2020-12-03T21:54:27.492Z] perl perl-base perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar [2020-12-03T21:54:27.492Z] tzdata ubuntu-keyring util-linux [2020-12-03T21:54:27.762Z] 93 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T21:54:27.762Z] Need to get 54.3 MB of archives. [2020-12-03T21:54:27.762Z] After this operation, 5767 kB of additional disk space will be used. [2020-12-03T21:54:27.762Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.3 [2049 kB] [2020-12-03T21:54:28.354Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.3 [58.6 kB] [2020-12-03T21:54:28.354Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 linux-libc-dev arm64 4.15.0-126.129 [966 kB] [2020-12-03T21:54:28.354Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB] [2020-12-03T21:54:28.354Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB] [2020-12-03T21:54:28.354Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB] [2020-12-03T21:54:28.354Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB] [2020-12-03T21:54:28.354Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gcc-8-base arm64 8.4.0-1ubuntu1~18.04 [18.8 kB] [2020-12-03T21:54:28.354Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgcc1 arm64 1:8.4.0-1ubuntu1~18.04 [34.4 kB] [2020-12-03T21:54:28.354Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB] [2020-12-03T21:54:28.354Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B] [2020-12-03T21:54:28.625Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libstdc++6 arm64 8.4.0-1ubuntu1~18.04 [372 kB] [2020-12-03T21:54:28.625Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6 arm64 2.27-3ubuntu1.3 [2275 kB] [2020-12-03T21:54:28.625Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 base-files arm64 10.1ubuntu2.10 [60.2 kB] [2020-12-03T21:54:28.625Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 bash arm64 4.4.18-2ubuntu1.2 [546 kB] [2020-12-03T21:54:28.625Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 bsdutils arm64 1:2.31.1-0.4ubuntu3.7 [54.6 kB] [2020-12-03T21:54:28.625Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 tar arm64 1.29b-2ubuntu0.1 [207 kB] [2020-12-03T21:54:28.625Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg arm64 1.19.0.5ubuntu2.3 [1090 kB] [2020-12-03T21:54:28.625Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libext2fs2 arm64 1.44.1-1ubuntu1.3 [137 kB] [2020-12-03T21:54:28.899Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 e2fsprogs arm64 1.44.1-1ubuntu1.3 [346 kB] [2020-12-03T21:54:28.899Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 grep arm64 3.1-2build1 [145 kB] [2020-12-03T21:54:28.899Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 login arm64 1:4.5-1ubuntu2 [301 kB] [2020-12-03T21:54:28.899Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ncurses-bin arm64 6.1-1ubuntu1.18.04 [154 kB] [2020-12-03T21:54:28.899Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.5 [3335 kB] [2020-12-03T21:54:28.899Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 perl arm64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-03T21:54:28.899Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 perl-base arm64 5.26.1-6ubuntu0.5 [1237 kB] [2020-12-03T21:54:29.170Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-03T21:54:29.170Z] Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 bzip2 arm64 1.0.6-8.1ubuntu0.2 [32.2 kB] [2020-12-03T21:54:29.170Z] Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libbz2-1.0 arm64 1.0.6-8.1ubuntu0.2 [29.0 kB] [2020-12-03T21:54:29.170Z] Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libdb5.3 arm64 5.3.28-13.1ubuntu1.1 [573 kB] [2020-12-03T21:54:29.170Z] Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libuuid1 arm64 2.31.1-0.4ubuntu3.7 [18.5 kB] [2020-12-03T21:54:29.170Z] Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libblkid1 arm64 2.31.1-0.4ubuntu3.7 [105 kB] [2020-12-03T21:54:29.170Z] Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libfdisk1 arm64 2.31.1-0.4ubuntu3.7 [138 kB] [2020-12-03T21:54:29.170Z] Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libmount1 arm64 2.31.1-0.4ubuntu3.7 [115 kB] [2020-12-03T21:54:29.170Z] Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libncurses5 arm64 6.1-1ubuntu1.18.04 [77.0 kB] [2020-12-03T21:54:29.170Z] Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtinfo5 arm64 6.1-1ubuntu1.18.04 [71.0 kB] [2020-12-03T21:54:29.170Z] Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libncursesw5 arm64 6.1-1ubuntu1.18.04 [96.4 kB] [2020-12-03T21:54:29.170Z] Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libsmartcols1 arm64 2.31.1-0.4ubuntu3.7 [70.8 kB] [2020-12-03T21:54:29.170Z] Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 fdisk arm64 2.31.1-0.4ubuntu3.7 [95.1 kB] [2020-12-03T21:54:29.171Z] Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 util-linux arm64 2.31.1-0.4ubuntu3.7 [818 kB] [2020-12-03T21:54:29.441Z] Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-bin arm64 2.27-3ubuntu1.3 [466 kB] [2020-12-03T21:54:29.441Z] Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-03T21:54:29.441Z] Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-03T21:54:29.441Z] Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam0g arm64 1.1.8-3.6ubuntu2.18.04.2 [50.8 kB] [2020-12-03T21:54:29.441Z] Get:45 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam-modules-bin arm64 1.1.8-3.6ubuntu2.18.04.2 [32.6 kB] [2020-12-03T21:54:29.441Z] Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam-modules arm64 1.1.8-3.6ubuntu2.18.04.2 [223 kB] [2020-12-03T21:54:29.441Z] Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 mount arm64 2.31.1-0.4ubuntu3.7 [97.9 kB] [2020-12-03T21:54:29.441Z] Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd-sysv arm64 237-3ubuntu10.43 [15.7 kB] [2020-12-03T21:54:29.441Z] Get:49 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libcom-err2 arm64 1.44.1-1ubuntu1.3 [8292 B] [2020-12-03T21:54:29.441Z] Get:50 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgcrypt20 arm64 1.8.1-4ubuntu1.2 [325 kB] [2020-12-03T21:54:29.441Z] Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-03T21:54:29.441Z] Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libss2 arm64 1.44.1-1ubuntu1.3 [9984 B] [2020-12-03T21:54:29.441Z] Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libzstd1 arm64 1.3.3+dfsg-2ubuntu1.1 [161 kB] [2020-12-03T21:54:29.441Z] Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 passwd arm64 1:4.5-1ubuntu2 [761 kB] [2020-12-03T21:54:29.712Z] Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gpgv arm64 2.2.4-1ubuntu1.3 [167 kB] [2020-12-03T21:54:29.712Z] Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libunistring2 arm64 0.9.9-0ubuntu2 [353 kB] [2020-12-03T21:54:29.712Z] Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libidn2-0 arm64 2.0.4-1.1ubuntu0.2 [46.2 kB] [2020-12-03T21:54:29.712Z] Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgnutls30 arm64 3.5.18-1ubuntu1.4 [541 kB] [2020-12-03T21:54:29.712Z] Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libseccomp2 arm64 2.4.3-1ubuntu3.18.04.3 [37.0 kB] [2020-12-03T21:54:29.712Z] Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-03T21:54:29.712Z] Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libprocps6 arm64 2:3.3.12-3ubuntu1.2 [28.7 kB] [2020-12-03T21:54:29.712Z] Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 procps arm64 2:3.3.12-3ubuntu1.2 [207 kB] [2020-12-03T21:54:29.712Z] Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.6 [583 kB] [2020-12-03T21:54:29.712Z] Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-03T21:54:29.712Z] Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libapparmor1 arm64 2.12-4ubuntu5.1 [28.4 kB] [2020-12-03T21:54:29.712Z] Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper1.02.1 arm64 2:1.02.145-4.1ubuntu3.18.04.3 [100 kB] [2020-12-03T21:54:29.712Z] Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libjson-c3 arm64 0.12.1-1.3ubuntu0.3 [19.7 kB] [2020-12-03T21:54:29.712Z] Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcryptsetup12 arm64 2:2.0.2-1ubuntu1.2 [112 kB] [2020-12-03T21:54:29.712Z] Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libidn11 arm64 1.33-2.1ubuntu1.2 [44.0 kB] [2020-12-03T21:54:29.712Z] Get:70 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkmod2 arm64 24-1ubuntu3.5 [32.8 kB] [2020-12-03T21:54:29.712Z] Get:71 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.4 [430 kB] [2020-12-03T21:54:29.983Z] Get:72 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-03T21:54:29.983Z] Get:73 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libpng16-16 arm64 1.6.34-1ubuntu0.18.04.2 [162 kB] [2020-12-03T21:54:29.983Z] Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 advancecomp arm64 2.1-1ubuntu0.18.04.1 [177 kB] [2020-12-03T21:54:29.983Z] Get:75 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.4 [2170 kB] [2020-12-03T21:54:29.983Z] Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.4 [417 kB] [2020-12-03T21:54:29.983Z] Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 binutils arm64 2.30-21ubuntu1~18.04.4 [3364 B] [2020-12-03T21:54:29.983Z] Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-03T21:54:29.983Z] Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB] [2020-12-03T21:54:29.983Z] Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB] [2020-12-03T21:54:29.983Z] Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB] [2020-12-03T21:54:30.577Z] Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB] [2020-12-03T21:54:30.849Z] Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-03T21:54:30.849Z] Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB] [2020-12-03T21:54:30.849Z] Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB] [2020-12-03T21:54:31.123Z] Get:86 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-03T21:54:31.123Z] Get:87 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-03T21:54:31.123Z] Get:88 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-03T21:54:31.123Z] Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-03T21:54:31.124Z] Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-12-03T21:54:31.124Z] Get:91 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B] [2020-12-03T21:54:31.124Z] Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B] [2020-12-03T21:54:31.124Z] Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-03T21:54:31.716Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T21:54:31.990Z] Fetched 54.3 MB in 4s (14.6 MB/s) [2020-12-03T21:54:31.990Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:31.990Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_arm64.deb ... [2020-12-03T21:54:31.990Z] Unpacking libc6-dev:arm64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T21:54:33.419Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_arm64.deb ... [2020-12-03T21:54:33.419Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T21:54:33.419Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-126.129_arm64.deb ... [2020-12-03T21:54:33.419Z] Unpacking linux-libc-dev:arm64 (4.15.0-126.129) over (4.15.0-20.21) ... [2020-12-03T21:54:34.392Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T21:54:34.392Z] Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:54:34.663Z] Preparing to unpack .../4-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T21:54:34.935Z] Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:54:34.935Z] Preparing to unpack .../5-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T21:54:34.935Z] Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:54:35.206Z] Preparing to unpack .../6-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T21:54:35.206Z] Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:54:35.477Z] Preparing to unpack .../7-gcc-8-base_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T21:54:35.477Z] Unpacking gcc-8-base:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:54:35.477Z] Setting up gcc-8-base:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:54:35.769Z] (Reading database ... 13860 files and directories currently installed.) [2020-12-03T21:54:35.769Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T21:54:36.044Z] Unpacking libgcc1:arm64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-03T21:54:36.044Z] Setting up libgcc1:arm64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:54:36.317Z] (Reading database ... 13860 files and directories currently installed.) [2020-12-03T21:54:36.317Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T21:54:36.317Z] Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:54:36.591Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T21:54:36.591Z] Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:54:36.591Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_arm64.deb ... [2020-12-03T21:54:36.862Z] Unpacking libstdc++6:arm64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-03T21:54:37.134Z] Setting up libstdc++6:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:54:37.406Z] (Reading database ... 13860 files and directories currently installed.) [2020-12-03T21:54:37.406Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_arm64.deb ... [2020-12-03T21:54:38.000Z] Unpacking libc6:arm64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T21:54:38.973Z] Setting up libc6:arm64 (2.27-3ubuntu1.3) ... [2020-12-03T21:54:39.567Z] (Reading database ... 13860 files and directories currently installed.) [2020-12-03T21:54:39.567Z] Preparing to unpack .../base-files_10.1ubuntu2.10_arm64.deb ... [2020-12-03T21:54:39.839Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-03T21:54:39.839Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-03T21:54:39.839Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-03T21:54:40.432Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-03T21:54:40.432Z] Installing new version of config file /etc/issue ... [2020-12-03T21:54:40.702Z] Installing new version of config file /etc/issue.net ... [2020-12-03T21:54:40.702Z] Installing new version of config file /etc/lsb-release ... [2020-12-03T21:54:40.702Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-03T21:54:41.676Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-03T21:54:41.676Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-03T21:54:41.676Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-03T21:54:41.950Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:41.950Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_arm64.deb ... [2020-12-03T21:54:41.950Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-03T21:54:42.221Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-03T21:54:42.221Z] 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 [2020-12-03T21:54:42.493Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:42.493Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T21:54:42.493Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-03T21:54:42.766Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:54:43.038Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:43.038Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_arm64.deb ... [2020-12-03T21:54:43.038Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-03T21:54:43.309Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-03T21:54:43.309Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:43.309Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_arm64.deb ... [2020-12-03T21:54:43.580Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T21:54:44.173Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-03T21:54:44.173Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:44.173Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_arm64.deb ... [2020-12-03T21:54:44.444Z] Unpacking libext2fs2:arm64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T21:54:44.444Z] Setting up libext2fs2:arm64 (1.44.1-1ubuntu1.3) ... [2020-12-03T21:54:44.715Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:44.715Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_arm64.deb ... [2020-12-03T21:54:44.715Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T21:54:44.987Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-03T21:54:45.258Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:45.258Z] Preparing to unpack .../grep_3.1-2build1_arm64.deb ... [2020-12-03T21:54:45.258Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-03T21:54:45.258Z] Setting up grep (3.1-2build1) ... [2020-12-03T21:54:45.528Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:45.528Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_arm64.deb ... [2020-12-03T21:54:45.528Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-03T21:54:45.800Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-03T21:54:46.072Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:46.072Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_arm64.deb ... [2020-12-03T21:54:46.072Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T21:54:46.342Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-03T21:54:46.342Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:46.342Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_arm64.deb ... [2020-12-03T21:54:46.614Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T21:54:48.043Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_arm64.deb ... [2020-12-03T21:54:48.043Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T21:54:48.043Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_arm64.deb ... [2020-12-03T21:54:48.043Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T21:54:49.015Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-03T21:54:49.287Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:49.287Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-03T21:54:49.287Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-03T21:54:50.711Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_arm64.deb ... [2020-12-03T21:54:50.711Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-03T21:54:50.981Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_arm64.deb ... [2020-12-03T21:54:50.981Z] Unpacking libbz2-1.0:arm64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-03T21:54:51.252Z] Setting up libbz2-1.0:arm64 (1.0.6-8.1ubuntu0.2) ... [2020-12-03T21:54:51.252Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:51.252Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_arm64.deb ... [2020-12-03T21:54:51.252Z] Unpacking libdb5.3:arm64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-03T21:54:51.523Z] Setting up libdb5.3:arm64 (5.3.28-13.1ubuntu1.1) ... [2020-12-03T21:54:51.793Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:51.793Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T21:54:51.793Z] Unpacking libuuid1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:54:52.064Z] Setting up libuuid1:arm64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:54:52.335Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:52.336Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T21:54:52.336Z] Unpacking libblkid1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:54:52.606Z] Setting up libblkid1:arm64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:54:52.606Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:52.606Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T21:54:52.875Z] Unpacking libfdisk1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:54:52.875Z] Setting up libfdisk1:arm64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:54:53.146Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:53.146Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T21:54:53.146Z] Unpacking libmount1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:54:53.416Z] Setting up libmount1:arm64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:54:53.687Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:53.687Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_arm64.deb ... [2020-12-03T21:54:53.687Z] Unpacking libncurses5:arm64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T21:54:53.958Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_arm64.deb ... [2020-12-03T21:54:53.958Z] Unpacking libtinfo5:arm64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T21:54:53.958Z] Setting up libtinfo5:arm64 (6.1-1ubuntu1.18.04) ... [2020-12-03T21:54:54.548Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:54.548Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_arm64.deb ... [2020-12-03T21:54:54.548Z] Unpacking libncursesw5:arm64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T21:54:54.817Z] Setting up libncursesw5:arm64 (6.1-1ubuntu1.18.04) ... [2020-12-03T21:54:54.817Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:54.817Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T21:54:55.087Z] Unpacking libsmartcols1:arm64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:54:55.087Z] Setting up libsmartcols1:arm64 (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:54:55.358Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:55.358Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T21:54:55.358Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:54:55.628Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:54:55.628Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:55.628Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T21:54:55.899Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:54:56.874Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:54:57.845Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-03T21:54:58.820Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-03T21:54:59.091Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:59.091Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_arm64.deb ... [2020-12-03T21:54:59.091Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-03T21:54:59.682Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T21:54:59.952Z] (Reading database ... 13861 files and directories currently installed.) [2020-12-03T21:54:59.952Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-03T21:54:59.952Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-03T21:55:00.224Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-03T21:55:00.494Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:00.494Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-03T21:55:00.494Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-03T21:55:00.764Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-03T21:55:01.356Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:01.356Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_arm64.deb ... [2020-12-03T21:55:01.356Z] Unpacking libpam0g:arm64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T21:55:01.627Z] Setting up libpam0g:arm64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T21:55:02.218Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:02.218Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_arm64.deb ... [2020-12-03T21:55:02.218Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T21:55:02.218Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T21:55:02.487Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:02.487Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_arm64.deb ... [2020-12-03T21:55:03.096Z] Unpacking libpam-modules:arm64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T21:55:03.376Z] Setting up libpam-modules:arm64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T21:55:03.657Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:03.657Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_arm64.deb ... [2020-12-03T21:55:03.657Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-03T21:55:03.960Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_arm64.deb ... [2020-12-03T21:55:03.960Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-03T21:55:04.240Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_arm64.deb ... [2020-12-03T21:55:04.240Z] Unpacking libcom-err2:arm64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T21:55:04.240Z] Setting up libcom-err2:arm64 (1.44.1-1ubuntu1.3) ... [2020-12-03T21:55:04.512Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:04.512Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_arm64.deb ... [2020-12-03T21:55:04.512Z] Unpacking libgcrypt20:arm64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-03T21:55:04.783Z] Setting up libgcrypt20:arm64 (1.8.1-4ubuntu1.2) ... [2020-12-03T21:55:05.054Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:05.054Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-03T21:55:05.054Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-03T21:55:05.323Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-03T21:55:05.914Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:05.914Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_arm64.deb ... [2020-12-03T21:55:05.914Z] Unpacking libss2:arm64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-03T21:55:06.185Z] Setting up libss2:arm64 (1.44.1-1ubuntu1.3) ... [2020-12-03T21:55:06.457Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:06.457Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_arm64.deb ... [2020-12-03T21:55:06.457Z] Unpacking libzstd1:arm64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-03T21:55:06.728Z] Setting up libzstd1:arm64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-03T21:55:06.728Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:06.728Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_arm64.deb ... [2020-12-03T21:55:06.999Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-03T21:55:07.270Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-03T21:55:07.862Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:07.862Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_arm64.deb ... [2020-12-03T21:55:07.862Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-03T21:55:07.862Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-03T21:55:08.133Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:08.133Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_arm64.deb ... [2020-12-03T21:55:08.133Z] Unpacking libunistring2:arm64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-03T21:55:08.406Z] Setting up libunistring2:arm64 (0.9.9-0ubuntu2) ... [2020-12-03T21:55:08.677Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:08.677Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_arm64.deb ... [2020-12-03T21:55:08.677Z] Unpacking libidn2-0:arm64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-03T21:55:08.948Z] Setting up libidn2-0:arm64 (2.0.4-1.1ubuntu0.2) ... [2020-12-03T21:55:08.948Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:08.948Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_arm64.deb ... [2020-12-03T21:55:09.219Z] Unpacking libgnutls30:arm64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-03T21:55:09.490Z] Setting up libgnutls30:arm64 (3.5.18-1ubuntu1.4) ... [2020-12-03T21:55:09.490Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:09.490Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_arm64.deb ... [2020-12-03T21:55:09.490Z] Unpacking libseccomp2:arm64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-03T21:55:09.763Z] Setting up libseccomp2:arm64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-03T21:55:10.034Z] (Reading database ... 13863 files and directories currently installed.) [2020-12-03T21:55:10.034Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-03T21:55:10.034Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-03T21:55:10.307Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-03T21:55:10.307Z] (Reading database ... 13864 files and directories currently installed.) [2020-12-03T21:55:10.307Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_arm64.deb ... [2020-12-03T21:55:10.307Z] Unpacking libprocps6:arm64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-03T21:55:10.578Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_arm64.deb ... [2020-12-03T21:55:10.578Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-03T21:55:11.172Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.6_arm64.deb ... [2020-12-03T21:55:11.172Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) over (1.1.0g-2ubuntu4) ... [2020-12-03T21:55:11.444Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-03T21:55:11.444Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-03T21:55:11.717Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_arm64.deb ... [2020-12-03T21:55:11.992Z] Unpacking libapparmor1:arm64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-03T21:55:11.992Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ... [2020-12-03T21:55:11.992Z] Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-03T21:55:12.267Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_arm64.deb ... [2020-12-03T21:55:12.267Z] Unpacking libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-03T21:55:12.537Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_arm64.deb ... [2020-12-03T21:55:12.537Z] Unpacking libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-03T21:55:12.537Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_arm64.deb ... [2020-12-03T21:55:12.809Z] Unpacking libidn11:arm64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-03T21:55:12.809Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_arm64.deb ... [2020-12-03T21:55:12.809Z] Unpacking libkmod2:arm64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-03T21:55:13.081Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_arm64.deb ... [2020-12-03T21:55:13.081Z] Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-03T21:55:13.352Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-03T21:55:13.623Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-03T21:55:15.053Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_arm64.deb ... [2020-12-03T21:55:15.324Z] Unpacking libpng16-16:arm64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-03T21:55:15.324Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_arm64.deb ... [2020-12-03T21:55:15.324Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-03T21:55:15.595Z] Preparing to unpack .../14-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-12-03T21:55:15.595Z] Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T21:55:16.568Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-12-03T21:55:16.840Z] Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T21:55:16.840Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-12-03T21:55:17.113Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T21:55:17.113Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_arm64.deb ... [2020-12-03T21:55:17.113Z] Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-03T21:55:17.384Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T21:55:17.384Z] Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:55:17.655Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T21:55:17.655Z] Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:55:17.927Z] Preparing to unpack .../20-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T21:55:18.198Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:55:20.160Z] Preparing to unpack .../21-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T21:55:20.160Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:55:21.586Z] Preparing to unpack .../22-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T21:55:21.586Z] Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:55:23.013Z] Preparing to unpack .../23-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T21:55:23.013Z] Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:55:23.285Z] Preparing to unpack .../24-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T21:55:23.285Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:55:25.248Z] Preparing to unpack .../25-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ... [2020-12-03T21:55:25.248Z] Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-03T21:55:25.248Z] Preparing to unpack .../26-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-12-03T21:55:25.248Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T21:55:25.520Z] Preparing to unpack .../27-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T21:55:25.520Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T21:55:25.792Z] Preparing to unpack .../28-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T21:55:25.792Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-03T21:55:26.064Z] Preparing to unpack .../29-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-12-03T21:55:26.064Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-03T21:55:26.334Z] Preparing to unpack .../30-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-12-03T21:55:26.334Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T21:55:26.615Z] Preparing to unpack .../31-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ... [2020-12-03T21:55:26.615Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-03T21:55:26.886Z] Preparing to unpack .../32-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-03T21:55:26.886Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-03T21:55:27.157Z] Setting up libncurses5:arm64 (6.1-1ubuntu1.18.04) ... [2020-12-03T21:55:27.157Z] Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:55:27.157Z] Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:55:27.157Z] Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:55:27.433Z] Setting up libpng16-16:arm64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-03T21:55:27.433Z] Setting up libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) ... [2020-12-03T21:55:27.433Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-03T21:55:28.027Z] [2020-12-03T21:55:28.027Z] Current default time zone: 'Etc/UTC' [2020-12-03T21:55:28.027Z] Local time is now: Thu Dec 3 21:55:27 UTC 2020. [2020-12-03T21:55:28.027Z] Universal Time is now: Thu Dec 3 21:55:27 UTC 2020. [2020-12-03T21:55:28.027Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-03T21:55:28.027Z] [2020-12-03T21:55:28.027Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-03T21:55:28.027Z] Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:55:28.027Z] Setting up linux-libc-dev:arm64 (4.15.0-126.129) ... [2020-12-03T21:55:28.027Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-03T21:55:28.027Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-03T21:55:28.304Z] Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-03T21:55:28.304Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-03T21:55:28.304Z] Setting up libprocps6:arm64 (2:3.3.12-3ubuntu1.2) ... [2020-12-03T21:55:28.304Z] Setting up libkmod2:arm64 (24-1ubuntu3.5) ... [2020-12-03T21:55:28.304Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-03T21:55:28.304Z] Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:55:28.577Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-03T21:55:28.851Z] Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:55:28.851Z] Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T21:55:28.851Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-03T21:55:29.122Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.5) ... [2020-12-03T21:55:29.122Z] Setting up libapparmor1:arm64 (2.12-4ubuntu5.1) ... [2020-12-03T21:55:29.122Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ... [2020-12-03T21:55:29.122Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-03T21:55:29.122Z] Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.4) ... [2020-12-03T21:55:29.122Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-03T21:55:29.394Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-03T21:55:34.819Z] Updating certificates in /etc/ssl/certs... [2020-12-03T21:55:38.201Z] 22 added, 17 removed; done. [2020-12-03T21:55:38.201Z] Setting up libc6-dev:arm64 (2.27-3ubuntu1.3) ... [2020-12-03T21:55:38.201Z] Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T21:55:38.201Z] Setting up libidn11:arm64 (1.33-2.1ubuntu1.2) ... [2020-12-03T21:55:38.201Z] Setting up libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) ... [2020-12-03T21:55:38.201Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-03T21:55:38.201Z] Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:55:38.201Z] Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T21:55:38.201Z] Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:55:38.201Z] Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:55:38.201Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:55:38.201Z] Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:55:38.201Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-03T21:55:38.201Z] Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-03T21:55:38.471Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-03T21:55:38.471Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-03T21:55:38.471Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:55:38.471Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T21:55:38.471Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-03T21:55:38.742Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-03T21:55:38.742Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-03T21:55:38.742Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-03T21:55:39.014Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T21:55:39.014Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-03T21:55:39.286Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-03T21:55:39.286Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-03T21:55:39.286Z] Updating certificates in /etc/ssl/certs... [2020-12-03T21:55:41.255Z] 0 added, 0 removed; done. [2020-12-03T21:55:41.255Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-03T21:55:41.255Z] done. [2020-12-03T21:55:42.683Z] Reading package lists... [2020-12-03T21:55:43.270Z] Building dependency tree... [2020-12-03T21:55:43.270Z] Reading state information... [2020-12-03T21:55:43.860Z] The following NEW packages will be installed: [2020-12-03T21:55:43.860Z] apt-transport-https [2020-12-03T21:55:44.133Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T21:55:44.133Z] Need to get 1692 B of archives. [2020-12-03T21:55:44.133Z] After this operation, 153 kB of additional disk space will be used. [2020-12-03T21:55:44.133Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 apt-transport-https all 1.6.12ubuntu0.1 [1692 B] [2020-12-03T21:55:44.726Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T21:55:44.726Z] Fetched 1692 B in 0s (9224 B/s) [2020-12-03T21:55:44.726Z] Selecting previously unselected package apt-transport-https. [2020-12-03T21:55:44.997Z] (Reading database ... 13878 files and directories currently installed.) [2020-12-03T21:55:44.997Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ... [2020-12-03T21:55:44.997Z] Unpacking apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-03T21:55:44.997Z] Setting up apt-transport-https (1.6.12ubuntu0.1) ... [2020-12-03T21:55:46.423Z] Waiting for network to be ready... [2020-12-03T21:56:25.390Z] 2020-12-03T21:55:58Z INFO Waiting for automatic snapd restart... [2020-12-03T21:56:25.390Z] snapd 2.48 from Canonical* installed [2020-12-03T21:56:25.390Z] "snapd" switched to the "latest/stable" channel [2020-12-03T21:56:25.390Z] [2020-12-03T21:56:37.763Z] core18 20200929 from Canonical* installed [2020-12-03T21:56:37.763Z] "core18" switched to the "latest/stable" channel [2020-12-03T21:56:37.763Z] [2020-12-03T21:56:56.050Z] snapcraft 4.4.4 from Canonical* installed [2020-12-03T21:56:56.050Z] "snapcraft" switched to the "latest/stable" channel [2020-12-03T21:56:56.050Z] [2020-12-03T21:57:04.322Z] 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: [2020-12-03T21:57:04.322Z] - README.md [2020-12-03T21:57:04.322Z] [2020-12-03T21:57:04.322Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-03T21:57:12.567Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T21:57:12.567Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-12-03T21:57:12.567Z] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-12-03T21:57:12.567Z] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-12-03T21:57:18.544Z] Reading package lists... [2020-12-03T21:57:19.515Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.10 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 [2020-12-03T21:57:26.201Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T21:57:26.201Z] Reading package lists... [2020-12-03T21:57:26.472Z] Building dependency tree... [2020-12-03T21:57:26.472Z] Reading state information... [2020-12-03T21:57:27.064Z] Suggested packages: [2020-12-03T21:57:27.064Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-03T21:57:27.064Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-03T21:57:27.064Z] Recommended packages: [2020-12-03T21:57:27.064Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-03T21:57:27.335Z] The following NEW packages will be installed: [2020-12-03T21:57:27.335Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-03T21:57:27.335Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-03T21:57:27.335Z] pkg-config zip [2020-12-03T21:57:27.605Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-03T21:57:27.605Z] Need to get 6350 kB of archives. [2020-12-03T21:57:27.605Z] After this operation, 39.7 MB of additional disk space will be used. [2020-12-03T21:57:27.605Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.6 [983 kB] [2020-12-03T21:57:28.196Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB] [2020-12-03T21:57:28.196Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB] [2020-12-03T21:57:28.196Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB] [2020-12-03T21:57:28.196Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-12-03T21:57:28.467Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-03T21:57:28.467Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-03T21:57:28.467Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-12-03T21:57:28.467Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libnorm1 arm64 1.5r6+dfsg1-6 [218 kB] [2020-12-03T21:57:28.467Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libpgm-5.2-0 arm64 5.2.122~dfsg-2 [140 kB] [2020-12-03T21:57:28.467Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsodium23 arm64 1.0.16-2 [90.4 kB] [2020-12-03T21:57:28.467Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 libzmq5 arm64 4.2.5-1ubuntu0.2 [208 kB] [2020-12-03T21:57:28.467Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 libzmq3-dev arm64 4.2.5-1ubuntu0.2 [409 kB] [2020-12-03T21:57:28.467Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB] [2020-12-03T21:57:28.467Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 zip arm64 3.0-11build1 [146 kB] [2020-12-03T21:57:29.060Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T21:57:29.060Z] Fetched 6350 kB in 1s (5721 kB/s) [2020-12-03T21:57:29.333Z] Selecting previously unselected package libglib2.0-0:arm64. [2020-12-03T21:57:29.333Z] (Reading database ... 13882 files and directories currently installed.) [2020-12-03T21:57:29.333Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_arm64.deb ... [2020-12-03T21:57:29.333Z] Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-03T21:57:29.924Z] Selecting previously unselected package libpsl5:arm64. [2020-12-03T21:57:29.924Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_arm64.deb ... [2020-12-03T21:57:29.924Z] Unpacking libpsl5:arm64 (0.19.1-5build1) ... [2020-12-03T21:57:29.924Z] Selecting previously unselected package libnghttp2-14:arm64. [2020-12-03T21:57:29.924Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ... [2020-12-03T21:57:29.924Z] Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ... [2020-12-03T21:57:30.195Z] Selecting previously unselected package librtmp1:arm64. [2020-12-03T21:57:30.195Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ... [2020-12-03T21:57:30.195Z] Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-03T21:57:30.466Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-12-03T21:57:30.466Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-12-03T21:57:30.466Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-12-03T21:57:30.466Z] Selecting previously unselected package liberror-perl. [2020-12-03T21:57:30.466Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-03T21:57:30.466Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-03T21:57:30.737Z] Selecting previously unselected package git-man. [2020-12-03T21:57:30.738Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-03T21:57:30.738Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T21:57:31.008Z] Selecting previously unselected package git. [2020-12-03T21:57:31.008Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-12-03T21:57:31.008Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T21:57:32.435Z] Selecting previously unselected package libnorm1:arm64. [2020-12-03T21:57:32.435Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_arm64.deb ... [2020-12-03T21:57:32.435Z] Unpacking libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-12-03T21:57:32.707Z] Selecting previously unselected package libpgm-5.2-0:arm64. [2020-12-03T21:57:32.707Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb ... [2020-12-03T21:57:32.707Z] Unpacking libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-12-03T21:57:32.707Z] Selecting previously unselected package libsodium23:arm64. [2020-12-03T21:57:32.707Z] Preparing to unpack .../10-libsodium23_1.0.16-2_arm64.deb ... [2020-12-03T21:57:32.707Z] Unpacking libsodium23:arm64 (1.0.16-2) ... [2020-12-03T21:57:32.978Z] Selecting previously unselected package libzmq5:arm64. [2020-12-03T21:57:32.978Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_arm64.deb ... [2020-12-03T21:57:32.978Z] Unpacking libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-12-03T21:57:32.978Z] Selecting previously unselected package libzmq3-dev:arm64. [2020-12-03T21:57:32.978Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_arm64.deb ... [2020-12-03T21:57:33.248Z] Unpacking libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-12-03T21:57:33.520Z] Selecting previously unselected package pkg-config. [2020-12-03T21:57:33.520Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_arm64.deb ... [2020-12-03T21:57:33.520Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T21:57:33.520Z] Selecting previously unselected package zip. [2020-12-03T21:57:33.520Z] Preparing to unpack .../14-zip_3.0-11build1_arm64.deb ... [2020-12-03T21:57:33.520Z] Unpacking zip (3.0-11build1) ... [2020-12-03T21:57:33.790Z] Setting up libpgm-5.2-0:arm64 (5.2.122~dfsg-2) ... [2020-12-03T21:57:33.791Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T21:57:33.791Z] Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ... [2020-12-03T21:57:33.791Z] Setting up liberror-perl (0.17025-1) ... [2020-12-03T21:57:33.791Z] Setting up libpsl5:arm64 (0.19.1-5build1) ... [2020-12-03T21:57:33.791Z] Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-03T21:57:33.791Z] No schema files found: doing nothing. [2020-12-03T21:57:34.062Z] Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-03T21:57:34.062Z] Setting up zip (3.0-11build1) ... [2020-12-03T21:57:34.062Z] Setting up libnorm1:arm64 (1.5r6+dfsg1-6) ... [2020-12-03T21:57:34.062Z] Setting up libsodium23:arm64 (1.0.16-2) ... [2020-12-03T21:57:34.062Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T21:57:34.062Z] Setting up libzmq5:arm64 (4.2.5-1ubuntu0.2) ... [2020-12-03T21:57:34.333Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-12-03T21:57:34.333Z] Setting up libzmq3-dev:arm64 (4.2.5-1ubuntu0.2) ... [2020-12-03T21:57:34.333Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T21:57:34.334Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-03T21:57:42.581Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T21:57:43.171Z] git set to automatically installed. [2020-12-03T21:57:43.171Z] git-man set to automatically installed. [2020-12-03T21:57:43.171Z] libcurl3-gnutls set to automatically installed. [2020-12-03T21:57:43.171Z] liberror-perl set to automatically installed. [2020-12-03T21:57:43.171Z] libglib2.0-0 set to automatically installed. [2020-12-03T21:57:43.171Z] libnghttp2-14 set to automatically installed. [2020-12-03T21:57:43.171Z] libnorm1 set to automatically installed. [2020-12-03T21:57:43.171Z] libpgm-5.2-0 set to automatically installed. [2020-12-03T21:57:43.171Z] libpsl5 set to automatically installed. [2020-12-03T21:57:43.171Z] librtmp1 set to automatically installed. [2020-12-03T21:57:43.171Z] libsodium23 set to automatically installed. [2020-12-03T21:57:43.171Z] libzmq3-dev set to automatically installed. [2020-12-03T21:57:43.171Z] libzmq5 set to automatically installed. [2020-12-03T21:57:43.171Z] pkg-config set to automatically installed. [2020-12-03T21:57:43.171Z] zip set to automatically installed. [2020-12-03T21:57:45.782Z] snapd is not logged in, snap install commands will use sudo [2020-12-03T21:57:52.460Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-03T21:57:52.460Z] snap "core18" has no updates available [2020-12-03T21:57:53.427Z] Pulling config-common [2020-12-03T21:57:57.711Z] Pulling go-build-helper [2020-12-03T21:58:54.192Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-12-03T21:58:54.192Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] [2020-12-03T21:58:54.192Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-12-03T21:58:54.192Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [852 kB] [2020-12-03T21:58:54.192Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [285 kB] [2020-12-03T21:58:54.192Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2360 B] [2020-12-03T21:58:54.192Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [2996 B] [2020-12-03T21:58:54.192Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1172 B] [2020-12-03T21:58:54.192Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [24.4 kB] [2020-12-03T21:58:54.192Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [949 kB] [2020-12-03T21:58:54.192Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [245 kB] [2020-12-03T21:58:54.192Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [975 kB] [2020-12-03T21:58:54.193Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main Translation-en [516 kB] [2020-12-03T21:58:54.193Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [126 kB] [2020-12-03T21:58:54.193Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse Translation-en [108 kB] [2020-12-03T21:58:54.193Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [664 B] [2020-12-03T21:58:54.193Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/restricted Translation-en [3584 B] [2020-12-03T21:58:54.193Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [8316 kB] [2020-12-03T21:58:54.193Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/universe Translation-en [4941 kB] [2020-12-03T21:58:54.193Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1145 kB] [2020-12-03T21:58:54.193Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [376 kB] [2020-12-03T21:58:54.193Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5252 B] [2020-12-03T21:58:54.193Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [7308 B] [2020-12-03T21:58:54.193Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2116 B] [2020-12-03T21:58:54.193Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [28.0 kB] [2020-12-03T21:58:54.193Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1485 kB] [2020-12-03T21:58:54.193Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [357 kB] [2020-12-03T21:58:54.193Z] Fetched 21.2 MB in 6s (3516 kB/s) [2020-12-03T21:58:54.193Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_arm64.deb [79.1 kB] [2020-12-03T21:58:54.193Z] Fetched 79.1 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_arm64.deb [241 kB] [2020-12-03T21:58:54.193Z] Fetched 241 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_arm64.deb [103 kB] [2020-12-03T21:58:54.193Z] Fetched 103 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_arm64.deb [68.9 kB] [2020-12-03T21:58:54.193Z] Fetched 68.9 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_arm64.deb [8292 B] [2020-12-03T21:58:54.193Z] Fetched 8292 B in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_arm64.deb [47.0 kB] [2020-12-03T21:58:54.193Z] Fetched 47.0 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 jq_1.5+dfsg-2_arm64.deb [45.3 kB] [2020-12-03T21:58:54.193Z] Fetched 45.3 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb [13.4 kB] [2020-12-03T21:58:54.193Z] Fetched 13.4 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libcurl4_7.58.0-2ubuntu3.10_arm64.deb [180 kB] [2020-12-03T21:58:54.193Z] Fetched 180 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_arm64.deb [132 kB] [2020-12-03T21:58:54.193Z] Fetched 132 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 apg_2.2.3.dfsg.1-5_arm64.deb [47.7 kB] [2020-12-03T21:58:54.193Z] Fetched 47.7 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_arm64.deb [13.3 kB] [2020-12-03T21:58:54.193Z] Fetched 13.3 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libpsl5_0.19.1-5build1_arm64.deb [40.9 kB] [2020-12-03T21:58:54.193Z] Fetched 40.9 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_arm64.deb [430 kB] [2020-12-03T21:58:54.193Z] Fetched 430 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libjq1_1.5+dfsg-2_arm64.deb [89.6 kB] [2020-12-03T21:58:54.193Z] Fetched 89.6 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libgmp10_6.1.2+dfsg-2_arm64.deb [204 kB] [2020-12-03T21:58:54.193Z] Fetched 204 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_arm64.deb [24.9 kB] [2020-12-03T21:58:54.193Z] Fetched 24.9 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_arm64.deb [79.9 kB] [2020-12-03T21:58:54.193Z] Fetched 79.9 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_arm64.deb [22.7 kB] [2020-12-03T21:58:54.193Z] Fetched 22.7 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb [43.1 kB] [2020-12-03T21:58:54.193Z] Fetched 43.1 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb [48.2 kB] [2020-12-03T21:58:54.193Z] Fetched 48.2 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_arm64.deb [28.1 kB] [2020-12-03T21:58:54.193Z] Fetched 28.1 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-03T21:58:54.193Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_arm64.deb [76.4 kB] [2020-12-03T21:58:54.193Z] Fetched 76.4 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_arm64.deb [8112 B] [2020-12-03T21:58:54.193Z] Fetched 8112 B in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libhogweed4_3.4-1_arm64.deb [130 kB] [2020-12-03T21:58:54.193Z] Fetched 130 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libonig4_6.7.0-1_arm64.deb [106 kB] [2020-12-03T21:58:54.193Z] Fetched 106 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libnettle6_3.4-1_arm64.deb [114 kB] [2020-12-03T21:58:54.193Z] Fetched 114 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libcap-ng0_0.7.7-3.1_arm64.deb [10.0 kB] [2020-12-03T21:58:54.193Z] Fetched 10.0 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_arm64.deb [541 kB] [2020-12-03T21:58:54.193Z] Fetched 541 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_arm64.deb [35.4 kB] [2020-12-03T21:58:54.193Z] Fetched 35.4 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libffi6_3.2.1-8_arm64.deb [17.0 kB] [2020-12-03T21:58:54.193Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libunistring2_0.9.9-0ubuntu2_arm64.deb [353 kB] [2020-12-03T21:58:54.193Z] Fetched 353 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libp11-kit0_0.23.9-2_arm64.deb [138 kB] [2020-12-03T21:58:54.193Z] Fetched 138 kB in 0s (0 B/s) [2020-12-03T21:58:54.193Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_arm64.deb [130 kB] [2020-12-03T21:58:54.193Z] Fetched 130 kB in 0s (0 B/s) [2020-12-03T21:58:54.785Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_arm64.deb [170 kB] [2020-12-03T21:58:54.785Z] Fetched 170 kB in 0s (0 B/s) [2020-12-03T21:58:54.785Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_arm64.deb [1062 kB] [2020-12-03T21:58:54.785Z] Fetched 1062 kB in 0s (0 B/s) [2020-12-03T21:58:54.785Z] Get:1 libtasn1-6_4.13-2_arm64.deb [32.1 kB] [2020-12-03T21:58:54.785Z] Fetched 32.1 kB in 0s (0 B/s) [2020-12-03T21:58:54.785Z] Get:1 curl_7.58.0-2ubuntu3.10_arm64.deb [152 kB] [2020-12-03T21:58:54.785Z] Fetched 152 kB in 0s (0 B/s) [2020-12-03T21:58:54.785Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_arm64.deb [88.5 kB] [2020-12-03T21:58:54.785Z] Fetched 88.5 kB in 0s (0 B/s) [2020-12-03T21:58:54.785Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_arm64.deb [46.2 kB] [2020-12-03T21:58:54.785Z] Fetched 46.2 kB in 0s (0 B/s) [2020-12-03T21:58:54.785Z] Pulling static-packages [2020-12-03T21:58:59.067Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-03T21:58:59.067Z] Skipping pull go-build-helper (already ran) [2020-12-03T21:58:59.067Z] Skipping pull static-packages (already ran) [2020-12-03T21:58:59.067Z] Building go-build-helper [2020-12-03T21:59:17.335Z] Building static-packages [2020-12-03T21:59:29.702Z] Staging go-build-helper [2020-12-03T21:59:32.319Z] Staging static-packages [2020-12-03T21:59:37.697Z] Pulling go115 [2020-12-03T21:59:41.069Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-03T21:59:41.069Z] Skipping pull go115 (already ran) [2020-12-03T21:59:41.069Z] Building go115 [2020-12-03T21:59:41.069Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T21:59:41.069Z] Dload Upload Total Spent Left Speed [2020-12-03T22:13:40.514Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 93.2M 2 2783k 0 0 1586k 0 0:01:00 0:00:01 0:00:59 1586k 2 93.2M 2 2783k 0 0 1009k 0 0:01:34 0:00:02 0:01:32 1009k 2 93.2M 2 2783k 0 0 740k 0 0:02:08 0:00:03 0:02:05 740k 2 93.2M 2 2783k 0 0 584k 0 0:02:43 0:00:04 0:02:39 584k 2 93.2M 2 2783k 0 0 483k 0 0:03:17 0:00:05 0:03:12 483k 2 93.2M 2 2783k 0 0 411k 0 0:03:51 0:00:06 0:03:45 0 2 93.2M 2 2783k 0 0 358k 0 0:04:26 0:00:07 0:04:19 0 2 93.2M 2 2783k 0 0 317k 0 0:05:00 0:00:08 0:04:52 0 2 93.2M 2 2783k 0 0 284k 0 0:05:34 0:00:09 0:05:25 0 2 93.2M 2 2783k 0 0 258k 0 0:06:09 0:00:10 0:05:59 0 2 93.2M 2 2783k 0 0 236k 0 0:06:43 0:00:11 0:06:32 0 2 93.2M 2 2783k 0 0 217k 0 0:07:18 0:00:12 0:07:06 0 2 93.2M 2 2783k 0 0 202k 0 0:07:52 0:00:13 0:07:39 0 2 93.2M 2 2783k 0 0 188k 0 0:08:26 0:00:14 0:08:12 0 2 93.2M 2 2783k 0 0 176k 0 0:09:01 0:00:15 0:08:46 0 2 93.2M 2 2783k 0 0 165k 0 0:09:35 0:00:16 0:09:19 0 2 93.2M 2 2783k 0 0 156k 0 0:10:09 0:00:17 0:09:52 0 2 93.2M 2 2783k 0 0 148k 0 0:10:44 0:00:18 0:10:26 0 2 93.2M 2 2783k 0 0 140k 0 0:11:18 0:00:19 0:10:59 0 2 93.2M 2 2783k 0 0 133k 0 0:11:52 0:00:20 0:11:32 0 2 93.2M 2 2783k 0 0 127k 0 0:12:27 0:00:21 0:12:06 0 2 93.2M 2 2783k 0 0 122k 0 0:13:01 0:00:22 0:12:39 0 2 93.2M 2 2783k 0 0 116k 0 0:13:35 0:00:23 0:13:12 0 2 93.2M 2 2783k 0 0 112k 0 0:14:10 0:00:24 0:13:46 0 2 93.2M 2 2783k 0 0 107k 0 0:14:44 0:00:25 0:14:19 0 2 93.2M 2 2783k 0 0 103k 0 0:15:19 0:00:26 0:14:53 0 2 93.2M 2 2783k 0 0 100k 0 0:15:53 0:00:27 0:15:26 0 2 93.2M 2 2783k 0 0 98956 0 0:16:27 0:00:28 0:15:59 0 2 93.2M 2 2783k 0 0 95629 0 0:17:02 0:00:29 0:16:33 0 2 93.2M 2 2783k 0 0 92519 0 0:17:36 0:00:30 0:17:06 0 2 93.2M 2 2783k 0 0 89605 0 0:18:10 0:00:31 0:17:39 0 2 93.2M 2 2783k 0 0 86869 0 0:18:45 0:00:32 0:18:13 0 2 93.2M 2 2783k 0 0 84295 0 0:19:19 0:00:33 0:18:46 0 2 93.2M 2 2783k 0 0 81869 0 0:19:53 0:00:34 0:19:19 0 2 93.2M 2 2783k 0 0 79581 0 0:20:28 0:00:35 0:19:53 0 2 93.2M 2 2783k 0 0 77415 0 0:21:02 0:00:36 0:20:26 0 2 93.2M 2 2783k 0 0 75364 0 0:21:36 0:00:37 0:20:59 0 2 93.2M 2 2783k 0 0 73419 0 0:22:11 0:00:38 0:21:33 0 2 93.2M 2 2783k 0 0 71572 0 0:22:45 0:00:39 0:22:06 0 2 93.2M 2 2783k 0 0 69816 0 0:23:19 0:00:40 0:22:39 0 2 93.2M 2 2783k 0 0 68143 0 0:23:54 0:00:41 0:23:13 0 2 93.2M 2 2783k 0 0 66549 0 0:24:28 0:00:42 0:23:46 0 2 93.2M 2 2783k 0 0 65030 0 0:25:02 0:00:43 0:24:19 0 2 93.2M 2 2783k 0 0 63576 0 0:25:37 0:00:44 0:24:53 0 2 93.2M 2 2783k 0 0 62187 0 0:26:11 0:00:45 0:25:26 0 2 93.2M 2 2783k 0 0 60856 0 0:26:46 0:00:46 0:26:00 0 2 93.2M 2 2783k 0 0 59582 0 0:27:20 0:00:47 0:26:33 0 2 93.2M 2 2783k 0 0 58359 0 0:27:54 0:00:48 0:27:06 0 2 93.2M 2 2783k 0 0 57186 0 0:28:29 0:00:49 0:27:40 0 2 93.2M 2 2783k 0 0 56059 0 0:29:03 0:00:50 0:28:13 0 2 93.2M 2 2783k 0 0 54976 0 0:29:37 0:00:51 0:28:46 0 2 93.2M 2 2783k 0 0 53934 0 0:30:12 0:00:52 0:29:20 0 2 93.2M 2 2783k 0 0 52931 0 0:30:46 0:00:53 0:29:53 0 2 93.2M 2 2783k 0 0 51964 0 0:31:20 0:00:54 0:30:26 0 2 93.2M 2 2783k 0 0 51032 0 0:31:55 0:00:55 0:31:00 0 2 93.2M 2 2783k 0 0 50134 0 0:32:29 0:00:56 0:31:33 0 2 93.2M 2 2783k 0 0 49265 0 0:33:03 0:00:57 0:32:06 0 2 93.2M 2 2783k 0 0 48427 0 0:33:38 0:00:58 0:32:40 0 2 93.2M 2 2783k 0 0 47616 0 0:34:12 0:00:59 0:33:13 0 10 93.2M 10 10.0M 0 0 169k 0 0:09:24 0:01:00 0:08:24 1504k 20 93.2M 20 19.3M 0 0 318k 0 0:04:59 0:01:02 0:03:57 3143k 20 93.2M 20 19.3M 0 0 313k 0 0:05:04 0:01:03 0:04:01 3143k 20 93.2M 20 19.3M 0 0 308k 0 0:05:09 0:01:04 0:04:05 3143k 20 93.2M 20 19.3M 0 0 304k 0 0:05:13 0:01:05 0:04:08 3143k 20 93.2M 20 19.3M 0 0 299k 0 0:05:18 0:01:06 0:04:12 1754k 20 93.2M 20 19.3M 0 0 295k 0 0:05:23 0:01:07 0:04:16 0 20 93.2M 20 19.3M 0 0 290k 0 0:05:28 0:01:08 0:04:20 0 20 93.2M 20 19.3M 0 0 286k 0 0:05:33 0:01:09 0:04:24 0 20 93.2M 20 19.3M 0 0 282k 0 0:05:37 0:01:10 0:04:27 0 20 93.2M 20 19.3M 0 0 278k 0 0:05:42 0:01:11 0:04:31 0 20 93.2M 20 19.3M 0 0 274k 0 0:05:47 0:01:12 0:04:35 0 20 93.2M 20 19.3M 0 0 270k 0 0:05:52 0:01:13 0:04:39 0 20 93.2M 20 19.3M 0 0 267k 0 0:05:57 0:01:14 0:04:43 0 20 93.2M 20 19.3M 0 0 263k 0 0:06:02 0:01:15 0:04:47 0 20 93.2M 20 19.3M 0 0 260k 0 0:06:06 0:01:16 0:04:50 0 20 93.2M 20 19.3M 0 0 256k 0 0:06:11 0:01:17 0:04:54 0 20 93.2M 20 19.3M 0 0 253k 0 0:06:16 0:01:18 0:04:58 0 20 93.2M 20 19.3M 0 0 250k 0 0:06:21 0:01:19 0:05:02 0 20 93.2M 20 19.3M 0 0 247k 0 0:06:26 0:01:20 0:05:06 0 20 93.2M 20 19.3M 0 0 244k 0 0:06:30 0:01:21 0:05:09 0 20 93.2M 20 19.3M 0 0 241k 0 0:06:35 0:01:22 0:05:13 0 20 93.2M 20 19.3M 0 0 238k 0 0:06:40 0:01:23 0:05:17 0 20 93.2M 20 19.3M 0 0 235k 0 0:06:45 0:01:24 0:05:21 0 20 93.2M 20 19.3M 0 0 232k 0 0:06:50 0:01:25 0:05:25 0 20 93.2M 20 19.3M 0 0 229k 0 0:06:55 0:01:26 0:05:29 0 20 93.2M 20 19.3M 0 0 227k 0 0:06:59 0:01:27 0:05:32 0 20 93.2M 20 19.3M 0 0 224k 0 0:07:04 0:01:28 0:05:36 0 20 93.2M 20 19.3M 0 0 222k 0 0:07:09 0:01:29 0:05:40 0 20 93.2M 20 19.3M 0 0 219k 0 0:07:14 0:01:30 0:05:44 0 20 93.2M 20 19.3M 0 0 217k 0 0:07:19 0:01:31 0:05:48 0 20 93.2M 20 19.3M 0 0 215k 0 0:07:23 0:01:32 0:05:51 0 20 93.2M 20 19.3M 0 0 212k 0 0:07:28 0:01:33 0:05:55 0 20 93.2M 20 19.3M 0 0 210k 0 0:07:33 0:01:34 0:05:59 0 20 93.2M 20 19.3M 0 0 208k 0 0:07:38 0:01:35 0:06:03 0 20 93.2M 20 19.3M 0 0 206k 0 0:07:43 0:01:36 0:06:07 0 20 93.2M 20 19.3M 0 0 203k 0 0:07:47 0:01:37 0:06:10 0 20 93.2M 20 19.3M 0 0 201k 0 0:07:52 0:01:38 0:06:14 0 20 93.2M 20 19.3M 0 0 199k 0 0:07:57 0:01:39 0:06:18 0 20 93.2M 20 19.3M 0 0 197k 0 0:08:02 0:01:40 0:06:22 0 20 93.2M 20 19.3M 0 0 195k 0 0:08:07 0:01:41 0:06:26 0 20 93.2M 20 19.3M 0 0 193k 0 0:08:12 0:01:42 0:06:30 0 20 93.2M 20 19.3M 0 0 192k 0 0:08:16 0:01:43 0:06:33 0 20 93.2M 20 19.3M 0 0 190k 0 0:08:21 0:01:44 0:06:37 0 20 93.2M 20 19.3M 0 0 188k 0 0:08:26 0:01:45 0:06:41 0 20 93.2M 20 19.3M 0 0 186k 0 0:08:31 0:01:46 0:06:45 0 20 93.2M 20 19.3M 0 0 184k 0 0:08:36 0:01:47 0:06:49 0 20 93.2M 20 19.3M 0 0 183k 0 0:08:40 0:01:48 0:06:52 0 20 93.2M 20 19.3M 0 0 181k 0 0:08:45 0:01:49 0:06:56 0 20 93.2M 20 19.3M 0 0 179k 0 0:08:50 0:01:50 0:07:00 0 20 93.2M 20 19.3M 0 0 178k 0 0:08:55 0:01:51 0:07:04 0 20 93.2M 20 19.3M 0 0 176k 0 0:09:00 0:01:52 0:07:08 0 20 93.2M 20 19.3M 0 0 175k 0 0:09:05 0:01:53 0:07:12 0 20 93.2M 20 19.3M 0 0 173k 0 0:09:09 0:01:54 0:07:15 0 20 93.2M 20 19.3M 0 0 172k 0 0:09:14 0:01:55 0:07:19 0 20 93.2M 20 19.3M 0 0 170k 0 0:09:19 0:01:56 0:07:23 0 20 93.2M 20 19.3M 0 0 169k 0 0:09:24 0:01:57 0:07:27 0 20 93.2M 20 19.3M 0 0 167k 0 0:09:29 0:01:58 0:07:31 0 20 93.2M 20 19.3M 0 0 166k 0 0:09:33 0:01:59 0:07:34 0 20 93.2M 20 19.3M 0 0 164k 0 0:09:38 0:02:00 0:07:38 0 20 93.2M 20 19.5M 0 0 165k 0 0:09:36 0:02:00 0:07:36 36929 25 93.2M 25 24.0M 0 0 201k 0 0:07:53 0:02:02 0:05:51 1008k 25 93.2M 25 24.0M 0 0 200k 0 0:07:57 0:02:03 0:05:54 1008k 25 93.2M 25 24.0M 0 0 198k 0 0:08:00 0:02:04 0:05:56 1008k 25 93.2M 25 24.0M 0 0 196k 0 0:08:04 0:02:05 0:05:59 1008k 25 93.2M 25 24.0M 0 0 195k 0 0:08:08 0:02:06 0:06:02 869k 25 93.2M 25 24.0M 0 0 193k 0 0:08:12 0:02:07 0:06:05 0 25 93.2M 25 24.0M 0 0 192k 0 0:08:16 0:02:08 0:06:08 0 25 93.2M 25 24.0M 0 0 190k 0 0:08:20 0:02:09 0:06:11 0 25 93.2M 25 24.0M 0 0 189k 0 0:08:24 0:02:10 0:06:14 0 25 93.2M 25 24.0M 0 0 187k 0 0:08:28 0:02:11 0:06:17 0 25 93.2M 25 24.0M 0 0 186k 0 0:08:31 0:02:12 0:06:19 0 25 93.2M 25 24.0M 0 0 185k 0 0:08:35 0:02:13 0:06:22 0 25 93.2M 25 24.0M 0 0 183k 0 0:08:39 0:02:14 0:06:25 0 25 93.2M 25 24.0M 0 0 182k 0 0:08:43 0:02:15 0:06:28 0 25 93.2M 25 24.0M 0 0 180k 0 0:08:47 0:02:16 0:06:31 0 25 93.2M 25 24.0M 0 0 179k 0 0:08:51 0:02:17 0:06:34 0 25 93.2M 25 24.0M 0 0 178k 0 0:08:55 0:02:18 0:06:37 0 25 93.2M 25 24.0M 0 0 177k 0 0:08:59 0:02:19 0:06:40 0 25 93.2M 25 24.0M 0 0 175k 0 0:09:02 0:02:20 0:06:42 0 25 93.2M 25 24.0M 0 0 174k 0 0:09:06 0:02:21 0:06:45 0 25 93.2M 25 24.0M 0 0 173k 0 0:09:10 0:02:22 0:06:48 0 25 93.2M 25 24.0M 0 0 172k 0 0:09:14 0:02:23 0:06:51 0 25 93.2M 25 24.0M 0 0 170k 0 0:09:18 0:02:24 0:06:54 0 25 93.2M 25 24.0M 0 0 169k 0 0:09:22 0:02:25 0:06:57 0 25 93.2M 25 24.0M 0 0 168k 0 0:09:26 0:02:26 0:07:00 0 25 93.2M 25 24.0M 0 0 167k 0 0:09:30 0:02:27 0:07:03 0 25 93.2M 25 24.0M 0 0 166k 0 0:09:34 0:02:28 0:07:06 0 25 93.2M 25 24.0M 0 0 165k 0 0:09:37 0:02:29 0:07:08 0 25 93.2M 25 24.0M 0 0 164k 0 0:09:41 0:02:30 0:07:11 0 25 93.2M 25 24.0M 0 0 163k 0 0:09:45 0:02:31 0:07:14 0 25 93.2M 25 24.0M 0 0 162k 0 0:09:48 0:02:32 0:07:16 0 25 93.2M 25 24.0M 0 0 161k 0 0:09:52 0:02:33 0:07:19 0 25 93.2M 25 24.0M 0 0 159k 0 0:09:56 0:02:34 0:07:22 0 25 93.2M 25 24.0M 0 0 158k 0 0:10:00 0:02:35 0:07:25 0 25 93.2M 25 24.0M 0 0 157k 0 0:10:04 0:02:36 0:07:28 0 25 93.2M 25 24.0M 0 0 156k 0 0:10:08 0:02:37 0:07:31 0 25 93.2M 25 24.0M 0 0 155k 0 0:10:12 0:02:38 0:07:34 0 25 93.2M 25 24.0M 0 0 154k 0 0:10:16 0:02:39 0:07:37 0 25 93.2M 25 24.0M 0 0 153k 0 0:10:19 0:02:40 0:07:39 0 25 93.2M 25 24.0M 0 0 153k 0 0:10:23 0:02:41 0:07:42 0 25 93.2M 25 24.0M 0 0 152k 0 0:10:27 0:02:42 0:07:45 0 25 93.2M 25 24.0M 0 0 151k 0 0:10:31 0:02:43 0:07:48 0 25 93.2M 25 24.0M 0 0 150k 0 0:10:35 0:02:44 0:07:51 0 25 93.2M 25 24.0M 0 0 149k 0 0:10:39 0:02:45 0:07:54 0 25 93.2M 25 24.0M 0 0 148k 0 0:10:43 0:02:46 0:07:57 0 25 93.2M 25 24.0M 0 0 147k 0 0:10:47 0:02:47 0:08:00 0 25 93.2M 25 24.0M 0 0 146k 0 0:10:50 0:02:48 0:08:02 0 25 93.2M 25 24.0M 0 0 145k 0 0:10:54 0:02:49 0:08:05 0 25 93.2M 25 24.0M 0 0 144k 0 0:10:58 0:02:50 0:08:08 0 25 93.2M 25 24.0M 0 0 144k 0 0:11:02 0:02:51 0:08:11 0 25 93.2M 25 24.0M 0 0 143k 0 0:11:06 0:02:52 0:08:14 0 25 93.2M 25 24.0M 0 0 142k 0 0:11:10 0:02:53 0:08:17 0 25 93.2M 25 24.0M 0 0 141k 0 0:11:14 0:02:54 0:08:20 0 25 93.2M 25 24.0M 0 0 140k 0 0:11:18 0:02:55 0:08:23 0 25 93.2M 25 24.0M 0 0 139k 0 0:11:22 0:02:56 0:08:26 0 25 93.2M 25 24.0M 0 0 139k 0 0:11:25 0:02:57 0:08:28 0 25 93.2M 25 24.0M 0 0 138k 0 0:11:29 0:02:58 0:08:31 0 25 93.2M 25 24.0M 0 0 137k 0 0:11:33 0:02:59 0:08:34 0 25 93.2M 25 24.0M 0 0 136k 0 0:11:37 0:03:00 0:08:37 0 26 93.2M 26 24.5M 0 0 139k 0 0:11:25 0:03:00 0:08:25 114k 31 93.2M 31 29.5M 0 0 166k 0 0:09:33 0:03:02 0:06:31 1131k 31 93.2M 31 29.5M 0 0 165k 0 0:09:36 0:03:03 0:06:33 1131k 31 93.2M 31 29.5M 0 0 164k 0 0:09:39 0:03:04 0:06:35 1131k 31 93.2M 31 29.5M 0 0 163k 0 0:09:42 0:03:05 0:06:37 1131k 31 93.2M 31 29.5M 0 0 162k 0 0:09:46 0:03:06 0:06:40 974k 31 93.2M 31 29.5M 0 0 161k 0 0:09:49 0:03:07 0:06:42 0 31 93.2M 31 29.5M 0 0 161k 0 0:09:52 0:03:08 0:06:44 0 31 93.2M 31 29.5M 0 0 160k 0 0:09:55 0:03:09 0:06:46 0 31 93.2M 31 29.5M 0 0 159k 0 0:09:58 0:03:10 0:06:48 0 31 93.2M 31 29.5M 0 0 158k 0 0:10:01 0:03:11 0:06:50 0 31 93.2M 31 29.5M 0 0 157k 0 0:10:05 0:03:12 0:06:53 0 31 93.2M 31 29.5M 0 0 156k 0 0:10:08 0:03:13 0:06:55 0 31 93.2M 31 29.5M 0 0 156k 0 0:10:11 0:03:14 0:06:57 0 31 93.2M 31 29.5M 0 0 155k 0 0:10:14 0:03:15 0:06:59 0 31 93.2M 31 29.5M 0 0 154k 0 0:10:17 0:03:16 0:07:01 0 31 93.2M 31 29.5M 0 0 153k 0 0:10:20 0:03:17 0:07:03 0 31 93.2M 31 29.5M 0 0 152k 0 0:10:23 0:03:18 0:07:05 0 31 93.2M 31 29.5M 0 0 152k 0 0:10:27 0:03:19 0:07:08 0 31 93.2M 31 29.5M 0 0 151k 0 0:10:30 0:03:20 0:07:10 0 31 93.2M 31 29.5M 0 0 150k 0 0:10:33 0:03:21 0:07:12 0 31 93.2M 31 29.5M 0 0 149k 0 0:10:36 0:03:22 0:07:14 0 31 93.2M 31 29.5M 0 0 149k 0 0:10:39 0:03:23 0:07:16 0 31 93.2M 31 29.5M 0 0 148k 0 0:10:42 0:03:24 0:07:18 0 31 93.2M 31 29.5M 0 0 147k 0 0:10:46 0:03:25 0:07:21 0 31 93.2M 31 29.5M 0 0 147k 0 0:10:49 0:03:26 0:07:23 0 31 93.2M 31 29.5M 0 0 146k 0 0:10:52 0:03:27 0:07:25 0 31 93.2M 31 29.5M 0 0 145k 0 0:10:55 0:03:28 0:07:27 0 31 93.2M 31 29.5M 0 0 144k 0 0:10:58 0:03:29 0:07:29 0 31 93.2M 31 29.5M 0 0 144k 0 0:11:01 0:03:30 0:07:31 0 31 93.2M 31 29.5M 0 0 143k 0 0:11:04 0:03:31 0:07:33 0 31 93.2M 31 29.5M 0 0 142k 0 0:11:08 0:03:32 0:07:36 0 31 93.2M 31 29.5M 0 0 142k 0 0:11:11 0:03:33 0:07:38 0 31 93.2M 31 29.5M 0 0 141k 0 0:11:14 0:03:34 0:07:40 0 31 93.2M 31 29.5M 0 0 140k 0 0:11:17 0:03:35 0:07:42 0 31 93.2M 31 29.5M 0 0 140k 0 0:11:20 0:03:36 0:07:44 0 31 93.2M 31 29.5M 0 0 139k 0 0:11:23 0:03:37 0:07:46 0 31 93.2M 31 29.5M 0 0 138k 0 0:11:27 0:03:38 0:07:49 0 31 93.2M 31 29.5M 0 0 138k 0 0:11:30 0:03:39 0:07:51 0 31 93.2M 31 29.5M 0 0 137k 0 0:11:33 0:03:40 0:07:53 0 31 93.2M 31 29.5M 0 0 137k 0 0:11:36 0:03:41 0:07:55 0 31 93.2M 31 29.5M 0 0 136k 0 0:11:39 0:03:42 0:07:57 0 31 93.2M 31 29.5M 0 0 135k 0 0:11:42 0:03:43 0:07:59 0 31 93.2M 31 29.5M 0 0 135k 0 0:11:46 0:03:44 0:08:02 0 31 93.2M 31 29.5M 0 0 134k 0 0:11:49 0:03:45 0:08:04 0 31 93.2M 31 29.5M 0 0 133k 0 0:11:52 0:03:46 0:08:06 0 31 93.2M 31 29.5M 0 0 133k 0 0:11:55 0:03:47 0:08:08 0 31 93.2M 31 29.5M 0 0 132k 0 0:11:58 0:03:48 0:08:10 0 31 93.2M 31 29.5M 0 0 132k 0 0:12:01 0:03:49 0:08:12 0 31 93.2M 31 29.5M 0 0 131k 0 0:12:04 0:03:50 0:08:14 0 31 93.2M 31 29.5M 0 0 131k 0 0:12:08 0:03:51 0:08:17 0 31 93.2M 31 29.5M 0 0 130k 0 0:12:11 0:03:52 0:08:19 0 31 93.2M 31 29.5M 0 0 129k 0 0:12:14 0:03:53 0:08:21 0 31 93.2M 31 29.5M 0 0 129k 0 0:12:17 0:03:54 0:08:23 0 31 93.2M 31 29.5M 0 0 128k 0 0:12:20 0:03:55 0:08:25 0 31 93.2M 31 29.5M 0 0 128k 0 0:12:23 0:03:56 0:08:27 0 31 93.2M 31 29.5M 0 0 127k 0 0:12:27 0:03:57 0:08:30 0 31 93.2M 31 29.5M 0 0 127k 0 0:12:30 0:03:58 0:08:32 0 31 93.2M 31 29.5M 0 0 126k 0 0:12:33 0:03:59 0:08:34 0 31 93.2M 31 29.6M 0 0 126k 0 0:12:35 0:03:59 0:08:36 3413 36 93.2M 36 34.2M 0 0 145k 0 0:10:57 0:04:01 0:06:56 907k 36 93.2M 36 34.2M 0 0 144k 0 0:10:59 0:04:02 0:06:57 907k 36 93.2M 36 34.2M 0 0 144k 0 0:11:02 0:04:03 0:06:59 907k 36 93.2M 36 34.2M 0 0 143k 0 0:11:05 0:04:04 0:07:01 907k 36 93.2M 36 34.2M 0 0 142k 0 0:11:07 0:04:05 0:07:02 868k 36 93.2M 36 34.2M 0 0 142k 0 0:11:10 0:04:06 0:07:04 0 36 93.2M 36 34.2M 0 0 141k 0 0:11:13 0:04:07 0:07:06 0 36 93.2M 36 34.2M 0 0 141k 0 0:11:16 0:04:08 0:07:08 0 36 93.2M 36 34.2M 0 0 140k 0 0:11:18 0:04:09 0:07:09 0 36 93.2M 36 34.2M 0 0 140k 0 0:11:21 0:04:10 0:07:11 0 36 93.2M 36 34.2M 0 0 139k 0 0:11:24 0:04:11 0:07:13 0 36 93.2M 36 34.2M 0 0 138k 0 0:11:27 0:04:12 0:07:15 0 36 93.2M 36 34.2M 0 0 138k 0 0:11:29 0:04:13 0:07:16 0 36 93.2M 36 34.2M 0 0 137k 0 0:11:32 0:04:14 0:07:18 0 36 93.2M 36 34.2M 0 0 137k 0 0:11:35 0:04:15 0:07:20 0 36 93.2M 36 34.2M 0 0 136k 0 0:11:37 0:04:16 0:07:21 0 36 93.2M 36 34.2M 0 0 136k 0 0:11:40 0:04:17 0:07:23 0 36 93.2M 36 34.2M 0 0 135k 0 0:11:43 0:04:18 0:07:25 0 36 93.2M 36 34.2M 0 0 135k 0 0:11:46 0:04:19 0:07:27 0 36 93.2M 36 34.2M 0 0 134k 0 0:11:48 0:04:20 0:07:28 0 36 93.2M 36 34.2M 0 0 134k 0 0:11:51 0:04:21 0:07:30 0 36 93.2M 36 34.2M 0 0 133k 0 0:11:54 0:04:22 0:07:32 0 36 93.2M 36 34.2M 0 0 133k 0 0:11:57 0:04:23 0:07:34 0 36 93.2M 36 34.2M 0 0 132k 0 0:11:59 0:04:24 0:07:35 0 36 93.2M 36 34.2M 0 0 132k 0 0:12:02 0:04:25 0:07:37 0 36 93.2M 36 34.2M 0 0 131k 0 0:12:05 0:04:26 0:07:39 0 36 93.2M 36 34.2M 0 0 131k 0 0:12:07 0:04:27 0:07:40 0 36 93.2M 36 34.2M 0 0 130k 0 0:12:10 0:04:28 0:07:42 0 36 93.2M 36 34.2M 0 0 130k 0 0:12:13 0:04:29 0:07:44 0 36 93.2M 36 34.2M 0 0 129k 0 0:12:16 0:04:30 0:07:46 0 36 93.2M 36 34.2M 0 0 129k 0 0:12:18 0:04:31 0:07:47 0 36 93.2M 36 34.2M 0 0 128k 0 0:12:21 0:04:32 0:07:49 0 36 93.2M 36 34.2M 0 0 128k 0 0:12:24 0:04:33 0:07:51 0 36 93.2M 36 34.2M 0 0 127k 0 0:12:27 0:04:34 0:07:53 0 36 93.2M 36 34.2M 0 0 127k 0 0:12:29 0:04:35 0:07:54 0 36 93.2M 36 34.2M 0 0 126k 0 0:12:32 0:04:36 0:07:56 0 36 93.2M 36 34.2M 0 0 126k 0 0:12:35 0:04:37 0:07:58 0 36 93.2M 36 34.2M 0 0 125k 0 0:12:37 0:04:38 0:07:59 0 36 93.2M 36 34.2M 0 0 125k 0 0:12:40 0:04:39 0:08:01 0 36 93.2M 36 34.2M 0 0 125k 0 0:12:43 0:04:40 0:08:03 0 36 93.2M 36 34.2M 0 0 124k 0 0:12:46 0:04:41 0:08:05 0 36 93.2M 36 34.2M 0 0 124k 0 0:12:48 0:04:42 0:08:06 0 36 93.2M 36 34.2M 0 0 123k 0 0:12:51 0:04:43 0:08:08 0 36 93.2M 36 34.2M 0 0 123k 0 0:12:54 0:04:44 0:08:10 0 36 93.2M 36 34.2M 0 0 122k 0 0:12:57 0:04:45 0:08:12 0 36 93.2M 36 34.2M 0 0 122k 0 0:12:59 0:04:46 0:08:13 0 36 93.2M 36 34.2M 0 0 121k 0 0:13:02 0:04:47 0:08:15 0 36 93.2M 36 34.2M 0 0 121k 0 0:13:05 0:04:48 0:08:17 0 36 93.2M 36 34.2M 0 0 121k 0 0:13:07 0:04:49 0:08:18 0 36 93.2M 36 34.2M 0 0 120k 0 0:13:10 0:04:50 0:08:20 0 36 93.2M 36 34.2M 0 0 120k 0 0:13:13 0:04:51 0:08:22 0 36 93.2M 36 34.2M 0 0 119k 0 0:13:16 0:04:52 0:08:24 0 36 93.2M 36 34.2M 0 0 119k 0 0:13:18 0:04:53 0:08:25 0 36 93.2M 36 34.2M 0 0 119k 0 0:13:21 0:04:54 0:08:27 0 36 93.2M 36 34.2M 0 0 118k 0 0:13:24 0:04:55 0:08:29 0 36 93.2M 36 34.2M 0 0 118k 0 0:13:27 0:04:56 0:08:31 0 36 93.2M 36 34.2M 0 0 117k 0 0:13:29 0:04:57 0:08:32 0 36 93.2M 36 34.2M 0 0 117k 0 0:13:32 0:04:58 0:08:34 0 36 93.2M 36 34.2M 0 0 117k 0 0:13:35 0:04:59 0:08:36 0 36 93.2M 36 34.2M 0 0 117k 0 0:13:34 0:04:59 0:08:35 11319 47 93.2M 47 44.2M 0 0 150k 0 0:10:34 0:05:00 0:05:34 2358k 55 93.2M 55 51.6M 0 0 175k 0 0:09:04 0:05:02 0:04:02 3820k 55 93.2M 55 51.6M 0 0 174k 0 0:09:06 0:05:03 0:04:03 3820k 55 93.2M 55 51.6M 0 0 173k 0 0:09:08 0:05:04 0:04:04 3820k 55 93.2M 55 51.6M 0 0 173k 0 0:09:10 0:05:05 0:04:05 3332k 55 93.2M 55 51.6M 0 0 172k 0 0:09:12 0:05:06 0:04:06 1429k 55 93.2M 55 51.6M 0 0 172k 0 0:09:14 0:05:07 0:04:07 0 55 93.2M 55 51.6M 0 0 171k 0 0:09:15 0:05:08 0:04:07 0 55 93.2M 55 51.6M 0 0 171k 0 0:09:17 0:05:09 0:04:08 0 55 93.2M 55 51.6M 0 0 170k 0 0:09:19 0:05:10 0:04:09 0 55 93.2M 55 51.6M 0 0 170k 0 0:09:21 0:05:11 0:04:10 0 55 93.2M 55 51.6M 0 0 169k 0 0:09:23 0:05:12 0:04:11 0 55 93.2M 55 51.6M 0 0 168k 0 0:09:24 0:05:13 0:04:11 0 55 93.2M 55 51.6M 0 0 168k 0 0:09:26 0:05:14 0:04:12 0 55 93.2M 55 51.6M 0 0 167k 0 0:09:28 0:05:15 0:04:13 0 55 93.2M 55 51.6M 0 0 167k 0 0:09:30 0:05:16 0:04:14 0 55 93.2M 55 51.6M 0 0 166k 0 0:09:32 0:05:17 0:04:15 0 55 93.2M 55 51.6M 0 0 166k 0 0:09:33 0:05:18 0:04:15 0 55 93.2M 55 51.6M 0 0 165k 0 0:09:35 0:05:19 0:04:16 0 55 93.2M 55 51.6M 0 0 165k 0 0:09:37 0:05:20 0:04:17 0 55 93.2M 55 51.6M 0 0 164k 0 0:09:39 0:05:21 0:04:18 0 55 93.2M 55 51.6M 0 0 164k 0 0:09:41 0:05:22 0:04:19 0 55 93.2M 55 51.6M 0 0 163k 0 0:09:42 0:05:23 0:04:19 0 55 93.2M 55 51.6M 0 0 163k 0 0:09:44 0:05:24 0:04:20 0 55 93.2M 55 51.6M 0 0 162k 0 0:09:46 0:05:25 0:04:21 0 55 93.2M 55 51.6M 0 0 162k 0 0:09:48 0:05:26 0:04:22 0 55 93.2M 55 51.6M 0 0 161k 0 0:09:50 0:05:27 0:04:23 0 55 93.2M 55 51.6M 0 0 161k 0 0:09:51 0:05:28 0:04:23 0 55 93.2M 55 51.6M 0 0 160k 0 0:09:53 0:05:29 0:04:24 0 55 93.2M 55 51.6M 0 0 160k 0 0:09:55 0:05:30 0:04:25 0 55 93.2M 55 51.6M 0 0 159k 0 0:09:57 0:05:31 0:04:26 0 55 93.2M 55 51.6M 0 0 159k 0 0:09:59 0:05:32 0:04:27 0 55 93.2M 55 51.6M 0 0 158k 0 0:10:01 0:05:33 0:04:28 0 55 93.2M 55 51.6M 0 0 158k 0 0:10:02 0:05:34 0:04:28 0 55 93.2M 55 51.6M 0 0 157k 0 0:10:04 0:05:35 0:04:29 0 55 93.2M 55 51.6M 0 0 157k 0 0:10:06 0:05:36 0:04:30 0 55 93.2M 55 51.6M 0 0 156k 0 0:10:08 0:05:37 0:04:31 0 55 93.2M 55 51.6M 0 0 156k 0 0:10:10 0:05:38 0:04:32 0 55 93.2M 55 51.6M 0 0 155k 0 0:10:11 0:05:39 0:04:32 0 55 93.2M 55 51.6M 0 0 155k 0 0:10:13 0:05:40 0:04:33 0 55 93.2M 55 51.6M 0 0 155k 0 0:10:15 0:05:41 0:04:34 0 55 93.2M 55 51.6M 0 0 154k 0 0:10:17 0:05:42 0:04:35 0 55 93.2M 55 51.6M 0 0 154k 0 0:10:19 0:05:43 0:04:36 0 55 93.2M 55 51.6M 0 0 153k 0 0:10:20 0:05:44 0:04:36 0 55 93.2M 55 51.6M 0 0 153k 0 0:10:22 0:05:45 0:04:37 0 55 93.2M 55 51.6M 0 0 152k 0 0:10:24 0:05:46 0:04:38 0 55 93.2M 55 51.6M 0 0 152k 0 0:10:26 0:05:47 0:04:39 0 55 93.2M 55 51.6M 0 0 151k 0 0:10:28 0:05:48 0:04:40 0 55 93.2M 55 51.6M 0 0 151k 0 0:10:29 0:05:49 0:04:40 0 55 93.2M 55 51.6M 0 0 151k 0 0:10:31 0:05:50 0:04:41 0 55 93.2M 55 51.6M 0 0 150k 0 0:10:33 0:05:51 0:04:42 0 55 93.2M 55 51.6M 0 0 150k 0 0:10:35 0:05:52 0:04:43 0 55 93.2M 55 51.6M 0 0 149k 0 0:10:37 0:05:53 0:04:44 0 55 93.2M 55 51.6M 0 0 149k 0 0:10:38 0:05:54 0:04:44 0 55 93.2M 55 51.6M 0 0 148k 0 0:10:40 0:05:55 0:04:45 0 55 93.2M 55 51.6M 0 0 148k 0 0:10:42 0:05:56 0:04:46 0 55 93.2M 55 51.6M 0 0 148k 0 0:10:44 0:05:57 0:04:47 0 55 93.2M 55 51.6M 0 0 147k 0 0:10:46 0:05:58 0:04:48 0 55 93.2M 55 51.6M 0 0 147k 0 0:10:47 0:05:59 0:04:48 0 55 93.2M 55 51.6M 0 0 146k 0 0:10:49 0:06:00 0:04:49 0 55 93.2M 55 51.7M 0 0 146k 0 0:10:50 0:06:00 0:04:50 3624 61 93.2M 61 57.3M 0 0 162k 0 0:09:48 0:06:02 0:03:46 1164k 61 93.2M 61 57.3M 0 0 161k 0 0:09:50 0:06:03 0:03:47 1164k 61 93.2M 61 57.3M 0 0 161k 0 0:09:52 0:06:04 0:03:48 1164k 61 93.2M 61 57.3M 0 0 160k 0 0:09:53 0:06:05 0:03:48 1164k 61 93.2M 61 57.3M 0 0 160k 0 0:09:55 0:06:06 0:03:49 1056k 61 93.2M 61 57.3M 0 0 159k 0 0:09:57 0:06:07 0:03:50 0 61 93.2M 61 57.3M 0 0 159k 0 0:09:58 0:06:08 0:03:50 0 61 93.2M 61 57.3M 0 0 159k 0 0:10:00 0:06:09 0:03:51 0 61 93.2M 61 57.3M 0 0 158k 0 0:10:01 0:06:10 0:03:51 0 61 93.2M 61 57.3M 0 0 158k 0 0:10:03 0:06:11 0:03:52 0 61 93.2M 61 57.3M 0 0 157k 0 0:10:05 0:06:12 0:03:53 0 61 93.2M 61 57.3M 0 0 157k 0 0:10:06 0:06:13 0:03:53 0 61 93.2M 61 57.3M 0 0 156k 0 0:10:08 0:06:14 0:03:54 0 61 93.2M 61 57.3M 0 0 156k 0 0:10:10 0:06:15 0:03:55 0 61 93.2M 61 57.3M 0 0 156k 0 0:10:11 0:06:16 0:03:55 0 61 93.2M 61 57.3M 0 0 155k 0 0:10:13 0:06:17 0:03:56 0 61 93.2M 61 57.3M 0 0 155k 0 0:10:14 0:06:18 0:03:56 0 61 93.2M 61 57.3M 0 0 154k 0 0:10:16 0:06:19 0:03:57 0 61 93.2M 61 57.3M 0 0 154k 0 0:10:18 0:06:20 0:03:58 0 61 93.2M 61 57.3M 0 0 153k 0 0:10:19 0:06:21 0:03:58 0 61 93.2M 61 57.3M 0 0 153k 0 0:10:21 0:06:22 0:03:59 0 61 93.2M 61 57.3M 0 0 153k 0 0:10:23 0:06:23 0:04:00 0 61 93.2M 61 57.3M 0 0 152k 0 0:10:24 0:06:24 0:04:00 0 61 93.2M 61 57.3M 0 0 152k 0 0:10:26 0:06:25 0:04:01 0 61 93.2M 61 57.3M 0 0 151k 0 0:10:27 0:06:26 0:04:01 0 61 93.2M 61 57.3M 0 0 151k 0 0:10:29 0:06:27 0:04:02 0 61 93.2M 61 57.3M 0 0 151k 0 0:10:31 0:06:28 0:04:03 0 61 93.2M 61 57.3M 0 0 150k 0 0:10:32 0:06:29 0:04:03 0 61 93.2M 61 57.3M 0 0 150k 0 0:10:34 0:06:30 0:04:04 0 61 93.2M 61 57.3M 0 0 150k 0 0:10:36 0:06:31 0:04:05 0 61 93.2M 61 57.3M 0 0 149k 0 0:10:37 0:06:32 0:04:05 0 61 93.2M 61 57.3M 0 0 149k 0 0:10:39 0:06:33 0:04:06 0 61 93.2M 61 57.3M 0 0 148k 0 0:10:41 0:06:34 0:04:07 0 61 93.2M 61 57.3M 0 0 148k 0 0:10:42 0:06:35 0:04:07 0 61 93.2M 61 57.3M 0 0 148k 0 0:10:44 0:06:36 0:04:08 0 61 93.2M 61 57.3M 0 0 147k 0 0:10:45 0:06:37 0:04:08 0 61 93.2M 61 57.3M 0 0 147k 0 0:10:47 0:06:38 0:04:09 0 61 93.2M 61 57.3M 0 0 147k 0 0:10:49 0:06:39 0:04:10 0 61 93.2M 61 57.3M 0 0 146k 0 0:10:50 0:06:40 0:04:10 0 61 93.2M 61 57.3M 0 0 146k 0 0:10:52 0:06:41 0:04:11 0 61 93.2M 61 57.3M 0 0 145k 0 0:10:54 0:06:42 0:04:12 0 61 93.2M 61 57.3M 0 0 145k 0 0:10:55 0:06:43 0:04:12 0 61 93.2M 61 57.3M 0 0 145k 0 0:10:57 0:06:44 0:04:13 0 61 93.2M 61 57.3M 0 0 144k 0 0:10:58 0:06:45 0:04:13 0 61 93.2M 61 57.3M 0 0 144k 0 0:11:00 0:06:46 0:04:14 0 61 93.2M 61 57.3M 0 0 144k 0 0:11:02 0:06:47 0:04:15 0 61 93.2M 61 57.3M 0 0 143k 0 0:11:03 0:06:48 0:04:15 0 61 93.2M 61 57.3M 0 0 143k 0 0:11:05 0:06:49 0:04:16 0 61 93.2M 61 57.3M 0 0 143k 0 0:11:07 0:06:50 0:04:17 0 61 93.2M 61 57.3M 0 0 142k 0 0:11:08 0:06:51 0:04:17 0 61 93.2M 61 57.3M 0 0 142k 0 0:11:10 0:06:52 0:04:18 0 61 93.2M 61 57.3M 0 0 142k 0 0:11:11 0:06:53 0:04:18 0 61 93.2M 61 57.3M 0 0 141k 0 0:11:13 0:06:54 0:04:19 0 61 93.2M 61 57.3M 0 0 141k 0 0:11:15 0:06:55 0:04:20 0 61 93.2M 61 57.3M 0 0 141k 0 0:11:16 0:06:56 0:04:20 0 61 93.2M 61 57.3M 0 0 140k 0 0:11:18 0:06:57 0:04:21 0 61 93.2M 61 57.3M 0 0 140k 0 0:11:20 0:06:58 0:04:22 0 61 93.2M 61 57.3M 0 0 140k 0 0:11:21 0:06:59 0:04:22 0 61 93.2M 61 57.3M 0 0 139k 0 0:11:23 0:07:00 0:04:23 0 61 93.2M 61 57.5M 0 0 139k 0 0:11:22 0:07:00 0:04:22 40524 66 93.2M 66 61.9M 0 0 150k 0 0:10:35 0:07:02 0:03:33 984k 66 93.2M 66 61.9M 0 0 149k 0 0:10:36 0:07:03 0:03:33 984k 66 93.2M 66 61.9M 0 0 149k 0 0:10:38 0:07:04 0:03:34 984k 66 93.2M 66 61.9M 0 0 149k 0 0:10:39 0:07:05 0:03:34 984k 66 93.2M 66 61.9M 0 0 148k 0 0:10:41 0:07:06 0:03:35 849k 66 93.2M 66 61.9M 0 0 148k 0 0:10:42 0:07:07 0:03:35 0 66 93.2M 66 61.9M 0 0 148k 0 0:10:44 0:07:08 0:03:36 0 66 93.2M 66 61.9M 0 0 147k 0 0:10:45 0:07:09 0:03:36 0 66 93.2M 66 61.9M 0 0 147k 0 0:10:47 0:07:10 0:03:37 0 66 93.2M 66 61.9M 0 0 147k 0 0:10:48 0:07:11 0:03:37 0 66 93.2M 66 61.9M 0 0 146k 0 0:10:50 0:07:12 0:03:38 0 66 93.2M 66 61.9M 0 0 146k 0 0:10:51 0:07:13 0:03:38 0 66 93.2M 66 61.9M 0 0 146k 0 0:10:53 0:07:14 0:03:39 0 66 93.2M 66 61.9M 0 0 145k 0 0:10:54 0:07:15 0:03:39 0 66 93.2M 66 61.9M 0 0 145k 0 0:10:56 0:07:16 0:03:40 0 66 93.2M 66 61.9M 0 0 145k 0 0:10:57 0:07:17 0:03:40 0 66 93.2M 66 61.9M 0 0 144k 0 0:10:59 0:07:18 0:03:41 0 66 93.2M 66 61.9M 0 0 144k 0 0:11:00 0:07:19 0:03:41 0 66 93.2M 66 61.9M 0 0 144k 0 0:11:02 0:07:20 0:03:42 0 66 93.2M 66 61.9M 0 0 143k 0 0:11:03 0:07:21 0:03:42 0 66 93.2M 66 61.9M 0 0 143k 0 0:11:05 0:07:22 0:03:43 0 66 93.2M 66 61.9M 0 0 143k 0 0:11:06 0:07:23 0:03:43 0 66 93.2M 66 61.9M 0 0 142k 0 0:11:08 0:07:24 0:03:44 0 66 93.2M 66 61.9M 0 0 142k 0 0:11:10 0:07:25 0:03:45 0 66 93.2M 66 61.9M 0 0 142k 0 0:11:11 0:07:26 0:03:45 0 66 93.2M 66 61.9M 0 0 141k 0 0:11:13 0:07:27 0:03:46 0 66 93.2M 66 61.9M 0 0 141k 0 0:11:14 0:07:28 0:03:46 0 66 93.2M 66 61.9M 0 0 141k 0 0:11:16 0:07:29 0:03:47 0 66 93.2M 66 61.9M 0 0 140k 0 0:11:17 0:07:30 0:03:47 0 66 93.2M 66 61.9M 0 0 140k 0 0:11:19 0:07:31 0:03:48 0 66 93.2M 66 61.9M 0 0 140k 0 0:11:20 0:07:32 0:03:48 0 66 93.2M 66 61.9M 0 0 139k 0 0:11:22 0:07:33 0:03:49 0 66 93.2M 66 61.9M 0 0 139k 0 0:11:23 0:07:34 0:03:49 0 66 93.2M 66 61.9M 0 0 139k 0 0:11:25 0:07:35 0:03:50 0 66 93.2M 66 61.9M 0 0 139k 0 0:11:26 0:07:36 0:03:50 0 66 93.2M 66 61.9M 0 0 138k 0 0:11:28 0:07:37 0:03:51 0 66 93.2M 66 61.9M 0 0 138k 0 0:11:29 0:07:38 0:03:51 0 66 93.2M 66 61.9M 0 0 138k 0 0:11:31 0:07:39 0:03:52 0 66 93.2M 66 61.9M 0 0 137k 0 0:11:32 0:07:40 0:03:52 0 66 93.2M 66 61.9M 0 0 137k 0 0:11:34 0:07:41 0:03:53 0 66 93.2M 66 61.9M 0 0 137k 0 0:11:35 0:07:42 0:03:53 0 66 93.2M 66 61.9M 0 0 136k 0 0:11:37 0:07:43 0:03:54 0 66 93.2M 66 61.9M 0 0 136k 0 0:11:38 0:07:44 0:03:54 0 66 93.2M 66 61.9M 0 0 136k 0 0:11:40 0:07:45 0:03:55 0 66 93.2M 66 61.9M 0 0 136k 0 0:11:41 0:07:46 0:03:55 0 66 93.2M 66 61.9M 0 0 135k 0 0:11:43 0:07:47 0:03:56 0 66 93.2M 66 61.9M 0 0 135k 0 0:11:44 0:07:48 0:03:56 0 66 93.2M 66 61.9M 0 0 135k 0 0:11:46 0:07:49 0:03:57 0 66 93.2M 66 61.9M 0 0 134k 0 0:11:47 0:07:50 0:03:57 0 66 93.2M 66 61.9M 0 0 134k 0 0:11:49 0:07:51 0:03:58 0 66 93.2M 66 61.9M 0 0 134k 0 0:11:50 0:07:52 0:03:58 0 66 93.2M 66 61.9M 0 0 134k 0 0:11:52 0:07:53 0:03:59 0 66 93.2M 66 61.9M 0 0 133k 0 0:11:53 0:07:54 0:03:59 0 66 93.2M 66 61.9M 0 0 133k 0 0:11:55 0:07:55 0:04:00 0 66 93.2M 66 61.9M 0 0 133k 0 0:11:56 0:07:56 0:04:00 0 66 93.2M 66 61.9M 0 0 132k 0 0:11:58 0:07:57 0:04:01 0 66 93.2M 66 61.9M 0 0 132k 0 0:11:59 0:07:58 0:04:01 0 66 93.2M 66 61.9M 0 0 132k 0 0:12:01 0:07:59 0:04:02 0 66 93.2M 66 61.9M 0 0 132k 0 0:12:02 0:08:00 0:04:02 0 68 93.2M 68 63.7M 0 0 135k 0 0:11:42 0:08:00 0:03:42 403k 68 93.2M 68 64.2M 0 0 136k 0 0:11:39 0:08:01 0:03:38 502k 68 93.2M 68 64.2M 0 0 136k 0 0:11:40 0:08:02 0:03:38 502k 68 93.2M 68 64.2M 0 0 135k 0 0:11:42 0:08:03 0:03:39 502k 68 93.2M 68 64.2M 0 0 135k 0 0:11:43 0:08:04 0:03:39 502k 68 93.2M 68 64.2M 0 0 135k 0 0:11:45 0:08:05 0:03:40 97177 68 93.2M 68 64.2M 0 0 135k 0 0:11:46 0:08:06 0:03:40 0 68 93.2M 68 64.2M 0 0 134k 0 0:11:48 0:08:07 0:03:41 0 68 93.2M 68 64.2M 0 0 134k 0 0:11:49 0:08:08 0:03:41 0 68 93.2M 68 64.2M 0 0 134k 0 0:11:50 0:08:09 0:03:41 0 68 93.2M 68 64.2M 0 0 133k 0 0:11:52 0:08:10 0:03:42 0 68 93.2M 68 64.2M 0 0 133k 0 0:11:53 0:08:11 0:03:42 0 68 93.2M 68 64.2M 0 0 133k 0 0:11:55 0:08:12 0:03:43 0 68 93.2M 68 64.2M 0 0 133k 0 0:11:56 0:08:13 0:03:43 0 68 93.2M 68 64.2M 0 0 132k 0 0:11:58 0:08:14 0:03:44 0 68 93.2M 68 64.2M 0 0 132k 0 0:11:59 0:08:15 0:03:44 0 68 93.2M 68 64.2M 0 0 132k 0 0:12:01 0:08:16 0:03:45 0 68 93.2M 68 64.2M 0 0 132k 0 0:12:02 0:08:17 0:03:45 0 68 93.2M 68 64.2M 0 0 131k 0 0:12:04 0:08:18 0:03:46 0 68 93.2M 68 64.2M 0 0 131k 0 0:12:05 0:08:19 0:03:46 0 68 93.2M 68 64.2M 0 0 131k 0 0:12:06 0:08:20 0:03:46 0 68 93.2M 68 64.2M 0 0 131k 0 0:12:08 0:08:21 0:03:47 0 68 93.2M 68 64.2M 0 0 130k 0 0:12:09 0:08:22 0:03:47 0 68 93.2M 68 64.2M 0 0 130k 0 0:12:11 0:08:23 0:03:48 0 68 93.2M 68 64.2M 0 0 130k 0 0:12:12 0:08:24 0:03:48 0 68 93.2M 68 64.2M 0 0 129k 0 0:12:14 0:08:25 0:03:49 0 68 93.2M 68 64.2M 0 0 129k 0 0:12:15 0:08:26 0:03:49 0 68 93.2M 68 64.2M 0 0 129k 0 0:12:17 0:08:28 0:03:49 0 68 93.2M 68 64.2M 0 0 129k 0 0:12:18 0:08:29 0:03:49 0 68 93.2M 68 64.2M 0 0 128k 0 0:12:20 0:08:30 0:03:50 0 68 93.2M 68 64.2M 0 0 128k 0 0:12:21 0:08:31 0:03:50 0 68 93.2M 68 64.2M 0 0 128k 0 0:12:22 0:08:32 0:03:50 0 68 93.2M 68 64.2M 0 0 128k 0 0:12:24 0:08:33 0:03:51 0 68 93.2M 68 64.2M 0 0 127k 0 0:12:25 0:08:34 0:03:51 0 68 93.2M 68 64.2M 0 0 127k 0 0:12:27 0:08:35 0:03:52 0 68 93.2M 68 64.2M 0 0 127k 0 0:12:28 0:08:36 0:03:52 0 68 93.2M 68 64.2M 0 0 127k 0 0:12:30 0:08:37 0:03:53 0 68 93.2M 68 64.2M 0 0 126k 0 0:12:31 0:08:38 0:03:53 0 68 93.2M 68 64.2M 0 0 126k 0 0:12:33 0:08:39 0:03:54 0 68 93.2M 68 64.2M 0 0 126k 0 0:12:34 0:08:40 0:03:54 0 68 93.2M 68 64.2M 0 0 126k 0 0:12:36 0:08:41 0:03:55 0 68 93.2M 68 64.2M 0 0 126k 0 0:12:37 0:08:42 0:03:55 0 68 93.2M 68 64.2M 0 0 125k 0 0:12:38 0:08:43 0:03:55 0 68 93.2M 68 64.2M 0 0 125k 0 0:12:40 0:08:44 0:03:56 0 68 93.2M 68 64.2M 0 0 125k 0 0:12:41 0:08:45 0:03:56 0 68 93.2M 68 64.2M 0 0 125k 0 0:12:43 0:08:46 0:03:57 0 68 93.2M 68 64.2M 0 0 124k 0 0:12:44 0:08:47 0:03:57 0 68 93.2M 68 64.2M 0 0 124k 0 0:12:46 0:08:48 0:03:58 0 68 93.2M 68 64.2M 0 0 124k 0 0:12:47 0:08:49 0:03:58 0 68 93.2M 68 64.2M 0 0 124k 0 0:12:49 0:08:50 0:03:59 0 68 93.2M 68 64.2M 0 0 123k 0 0:12:50 0:08:51 0:03:59 0 68 93.2M 68 64.2M 0 0 123k 0 0:12:52 0:08:52 0:04:00 0 68 93.2M 68 64.2M 0 0 123k 0 0:12:53 0:08:53 0:04:00 0 68 93.2M 68 64.2M 0 0 123k 0 0:12:54 0:08:54 0:04:00 0 68 93.2M 68 64.2M 0 0 122k 0 0:12:56 0:08:55 0:04:01 0 68 93.2M 68 64.2M 0 0 122k 0 0:12:57 0:08:56 0:04:01 0 68 93.2M 68 64.2M 0 0 122k 0 0:12:59 0:08:57 0:04:02 0 68 93.2M 68 64.2M 0 0 122k 0 0:13:00 0:08:58 0:04:02 0 68 93.2M 68 64.2M 0 0 122k 0 0:13:02 0:08:59 0:04:03 0 68 93.2M 68 64.2M 0 0 121k 0 0:13:03 0:09:00 0:04:03 0 70 93.2M 70 65.4M 0 0 123k 0 0:12:51 0:09:01 0:03:50 212k 70 93.2M 70 65.4M 0 0 123k 0 0:12:53 0:09:02 0:03:51 212k 70 93.2M 70 65.4M 0 0 123k 0 0:12:54 0:09:03 0:03:51 212k 70 93.2M 70 65.4M 0 0 122k 0 0:12:56 0:09:04 0:03:52 212k 70 93.2M 70 65.4M 0 0 122k 0 0:12:57 0:09:05 0:03:52 212k 70 93.2M 70 65.4M 0 0 122k 0 0:12:59 0:09:06 0:03:53 0 70 93.2M 70 65.4M 0 0 122k 0 0:13:00 0:09:07 0:03:53 0 70 93.2M 70 65.4M 0 0 122k 0 0:13:01 0:09:08 0:03:53 0 70 93.2M 70 65.4M 0 0 121k 0 0:13:03 0:09:09 0:03:54 0 70 93.2M 70 65.4M 0 0 121k 0 0:13:04 0:09:10 0:03:54 0 70 93.2M 70 65.4M 0 0 121k 0 0:13:06 0:09:11 0:03:55 0 70 93.2M 70 65.4M 0 0 121k 0 0:13:07 0:09:12 0:03:55 0 70 93.2M 70 65.4M 0 0 120k 0 0:13:09 0:09:13 0:03:56 0 70 93.2M 70 65.4M 0 0 120k 0 0:13:10 0:09:14 0:03:56 0 70 93.2M 70 65.4M 0 0 120k 0 0:13:11 0:09:15 0:03:56 0 70 93.2M 70 65.4M 0 0 120k 0 0:13:13 0:09:16 0:03:57 0 70 93.2M 70 65.4M 0 0 120k 0 0:13:14 0:09:17 0:03:57 0 70 93.2M 70 65.4M 0 0 119k 0 0:13:16 0:09:18 0:03:58 0 70 93.2M 70 65.4M 0 0 119k 0 0:13:17 0:09:19 0:03:58 0 70 93.2M 70 65.4M 0 0 119k 0 0:13:19 0:09:20 0:03:59 0 70 93.2M 70 65.4M 0 0 119k 0 0:13:20 0:09:21 0:03:59 0 70 93.2M 70 65.4M 0 0 119k 0 0:13:21 0:09:22 0:03:59 0 70 93.2M 70 65.4M 0 0 118k 0 0:13:23 0:09:23 0:04:00 0 70 93.2M 70 65.4M 0 0 118k 0 0:13:24 0:09:24 0:04:00 0 70 93.2M 70 65.4M 0 0 118k 0 0:13:26 0:09:25 0:04:01 0 70 93.2M 70 65.4M 0 0 118k 0 0:13:27 0:09:26 0:04:01 0 70 93.2M 70 65.4M 0 0 117k 0 0:13:29 0:09:27 0:04:02 0 70 93.2M 70 65.4M 0 0 117k 0 0:13:30 0:09:28 0:04:02 0 70 93.2M 70 65.4M 0 0 117k 0 0:13:31 0:09:29 0:04:02 0 70 93.2M 70 65.4M 0 0 117k 0 0:13:33 0:09:30 0:04:03 0 70 93.2M 70 65.4M 0 0 117k 0 0:13:34 0:09:31 0:04:03 0 70 93.2M 70 65.4M 0 0 116k 0 0:13:36 0:09:32 0:04:04 0 70 93.2M 70 65.4M 0 0 116k 0 0:13:37 0:09:33 0:04:04 0 70 93.2M 70 65.4M 0 0 116k 0 0:13:39 0:09:34 0:04:05 0 70 93.2M 70 65.4M 0 0 116k 0 0:13:40 0:09:35 0:04:05 0 70 93.2M 70 65.4M 0 0 116k 0 0:13:41 0:09:36 0:04:05 0 70 93.2M 70 65.4M 0 0 115k 0 0:13:43 0:09:37 0:04:06 0 70 93.2M 70 65.4M 0 0 115k 0 0:13:44 0:09:38 0:04:06 0 70 93.2M 70 65.4M 0 0 115k 0 0:13:46 0:09:39 0:04:07 0 70 93.2M 70 65.4M 0 0 115k 0 0:13:47 0:09:40 0:04:07 0 70 93.2M 70 65.4M 0 0 115k 0 0:13:49 0:09:41 0:04:08 0 70 93.2M 70 65.4M 0 0 114k 0 0:13:50 0:09:42 0:04:08 0 70 93.2M 70 65.4M 0 0 114k 0 0:13:51 0:09:43 0:04:08 0 70 93.2M 70 65.4M 0 0 114k 0 0:13:53 0:09:44 0:04:09 0 70 93.2M 70 65.4M 0 0 114k 0 0:13:54 0:09:45 0:04:09 0 70 93.2M 70 65.4M 0 0 114k 0 0:13:56 0:09:46 0:04:10 0 70 93.2M 70 65.4M 0 0 113k 0 0:13:57 0:09:47 0:04:10 0 70 93.2M 70 65.4M 0 0 113k 0 0:13:59 0:09:48 0:04:11 0 70 93.2M 70 65.4M 0 0 113k 0 0:14:00 0:09:49 0:04:11 0 70 93.2M 70 65.4M 0 0 113k 0 0:14:01 0:09:50 0:04:11 0 70 93.2M 70 65.4M 0 0 113k 0 0:14:03 0:09:51 0:04:12 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:04 0:09:52 0:04:12 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:06 0:09:53 0:04:13 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:07 0:09:54 0:04:13 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:09 0:09:55 0:04:14 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:10 0:09:56 0:04:14 0 70 93.2M 70 65.4M 0 0 112k 0 0:14:11 0:09:57 0:04:14 0 70 93.2M 70 65.4M 0 0 111k 0 0:14:13 0:09:58 0:04:15 0 70 93.2M 70 65.4M 0 0 111k 0 0:14:14 0:09:59 0:04:15 0 73 93.2M 73 68.5M 0 0 116k 0 0:13:36 0:10:00 0:03:36 646k 83 93.2M 83 77.4M 0 0 131k 0 0:12:05 0:10:02 0:02:03 2298k 83 93.2M 83 77.4M 0 0 131k 0 0:12:06 0:10:03 0:02:03 2298k 83 93.2M 83 77.4M 0 0 131k 0 0:12:07 0:10:04 0:02:03 2298k 83 93.2M 83 77.4M 0 0 130k 0 0:12:08 0:10:05 0:02:03 2298k 83 93.2M 83 77.4M 0 0 130k 0 0:12:09 0:10:06 0:02:03 1680k 83 93.2M 83 77.4M 0 0 130k 0 0:12:11 0:10:07 0:02:04 0 83 93.2M 83 77.4M 0 0 130k 0 0:12:12 0:10:08 0:02:04 0 83 93.2M 83 77.4M 0 0 130k 0 0:12:13 0:10:09 0:02:04 0 83 93.2M 83 77.4M 0 0 129k 0 0:12:14 0:10:10 0:02:04 0 83 93.2M 83 77.4M 0 0 129k 0 0:12:15 0:10:11 0:02:04 0 83 93.2M 83 77.4M 0 0 129k 0 0:12:17 0:10:12 0:02:05 0 83 93.2M 83 77.4M 0 0 129k 0 0:12:18 0:10:13 0:02:05 0 83 93.2M 83 77.4M 0 0 129k 0 0:12:19 0:10:14 0:02:05 0 83 93.2M 83 77.4M 0 0 128k 0 0:12:20 0:10:15 0:02:05 0 83 93.2M 83 77.4M 0 0 128k 0 0:12:21 0:10:16 0:02:05 0 83 93.2M 83 77.4M 0 0 128k 0 0:12:23 0:10:17 0:02:06 0 83 93.2M 83 77.4M 0 0 128k 0 0:12:24 0:10:18 0:02:06 0 83 93.2M 83 77.4M 0 0 128k 0 0:12:25 0:10:19 0:02:06 0 83 93.2M 83 77.4M 0 0 127k 0 0:12:26 0:10:20 0:02:06 0 83 93.2M 83 77.4M 0 0 127k 0 0:12:27 0:10:21 0:02:06 0 83 93.2M 83 77.4M 0 0 127k 0 0:12:29 0:10:22 0:02:07 0 83 93.2M 83 77.4M 0 0 127k 0 0:12:30 0:10:23 0:02:07 0 83 93.2M 83 77.4M 0 0 126k 0 0:12:31 0:10:24 0:02:07 0 83 93.2M 83 77.4M 0 0 126k 0 0:12:32 0:10:25 0:02:07 0 83 93.2M 83 77.4M 0 0 126k 0 0:12:34 0:10:26 0:02:08 0 83 93.2M 83 77.4M 0 0 126k 0 0:12:35 0:10:27 0:02:08 0 83 93.2M 83 77.4M 0 0 126k 0 0:12:36 0:10:28 0:02:08 0 83 93.2M 83 77.4M 0 0 125k 0 0:12:37 0:10:29 0:02:08 0 83 93.2M 83 77.4M 0 0 125k 0 0:12:38 0:10:30 0:02:08 0 83 93.2M 83 77.4M 0 0 125k 0 0:12:40 0:10:31 0:02:09 0 83 93.2M 83 77.4M 0 0 125k 0 0:12:41 0:10:32 0:02:09 0 83 93.2M 83 77.4M 0 0 125k 0 0:12:42 0:10:33 0:02:09 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:43 0:10:34 0:02:09 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:44 0:10:35 0:02:09 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:46 0:10:36 0:02:10 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:47 0:10:37 0:02:10 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:48 0:10:38 0:02:10 0 83 93.2M 83 77.4M 0 0 124k 0 0:12:49 0:10:39 0:02:10 0 83 93.2M 83 77.4M 0 0 123k 0 0:12:50 0:10:40 0:02:10 0 83 93.2M 83 77.4M 0 0 123k 0 0:12:52 0:10:41 0:02:11 0 83 93.2M 83 77.4M 0 0 123k 0 0:12:53 0:10:42 0:02:11 0 83 93.2M 83 77.4M 0 0 123k 0 0:12:54 0:10:43 0:02:11 0 83 93.2M 83 77.4M 0 0 123k 0 0:12:55 0:10:44 0:02:11 0 83 93.2M 83 77.4M 0 0 122k 0 0:12:56 0:10:45 0:02:11 0 83 93.2M 83 77.4M 0 0 122k 0 0:12:58 0:10:46 0:02:12 0 83 93.2M 83 77.4M 0 0 122k 0 0:12:59 0:10:47 0:02:12 0 83 93.2M 83 77.4M 0 0 122k 0 0:13:00 0:10:48 0:02:12 0 83 93.2M 83 77.4M 0 0 122k 0 0:13:01 0:10:49 0:02:12 0 83 93.2M 83 77.4M 0 0 121k 0 0:13:02 0:10:50 0:02:12 0 83 93.2M 83 77.4M 0 0 121k 0 0:13:04 0:10:51 0:02:13 0 83 93.2M 83 77.4M 0 0 121k 0 0:13:05 0:10:52 0:02:13 0 83 93.2M 83 77.4M 0 0 121k 0 0:13:06 0:10:53 0:02:13 0 83 93.2M 83 77.4M 0 0 121k 0 0:13:07 0:10:54 0:02:13 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:08 0:10:55 0:02:13 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:10 0:10:56 0:02:14 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:11 0:10:57 0:02:14 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:12 0:10:58 0:02:14 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:13 0:10:59 0:02:14 0 83 93.2M 83 77.4M 0 0 120k 0 0:13:14 0:10:59 0:02:15 3632 87 93.2M 87 81.8M 0 0 126k 0 0:12:32 0:11:01 0:01:31 920k 87 93.2M 87 81.8M 0 0 126k 0 0:12:33 0:11:02 0:01:31 920k 87 93.2M 87 81.8M 0 0 126k 0 0:12:35 0:11:03 0:01:32 920k 87 93.2M 87 81.8M 0 0 126k 0 0:12:36 0:11:04 0:01:32 920k 87 93.2M 87 81.8M 0 0 126k 0 0:12:37 0:11:05 0:01:32 833k 87 93.2M 87 81.8M 0 0 125k 0 0:12:38 0:11:06 0:01:32 0 87 93.2M 87 81.8M 0 0 125k 0 0:12:39 0:11:07 0:01:32 0 87 93.2M 87 81.8M 0 0 125k 0 0:12:40 0:11:08 0:01:32 0 87 93.2M 87 81.8M 0 0 125k 0 0:12:41 0:11:09 0:01:32 0 87 93.2M 87 81.8M 0 0 125k 0 0:12:43 0:11:10 0:01:33 0 87 93.2M 87 81.8M 0 0 124k 0 0:12:44 0:11:11 0:01:33 0 87 93.2M 87 81.8M 0 0 124k 0 0:12:45 0:11:12 0:01:33 0 87 93.2M 87 81.8M 0 0 124k 0 0:12:46 0:11:13 0:01:33 0 87 93.2M 87 81.8M 0 0 124k 0 0:12:47 0:11:14 0:01:33 0 87 93.2M 87 81.8M 0 0 124k 0 0:12:48 0:11:15 0:01:33 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:49 0:11:16 0:01:33 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:51 0:11:17 0:01:34 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:52 0:11:18 0:01:34 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:53 0:11:19 0:01:34 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:54 0:11:20 0:01:34 0 87 93.2M 87 81.8M 0 0 123k 0 0:12:55 0:11:21 0:01:34 0 87 93.2M 87 81.8M 0 0 122k 0 0:12:56 0:11:22 0:01:34 0 87 93.2M 87 81.8M 0 0 122k 0 0:12:57 0:11:23 0:01:34 0 87 93.2M 87 81.8M 0 0 122k 0 0:12:59 0:11:24 0:01:35 0 87 93.2M 87 81.8M 0 0 122k 0 0:13:00 0:11:25 0:01:35 0 87 93.2M 87 81.8M 0 0 122k 0 0:13:01 0:11:26 0:01:35 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:02 0:11:27 0:01:35 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:03 0:11:28 0:01:35 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:04 0:11:29 0:01:35 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:05 0:11:30 0:01:35 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:07 0:11:31 0:01:36 0 87 93.2M 87 81.8M 0 0 121k 0 0:13:08 0:11:32 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:09 0:11:33 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:10 0:11:34 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:11 0:11:35 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:12 0:11:36 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:13 0:11:37 0:01:36 0 87 93.2M 87 81.8M 0 0 120k 0 0:13:15 0:11:38 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:16 0:11:39 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:17 0:11:40 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:18 0:11:41 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:19 0:11:42 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:20 0:11:43 0:01:37 0 87 93.2M 87 81.8M 0 0 119k 0 0:13:21 0:11:44 0:01:37 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:23 0:11:45 0:01:38 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:24 0:11:46 0:01:38 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:25 0:11:47 0:01:38 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:26 0:11:48 0:01:38 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:27 0:11:49 0:01:38 0 87 93.2M 87 81.8M 0 0 118k 0 0:13:28 0:11:50 0:01:38 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:29 0:11:51 0:01:38 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:31 0:11:52 0:01:39 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:32 0:11:53 0:01:39 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:33 0:11:54 0:01:39 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:34 0:11:55 0:01:39 0 87 93.2M 87 81.8M 0 0 117k 0 0:13:35 0:11:56 0:01:39 0 87 93.2M 87 81.8M 0 0 116k 0 0:13:36 0:11:57 0:01:39 0 87 93.2M 87 81.8M 0 0 116k 0 0:13:37 0:11:58 0:01:39 0 87 93.2M 87 81.8M 0 0 116k 0 0:13:39 0:11:59 0:01:40 0 87 93.2M 87 81.9M 0 0 116k 0 0:13:38 0:11:59 0:01:39 29480 90 93.2M 90 84.3M 0 0 119k 0 0:13:16 0:12:01 0:01:15 554k 90 93.2M 90 84.3M 0 0 119k 0 0:13:17 0:12:02 0:01:15 554k 90 93.2M 90 84.3M 0 0 119k 0 0:13:18 0:12:03 0:01:15 554k 90 93.2M 90 84.3M 0 0 119k 0 0:13:19 0:12:04 0:01:15 554k 90 93.2M 90 84.3M 0 0 119k 0 0:13:20 0:12:05 0:01:15 470k 90 93.2M 90 84.3M 0 0 119k 0 0:13:21 0:12:06 0:01:15 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:22 0:12:07 0:01:15 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:24 0:12:08 0:01:16 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:25 0:12:09 0:01:16 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:26 0:12:10 0:01:16 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:27 0:12:11 0:01:16 0 90 93.2M 90 84.3M 0 0 118k 0 0:13:28 0:12:12 0:01:16 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:29 0:12:13 0:01:16 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:30 0:12:14 0:01:16 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:31 0:12:15 0:01:16 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:32 0:12:16 0:01:16 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:34 0:12:17 0:01:17 0 90 93.2M 90 84.3M 0 0 117k 0 0:13:35 0:12:18 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:36 0:12:19 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:37 0:12:20 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:38 0:12:21 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:39 0:12:22 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:40 0:12:23 0:01:17 0 90 93.2M 90 84.3M 0 0 116k 0 0:13:41 0:12:24 0:01:17 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:42 0:12:25 0:01:17 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:44 0:12:26 0:01:18 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:45 0:12:27 0:01:18 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:46 0:12:28 0:01:18 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:47 0:12:29 0:01:18 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:48 0:12:30 0:01:18 0 90 93.2M 90 84.3M 0 0 115k 0 0:13:49 0:12:31 0:01:18 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:50 0:12:32 0:01:18 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:51 0:12:33 0:01:18 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:52 0:12:34 0:01:18 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:53 0:12:35 0:01:18 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:55 0:12:36 0:01:19 0 90 93.2M 90 84.3M 0 0 114k 0 0:13:56 0:12:37 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:13:57 0:12:38 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:13:58 0:12:39 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:13:59 0:12:40 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:14:00 0:12:41 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:14:01 0:12:42 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:14:02 0:12:43 0:01:19 0 90 93.2M 90 84.3M 0 0 113k 0 0:14:03 0:12:44 0:01:19 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:05 0:12:45 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:06 0:12:46 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:07 0:12:47 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:08 0:12:48 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:09 0:12:49 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:10 0:12:50 0:01:20 0 90 93.2M 90 84.3M 0 0 112k 0 0:14:11 0:12:51 0:01:20 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:12 0:12:52 0:01:20 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:13 0:12:53 0:01:20 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:15 0:12:54 0:01:21 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:16 0:12:55 0:01:21 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:17 0:12:56 0:01:21 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:18 0:12:57 0:01:21 0 90 93.2M 90 84.3M 0 0 111k 0 0:14:19 0:12:58 0:01:21 0 90 93.2M 90 84.3M 0 0 110k 0 0:14:20 0:12:59 0:01:21 0 91 93.2M 91 84.8M 0 0 111k 0 0:14:16 0:12:59 0:01:17 97058 99 93.2M 99 92.8M 0 0 121k 0 0:13:04 0:13:01 0:00:03 1704k 99 93.2M 99 92.8M 0 0 121k 0 0:13:05 0:13:02 0:00:03 1704k 99 93.2M 99 92.8M 0 0 121k 0 0:13:06 0:13:03 0:00:03 1703k 99 93.2M 99 92.8M 0 0 121k 0 0:13:07 0:13:04 0:00:03 1703k 99 93.2M 99 92.8M 0 0 121k 0 0:13:08 0:13:05 0:00:03 1519k 99 93.2M 99 92.8M 0 0 120k 0 0:13:09 0:13:06 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:10 0:13:07 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:11 0:13:08 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:12 0:13:09 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:13 0:13:10 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:14 0:13:11 0:00:03 0 99 93.2M 99 92.8M 0 0 120k 0 0:13:15 0:13:12 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:16 0:13:13 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:17 0:13:14 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:18 0:13:15 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:19 0:13:16 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:20 0:13:17 0:00:03 0 99 93.2M 99 92.8M 0 0 119k 0 0:13:21 0:13:18 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:22 0:13:19 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:23 0:13:20 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:24 0:13:21 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:25 0:13:22 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:26 0:13:23 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:27 0:13:24 0:00:03 0 99 93.2M 99 92.8M 0 0 118k 0 0:13:28 0:13:25 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:29 0:13:26 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:30 0:13:27 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:31 0:13:28 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:32 0:13:29 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:33 0:13:30 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:34 0:13:31 0:00:03 0 99 93.2M 99 92.8M 0 0 117k 0 0:13:35 0:13:32 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:36 0:13:33 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:37 0:13:34 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:38 0:13:35 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:39 0:13:36 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:40 0:13:37 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:41 0:13:38 0:00:03 0 99 93.2M 99 92.8M 0 0 116k 0 0:13:42 0:13:39 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:43 0:13:40 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:44 0:13:41 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:45 0:13:42 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:46 0:13:43 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:47 0:13:44 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:48 0:13:45 0:00:03 0 99 93.2M 99 92.8M 0 0 115k 0 0:13:49 0:13:46 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:50 0:13:47 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:51 0:13:48 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:52 0:13:49 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:53 0:13:50 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:54 0:13:51 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:55 0:13:52 0:00:03 0 99 93.2M 99 92.8M 0 0 114k 0 0:13:56 0:13:53 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:13:57 0:13:54 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:13:58 0:13:55 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:13:59 0:13:56 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:14:00 0:13:57 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:14:01 0:13:58 0:00:03 0 99 93.2M 99 92.8M 0 0 113k 0 0:14:02 0:13:59 0:00:03 0 100 93.2M 100 93.2M 0 0 113k 0 0:13:59 0:13:59 --:--:-- 86752 [2020-12-03T22:13:41.938Z] go1.15.2.linux-arm64.tar.gz: OK [2020-12-03T22:13:57.013Z] Staging go115 [2020-12-03T22:14:19.142Z] Hit http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-12-03T22:14:19.142Z] Hit http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-12-03T22:14:19.142Z] Hit http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-12-03T22:14:19.142Z] Fetched 0 B in 0s (0 B/s) [2020-12-03T22:14:19.142Z] Get:1 libnorm1_1.5r6+dfsg1-6_arm64.deb [218 kB] [2020-12-03T22:14:19.143Z] Fetched 218 kB in 0s (0 B/s) [2020-12-03T22:14:19.143Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_arm64.deb [140 kB] [2020-12-03T22:14:19.143Z] Fetched 140 kB in 0s (0 B/s) [2020-12-03T22:14:19.143Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_arm64.deb [208 kB] [2020-12-03T22:14:19.143Z] Fetched 208 kB in 0s (0 B/s) [2020-12-03T22:14:19.143Z] Get:1 libsodium23_1.0.16-2_arm64.deb [90.4 kB] [2020-12-03T22:14:19.143Z] Fetched 90.4 kB in 0s (0 B/s) [2020-12-03T22:14:19.143Z] Pulling edgex-go [2020-12-03T22:14:27.390Z] Pulling version [2020-12-03T22:14:30.758Z] Building config-common [2020-12-03T22:14:43.117Z] Skipping build go-build-helper (already ran) [2020-12-03T22:14:43.117Z] Skipping build static-packages (already ran) [2020-12-03T22:14:43.117Z] Skipping build go115 (already ran) [2020-12-03T22:14:43.387Z] Building edgex-go [2020-12-03T22:14:45.988Z] 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 [2020-12-03T22:14:47.423Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-03T22:14:47.423Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-03T22:14:47.423Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.119 [2020-12-03T22:14:47.423Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-03T22:14:47.423Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-03T22:14:47.423Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-03T22:14:47.423Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-03T22:14:47.423Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-03T22:14:47.698Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-03T22:14:47.698Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-03T22:14:47.698Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-03T22:14:47.698Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-03T22:14:47.698Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-03T22:14:47.698Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-03T22:14:47.698Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-03T22:14:47.698Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-03T22:14:47.698Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-03T22:14:47.698Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-03T22:14:47.698Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-03T22:14:47.698Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-03T22:14:47.698Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-03T22:14:47.698Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-03T22:14:47.698Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-03T22:14:47.969Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-03T22:14:47.969Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-03T22:14:47.969Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-03T22:14:47.969Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-03T22:14:47.969Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-03T22:14:47.969Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-03T22:14:47.969Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-03T22:14:47.969Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-03T22:14:47.969Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-03T22:14:47.969Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-03T22:14:47.969Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-03T22:14:47.969Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-03T22:14:48.239Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-03T22:15:56.195Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-03T22:15:56.195Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-03T22:16:52.668Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-03T22:16:52.668Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-03T22:19:59.584Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-03T22:20:14.773Z] 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 [2020-12-03T22:20:29.881Z] 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 [2020-12-03T22:20:34.189Z] 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 [2020-12-03T22:20:38.490Z] 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 [2020-12-03T22:20:39.915Z] 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 [2020-12-03T22:20:39.915Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-03T22:20:40.187Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-03T22:20:40.187Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-03T22:20:44.481Z] 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 [2020-12-03T22:20:44.753Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-03T22:20:44.753Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-03T22:20:50.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T22:20:53.548Z] 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 [2020-12-03T22:20:53.548Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-03T22:20:57.849Z] 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 [2020-12-03T22:20:57.849Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-03T22:22:05.806Z] 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 [2020-12-03T22:22:05.806Z] 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 [2020-12-03T22:22:07.769Z] 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 [2020-12-03T22:22:20.167Z] Building version [2020-12-03T22:22:35.230Z] Staging config-common [2020-12-03T22:22:37.199Z] Skipping stage go-build-helper (already ran) [2020-12-03T22:22:37.199Z] Skipping stage static-packages (already ran) [2020-12-03T22:22:37.199Z] Skipping stage go115 (already ran) [2020-12-03T22:22:37.199Z] Staging edgex-go [2020-12-03T22:22:41.483Z] Staging version [2020-12-03T22:22:45.764Z] Priming config-common [2020-12-03T22:22:50.043Z] Priming go-build-helper [2020-12-03T22:22:53.422Z] Priming static-packages [2020-12-03T22:23:03.560Z] Priming go115 [2020-12-03T22:23:07.858Z] Priming edgex-go [2020-12-03T22:23:13.237Z] Priming version [2020-12-03T22:23:17.527Z] 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] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-03T22:23:23.174Z] provisioning config files... [2020-12-03T22:23:23.187Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8529498672970291137tmp [Pipeline] { [Pipeline] sh [2020-12-03T22:23:23.597Z] + set +x [2020-12-03T22:23:23.597Z] + curl -s https://codecov.io/bash [2020-12-03T22:23:23.597Z] + bash -s -- [2020-12-03T22:23:24.224Z] [2020-12-03T22:23:24.224Z] _____ _ [2020-12-03T22:23:24.224Z] / ____| | | [2020-12-03T22:23:24.224Z] | | ___ __| | ___ ___ _____ __ [2020-12-03T22:23:24.224Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-03T22:23:24.224Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-03T22:23:24.224Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-03T22:23:24.224Z] Bash-20201130-cc6d3fe [2020-12-03T22:23:24.224Z] [2020-12-03T22:23:24.224Z] [2020-12-03T22:23:24.224Z] ==> Jenkins CI detected. [2020-12-03T22:23:24.224Z] project root: . [2020-12-03T22:23:24.224Z] --> token set from env [2020-12-03T22:23:24.224Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-03T22:23:24.224Z] ==> Running gcov in . (disable via -X gcov) [2020-12-03T22:23:24.224Z] ==> Python coveragepy not found [2020-12-03T22:23:24.224Z] ==> Searching for coverage reports in: [2020-12-03T22:23:24.224Z] + . [2020-12-03T22:23:24.224Z] -> Found 1 reports [2020-12-03T22:23:24.224Z] ==> Detecting git/mercurial file structure [2020-12-03T22:23:24.224Z] ==> Reading reports [2020-12-03T22:23:24.224Z] + ./coverage.out bytes=555123 [2020-12-03T22:23:24.224Z] ==> Appending adjustments [2020-12-03T22:23:24.224Z] https://docs.codecov.io/docs/fixing-reports [2020-12-03T22:23:27.547Z] + Found adjustments [2020-12-03T22:23:27.547Z] ==> Gzipping contents [2020-12-03T22:23:27.547Z] 88K /tmp/codecov.muFiUl.gz [2020-12-03T22:23:27.547Z] ==> Uploading reports [2020-12-03T22:23:27.547Z] url: https://codecov.io [2020-12-03T22:23:27.547Z] query: branch=PR-2898&commit=192e75e79965f570e40dacfd3fa37e859c65312b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2898%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2898&job=&cmd_args= [2020-12-03T22:23:27.547Z] -> Pinging Codecov [2020-12-03T22:23:27.547Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2898&commit=192e75e79965f570e40dacfd3fa37e859c65312b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2898%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2898&job=&cmd_args= [2020-12-03T22:23:28.121Z] -> Uploading to [2020-12-03T22:23:28.121Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-03/00271124DB129430A58F1EEE437C3FCB/192e75e79965f570e40dacfd3fa37e859c65312b/fa1ad134-c12a-4ea2-acc0-75a14f93ed33.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201203T222327Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=77a874335314f699fc82bcbbe6e68d2620d03d537bebf2f19d4baaf880bc22cd [2020-12-03T22:23:28.121Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T22:23:28.121Z] Dload Upload Total Spent Left Speed [2020-12-03T22:23:28.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86533 0 0 100 86533 0 164k --:--:-- --:--:-- --:--:-- 164k 100 86533 0 0 100 86533 0 164k --:--:-- --:--:-- --:--:-- 164k [2020-12-03T22:23:28.694Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/192e75e79965f570e40dacfd3fa37e859c65312b [Pipeline] } [2020-12-03T22:23:28.704Z] 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 [2020-12-03T22:23:31.277Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T22:23:32.169Z] ---> package-listing.sh [2020-12-03T22:23:32.169Z] ++ facter osfamily [2020-12-03T22:23:32.169Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T22:23:32.170Z] + OS_FAMILY=redhat [2020-12-03T22:23:32.170Z] + workspace=/w/workspace/edgex-go/7 [2020-12-03T22:23:32.170Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T22:23:32.170Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T22:23:32.170Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T22:23:32.170Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T22:23:32.170Z] + '[' /w/workspace/edgex-go/7 ']' [2020-12-03T22:23:32.170Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T22:23:32.170Z] + case "${OS_FAMILY}" in [2020-12-03T22:23:32.170Z] + rpm -qa [2020-12-03T22:23:32.170Z] + sort [2020-12-03T22:23:37.474Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T22:23:37.474Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T22:23:37.474Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T22:23:37.474Z] + '[' /w/workspace/edgex-go/7 ']' [2020-12-03T22:23:37.474Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2020-12-03T22:23:37.474Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2020-12-03T22:23:37.488Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-03T22:23:37.780Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T22:23:38.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T22:23:38.089Z] [2020-12-03T22:23:38.089Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T22:23:38.454Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T22:23:38.455Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T22:23:38.455Z] df20fa9351a1: Pulling fs layer [2020-12-03T22:23:38.455Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T22:23:38.455Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T22:23:38.455Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T22:23:38.455Z] 93b61091891f: Pulling fs layer [2020-12-03T22:23:38.455Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T22:23:38.455Z] 5e14af77c1be: Pulling fs layer [2020-12-03T22:23:38.455Z] 01666e4c0597: Pulling fs layer [2020-12-03T22:23:38.455Z] aa168da1d23b: Pulling fs layer [2020-12-03T22:23:38.455Z] 93b9cdb0e59b: Waiting [2020-12-03T22:23:38.455Z] 46f8f816bc3b: Waiting [2020-12-03T22:23:38.455Z] 93b61091891f: Waiting [2020-12-03T22:23:38.455Z] aa168da1d23b: Waiting [2020-12-03T22:23:38.455Z] 5e14af77c1be: Waiting [2020-12-03T22:23:38.455Z] 01666e4c0597: Waiting [2020-12-03T22:23:38.455Z] 36b3adc4ff6f: Verifying Checksum [2020-12-03T22:23:38.455Z] 36b3adc4ff6f: Download complete [2020-12-03T22:23:38.717Z] 46f8f816bc3b: Verifying Checksum [2020-12-03T22:23:38.717Z] 46f8f816bc3b: Download complete [2020-12-03T22:23:38.717Z] df20fa9351a1: Verifying Checksum [2020-12-03T22:23:38.717Z] 93b9cdb0e59b: Verifying Checksum [2020-12-03T22:23:38.717Z] 93b9cdb0e59b: Download complete [2020-12-03T22:23:38.717Z] 93b61091891f: Download complete [2020-12-03T22:23:38.717Z] 5e14af77c1be: Verifying Checksum [2020-12-03T22:23:38.717Z] 5e14af77c1be: Download complete [2020-12-03T22:23:38.717Z] 01666e4c0597: Verifying Checksum [2020-12-03T22:23:38.717Z] 01666e4c0597: Download complete [2020-12-03T22:23:38.717Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T22:23:38.717Z] 8ad3a11d3b57: Download complete [2020-12-03T22:23:39.291Z] df20fa9351a1: Pull complete [2020-12-03T22:23:39.291Z] 36b3adc4ff6f: Pull complete [2020-12-03T22:23:40.253Z] 8ad3a11d3b57: Pull complete [2020-12-03T22:23:40.253Z] 46f8f816bc3b: Pull complete [2020-12-03T22:23:41.201Z] aa168da1d23b: Download complete [2020-12-03T22:23:43.769Z] 93b61091891f: Pull complete [2020-12-03T22:23:43.769Z] 93b9cdb0e59b: Pull complete [2020-12-03T22:23:43.769Z] 5e14af77c1be: Pull complete [2020-12-03T22:23:43.769Z] 01666e4c0597: Pull complete [2020-12-03T22:23:56.382Z] aa168da1d23b: Pull complete [2020-12-03T22:23:56.383Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T22:23:56.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T22:23:56.383Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T22:23:56.636Z] prd-centos7-docker-4c-2g-14367 does not seem to be running inside a container [2020-12-03T22:23:56.684Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-03T22:23:59.464Z] $ docker top a4e322a9836d41a361d05edcdea5d43f3cccc4b7f74993c8318ad72df48fa6a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T22:24:00.038Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T22:24:00.336Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T22:24:00.634Z] + ls /var/log/sa-host [2020-12-03T22:24:00.634Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T22:24:00.634Z] file_magic: OK [2020-12-03T22:24:00.634Z] HZ: Using current value: 100 [2020-12-03T22:24:00.634Z] file_header: OK [2020-12-03T22:24:00.634Z] 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 [2020-12-03T22:24:00.634Z] Statistics: [2020-12-03T22:24:00.634Z] 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...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... [2020-12-03T22:24:00.634Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T22:24:00.634Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T22:24:00.634Z] file_magic: OK [2020-12-03T22:24:00.634Z] HZ: Using current value: 100 [2020-12-03T22:24:00.634Z] file_header: OK [2020-12-03T22:24:00.634Z] 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 [2020-12-03T22:24:00.634Z] Statistics: [2020-12-03T22:24:00.634Z] Hnuu...uuuununununu... [2020-12-03T22:24:00.634Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T22:24:01.311Z] provisioning config files... [2020-12-03T22:24:01.335Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config5200084773907630973tmp [Pipeline] { [Pipeline] echo [2020-12-03T22:24:01.425Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T22:24:01.728Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T22:24:01.738Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T22:24:02.028Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T22:24:02.337Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T22:24:02.347Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T22:24:02.648Z] ---> sudo-logs.sh [2020-12-03T22:24:02.648Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T22:24:02.659Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T22:24:02.961Z] ---> job-cost.sh [2020-12-03T22:24:02.961Z] lf-activate-venv: SKIPPING [2020-12-03T22:24:02.961Z] INFO: No Stack... [2020-12-03T22:24:04.351Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T22:24:04.934Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T22:24:04.947Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T22:24:05.241Z] ---> logs-deploy.sh [2020-12-03T22:24:05.242Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2898/7 [2020-12-03T22:24:05.242Z] INFO: archiving workspace using pattern(s): [2020-12-03T22:24:07.159Z] Archives upload complete. [2020-12-03T22:24:07.159Z] INFO: archiving logs to Nexus