Closed
Description
Recently added Dask test is failing in master
with error:
for address in worker_addresses:
worker_host = urlparse(address).hostname
> out[address] = machine_to_port[worker_host].pop()
E KeyError: 'pop from an empty set'
Full logs:
2021-03-09T22:37:16.2767953Z ##[section]Starting: Request a runner to run this job
2021-03-09T22:37:17.4070484Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'self-hosted , linux'
2021-03-09T22:37:17.4545896Z Can't find any online and idle self-hosted runner in current repository's organization/enterprise account that matches the required labels: 'self-hosted , linux'
2021-03-09T22:37:17.4546020Z Can't find any online and idle hosted runner in current repository's enterprise account that matches the required labels: 'self-hosted , linux'
2021-03-09T22:37:17.4546288Z Found online and busy self-hosted runners in current repository that matches the required labels: 'self-hosted , linux'. Hit concurrency limits on a self-hosted runners. Waiting for one of them to get assigned for this job.
2021-03-09T22:37:17.5235037Z ##[section]Finishing: Request a runner to run this job
2021-03-09T23:08:49.9634489Z Current runner version: '2.277.1'
2021-03-09T23:08:49.9638649Z Runner name: 'nv6-01'
2021-03-09T23:08:49.9639427Z Runner group name: 'Default'
2021-03-09T23:08:49.9640526Z Machine name: 'nv6-01'
2021-03-09T23:08:49.9643991Z ##[group]GITHUB_TOKEN Permissions
2021-03-09T23:08:49.9645230Z Actions: write
2021-03-09T23:08:49.9645669Z Checks: write
2021-03-09T23:08:49.9646224Z Contents: write
2021-03-09T23:08:49.9646673Z Deployments: write
2021-03-09T23:08:49.9647159Z Issues: write
2021-03-09T23:08:49.9647574Z Metadata: read
2021-03-09T23:08:49.9648087Z OrganizationPackages: write
2021-03-09T23:08:49.9648689Z Packages: write
2021-03-09T23:08:49.9649169Z PullRequests: write
2021-03-09T23:08:49.9649743Z RepositoryProjects: write
2021-03-09T23:08:49.9650284Z SecurityEvents: write
2021-03-09T23:08:49.9650754Z Statuses: write
2021-03-09T23:08:49.9651419Z ##[endgroup]
2021-03-09T23:08:49.9654541Z Prepare workflow directory
2021-03-09T23:08:50.0392720Z Prepare all required actions
2021-03-09T23:08:50.0421293Z Getting action download info
2021-03-09T23:08:50.4471272Z Download action repository 'actions/checkout@v1'
2021-03-09T23:08:51.2744923Z ##[group]Run sudo apt-get update
2021-03-09T23:08:51.2745772Z �[36;1msudo apt-get update�[0m
2021-03-09T23:08:51.2746493Z �[36;1msudo apt-get install --no-install-recommends -y \�[0m
2021-03-09T23:08:51.2747123Z �[36;1m apt-transport-https \�[0m
2021-03-09T23:08:51.2747613Z �[36;1m ca-certificates \�[0m
2021-03-09T23:08:51.2748017Z �[36;1m curl \�[0m
2021-03-09T23:08:51.2748346Z �[36;1m git \�[0m
2021-03-09T23:08:51.2748709Z �[36;1m gnupg-agent \�[0m
2021-03-09T23:08:51.2749257Z �[36;1m software-properties-common�[0m
2021-03-09T23:08:51.2750112Z �[36;1mcurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -�[0m
2021-03-09T23:08:51.2751198Z �[36;1msudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" -y�[0m
2021-03-09T23:08:51.2752264Z �[36;1mcurl -sL https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -�[0m
2021-03-09T23:08:51.2753569Z �[36;1mcurl -sL https://nvidia.github.io/nvidia-docker/$(. /etc/os-release;echo $ID$VERSION_ID)/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list�[0m
2021-03-09T23:08:51.2754585Z �[36;1msudo apt-get update�[0m
2021-03-09T23:08:51.2755156Z �[36;1msudo apt-get install --no-install-recommends -y \�[0m
2021-03-09T23:08:51.2755719Z �[36;1m containerd.io \�[0m
2021-03-09T23:08:51.2756129Z �[36;1m docker-ce \�[0m
2021-03-09T23:08:51.2756552Z �[36;1m docker-ce-cli \�[0m
2021-03-09T23:08:51.2756989Z �[36;1m nvidia-docker2�[0m
2021-03-09T23:08:51.2757477Z �[36;1msudo chmod a+rw /var/run/docker.sock�[0m
2021-03-09T23:08:51.2757971Z �[36;1msudo systemctl restart docker�[0m
2021-03-09T23:08:51.2779517Z shell: /bin/bash -e {0}
2021-03-09T23:08:51.2780029Z env:
2021-03-09T23:08:51.2780405Z github_actions: true
2021-03-09T23:08:51.2780802Z os_name: linux
2021-03-09T23:08:51.2781148Z task: cuda
2021-03-09T23:08:51.2781530Z conda_env: test-env
2021-03-09T23:08:51.2781929Z ##[endgroup]
2021-03-09T23:08:51.3756282Z Hit:1 http://azure.archive.ubuntu.com/ubuntu bionic InRelease
2021-03-09T23:08:51.3758063Z Hit:2 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease
2021-03-09T23:08:51.3759330Z Hit:3 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease
2021-03-09T23:08:51.3977755Z Hit:4 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 InRelease
2021-03-09T23:08:51.4026729Z Hit:5 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 InRelease
2021-03-09T23:08:51.4047407Z Hit:6 https://download.docker.com/linux/ubuntu bionic InRelease
2021-03-09T23:08:51.4078788Z Get:7 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 InRelease [1129 B]
2021-03-09T23:08:51.4696517Z Hit:8 http://packages.microsoft.com/repos/azurecore bionic InRelease
2021-03-09T23:08:51.6029759Z Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease
2021-03-09T23:08:52.2033689Z Fetched 1129 B in 1s (1537 B/s)
2021-03-09T23:08:53.0858275Z Reading package lists...
2021-03-09T23:08:53.1868730Z Reading package lists...
2021-03-09T23:08:53.3337216Z Building dependency tree...
2021-03-09T23:08:53.3342635Z Reading state information...
2021-03-09T23:08:53.4473473Z ca-certificates is already the newest version (20210119~18.04.1).
2021-03-09T23:08:53.4475623Z curl is already the newest version (7.58.0-2ubuntu3.12).
2021-03-09T23:08:53.4477498Z git is already the newest version (1:2.17.1-1ubuntu0.8).
2021-03-09T23:08:53.4479428Z software-properties-common is already the newest version (0.96.24.32.14).
2021-03-09T23:08:53.4481536Z apt-transport-https is already the newest version (1.6.12ubuntu0.2).
2021-03-09T23:08:53.4483322Z gnupg-agent is already the newest version (2.2.4-1ubuntu1.4).
2021-03-09T23:08:53.4484939Z The following packages were automatically installed and are no longer required:
2021-03-09T23:08:53.4486694Z linux-azure-5.4-cloud-tools-5.4.0-1031
2021-03-09T23:08:53.4488468Z linux-azure-5.4-cloud-tools-5.4.0-1032
2021-03-09T23:08:53.4490761Z linux-azure-5.4-cloud-tools-5.4.0-1034
2021-03-09T23:08:53.4492556Z linux-azure-5.4-cloud-tools-5.4.0-1035
2021-03-09T23:08:53.4494260Z linux-azure-5.4-cloud-tools-5.4.0-1036 linux-azure-5.4-headers-5.4.0-1031
2021-03-09T23:08:53.4496143Z linux-azure-5.4-headers-5.4.0-1032 linux-azure-5.4-headers-5.4.0-1034
2021-03-09T23:08:53.4497970Z linux-azure-5.4-headers-5.4.0-1035 linux-azure-5.4-headers-5.4.0-1036
2021-03-09T23:08:53.4501035Z linux-azure-5.4-tools-5.4.0-1031 linux-azure-5.4-tools-5.4.0-1032
2021-03-09T23:08:53.4502968Z linux-azure-5.4-tools-5.4.0-1034 linux-azure-5.4-tools-5.4.0-1035
2021-03-09T23:08:53.4504975Z linux-azure-5.4-tools-5.4.0-1036
2021-03-09T23:08:53.4507930Z Use 'sudo apt autoremove' to remove them.
2021-03-09T23:08:53.4935030Z 0 upgraded, 0 newly installed, 0 to remove and 51 not upgraded.
2021-03-09T23:08:53.5568608Z Warning: apt-key output should not be parsed (stdout is not a terminal)
2021-03-09T23:08:53.6714104Z OK
2021-03-09T23:08:54.2605442Z Hit:1 http://azure.archive.ubuntu.com/ubuntu bionic InRelease
2021-03-09T23:08:54.2607984Z Hit:2 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease
2021-03-09T23:08:54.2609819Z Hit:3 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease
2021-03-09T23:08:54.2838620Z Hit:4 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 InRelease
2021-03-09T23:08:54.2848880Z Hit:5 https://download.docker.com/linux/ubuntu bionic InRelease
2021-03-09T23:08:54.2888069Z Hit:6 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 InRelease
2021-03-09T23:08:54.2985306Z Hit:7 http://packages.microsoft.com/repos/azurecore bionic InRelease
2021-03-09T23:08:54.3128909Z Get:8 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 InRelease [1129 B]
2021-03-09T23:08:54.5376075Z Get:9 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
2021-03-09T23:08:56.7627593Z Fetched 89.9 kB in 1s (122 kB/s)
2021-03-09T23:08:57.6618315Z Reading package lists...
2021-03-09T23:08:57.7809280Z Warning: apt-key output should not be parsed (stdout is not a terminal)
2021-03-09T23:08:57.9022578Z OK
2021-03-09T23:08:57.9499229Z deb https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/$(ARCH) /
2021-03-09T23:08:57.9500519Z #deb https://nvidia.github.io/libnvidia-container/experimental/ubuntu18.04/$(ARCH) /
2021-03-09T23:08:57.9501832Z deb https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/$(ARCH) /
2021-03-09T23:08:57.9503477Z #deb https://nvidia.github.io/nvidia-container-runtime/experimental/ubuntu18.04/$(ARCH) /
2021-03-09T23:08:57.9504771Z deb https://nvidia.github.io/nvidia-docker/ubuntu18.04/$(ARCH) /
2021-03-09T23:08:58.0386086Z Hit:1 http://azure.archive.ubuntu.com/ubuntu bionic InRelease
2021-03-09T23:08:58.0388538Z Hit:2 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease
2021-03-09T23:08:58.0390046Z Hit:3 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease
2021-03-09T23:08:58.0607654Z Hit:4 https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 InRelease
2021-03-09T23:08:58.0627564Z Hit:5 https://download.docker.com/linux/ubuntu bionic InRelease
2021-03-09T23:08:58.0672595Z Hit:6 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 InRelease
2021-03-09T23:08:58.0733839Z Get:7 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 InRelease [1129 B]
2021-03-09T23:08:58.0754917Z Hit:8 http://packages.microsoft.com/repos/azurecore bionic InRelease
2021-03-09T23:08:58.3125709Z Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease
2021-03-09T23:08:58.8766927Z Fetched 1129 B in 1s (1506 B/s)
2021-03-09T23:08:59.7677499Z Reading package lists...
2021-03-09T23:08:59.8692924Z Reading package lists...
2021-03-09T23:09:00.0079528Z Building dependency tree...
2021-03-09T23:09:00.0084626Z Reading state information...
2021-03-09T23:09:00.1226481Z containerd.io is already the newest version (1.4.4-1).
2021-03-09T23:09:00.1227410Z docker-ce-cli is already the newest version (5:20.10.5~3-0~ubuntu-bionic).
2021-03-09T23:09:00.1228695Z docker-ce is already the newest version (5:20.10.5~3-0~ubuntu-bionic).
2021-03-09T23:09:00.1229545Z nvidia-docker2 is already the newest version (2.5.0-1).
2021-03-09T23:09:00.1230252Z The following packages were automatically installed and are no longer required:
2021-03-09T23:09:00.1231190Z linux-azure-5.4-cloud-tools-5.4.0-1031
2021-03-09T23:09:00.1232126Z linux-azure-5.4-cloud-tools-5.4.0-1032
2021-03-09T23:09:00.1233043Z linux-azure-5.4-cloud-tools-5.4.0-1034
2021-03-09T23:09:00.1233963Z linux-azure-5.4-cloud-tools-5.4.0-1035
2021-03-09T23:09:00.1235159Z linux-azure-5.4-cloud-tools-5.4.0-1036 linux-azure-5.4-headers-5.4.0-1031
2021-03-09T23:09:00.1236511Z linux-azure-5.4-headers-5.4.0-1032 linux-azure-5.4-headers-5.4.0-1034
2021-03-09T23:09:00.1237831Z linux-azure-5.4-headers-5.4.0-1035 linux-azure-5.4-headers-5.4.0-1036
2021-03-09T23:09:00.1239137Z linux-azure-5.4-tools-5.4.0-1031 linux-azure-5.4-tools-5.4.0-1032
2021-03-09T23:09:00.1240352Z linux-azure-5.4-tools-5.4.0-1034 linux-azure-5.4-tools-5.4.0-1035
2021-03-09T23:09:00.1241313Z linux-azure-5.4-tools-5.4.0-1036
2021-03-09T23:09:00.1242024Z Use 'sudo apt autoremove' to remove them.
2021-03-09T23:09:00.1720775Z 0 upgraded, 0 newly installed, 0 to remove and 51 not upgraded.
2021-03-09T23:09:02.2074893Z ##[group]Run sudo rm -rf $GITHUB_WORKSPACE
2021-03-09T23:09:02.2075506Z �[36;1msudo rm -rf $GITHUB_WORKSPACE�[0m
2021-03-09T23:09:02.2095870Z shell: /bin/bash -e {0}
2021-03-09T23:09:02.2096192Z env:
2021-03-09T23:09:02.2096498Z github_actions: true
2021-03-09T23:09:02.2096839Z os_name: linux
2021-03-09T23:09:02.2097126Z task: cuda
2021-03-09T23:09:02.2097452Z conda_env: test-env
2021-03-09T23:09:02.2097786Z ##[endgroup]
2021-03-09T23:09:02.3098370Z ##[group]Run actions/checkout@v1
2021-03-09T23:09:02.3098761Z with:
2021-03-09T23:09:02.3099089Z fetch-depth: 5
2021-03-09T23:09:02.3099434Z submodules: true
2021-03-09T23:09:02.3099754Z clean: true
2021-03-09T23:09:02.3100066Z env:
2021-03-09T23:09:02.3100365Z github_actions: true
2021-03-09T23:09:02.3100702Z os_name: linux
2021-03-09T23:09:02.3100990Z task: cuda
2021-03-09T23:09:02.3101301Z conda_env: test-env
2021-03-09T23:09:02.3101646Z ##[endgroup]
2021-03-09T23:09:02.6427807Z Syncing repository: microsoft/LightGBM
2021-03-09T23:09:02.6547734Z ##[command]git version
2021-03-09T23:09:02.6865969Z git version 2.17.1
2021-03-09T23:09:02.6976312Z ##[command]git init "/home/guoke/actions-runner/_work/LightGBM/LightGBM"
2021-03-09T23:09:02.7004452Z Initialized empty Git repository in /home/guoke/actions-runner/_work/LightGBM/LightGBM/.git/
2021-03-09T23:09:02.7017027Z ##[command]git remote add origin https://github.com/microsoft/LightGBM
2021-03-09T23:09:02.7045137Z ##[command]git config gc.auto 0
2021-03-09T23:09:02.7069653Z ##[command]git config --get-all http.https://github.com/microsoft/LightGBM.extraheader
2021-03-09T23:09:02.7138734Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --tags --prune --progress --no-recurse-submodules --depth=5 origin +refs/heads/*:refs/remotes/origin/*
2021-03-09T23:09:03.7787997Z remote: Enumerating objects: 4841, done.
2021-03-09T23:09:03.7824458Z remote: Counting objects: 0% (1/4841)
2021-03-09T23:09:03.7824948Z remote: Counting objects: 1% (49/4841)
2021-03-09T23:09:03.7827346Z remote: Counting objects: 2% (97/4841)
2021-03-09T23:09:03.7845129Z remote: Counting objects: 3% (146/4841)
2021-03-09T23:09:03.7845613Z remote: Counting objects: 4% (194/4841)
2021-03-09T23:09:03.7846060Z remote: Counting objects: 5% (243/4841)
2021-03-09T23:09:03.7849511Z remote: Counting objects: 6% (291/4841)
2021-03-09T23:09:03.7850102Z remote: Counting objects: 7% (339/4841)
2021-03-09T23:09:03.7850600Z remote: Counting objects: 8% (388/4841)
2021-03-09T23:09:03.7851047Z remote: Counting objects: 9% (436/4841)
2021-03-09T23:09:03.7851505Z remote: Counting objects: 10% (485/4841)
2021-03-09T23:09:03.7851958Z remote: Counting objects: 11% (533/4841)
2021-03-09T23:09:03.7852421Z remote: Counting objects: 12% (581/4841)
2021-03-09T23:09:03.7855238Z remote: Counting objects: 13% (630/4841)
2021-03-09T23:09:03.7855801Z remote: Counting objects: 14% (678/4841)
2021-03-09T23:09:03.7856264Z remote: Counting objects: 15% (727/4841)
2021-03-09T23:09:03.7856727Z remote: Counting objects: 16% (775/4841)
2021-03-09T23:09:03.7857180Z remote: Counting objects: 17% (823/4841)
2021-03-09T23:09:03.7859306Z remote: Counting objects: 18% (872/4841)
2021-03-09T23:09:03.7860361Z remote: Counting objects: 19% (920/4841)
2021-03-09T23:09:03.7861058Z remote: Counting objects: 20% (969/4841)
2021-03-09T23:09:03.7864062Z remote: Counting objects: 21% (1017/4841)
2021-03-09T23:09:03.7864742Z remote: Counting objects: 22% (1066/4841)
2021-03-09T23:09:03.7865218Z remote: Counting objects: 23% (1114/4841)
2021-03-09T23:09:03.7865701Z remote: Counting objects: 24% (1162/4841)
2021-03-09T23:09:03.7866395Z remote: Counting objects: 25% (1211/4841)
2021-03-09T23:09:03.7866947Z remote: Counting objects: 26% (1259/4841)
2021-03-09T23:09:03.7867424Z remote: Counting objects: 27% (1308/4841)
2021-03-09T23:09:03.7867870Z remote: Counting objects: 28% (1356/4841)
2021-03-09T23:09:03.7868314Z remote: Counting objects: 29% (1404/4841)
2021-03-09T23:09:03.7868751Z remote: Counting objects: 30% (1453/4841)
2021-03-09T23:09:03.7869173Z remote: Counting objects: 31% (1501/4841)
2021-03-09T23:09:03.7870089Z remote: Counting objects: 32% (1550/4841)
2021-03-09T23:09:03.7882452Z remote: Counting objects: 33% (1598/4841)
2021-03-09T23:09:03.7883022Z remote: Counting objects: 34% (1646/4841)
2021-03-09T23:09:03.7883457Z remote: Counting objects: 35% (1695/4841)
2021-03-09T23:09:03.7883907Z remote: Counting objects: 36% (1743/4841)
2021-03-09T23:09:03.7884334Z remote: Counting objects: 37% (1792/4841)
2021-03-09T23:09:03.7884773Z remote: Counting objects: 38% (1840/4841)
2021-03-09T23:09:03.7885201Z remote: Counting objects: 39% (1888/4841)
2021-03-09T23:09:03.7885641Z remote: Counting objects: 40% (1937/4841)
2021-03-09T23:09:03.7886065Z remote: Counting objects: 41% (1985/4841)
2021-03-09T23:09:03.7886504Z remote: Counting objects: 42% (2034/4841)
2021-03-09T23:09:03.7886928Z remote: Counting objects: 43% (2082/4841)
2021-03-09T23:09:03.7887347Z remote: Counting objects: 44% (2131/4841)
2021-03-09T23:09:03.7887790Z remote: Counting objects: 45% (2179/4841)
2021-03-09T23:09:03.7888217Z remote: Counting objects: 46% (2227/4841)
2021-03-09T23:09:03.7889872Z remote: Counting objects: 47% (2276/4841)
2021-03-09T23:09:03.7890325Z remote: Counting objects: 48% (2324/4841)
2021-03-09T23:09:03.7890985Z remote: Counting objects: 49% (2373/4841)
2021-03-09T23:09:03.7891407Z remote: Counting objects: 50% (2421/4841)
2021-03-09T23:09:03.7891844Z remote: Counting objects: 51% (2469/4841)
2021-03-09T23:09:03.7892268Z remote: Counting objects: 52% (2518/4841)
2021-03-09T23:09:03.7892704Z remote: Counting objects: 53% (2566/4841)
2021-03-09T23:09:03.7893125Z remote: Counting objects: 54% (2615/4841)
2021-03-09T23:09:03.7893547Z remote: Counting objects: 55% (2663/4841)
2021-03-09T23:09:03.7893983Z remote: Counting objects: 56% (2711/4841)
2021-03-09T23:09:03.7904131Z remote: Counting objects: 57% (2760/4841)
2021-03-09T23:09:03.7904608Z remote: Counting objects: 58% (2808/4841)
2021-03-09T23:09:03.7905050Z remote: Counting objects: 59% (2857/4841)
2021-03-09T23:09:03.7905656Z remote: Counting objects: 60% (2905/4841)
2021-03-09T23:09:03.7906095Z remote: Counting objects: 61% (2954/4841)
2021-03-09T23:09:03.7906700Z remote: Counting objects: 62% (3002/4841)
2021-03-09T23:09:03.7907130Z remote: Counting objects: 63% (3050/4841)
2021-03-09T23:09:03.7907556Z remote: Counting objects: 64% (3099/4841)
2021-03-09T23:09:03.7907995Z remote: Counting objects: 65% (3147/4841)
2021-03-09T23:09:03.7908548Z remote: Counting objects: 66% (3196/4841)
2021-03-09T23:09:03.7909124Z remote: Counting objects: 67% (3244/4841)
2021-03-09T23:09:03.7909548Z remote: Counting objects: 68% (3292/4841)
2021-03-09T23:09:03.7910089Z remote: Counting objects: 69% (3341/4841)
2021-03-09T23:09:03.7910512Z remote: Counting objects: 70% (3389/4841)
2021-03-09T23:09:03.7910997Z remote: Counting objects: 71% (3438/4841)
2021-03-09T23:09:03.7911505Z remote: Counting objects: 72% (3486/4841)
2021-03-09T23:09:03.7911944Z remote: Counting objects: 73% (3534/4841)
2021-03-09T23:09:03.7912365Z remote: Counting objects: 74% (3583/4841)
2021-03-09T23:09:03.7912865Z remote: Counting objects: 75% (3631/4841)
2021-03-09T23:09:03.7913304Z remote: Counting objects: 76% (3680/4841)
2021-03-09T23:09:03.7913725Z remote: Counting objects: 77% (3728/4841)
2021-03-09T23:09:03.7914162Z remote: Counting objects: 78% (3776/4841)
2021-03-09T23:09:03.7914583Z remote: Counting objects: 79% (3825/4841)
2021-03-09T23:09:03.7915021Z remote: Counting objects: 80% (3873/4841)
2021-03-09T23:09:03.7915466Z remote: Counting objects: 81% (3922/4841)
2021-03-09T23:09:03.7917420Z remote: Counting objects: 82% (3970/4841)
2021-03-09T23:09:03.7917878Z remote: Counting objects: 83% (4019/4841)
2021-03-09T23:09:03.7918793Z remote: Counting objects: 84% (4067/4841)
2021-03-09T23:09:03.7919355Z remote: Counting objects: 85% (4115/4841)
2021-03-09T23:09:03.7956501Z remote: Counting objects: 86% (4164/4841)
2021-03-09T23:09:03.7956937Z remote: Counting objects: 87% (4212/4841)
2021-03-09T23:09:03.7957373Z remote: Counting objects: 88% (4261/4841)
2021-03-09T23:09:03.7957815Z remote: Counting objects: 89% (4309/4841)
2021-03-09T23:09:03.7958237Z remote: Counting objects: 90% (4357/4841)
2021-03-09T23:09:03.7958677Z remote: Counting objects: 91% (4406/4841)
2021-03-09T23:09:03.7959099Z remote: Counting objects: 92% (4454/4841)
2021-03-09T23:09:03.7959543Z remote: Counting objects: 93% (4503/4841)
2021-03-09T23:09:03.7959966Z remote: Counting objects: 94% (4551/4841)
2021-03-09T23:09:03.7960405Z remote: Counting objects: 95% (4599/4841)
2021-03-09T23:09:03.7960939Z remote: Counting objects: 96% (4648/4841)
2021-03-09T23:09:03.7961387Z remote: Counting objects: 97% (4696/4841)
2021-03-09T23:09:03.7961812Z remote: Counting objects: 98% (4745/4841)
2021-03-09T23:09:03.7962251Z remote: Counting objects: 99% (4793/4841)
2021-03-09T23:09:03.7962848Z remote: Counting objects: 100% (4841/4841)
2021-03-09T23:09:03.7963311Z remote: Counting objects: 100% (4841/4841), done.
2021-03-09T23:09:03.7971957Z remote: Compressing objects: 0% (1/2951)
2021-03-09T23:09:03.8152808Z remote: Compressing objects: 1% (30/2951)
2021-03-09T23:09:03.8248284Z remote: Compressing objects: 2% (60/2951)
2021-03-09T23:09:03.8425377Z remote: Compressing objects: 3% (89/2951)
2021-03-09T23:09:03.8512526Z remote: Compressing objects: 4% (119/2951)
2021-03-09T23:09:03.8616310Z remote: Compressing objects: 5% (148/2951)
2021-03-09T23:09:03.8702270Z remote: Compressing objects: 6% (178/2951)
2021-03-09T23:09:03.9008538Z remote: Compressing objects: 7% (207/2951)
2021-03-09T23:09:03.9208897Z remote: Compressing objects: 8% (237/2951)
2021-03-09T23:09:03.9301433Z remote: Compressing objects: 9% (266/2951)
2021-03-09T23:09:03.9452244Z remote: Compressing objects: 10% (296/2951)
2021-03-09T23:09:03.9540240Z remote: Compressing objects: 11% (325/2951)
2021-03-09T23:09:03.9592798Z remote: Compressing objects: 12% (355/2951)
2021-03-09T23:09:03.9672670Z remote: Compressing objects: 13% (384/2951)
2021-03-09T23:09:03.9689050Z remote: Compressing objects: 14% (414/2951)
2021-03-09T23:09:03.9778300Z remote: Compressing objects: 15% (443/2951)
2021-03-09T23:09:03.9886328Z remote: Compressing objects: 16% (473/2951)
2021-03-09T23:09:04.0025886Z remote: Compressing objects: 17% (502/2951)
2021-03-09T23:09:04.0120956Z remote: Compressing objects: 18% (532/2951)
2021-03-09T23:09:04.0229384Z remote: Compressing objects: 19% (561/2951)
2021-03-09T23:09:04.0305231Z remote: Compressing objects: 20% (591/2951)
2021-03-09T23:09:04.0449121Z remote: Compressing objects: 21% (620/2951)
2021-03-09T23:09:04.0644030Z remote: Compressing objects: 22% (650/2951)
2021-03-09T23:09:04.0941882Z remote: Compressing objects: 23% (679/2951)
2021-03-09T23:09:04.1105737Z remote: Compressing objects: 24% (709/2951)
2021-03-09T23:09:04.1267092Z remote: Compressing objects: 25% (738/2951)
2021-03-09T23:09:04.1359616Z remote: Compressing objects: 26% (768/2951)
2021-03-09T23:09:04.1585371Z remote: Compressing objects: 27% (797/2951)
2021-03-09T23:09:04.1735213Z remote: Compressing objects: 28% (827/2951)
2021-03-09T23:09:04.1842753Z remote: Compressing objects: 29% (856/2951)
2021-03-09T23:09:04.1868069Z remote: Compressing objects: 30% (886/2951)
2021-03-09T23:09:04.1873911Z remote: Compressing objects: 31% (915/2951)
2021-03-09T23:09:04.1911400Z remote: Compressing objects: 32% (945/2951)
2021-03-09T23:09:04.1947232Z remote: Compressing objects: 33% (974/2951)
2021-03-09T23:09:04.1963384Z remote: Compressing objects: 34% (1004/2951)
2021-03-09T23:09:04.2034809Z remote: Compressing objects: 35% (1033/2951)
2021-03-09T23:09:04.2035341Z remote: Compressing objects: 36% (1063/2951)
2021-03-09T23:09:04.2077254Z remote: Compressing objects: 37% (1092/2951)
2021-03-09T23:09:04.2146900Z remote: Compressing objects: 38% (1122/2951)
2021-03-09T23:09:04.2275158Z remote: Compressing objects: 39% (1151/2951)
2021-03-09T23:09:04.2342308Z remote: Compressing objects: 40% (1181/2951)
2021-03-09T23:09:04.2367028Z remote: Compressing objects: 41% (1210/2951)
2021-03-09T23:09:04.2420010Z remote: Compressing objects: 42% (1240/2951)
2021-03-09T23:09:04.2471530Z remote: Compressing objects: 43% (1269/2951)
2021-03-09T23:09:04.2516226Z remote: Compressing objects: 44% (1299/2951)
2021-03-09T23:09:04.2530428Z remote: Compressing objects: 45% (1328/2951)
2021-03-09T23:09:04.2572274Z remote: Compressing objects: 46% (1358/2951)
2021-03-09T23:09:04.2592533Z remote: Compressing objects: 47% (1387/2951)
2021-03-09T23:09:04.2609862Z remote: Compressing objects: 48% (1417/2951)
2021-03-09T23:09:04.2707050Z remote: Compressing objects: 49% (1446/2951)
2021-03-09T23:09:04.2783529Z remote: Compressing objects: 50% (1476/2951)
2021-03-09T23:09:04.2925162Z remote: Compressing objects: 51% (1506/2951)
2021-03-09T23:09:04.2925677Z remote: Compressing objects: 52% (1535/2951)
2021-03-09T23:09:04.2971894Z remote: Compressing objects: 53% (1565/2951)
2021-03-09T23:09:04.3128914Z remote: Compressing objects: 54% (1594/2951)
2021-03-09T23:09:04.3366827Z remote: Compressing objects: 55% (1624/2951)
2021-03-09T23:09:04.3379552Z remote: Compressing objects: 56% (1653/2951)
2021-03-09T23:09:04.3388881Z remote: Compressing objects: 57% (1683/2951)
2021-03-09T23:09:04.3443093Z remote: Compressing objects: 58% (1712/2951)
2021-03-09T23:09:04.3635396Z remote: Compressing objects: 59% (1742/2951)
2021-03-09T23:09:04.3788246Z remote: Compressing objects: 60% (1771/2951)
2021-03-09T23:09:04.3880557Z remote: Compressing objects: 61% (1801/2951)
2021-03-09T23:09:04.3920928Z remote: Compressing objects: 62% (1830/2951)
2021-03-09T23:09:04.4001278Z remote: Compressing objects: 63% (1860/2951)
2021-03-09T23:09:04.4062130Z remote: Compressing objects: 64% (1889/2951)
2021-03-09T23:09:04.4140213Z remote: Compressing objects: 65% (1919/2951)
2021-03-09T23:09:04.4155353Z remote: Compressing objects: 66% (1948/2951)
2021-03-09T23:09:04.4155838Z remote: Compressing objects: 67% (1978/2951)
2021-03-09T23:09:04.4156320Z remote: Compressing objects: 68% (2007/2951)
2021-03-09T23:09:04.4156816Z remote: Compressing objects: 69% (2037/2951)
2021-03-09T23:09:04.4157300Z remote: Compressing objects: 70% (2066/2951)
2021-03-09T23:09:04.4159731Z remote: Compressing objects: 71% (2096/2951)
2021-03-09T23:09:04.4170385Z remote: Compressing objects: 72% (2125/2951)
2021-03-09T23:09:04.4179973Z remote: Compressing objects: 73% (2155/2951)
2021-03-09T23:09:04.4205856Z remote: Compressing objects: 74% (2184/2951)
2021-03-09T23:09:04.4206404Z remote: Compressing objects: 75% (2214/2951)
2021-03-09T23:09:04.4206943Z remote: Compressing objects: 76% (2243/2951)
2021-03-09T23:09:04.4207434Z remote: Compressing objects: 77% (2273/2951)
2021-03-09T23:09:04.4235388Z remote: Compressing objects: 78% (2302/2951)
2021-03-09T23:09:04.4235897Z remote: Compressing objects: 79% (2332/2951)
2021-03-09T23:09:04.4236360Z remote: Compressing objects: 80% (2361/2951)
2021-03-09T23:09:04.4241479Z remote: Compressing objects: 81% (2391/2951)
2021-03-09T23:09:04.4248585Z remote: Compressing objects: 82% (2420/2951)
2021-03-09T23:09:04.4250655Z remote: Compressing objects: 83% (2450/2951)
2021-03-09T23:09:04.4251697Z remote: Compressing objects: 84% (2479/2951)
2021-03-09T23:09:04.4252202Z remote: Compressing objects: 85% (2509/2951)
2021-03-09T23:09:04.4261263Z remote: Compressing objects: 86% (2538/2951)
2021-03-09T23:09:04.4261798Z remote: Compressing objects: 87% (2568/2951)
2021-03-09T23:09:04.4269370Z remote: Compressing objects: 88% (2597/2951)
2021-03-09T23:09:04.4274128Z remote: Compressing objects: 89% (2627/2951)
2021-03-09T23:09:04.4284296Z remote: Compressing objects: 90% (2656/2951)
2021-03-09T23:09:04.4294836Z remote: Compressing objects: 91% (2686/2951)
2021-03-09T23:09:04.4327281Z remote: Compressing objects: 92% (2715/2951)
2021-03-09T23:09:04.4330463Z remote: Compressing objects: 93% (2745/2951)
2021-03-09T23:09:04.4372132Z remote: Compressing objects: 94% (2774/2951)
2021-03-09T23:09:04.4372650Z remote: Compressing objects: 95% (2804/2951)
2021-03-09T23:09:04.4373115Z remote: Compressing objects: 96% (2833/2951)
2021-03-09T23:09:04.4373787Z remote: Compressing objects: 97% (2863/2951)
2021-03-09T23:09:04.4377278Z remote: Compressing objects: 98% (2892/2951)
2021-03-09T23:09:04.4382928Z remote: Compressing objects: 99% (2922/2951)
2021-03-09T23:09:04.4383452Z remote: Compressing objects: 100% (2951/2951)
2021-03-09T23:09:04.4383959Z remote: Compressing objects: 100% (2951/2951), done.
2021-03-09T23:09:04.4437543Z Receiving objects: 0% (1/4841)
2021-03-09T23:09:04.4443808Z Receiving objects: 1% (49/4841)
2021-03-09T23:09:04.4448967Z Receiving objects: 2% (97/4841)
2021-03-09T23:09:04.4452484Z Receiving objects: 3% (146/4841)
2021-03-09T23:09:04.4454275Z Receiving objects: 4% (194/4841)
2021-03-09T23:09:04.4567633Z Receiving objects: 5% (243/4841)
2021-03-09T23:09:04.4630119Z Receiving objects: 6% (291/4841)
2021-03-09T23:09:04.4788304Z Receiving objects: 7% (339/4841)
2021-03-09T23:09:04.4789113Z Receiving objects: 8% (388/4841)
2021-03-09T23:09:04.4835505Z Receiving objects: 9% (436/4841)
2021-03-09T23:09:04.4872841Z Receiving objects: 10% (485/4841)
2021-03-09T23:09:04.4890807Z Receiving objects: 11% (533/4841)
2021-03-09T23:09:04.4923508Z Receiving objects: 12% (581/4841)
2021-03-09T23:09:04.4993768Z Receiving objects: 13% (630/4841)
2021-03-09T23:09:04.5010356Z Receiving objects: 14% (678/4841)
2021-03-09T23:09:04.5048803Z Receiving objects: 15% (727/4841)
2021-03-09T23:09:04.5050658Z Receiving objects: 16% (775/4841)
2021-03-09T23:09:04.5052804Z Receiving objects: 17% (823/4841)
2021-03-09T23:09:04.5055367Z Receiving objects: 18% (872/4841)
2021-03-09T23:09:04.5056485Z Receiving objects: 19% (920/4841)
2021-03-09T23:09:04.5059465Z Receiving objects: 20% (969/4841)
2021-03-09T23:09:04.5061785Z Receiving objects: 21% (1017/4841)
2021-03-09T23:09:04.5064252Z Receiving objects: 22% (1066/4841)
2021-03-09T23:09:04.5069251Z Receiving objects: 23% (1114/4841)
2021-03-09T23:09:04.5076195Z Receiving objects: 24% (1162/4841)
2021-03-09T23:09:04.5080449Z Receiving objects: 25% (1211/4841)
2021-03-09T23:09:04.5085314Z Receiving objects: 26% (1259/4841)
2021-03-09T23:09:04.5087926Z Receiving objects: 27% (1308/4841)
2021-03-09T23:09:04.5199196Z Receiving objects: 28% (1356/4841)
2021-03-09T23:09:04.5320453Z Receiving objects: 29% (1404/4841)
2021-03-09T23:09:04.5433962Z Receiving objects: 30% (1453/4841)
2021-03-09T23:09:04.5463842Z Receiving objects: 31% (1501/4841)
2021-03-09T23:09:04.5697211Z Receiving objects: 32% (1550/4841)
2021-03-09T23:09:04.5702044Z Receiving objects: 33% (1598/4841)
2021-03-09T23:09:04.5704378Z Receiving objects: 34% (1646/4841)
2021-03-09T23:09:04.5707616Z Receiving objects: 35% (1695/4841)
2021-03-09T23:09:04.5710454Z Receiving objects: 36% (1743/4841)
2021-03-09T23:09:04.5719461Z Receiving objects: 37% (1792/4841)
2021-03-09T23:09:04.5730586Z Receiving objects: 38% (1840/4841)
2021-03-09T23:09:04.5743809Z Receiving objects: 39% (1888/4841)
2021-03-09T23:09:04.5749098Z Receiving objects: 40% (1937/4841)
2021-03-09T23:09:04.5760253Z Receiving objects: 41% (1985/4841)
2021-03-09T23:09:04.5778290Z Receiving objects: 42% (2034/4841)
2021-03-09T23:09:04.6346948Z Receiving objects: 43% (2082/4841)
2021-03-09T23:09:04.6956259Z Receiving objects: 44% (2131/4841)
2021-03-09T23:09:04.7107977Z Receiving objects: 45% (2179/4841)
2021-03-09T23:09:04.7651595Z Receiving objects: 46% (2227/4841)
2021-03-09T23:09:04.7676836Z Receiving objects: 47% (2276/4841)
2021-03-09T23:09:04.7686210Z Receiving objects: 48% (2324/4841)
2021-03-09T23:09:04.7699131Z Receiving objects: 49% (2373/4841)
2021-03-09T23:09:04.7703822Z Receiving objects: 50% (2421/4841)
2021-03-09T23:09:04.7709168Z Receiving objects: 51% (2469/4841)
2021-03-09T23:09:04.7715353Z Receiving objects: 52% (2518/4841)
2021-03-09T23:09:04.7725296Z Receiving objects: 53% (2566/4841)
2021-03-09T23:09:04.7730780Z Receiving objects: 54% (2615/4841)
2021-03-09T23:09:04.7746920Z Receiving objects: 55% (2663/4841)
2021-03-09T23:09:04.7760687Z Receiving objects: 56% (2711/4841)
2021-03-09T23:09:04.7769928Z Receiving objects: 57% (2760/4841)
2021-03-09T23:09:04.7775346Z Receiving objects: 58% (2808/4841)
2021-03-09T23:09:04.7787454Z Receiving objects: 59% (2857/4841)
2021-03-09T23:09:04.7798705Z Receiving objects: 60% (2905/4841)
2021-03-09T23:09:04.7808473Z Receiving objects: 61% (2954/4841)
2021-03-09T23:09:04.7819052Z Receiving objects: 62% (3002/4841)
2021-03-09T23:09:04.7833211Z Receiving objects: 63% (3050/4841)
2021-03-09T23:09:04.7844260Z Receiving objects: 64% (3099/4841)
2021-03-09T23:09:04.7848009Z Receiving objects: 65% (3147/4841)
2021-03-09T23:09:04.7853862Z Receiving objects: 66% (3196/4841)
2021-03-09T23:09:04.7859571Z Receiving objects: 67% (3244/4841)
2021-03-09T23:09:04.7866463Z Receiving objects: 68% (3292/4841)
2021-03-09T23:09:04.7878003Z Receiving objects: 69% (3341/4841)
2021-03-09T23:09:04.7897841Z Receiving objects: 70% (3389/4841)
2021-03-09T23:09:04.7915548Z Receiving objects: 71% (3438/4841)
2021-03-09T23:09:04.7922649Z Receiving objects: 72% (3486/4841)
2021-03-09T23:09:04.7973011Z Receiving objects: 73% (3534/4841)
2021-03-09T23:09:04.7978807Z Receiving objects: 74% (3583/4841)
2021-03-09T23:09:04.7997516Z Receiving objects: 75% (3631/4841)
2021-03-09T23:09:04.8011917Z Receiving objects: 76% (3680/4841)
2021-03-09T23:09:04.8015615Z Receiving objects: 77% (3728/4841)
2021-03-09T23:09:04.8021416Z Receiving objects: 78% (3776/4841)
2021-03-09T23:09:04.8030069Z Receiving objects: 79% (3825/4841)
2021-03-09T23:09:04.8038000Z Receiving objects: 80% (3873/4841)
2021-03-09T23:09:04.8056073Z Receiving objects: 81% (3922/4841)
2021-03-09T23:09:04.8067301Z Receiving objects: 82% (3970/4841)
2021-03-09T23:09:04.8073808Z Receiving objects: 83% (4019/4841)
2021-03-09T23:09:04.8079950Z Receiving objects: 84% (4067/4841)
2021-03-09T23:09:04.8091276Z Receiving objects: 85% (4115/4841)
2021-03-09T23:09:04.8099894Z Receiving objects: 86% (4164/4841)
2021-03-09T23:09:04.8106132Z Receiving objects: 87% (4212/4841)
2021-03-09T23:09:04.8113587Z Receiving objects: 88% (4261/4841)
2021-03-09T23:09:04.8146656Z Receiving objects: 89% (4309/4841)
2021-03-09T23:09:04.8151271Z Receiving objects: 90% (4357/4841)
2021-03-09T23:09:04.8158678Z Receiving objects: 91% (4406/4841)
2021-03-09T23:09:04.8168815Z Receiving objects: 92% (4454/4841)
2021-03-09T23:09:04.8176570Z Receiving objects: 93% (4503/4841)
2021-03-09T23:09:04.8206837Z Receiving objects: 94% (4551/4841)
2021-03-09T23:09:04.8211225Z Receiving objects: 95% (4599/4841)
2021-03-09T23:09:04.8227915Z Receiving objects: 96% (4648/4841)
2021-03-09T23:09:04.8236822Z Receiving objects: 97% (4696/4841)
2021-03-09T23:09:04.8243299Z Receiving objects: 98% (4745/4841)
2021-03-09T23:09:04.8244433Z remote: Total 4841 (delta 3443), reused 2678 (delta 1742), pack-reused 0
2021-03-09T23:09:04.8266889Z Receiving objects: 99% (4793/4841)
2021-03-09T23:09:04.8267318Z Receiving objects: 100% (4841/4841)
2021-03-09T23:09:04.8267771Z Receiving objects: 100% (4841/4841), 7.27 MiB | 18.98 MiB/s, done.
2021-03-09T23:09:04.8274295Z Resolving deltas: 0% (0/3443)
2021-03-09T23:09:04.8275186Z Resolving deltas: 1% (40/3443)
2021-03-09T23:09:04.8278763Z Resolving deltas: 2% (70/3443)
2021-03-09T23:09:04.8279365Z Resolving deltas: 3% (121/3443)
2021-03-09T23:09:04.8282288Z Resolving deltas: 4% (139/3443)
2021-03-09T23:09:04.8284574Z Resolving deltas: 5% (173/3443)
2021-03-09T23:09:04.8285862Z Resolving deltas: 6% (215/3443)
2021-03-09T23:09:04.8287441Z Resolving deltas: 7% (242/3443)
2021-03-09T23:09:04.8289869Z Resolving deltas: 8% (276/3443)
2021-03-09T23:09:04.8291412Z Resolving deltas: 9% (311/3443)
2021-03-09T23:09:04.8293778Z Resolving deltas: 10% (345/3443)
2021-03-09T23:09:04.8295507Z Resolving deltas: 11% (381/3443)
2021-03-09T23:09:04.8297775Z Resolving deltas: 12% (415/3443)
2021-03-09T23:09:04.8299324Z Resolving deltas: 13% (458/3443)
2021-03-09T23:09:04.8301275Z Resolving deltas: 14% (494/3443)
2021-03-09T23:09:04.8302446Z Resolving deltas: 15% (521/3443)
2021-03-09T23:09:04.8304015Z Resolving deltas: 16% (554/3443)
2021-03-09T23:09:04.8305884Z Resolving deltas: 17% (587/3443)
2021-03-09T23:09:04.8307769Z Resolving deltas: 18% (623/3443)
2021-03-09T23:09:04.8309325Z Resolving deltas: 19% (655/3443)
2021-03-09T23:09:04.8312240Z Resolving deltas: 20% (689/3443)
2021-03-09T23:09:04.8320466Z Resolving deltas: 21% (734/3443)
2021-03-09T23:09:04.8320870Z Resolving deltas: 22% (785/3443)
2021-03-09T23:09:04.8324575Z Resolving deltas: 23% (792/3443)
2021-03-09T23:09:04.8330069Z Resolving deltas: 24% (830/3443)
2021-03-09T23:09:04.8330493Z Resolving deltas: 25% (883/3443)
2021-03-09T23:09:04.8334712Z Resolving deltas: 26% (902/3443)
2021-03-09T23:09:04.8347662Z Resolving deltas: 27% (934/3443)
2021-03-09T23:09:04.8351319Z Resolving deltas: 28% (978/3443)
2021-03-09T23:09:04.8356400Z Resolving deltas: 29% (1000/3443)
2021-03-09T23:09:04.8361698Z Resolving deltas: 30% (1034/3443)
2021-03-09T23:09:04.8368892Z Resolving deltas: 31% (1071/3443)
2021-03-09T23:09:04.8372609Z Resolving deltas: 32% (1106/3443)
2021-03-09T23:09:04.8376425Z Resolving deltas: 33% (1142/3443)
2021-03-09T23:09:04.8376830Z Resolving deltas: 34% (1199/3443)
2021-03-09T23:09:04.8379191Z Resolving deltas: 35% (1206/3443)
2021-03-09T23:09:04.8381363Z Resolving deltas: 36% (1246/3443)
2021-03-09T23:09:04.8384108Z Resolving deltas: 37% (1275/3443)
2021-03-09T23:09:04.8387514Z Resolving deltas: 38% (1316/3443)
2021-03-09T23:09:04.8395763Z Resolving deltas: 39% (1346/3443)
2021-03-09T23:09:04.8399444Z Resolving deltas: 40% (1382/3443)
2021-03-09T23:09:04.8405167Z Resolving deltas: 41% (1412/3443)
2021-03-09T23:09:04.8411135Z Resolving deltas: 42% (1458/3443)
2021-03-09T23:09:04.8419972Z Resolving deltas: 43% (1483/3443)
2021-03-09T23:09:04.8424950Z Resolving deltas: 44% (1522/3443)
2021-03-09T23:09:04.8425385Z Resolving deltas: 45% (1558/3443)
2021-03-09T23:09:04.8430860Z Resolving deltas: 46% (1584/3443)
2021-03-09T23:09:04.8434330Z Resolving deltas: 47% (1622/3443)
2021-03-09T23:09:04.8442110Z Resolving deltas: 48% (1655/3443)
2021-03-09T23:09:04.8461995Z Resolving deltas: 49% (1692/3443)
2021-03-09T23:09:04.8468193Z Resolving deltas: 50% (1739/3443)
2021-03-09T23:09:04.8471730Z Resolving deltas: 51% (1766/3443)
2021-03-09T23:09:04.8476856Z Resolving deltas: 52% (1796/3443)
2021-03-09T23:09:04.8481117Z Resolving deltas: 53% (1834/3443)
2021-03-09T23:09:04.8487482Z Resolving deltas: 54% (1862/3443)
2021-03-09T23:09:04.8495805Z Resolving deltas: 55% (1901/3443)
2021-03-09T23:09:04.8502974Z Resolving deltas: 56% (1946/3443)
2021-03-09T23:09:04.8517017Z Resolving deltas: 57% (1968/3443)
2021-03-09T23:09:04.8532659Z Resolving deltas: 58% (1998/3443)
2021-03-09T23:09:04.8547501Z Resolving deltas: 59% (2047/3443)
2021-03-09T23:09:04.8561193Z Resolving deltas: 60% (2077/3443)
2021-03-09T23:09:04.8569072Z Resolving deltas: 61% (2112/3443)
2021-03-09T23:09:04.8586912Z Resolving deltas: 62% (2138/3443)
2021-03-09T23:09:04.8606400Z Resolving deltas: 63% (2185/3443)
2021-03-09T23:09:04.8617344Z Resolving deltas: 64% (2230/3443)
2021-03-09T23:09:04.8635822Z Resolving deltas: 65% (2251/3443)
2021-03-09T23:09:04.8645327Z Resolving deltas: 66% (2279/3443)
2021-03-09T23:09:04.8656127Z Resolving deltas: 67% (2307/3443)
2021-03-09T23:09:04.8664933Z Resolving deltas: 68% (2349/3443)
2021-03-09T23:09:04.8667658Z Resolving deltas: 69% (2378/3443)
2021-03-09T23:09:04.8670718Z Resolving deltas: 70% (2411/3443)
2021-03-09T23:09:04.8675929Z Resolving deltas: 71% (2445/3443)
2021-03-09T23:09:04.8680261Z Resolving deltas: 72% (2480/3443)
2021-03-09T23:09:04.8687903Z Resolving deltas: 73% (2514/3443)
2021-03-09T23:09:04.8706022Z Resolving deltas: 74% (2551/3443)
2021-03-09T23:09:04.8707149Z Resolving deltas: 75% (2612/3443)
2021-03-09T23:09:04.8718564Z Resolving deltas: 76% (2622/3443)
2021-03-09T23:09:04.8727700Z Resolving deltas: 77% (2652/3443)
2021-03-09T23:09:04.8735947Z Resolving deltas: 78% (2690/3443)
2021-03-09T23:09:04.8750868Z Resolving deltas: 79% (2732/3443)
2021-03-09T23:09:04.8758247Z Resolving deltas: 80% (2767/3443)
2021-03-09T23:09:04.8766387Z Resolving deltas: 81% (2795/3443)
2021-03-09T23:09:04.8770561Z Resolving deltas: 82% (2835/3443)
2021-03-09T23:09:04.8777933Z Resolving deltas: 83% (2858/3443)
2021-03-09T23:09:04.8793941Z Resolving deltas: 84% (2894/3443)
2021-03-09T23:09:04.8799946Z Resolving deltas: 85% (2941/3443)
2021-03-09T23:09:04.8809147Z Resolving deltas: 86% (2962/3443)
2021-03-09T23:09:04.8818643Z Resolving deltas: 87% (2998/3443)
2021-03-09T23:09:04.8820478Z Resolving deltas: 88% (3038/3443)
2021-03-09T23:09:04.8824639Z Resolving deltas: 89% (3070/3443)
2021-03-09T23:09:04.8831455Z Resolving deltas: 90% (3100/3443)
2021-03-09T23:09:04.8837050Z Resolving deltas: 91% (3134/3443)
2021-03-09T23:09:04.8840732Z Resolving deltas: 92% (3172/3443)
2021-03-09T23:09:04.8846836Z Resolving deltas: 93% (3206/3443)
2021-03-09T23:09:04.8850964Z Resolving deltas: 94% (3240/3443)
2021-03-09T23:09:04.8855743Z Resolving deltas: 95% (3275/3443)
2021-03-09T23:09:04.8866981Z Resolving deltas: 96% (3306/3443)
2021-03-09T23:09:04.8872063Z Resolving deltas: 97% (3353/3443)
2021-03-09T23:09:04.8877548Z Resolving deltas: 98% (3382/3443)
2021-03-09T23:09:04.8883779Z Resolving deltas: 99% (3409/3443)
2021-03-09T23:09:04.8884222Z Resolving deltas: 100% (3443/3443)
2021-03-09T23:09:04.8884722Z Resolving deltas: 100% (3443/3443), done.
2021-03-09T23:09:04.9659352Z From https://github.com/microsoft/LightGBM
2021-03-09T23:09:04.9660854Z * [new branch] dask_aarch64 -> origin/dask_aarch64
2021-03-09T23:09:04.9661597Z * [new branch] docs/jlamb -> origin/docs/jlamb
2021-03-09T23:09:04.9662393Z * [new branch] fix/r3.6-ci -> origin/fix/r3.6-ci
2021-03-09T23:09:04.9663197Z * [new branch] guolinke-patch-1 -> origin/guolinke-patch-1
2021-03-09T23:09:04.9664056Z * [new branch] master -> origin/master
2021-03-09T23:09:04.9664735Z * [new branch] sklearn -> origin/sklearn
2021-03-09T23:09:04.9666130Z * [new branch] sparse_bin_int64 -> origin/sparse_bin_int64
2021-03-09T23:09:04.9669634Z * [new tag] stable -> stable
2021-03-09T23:09:04.9670905Z * [new tag] v1 -> v1
2021-03-09T23:09:04.9671671Z * [new tag] v2.0 -> v2.0
2021-03-09T23:09:04.9674533Z * [new tag] v2.0.10 -> v2.0.10
2021-03-09T23:09:04.9675229Z * [new tag] v2.0.11 -> v2.0.11
2021-03-09T23:09:04.9675853Z * [new tag] v2.0.12 -> v2.0.12
2021-03-09T23:09:04.9676480Z * [new tag] v2.0.3 -> v2.0.3
2021-03-09T23:09:04.9677069Z * [new tag] v2.0.4 -> v2.0.4
2021-03-09T23:09:04.9677619Z * [new tag] v2.0.5 -> v2.0.5
2021-03-09T23:09:04.9678154Z * [new tag] v2.0.6 -> v2.0.6
2021-03-09T23:09:04.9678811Z * [new tag] v2.0.7 -> v2.0.7
2021-03-09T23:09:04.9679370Z * [new tag] v2.0.8 -> v2.0.8
2021-03-09T23:09:04.9679957Z * [new tag] v2.1.0 -> v2.1.0
2021-03-09T23:09:04.9680505Z * [new tag] v2.1.1 -> v2.1.1
2021-03-09T23:09:04.9681114Z * [new tag] v2.1.2 -> v2.1.2
2021-03-09T23:09:04.9681720Z * [new tag] v2.2.0 -> v2.2.0
2021-03-09T23:09:04.9682340Z * [new tag] v2.2.1 -> v2.2.1
2021-03-09T23:09:04.9682881Z * [new tag] v2.2.2 -> v2.2.2
2021-03-09T23:09:04.9683496Z * [new tag] v2.2.3 -> v2.2.3
2021-03-09T23:09:04.9684296Z * [new tag] v2.3.0 -> v2.3.0
2021-03-09T23:09:04.9684957Z * [new tag] v2.3.1 -> v2.3.1
2021-03-09T23:09:04.9685515Z * [new tag] v3.0.0 -> v3.0.0
2021-03-09T23:09:04.9686265Z * [new tag] v3.0.0rc1 -> v3.0.0rc1
2021-03-09T23:09:04.9686856Z * [new tag] v3.1.0 -> v3.1.0
2021-03-09T23:09:04.9687692Z * [new tag] v3.1.1 -> v3.1.1
2021-03-09T23:09:04.9817545Z ##[command]git checkout --progress --force 85bda857c01eade4eed6a96d9bc24cffcf6af36d
2021-03-09T23:09:05.0827794Z Note: checking out '85bda857c01eade4eed6a96d9bc24cffcf6af36d'.
2021-03-09T23:09:05.0828383Z
2021-03-09T23:09:05.0829228Z You are in 'detached HEAD' state. You can look around, make experimental
2021-03-09T23:09:05.0829928Z changes and commit them, and you can discard any commits you make in this
2021-03-09T23:09:05.0830667Z state without impacting any branches by performing another checkout.
2021-03-09T23:09:05.0831067Z
2021-03-09T23:09:05.0831597Z If you want to create a new branch to retain commits you create, you may
2021-03-09T23:09:05.0832537Z do so (now or later) by using -b with the checkout command again. Example:
2021-03-09T23:09:05.0832957Z
2021-03-09T23:09:05.0833554Z git checkout -b <new-branch-name>
2021-03-09T23:09:05.0833845Z
2021-03-09T23:09:05.0834374Z HEAD is now at 85bda85 [ci] fix R CMD CHECK note about example timings (fixes #4049) (#4055)
2021-03-09T23:09:05.0844934Z ##[command]git submodule sync
2021-03-09T23:09:05.1066856Z ##[command]git -c http.https://github.tiyicn.workers.dev.extraheader="AUTHORIZATION: basic ***" submodule update --init --force --depth=5
2021-03-09T23:09:05.1387586Z Submodule 'include/boost/compute' (https://github.com/boostorg/compute) registered for path 'external_libs/compute'
2021-03-09T23:09:05.1389584Z Submodule 'eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'external_libs/eigen'
2021-03-09T23:09:05.1392144Z Submodule 'external_libs/fast_double_parser' (https://github.com/lemire/fast_double_parser.git) registered for path 'external_libs/fast_double_parser'
2021-03-09T23:09:05.1395678Z Submodule 'external_libs/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'external_libs/fmt'
2021-03-09T23:09:05.1437868Z Cloning into '/home/guoke/actions-runner/_work/LightGBM/LightGBM/external_libs/compute'...
2021-03-09T23:09:06.5445228Z Cloning into '/home/guoke/actions-runner/_work/LightGBM/LightGBM/external_libs/eigen'...
2021-03-09T23:09:08.2171242Z Cloning into '/home/guoke/actions-runner/_work/LightGBM/LightGBM/external_libs/fast_double_parser'...
2021-03-09T23:09:09.5455851Z Cloning into '/home/guoke/actions-runner/_work/LightGBM/LightGBM/external_libs/fmt'...
2021-03-09T23:09:10.9057997Z Submodule path 'external_libs/compute': checked out '36c89134d4013b2e5e45bc55656a18bd6141995a'
2021-03-09T23:09:12.8331255Z From https://gitlab.com/libeigen/eigen
2021-03-09T23:09:12.8332791Z * branch 8ba1b0f41a7950dc3e1d4ed75859e36c73311235 -> FETCH_HEAD
2021-03-09T23:09:12.9786620Z Submodule path 'external_libs/eigen': checked out '8ba1b0f41a7950dc3e1d4ed75859e36c73311235'
2021-03-09T23:09:14.6553514Z From https://github.com/lemire/fast_double_parser
2021-03-09T23:09:14.6555025Z * branch ace60646c02dc54c57f19d644e49a61e7e7758ec -> FETCH_HEAD
2021-03-09T23:09:14.6890992Z Submodule path 'external_libs/fast_double_parser': checked out 'ace60646c02dc54c57f19d644e49a61e7e7758ec'
2021-03-09T23:09:16.7572433Z From https://github.com/fmtlib/fmt
2021-03-09T23:09:16.7574308Z * branch cc09f1a6798c085c325569ef466bcdcffdc266d4 -> FETCH_HEAD
2021-03-09T23:09:16.8001278Z Submodule path 'external_libs/fmt': checked out 'cc09f1a6798c085c325569ef466bcdcffdc266d4'
2021-03-09T23:09:16.8193686Z ##[group]Run export ROOT_DOCKER_FOLDER=/LightGBM
2021-03-09T23:09:16.8194519Z �[36;1mexport ROOT_DOCKER_FOLDER=/LightGBM�[0m
2021-03-09T23:09:16.8194983Z �[36;1mcat > docker.env <<EOF�[0m
2021-03-09T23:09:16.8195413Z �[36;1mGITHUB_ACTIONS=true�[0m
2021-03-09T23:09:16.8195932Z �[36;1mOS_NAME=linux�[0m
2021-03-09T23:09:16.8196283Z �[36;1mCOMPILER=gcc�[0m
2021-03-09T23:09:16.8196670Z �[36;1mTASK=cuda�[0m
2021-03-09T23:09:16.8197048Z �[36;1mMETHOD=wheel�[0m
2021-03-09T23:09:16.8197460Z �[36;1mCONDA_ENV=test-env�[0m
2021-03-09T23:09:16.8197844Z �[36;1mPYTHON_VERSION=3.9�[0m
2021-03-09T23:09:16.8198313Z �[36;1mBUILD_DIRECTORY=$ROOT_DOCKER_FOLDER�[0m
2021-03-09T23:09:16.8198787Z �[36;1mLGB_VER=$(head -n 1 VERSION.txt)�[0m
2021-03-09T23:09:16.8199154Z �[36;1mEOF�[0m
2021-03-09T23:09:16.8199610Z �[36;1mcat > docker-script.sh <<EOF�[0m
2021-03-09T23:09:16.8200079Z �[36;1mexport CONDA=\$HOME/miniconda�[0m
2021-03-09T23:09:16.8200557Z �[36;1mexport PATH=\$CONDA/bin:\$PATH�[0m
2021-03-09T23:09:16.8201041Z �[36;1mnvidia-smi�[0m
2021-03-09T23:09:16.8201477Z �[36;1m$ROOT_DOCKER_FOLDER/.ci/setup.sh || exit -1�[0m
2021-03-09T23:09:16.8202047Z �[36;1m$ROOT_DOCKER_FOLDER/.ci/test.sh || exit -1�[0m
2021-03-09T23:09:16.8202433Z �[36;1mEOF�[0m
2021-03-09T23:09:16.8203253Z �[36;1mdocker run --env-file docker.env -v "$GITHUB_WORKSPACE":"$ROOT_DOCKER_FOLDER" --rm --gpus all "nvidia/cuda:9.0-devel" /bin/bash $ROOT_DOCKER_FOLDER/docker-script.sh�[0m
2021-03-09T23:09:16.8223593Z shell: /bin/bash -e {0}
2021-03-09T23:09:16.8223989Z env:
2021-03-09T23:09:16.8224358Z github_actions: true
2021-03-09T23:09:16.8224721Z os_name: linux
2021-03-09T23:09:16.8225066Z task: cuda
2021-03-09T23:09:16.8225397Z conda_env: test-env
2021-03-09T23:09:16.8225748Z ##[endgroup]
2021-03-09T23:09:20.0819021Z Tue Mar 9 23:09:20 2021
2021-03-09T23:09:20.0820173Z +-----------------------------------------------------------------------------+
2021-03-09T23:09:20.0821031Z | NVIDIA-SMI 440.33.01 Driver Version: 440.33.01 CUDA Version: 10.2 |
2021-03-09T23:09:20.0821833Z |-------------------------------+----------------------+----------------------+
2021-03-09T23:09:20.0822661Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
2021-03-09T23:09:20.0823504Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
2021-03-09T23:09:20.0824032Z |===============================+======================+======================|
2021-03-09T23:09:20.0859565Z | 0 Tesla P100-PCIE... Off | 000093BE:00:00.0 Off | 0 |
2021-03-09T23:09:20.0860105Z | N/A 34C P0 29W / 250W | 0MiB / 16280MiB | 4% Default |
2021-03-09T23:09:20.0860808Z +-------------------------------+----------------------+----------------------+
2021-03-09T23:09:20.0861274Z
2021-03-09T23:09:20.0861902Z +-----------------------------------------------------------------------------+
2021-03-09T23:09:20.0862447Z | Processes: GPU Memory |
2021-03-09T23:09:20.0862921Z | GPU PID Type Process name Usage |
2021-03-09T23:09:20.0863338Z |=============================================================================|
2021-03-09T23:09:20.0863745Z | No running processes found |
2021-03-09T23:09:20.0864468Z +-----------------------------------------------------------------------------+
2021-03-09T23:09:20.6873140Z Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
2021-03-09T23:09:20.7772359Z Ign:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 InRelease
2021-03-09T23:09:20.8128318Z Ign:3 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 InRelease
2021-03-09T23:09:20.8133021Z Get:4 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
2021-03-09T23:09:20.8219519Z Get:5 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Release [697 B]
2021-03-09T23:09:20.8280317Z Get:6 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 Release [564 B]
2021-03-09T23:09:20.8359175Z Get:7 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Release.gpg [836 B]
2021-03-09T23:09:20.8502729Z Get:8 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 Release.gpg [833 B]
2021-03-09T23:09:20.9415497Z Ign:9 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Packages
2021-03-09T23:09:20.9471721Z Get:9 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Packages [540 kB]
2021-03-09T23:09:20.9822212Z Get:10 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 Packages [122 kB]
2021-03-09T23:09:21.1220477Z Get:11 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [1949 kB]
2021-03-09T23:09:21.5490390Z Get:12 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [15.9 kB]
2021-03-09T23:09:21.5492437Z Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [984 kB]
2021-03-09T23:09:21.5670980Z Get:14 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
2021-03-09T23:09:21.5753106Z Get:15 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [8820 B]
2021-03-09T23:09:21.7580211Z Get:16 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
2021-03-09T23:09:21.9001128Z Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1558 kB]
2021-03-09T23:09:22.2869062Z Get:18 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [14.1 kB]
2021-03-09T23:09:22.2883510Z Get:19 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [9827 kB]
2021-03-09T23:09:22.8446801Z Get:20 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [176 kB]
2021-03-09T23:09:22.8465395Z Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [2457 kB]
2021-03-09T23:09:22.9519128Z Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [16.4 kB]
2021-03-09T23:09:22.9520398Z Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [1539 kB]
2021-03-09T23:09:23.0078570Z Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [26.2 kB]
2021-03-09T23:09:23.0082416Z Get:25 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [10.9 kB]
2021-03-09T23:09:23.0085107Z Get:26 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [12.6 kB]
2021-03-09T23:09:23.7649633Z Fetched 19.8 MB in 3s (6142 kB/s)
2021-03-09T23:09:24.5509710Z Reading package lists...
2021-03-09T23:09:25.3689735Z Reading package lists...
2021-03-09T23:09:25.5099429Z Building dependency tree...
2021-03-09T23:09:25.5099923Z Reading state information...
2021-03-09T23:09:25.5941460Z The following additional packages will be installed:
2021-03-09T23:09:25.5942874Z dh-python distro-info-data gir1.2-glib-2.0 iso-codes libapt-inst2.0
2021-03-09T23:09:25.5943932Z libdbus-1-3 libdbus-glib-1-2 libexpat1 libgirepository-1.0-1 libglib2.0-0
2021-03-09T23:09:25.5945053Z libmpdec2 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib
2021-03-09T23:09:25.5946136Z mime-support python-apt-common python3 python3-apt python3-dbus python3-gi
2021-03-09T23:09:25.5947439Z python3-minimal python3-pycurl python3-software-properties python3.5
2021-03-09T23:09:25.5948257Z python3.5-minimal
2021-03-09T23:09:25.5948896Z Suggested packages:
2021-03-09T23:09:25.5949718Z isoquery lsb python3-doc python3-tk python3-venv python3-apt-dbg
2021-03-09T23:09:25.5950697Z python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev
2021-03-09T23:09:25.5951743Z python-pycurl-doc python3-pycurl-dbg python3.5-venv python3.5-doc
2021-03-09T23:09:25.5952475Z binfmt-support
2021-03-09T23:09:25.5952882Z Recommended packages:
2021-03-09T23:09:25.5954020Z dbus libglib2.0-data shared-mime-info xdg-user-dirs file unattended-upgrades
2021-03-09T23:09:25.5954812Z The following NEW packages will be installed:
2021-03-09T23:09:25.5955699Z curl dh-python distro-info-data gir1.2-glib-2.0 iso-codes libapt-inst2.0
2021-03-09T23:09:25.5956928Z libdbus-1-3 libdbus-glib-1-2 libexpat1 libgirepository-1.0-1 libglib2.0-0
2021-03-09T23:09:25.5957998Z libmpdec2 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib
2021-03-09T23:09:25.5959058Z lsb-release mime-support python-apt-common python3 python3-apt python3-dbus
2021-03-09T23:09:25.5960166Z python3-gi python3-minimal python3-pycurl python3-software-properties
2021-03-09T23:09:25.5961239Z python3.5 python3.5-minimal software-properties-common
2021-03-09T23:09:25.9466561Z 0 upgraded, 28 newly installed, 0 to remove and 9 not upgraded.
2021-03-09T23:09:25.9467134Z Need to get 9230 kB of archives.
2021-03-09T23:09:25.9467689Z After this operation, 49.6 MB of additional disk space will be used.
2021-03-09T23:09:25.9469276Z Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-minimal amd64 3.5.2-2ubuntu0~16.04.13 [524 kB]
2021-03-09T23:09:26.8462496Z Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1 amd64 2.1.0-7ubuntu0.16.04.5 [71.5 kB]
2021-03-09T23:09:26.8593650Z Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5-minimal amd64 3.5.2-2ubuntu0~16.04.13 [1597 kB]
2021-03-09T23:09:27.1511453Z Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-minimal amd64 3.5.1-3 [23.3 kB]
2021-03-09T23:09:27.1528387Z Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 mime-support all 3.59ubuntu1 [31.0 kB]
2021-03-09T23:09:27.1553297Z Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpdec2 amd64 2.4.2-1 [82.6 kB]
2021-03-09T23:09:27.1635188Z Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-stdlib amd64 3.5.2-2ubuntu0~16.04.13 [2135 kB]
2021-03-09T23:09:27.3394340Z Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5 amd64 3.5.2-2ubuntu0~16.04.13 [165 kB]
2021-03-09T23:09:27.3471008Z Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpython3-stdlib amd64 3.5.1-3 [6818 B]
2021-03-09T23:09:27.3473690Z Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dh-python all 2.20151103ubuntu1.2 [73.9 kB]
2021-03-09T23:09:27.3488044Z Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3 amd64 3.5.1-3 [8710 B]
2021-03-09T23:09:27.3491243Z Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-0 amd64 2.48.2-0ubuntu4.7 [1119 kB]
2021-03-09T23:09:27.3831342Z Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 distro-info-data all 0.28ubuntu0.16 [4644 B]
2021-03-09T23:09:27.4355540Z Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.32ubuntu0.2 [54.6 kB]
2021-03-09T23:09:27.4365081Z Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lsb-release all 9.20160110ubuntu0.2 [11.8 kB]
2021-03-09T23:09:27.4368703Z Get:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgirepository-1.0-1 amd64 1.46.0-3ubuntu1 [88.3 kB]
2021-03-09T23:09:27.5777398Z Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-glib-2.0 amd64 1.46.0-3ubuntu1 [127 kB]
2021-03-09T23:09:27.5797007Z Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 iso-codes all 3.65-1 [2268 kB]
2021-03-09T23:09:27.6053802Z Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-3 amd64 1.10.6-1ubuntu3.6 [161 kB]
2021-03-09T23:09:27.6078464Z Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdbus-glib-1-2 amd64 0.106-1 [67.1 kB]
2021-03-09T23:09:27.6087710Z Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-apt-common all 1.1.0~beta1ubuntu0.16.04.11 [16.7 kB]
2021-03-09T23:09:27.6090745Z Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apt amd64 1.1.0~beta1ubuntu0.16.04.11 [145 kB]
2021-03-09T23:09:27.6112730Z Get:23 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-dbus amd64 1.2.0-3 [83.1 kB]
2021-03-09T23:09:27.7199478Z Get:24 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-gi amd64 3.20.0-0ubuntu1 [153 kB]
2021-03-09T23:09:27.7222303Z Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 curl amd64 7.47.0-1ubuntu2.18 [139 kB]
2021-03-09T23:09:27.7248496Z Get:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-pycurl amd64 7.43.0-1ubuntu1 [42.3 kB]
2021-03-09T23:09:27.8629692Z Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-software-properties all 0.96.20.10 [20.2 kB]
2021-03-09T23:09:27.8634503Z Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 software-properties-common all 0.96.20.10 [9504 B]
2021-03-09T23:09:27.9270175Z debconf: delaying package configuration, since apt-utils is not installed
2021-03-09T23:09:27.9483091Z Fetched 9230 kB in 2s (4188 kB/s)
2021-03-09T23:09:27.9861426Z Selecting previously unselected package libpython3.5-minimal:amd64.
2021-03-09T23:09:27.9881073Z (Reading database ...
2021-03-09T23:09:27.9882707Z (Reading database ... 5%
2021-03-09T23:09:27.9883101Z (Reading database ... 10%
2021-03-09T23:09:27.9883460Z (Reading database ... 15%
2021-03-09T23:09:27.9883834Z (Reading database ... 20%
2021-03-09T23:09:27.9884213Z (Reading database ... 25%
2021-03-09T23:09:27.9884569Z (Reading database ... 30%
2021-03-09T23:09:27.9884940Z (Reading database ... 35%
2021-03-09T23:09:27.9885293Z (Reading database ... 40%
2021-03-09T23:09:27.9885686Z (Reading database ... 45%
2021-03-09T23:09:27.9886038Z (Reading database ... 50%
2021-03-09T23:09:27.9886405Z (Reading database ... 55%
2021-03-09T23:09:27.9886757Z (Reading database ... 60%
2021-03-09T23:09:27.9887109Z (Reading database ... 65%
2021-03-09T23:09:27.9887485Z (Reading database ... 70%
2021-03-09T23:09:27.9898392Z (Reading database ... 75%
2021-03-09T23:09:27.9908808Z (Reading database ... 80%
2021-03-09T23:09:27.9915120Z (Reading database ... 85%
2021-03-09T23:09:27.9923567Z (Reading database ... 90%
2021-03-09T23:09:27.9938079Z (Reading database ... 95%
2021-03-09T23:09:27.9938497Z (Reading database ... 100%
2021-03-09T23:09:27.9939049Z (Reading database ... 11574 files and directories currently installed.)
2021-03-09T23:09:27.9942372Z Preparing to unpack .../libpython3.5-minimal_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
2021-03-09T23:09:28.0030767Z Unpacking libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.13) ...
2021-03-09T23:09:28.1220271Z Selecting previously unselected package libexpat1:amd64.
2021-03-09T23:09:28.1233441Z Preparing to unpack .../libexpat1_2.1.0-7ubuntu0.16.04.5_amd64.deb ...
2021-03-09T23:09:28.1466849Z Unpacking libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ...
2021-03-09T23:09:28.2205571Z Selecting previously unselected package python3.5-minimal.
2021-03-09T23:09:28.2217320Z Preparing to unpack .../python3.5-minimal_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
2021-03-09T23:09:28.2412034Z Unpacking python3.5-minimal (3.5.2-2ubuntu0~16.04.13) ...
2021-03-09T23:09:28.4231170Z Selecting previously unselected package python3-minimal.
2021-03-09T23:09:28.4243145Z Preparing to unpack .../python3-minimal_3.5.1-3_amd64.deb ...
2021-03-09T23:09:28.4299425Z Unpacking python3-minimal (3.5.1-3) ...
2021-03-09T23:09:28.4976313Z Selecting previously unselected package mime-support.
2021-03-09T23:09:28.4988768Z Preparing to unpack .../mime-support_3.59ubuntu1_all.deb ...
2021-03-09T23:09:28.5046918Z Unpacking mime-support (3.59ubuntu1) ...
2021-03-09T23:09:28.6059992Z Selecting previously unselected package libmpdec2:amd64.
2021-03-09T23:09:28.6071995Z Preparing to unpack .../libmpdec2_2.4.2-1_amd64.deb ...
2021-03-09T23:09:28.6141109Z Unpacking libmpdec2:amd64 (2.4.2-1) ...
2021-03-09T23:09:28.6745104Z Selecting previously unselected package libpython3.5-stdlib:amd64.
2021-03-09T23:09:28.6755274Z Preparing to unpack .../libpython3.5-stdlib_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
2021-03-09T23:09:28.6902032Z Unpacking libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.13) ...
2021-03-09T23:09:28.9233408Z Selecting previously unselected package python3.5.
2021-03-09T23:09:28.9247236Z Preparing to unpack .../python3.5_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
2021-03-09T23:09:28.9306694Z Unpacking python3.5 (3.5.2-2ubuntu0~16.04.13) ...
2021-03-09T23:09:28.9909591Z Selecting previously unselected package libpython3-stdlib:amd64.
2021-03-09T23:09:28.9921307Z Preparing to unpack .../libpython3-stdlib_3.5.1-3_amd64.deb ...
2021-03-09T23:09:29.0003010Z Unpacking libpython3-stdlib:amd64 (3.5.1-3) ...
2021-03-09T23:09:29.0587898Z Selecting previously unselected package dh-python.
2021-03-09T23:09:29.0598719Z Preparing to unpack .../dh-python_2.20151103ubuntu1.2_all.deb ...
2021-03-09T23:09:29.0677961Z Unpacking dh-python (2.20151103ubuntu1.2) ...
2021-03-09T23:09:29.1234559Z Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
2021-03-09T23:09:29.2188714Z Setting up libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.13) ...
2021-03-09T23:09:29.2434410Z Setting up libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ...
2021-03-09T23:09:29.2662387Z Setting up python3.5-minimal (3.5.2-2ubuntu0~16.04.13) ...
2021-03-09T23:09:29.7522054Z Setting up python3-minimal (3.5.1-3) ...
2021-03-09T23:09:29.9107639Z Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
2021-03-09T23:09:29.9893848Z Selecting previously unselected package python3.
2021-03-09T23:09:29.9908979Z (Reading database ...
2021-03-09T23:09:29.9910648Z (Reading database ... 5%
2021-03-09T23:09:29.9911023Z (Reading database ... 10%
2021-03-09T23:09:29.9911384Z (Reading database ... 15%
2021-03-09T23:09:29.9911755Z (Reading database ... 20%
2021-03-09T23:09:29.9912113Z (Reading database ... 25%
2021-03-09T23:09:29.9912486Z (Reading database ... 30%
2021-03-09T23:09:29.9912842Z (Reading database ... 35%
2021-03-09T23:09:29.9913196Z (Reading database ... 40%
2021-03-09T23:09:29.9913568Z (Reading database ... 45%
2021-03-09T23:09:29.9913937Z (Reading database ... 50%
2021-03-09T23:09:29.9914305Z (Reading database ... 55%
2021-03-09T23:09:29.9914679Z (Reading database ... 60%
2021-03-09T23:09:29.9915050Z (Reading database ... 65%
2021-03-09T23:09:29.9915674Z (Reading database ... 70%
2021-03-09T23:09:29.9927947Z (Reading database ... 75%
2021-03-09T23:09:29.9937592Z (Reading database ... 80%
2021-03-09T23:09:29.9946896Z (Reading database ... 85%
2021-03-09T23:09:29.9955452Z (Reading database ... 90%
2021-03-09T23:09:29.9968585Z (Reading database ... 95%
2021-03-09T23:09:29.9969004Z (Reading database ... 100%
2021-03-09T23:09:29.9969531Z (Reading database ... 12525 files and directories currently installed.)
2021-03-09T23:09:29.9972951Z Preparing to unpack .../python3_3.5.1-3_amd64.deb ...
2021-03-09T23:09:30.0057065Z Unpacking python3 (3.5.1-3) ...
2021-03-09T23:09:30.0979076Z Selecting previously unselected package libglib2.0-0:amd64.
2021-03-09T23:09:30.0990263Z Preparing to unpack .../libglib2.0-0_2.48.2-0ubuntu4.7_amd64.deb ...
2021-03-09T23:09:30.1102888Z Unpacking libglib2.0-0:amd64 (2.48.2-0ubuntu4.7) ...
2021-03-09T23:09:30.2549931Z Selecting previously unselected package distro-info-data.
2021-03-09T23:09:30.2562667Z Preparing to unpack .../distro-info-data_0.28ubuntu0.16_all.deb ...
2021-03-09T23:09:30.2619630Z Unpacking distro-info-data (0.28ubuntu0.16) ...
2021-03-09T23:09:30.3478336Z Selecting previously unselected package libapt-inst2.0:amd64.
2021-03-09T23:09:30.3488571Z Preparing to unpack .../libapt-inst2.0_1.2.32ubuntu0.2_amd64.deb ...
2021-03-09T23:09:30.3548836Z Unpacking libapt-inst2.0:amd64 (1.2.32ubuntu0.2) ...
2021-03-09T23:09:30.4275008Z Selecting previously unselected package lsb-release.
2021-03-09T23:09:30.4286242Z Preparing to unpack .../lsb-release_9.20160110ubuntu0.2_all.deb ...
2021-03-09T23:09:30.4429329Z Unpacking lsb-release (9.20160110ubuntu0.2) ...
2021-03-09T23:09:30.5131651Z Selecting previously unselected package libgirepository-1.0-1:amd64.
2021-03-09T23:09:30.5143909Z Preparing to unpack .../libgirepository-1.0-1_1.46.0-3ubuntu1_amd64.deb ...
2021-03-09T23:09:30.5203007Z Unpacking libgirepository-1.0-1:amd64 (1.46.0-3ubuntu1) ...
2021-03-09T23:09:30.6019833Z Selecting previously unselected package gir1.2-glib-2.0:amd64.
2021-03-09T23:09:30.6032527Z Preparing to unpack .../gir1.2-glib-2.0_1.46.0-3ubuntu1_amd64.deb ...
2021-03-09T23:09:30.6092118Z Unpacking gir1.2-glib-2.0:amd64 (1.46.0-3ubuntu1) ...
2021-03-09T23:09:30.6722088Z Selecting previously unselected package iso-codes.
2021-03-09T23:09:30.6733964Z Preparing to unpack .../iso-codes_3.65-1_all.deb ...
2021-03-09T23:09:30.6811044Z Unpacking iso-codes (3.65-1) ...
2021-03-09T23:09:31.0005694Z Selecting previously unselected package libdbus-1-3:amd64.
2021-03-09T23:09:31.0019520Z Preparing to unpack .../libdbus-1-3_1.10.6-1ubuntu3.6_amd64.deb ...
2021-03-09T23:09:31.0083153Z Unpacking libdbus-1-3:amd64 (1.10.6-1ubuntu3.6) ...
2021-03-09T23:09:31.1020438Z Selecting previously unselected package libdbus-glib-1-2:amd64.
2021-03-09T23:09:31.1033542Z Preparing to unpack .../libdbus-glib-1-2_0.106-1_amd64.deb ...
2021-03-09T23:09:31.1091232Z Unpacking libdbus-glib-1-2:amd64 (0.106-1) ...
2021-03-09T23:09:31.1683762Z Selecting previously unselected package python-apt-common.
2021-03-09T23:09:31.1697376Z Preparing to unpack .../python-apt-common_1.1.0~beta1ubuntu0.16.04.11_all.deb ...
2021-03-09T23:09:31.1762054Z Unpacking python-apt-common (1.1.0~beta1ubuntu0.16.04.11) ...
2021-03-09T23:09:31.2424219Z Selecting previously unselected package python3-apt.
2021-03-09T23:09:31.2437784Z Preparing to unpack .../python3-apt_1.1.0~beta1ubuntu0.16.04.11_amd64.deb ...
2021-03-09T23:09:31.2494718Z Unpacking python3-apt (1.1.0~beta1ubuntu0.16.04.11) ...
2021-03-09T23:09:31.3138672Z Selecting previously unselected package python3-dbus.
2021-03-09T23:09:31.3150157Z Preparing to unpack .../python3-dbus_1.2.0-3_amd64.deb ...
2021-03-09T23:09:31.3465093Z Unpacking python3-dbus (1.2.0-3) ...
2021-03-09T23:09:31.4122935Z Selecting previously unselected package python3-gi.
2021-03-09T23:09:31.4134705Z Preparing to unpack .../python3-gi_3.20.0-0ubuntu1_amd64.deb ...
2021-03-09T23:09:31.4191606Z Unpacking python3-gi (3.20.0-0ubuntu1) ...
2021-03-09T23:09:31.4927450Z Selecting previously unselected package curl.
2021-03-09T23:09:31.4941616Z Preparing to unpack .../curl_7.47.0-1ubuntu2.18_amd64.deb ...
2021-03-09T23:09:31.5000034Z Unpacking curl (7.47.0-1ubuntu2.18) ...
2021-03-09T23:09:31.5615409Z Selecting previously unselected package python3-pycurl.
2021-03-09T23:09:31.5627477Z Preparing to unpack .../python3-pycurl_7.43.0-1ubuntu1_amd64.deb ...
2021-03-09T23:09:31.5683207Z Unpacking python3-pycurl (7.43.0-1ubuntu1) ...
2021-03-09T23:09:31.6536931Z Selecting previously unselected package python3-software-properties.
2021-03-09T23:09:31.6549079Z Preparing to unpack .../python3-software-properties_0.96.20.10_all.deb ...
2021-03-09T23:09:31.6604535Z Unpacking python3-software-properties (0.96.20.10) ...
2021-03-09T23:09:31.7363396Z Selecting previously unselected package software-properties-common.
2021-03-09T23:09:31.7375019Z Preparing to unpack .../software-properties-common_0.96.20.10_all.deb ...
2021-03-09T23:09:31.7433198Z Unpacking software-properties-common (0.96.20.10) ...
2021-03-09T23:09:31.7717802Z Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
2021-03-09T23:09:31.8928850Z Setting up mime-support (3.59ubuntu1) ...
2021-03-09T23:09:31.9330125Z Setting up libmpdec2:amd64 (2.4.2-1) ...
2021-03-09T23:09:31.9604547Z Setting up libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.13) ...
2021-03-09T23:09:31.9914737Z Setting up python3.5 (3.5.2-2ubuntu0~16.04.13) ...
2021-03-09T23:09:32.9401448Z Setting up libpython3-stdlib:amd64 (3.5.1-3) ...
2021-03-09T23:09:32.9572426Z Setting up libglib2.0-0:amd64 (2.48.2-0ubuntu4.7) ...
2021-03-09T23:09:32.9706573Z No schema files found: doing nothing.
2021-03-09T23:09:32.9898184Z Setting up distro-info-data (0.28ubuntu0.16) ...
2021-03-09T23:09:33.0068970Z Setting up libapt-inst2.0:amd64 (1.2.32ubuntu0.2) ...
2021-03-09T23:09:33.0397091Z Setting up libgirepository-1.0-1:amd64 (1.46.0-3ubuntu1) ...
2021-03-09T23:09:33.0575584Z Setting up gir1.2-glib-2.0:amd64 (1.46.0-3ubuntu1) ...
2021-03-09T23:09:33.1052904Z Setting up iso-codes (3.65-1) ...
2021-03-09T23:09:33.1227066Z Setting up libdbus-1-3:amd64 (1.10.6-1ubuntu3.6) ...
2021-03-09T23:09:33.1606221Z Setting up libdbus-glib-1-2:amd64 (0.106-1) ...
2021-03-09T23:09:33.1889067Z Setting up curl (7.47.0-1ubuntu2.18) ...
2021-03-09T23:09:33.2062701Z Setting up python3 (3.5.1-3) ...
2021-03-09T23:09:33.2216189Z running python rtupdate hooks for python3.5...
2021-03-09T23:09:33.4288477Z running python post-rtupdate hooks for python3.5...
2021-03-09T23:09:33.5258059Z Setting up lsb-release (9.20160110ubuntu0.2) ...
2021-03-09T23:09:33.5483947Z Setting up python-apt-common (1.1.0~beta1ubuntu0.16.04.11) ...
2021-03-09T23:09:33.5679456Z Setting up python3-apt (1.1.0~beta1ubuntu0.16.04.11) ...
2021-03-09T23:09:33.7705212Z Setting up python3-dbus (1.2.0-3) ...
2021-03-09T23:09:33.9390322Z Setting up python3-gi (3.20.0-0ubuntu1) ...
2021-03-09T23:09:34.1294687Z Setting up python3-pycurl (7.43.0-1ubuntu1) ...
2021-03-09T23:09:34.2785571Z Setting up python3-software-properties (0.96.20.10) ...
2021-03-09T23:09:34.4417783Z Setting up software-properties-common (0.96.20.10) ...
2021-03-09T23:09:34.5963371Z Setting up dh-python (2.20151103ubuntu1.2) ...
2021-03-09T23:09:34.7469740Z Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
2021-03-09T23:09:35.4727272Z OK
2021-03-09T23:09:36.0443470Z Ign:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 InRelease
2021-03-09T23:09:36.0526489Z Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease
2021-03-09T23:09:36.0775347Z Ign:3 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 InRelease
2021-03-09T23:09:36.0851854Z Hit:4 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Release
2021-03-09T23:09:36.0926213Z Hit:5 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 Release
2021-03-09T23:09:36.1600599Z Hit:6 http://archive.ubuntu.com/ubuntu xenial InRelease
2021-03-09T23:09:36.3022366Z Hit:9 http://archive.ubuntu.com/ubuntu xenial-updates InRelease
2021-03-09T23:09:36.4274083Z Get:10 https://apt.kitware.com/ubuntu xenial InRelease [6800 B]
2021-03-09T23:09:36.4443092Z Hit:11 http://archive.ubuntu.com/ubuntu xenial-backports InRelease
2021-03-09T23:09:36.5821557Z Get:12 https://apt.kitware.com/ubuntu xenial/main amd64 Packages [41.6 kB]
2021-03-09T23:09:36.6783739Z Fetched 48.4 kB in 0s (60.8 kB/s)
2021-03-09T23:09:37.4652853Z Reading package lists...
2021-03-09T23:09:38.2778284Z Reading package lists...
2021-03-09T23:09:38.4137639Z Building dependency tree...
2021-03-09T23:09:38.4138168Z Reading state information...
2021-03-09T23:09:38.4898391Z The following additional packages will be installed:
2021-03-09T23:09:38.4900974Z cmake-data
2021-03-09T23:09:38.4904665Z Suggested packages:
2021-03-09T23:09:38.4905324Z cmake-doc ninja-build
2021-03-09T23:09:38.4908618Z The following NEW packages will be installed:
2021-03-09T23:09:38.4911839Z cmake cmake-data
2021-03-09T23:09:39.2004638Z 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded.
2021-03-09T23:09:39.2005218Z Need to get 11.2 MB of archives.
2021-03-09T23:09:39.2005737Z After this operation, 38.3 MB of additional disk space will be used.
2021-03-09T23:09:39.2007226Z Get:1 https://apt.kitware.com/ubuntu xenial/main amd64 cmake-data all 3.19.5-0kitware1 [1774 kB]
2021-03-09T23:09:39.8099284Z Get:2 https://apt.kitware.com/ubuntu xenial/main amd64 cmake amd64 3.19.5-0kitware1 [9412 kB]
2021-03-09T23:09:40.1410943Z debconf: delaying package configuration, since apt-utils is not installed
2021-03-09T23:09:40.1551916Z Fetched 11.2 MB in 1s (7184 kB/s)
2021-03-09T23:09:40.2677019Z Selecting previously unselected package cmake-data.
2021-03-09T23:09:40.2692855Z (Reading database ...
2021-03-09T23:09:40.2693265Z (Reading database ... 5%
2021-03-09T23:09:40.2693631Z (Reading database ... 10%
2021-03-09T23:09:40.2694023Z (Reading database ... 15%
2021-03-09T23:09:40.2694399Z (Reading database ... 20%
2021-03-09T23:09:40.2695009Z (Reading database ... 25%
2021-03-09T23:09:40.2695412Z (Reading database ... 30%
2021-03-09T23:09:40.2695767Z (Reading database ... 35%
2021-03-09T23:09:40.2696141Z (Reading database ... 40%
2021-03-09T23:09:40.2696501Z (Reading database ... 45%
2021-03-09T23:09:40.2696966Z (Reading database ... 50%
2021-03-09T23:09:40.2697341Z (Reading database ... 55%
2021-03-09T23:09:40.2697696Z (Reading database ... 60%
2021-03-09T23:09:40.2698066Z (Reading database ... 65%
2021-03-09T23:09:40.2701619Z (Reading database ... 70%
2021-03-09T23:09:40.2713674Z (Reading database ... 75%
2021-03-09T23:09:40.2723840Z (Reading database ... 80%
2021-03-09T23:09:40.2734176Z (Reading database ... 85%
2021-03-09T23:09:40.2748428Z (Reading database ... 90%
2021-03-09T23:09:40.2760353Z (Reading database ... 95%
2021-03-09T23:09:40.2760762Z (Reading database ... 100%
2021-03-09T23:09:40.2761289Z (Reading database ... 13367 files and directories currently installed.)
2021-03-09T23:09:40.2764243Z Preparing to unpack .../cmake-data_3.19.5-0kitware1_all.deb ...
2021-03-09T23:09:40.2852037Z Unpacking cmake-data (3.19.5-0kitware1) ...
2021-03-09T23:09:40.7668119Z Selecting previously unselected package cmake.
2021-03-09T23:09:40.7690922Z Preparing to unpack .../cmake_3.19.5-0kitware1_amd64.deb ...
2021-03-09T23:09:40.7745508Z Unpacking cmake (3.19.5-0kitware1) ...
2021-03-09T23:09:41.5558581Z Setting up cmake-data (3.19.5-0kitware1) ...
2021-03-09T23:09:41.5793266Z Setting up cmake (3.19.5-0kitware1) ...
2021-03-09T23:09:42.1837447Z PREFIX=/root/miniconda
2021-03-09T23:09:42.4317103Z Unpacking payload ...
2021-03-09T23:09:48.9229673Z
2021-03-09T23:09:48.9567102Z 0%| | 0/36 [00:00<?, ?it/s]
2021-03-09T23:09:48.9594047Z Extracting : xz-5.2.5-h7b6447c_0.conda: 0%| | 0/36 [00:00<?, ?it/s]
2021-03-09T23:09:48.9594869Z Extracting : pycparser-2.20-py_2.conda: 3%|2 | 1/36 [00:00<00:01, 27.78it/s]
2021-03-09T23:09:49.1793717Z Extracting : _libgcc_mutex-0.1-main.conda: 6%|5 | 2/36 [00:00<00:00, 55.36it/s]
2021-03-09T23:09:49.1794715Z Extracting : ncurses-6.2-he6710b0_1.conda: 8%|8 | 3/36 [00:00<00:02, 11.73it/s]
2021-03-09T23:09:49.1795555Z Extracting : ncurses-6.2-he6710b0_1.conda: 11%|#1 | 4/36 [00:00<00:02, 15.63it/s]
2021-03-09T23:09:49.1796484Z Extracting : ca-certificates-2020.10.14-0.conda: 11%|#1 | 4/36 [00:00<00:02, 15.63it/s]
2021-03-09T23:09:49.1797571Z Extracting : cryptography-3.2.1-py38h3c74f83_1.conda: 14%|#3 | 5/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.1798487Z Extracting : zlib-1.2.11-h7b6447c_3.conda: 17%|#6 | 6/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.1799322Z Extracting : tqdm-4.51.0-pyhd3eb1b0_0.conda: 19%|#9 | 7/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.1800212Z Extracting : pyopenssl-19.1.0-pyhd3eb1b0_1.conda: 22%|##2 | 8/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.1801103Z Extracting : requests-2.24.0-py_0.conda: 25%|##5 | 9/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.1801934Z Extracting : conda-4.9.2-py38h06a4308_0.conda: 28%|##7 | 10/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.1802789Z Extracting : openssl-1.1.1h-h7b6447c_0.conda: 31%|### | 11/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.1803634Z Extracting : readline-8.0-h7b6447c_0.conda: 33%|###3 | 12/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.1804472Z Extracting : libffi-3.3-he6710b0_2.conda: 36%|###6 | 13/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.1805380Z Extracting : setuptools-50.3.1-py38h06a4308_1.conda: 39%|###8 | 14/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.5815625Z Extracting : ruamel_yaml-0.15.87-py38h7b6447c_1.conda: 42%|####1 | 15/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.5816674Z Extracting : python-3.8.5-h7579374_1.conda: 44%|####4 | 16/36 [00:00<00:01, 15.63it/s]
2021-03-09T23:09:49.5817515Z Extracting : python-3.8.5-h7579374_1.conda: 47%|####7 | 17/36 [00:00<00:01, 18.49it/s]
2021-03-09T23:09:49.5818645Z Extracting : chardet-3.0.4-py38h06a4308_1003.conda: 47%|####7 | 17/36 [00:00<00:01, 18.49it/s]
2021-03-09T23:09:49.5819682Z Extracting : pysocks-1.7.1-py38h06a4308_0.conda: 50%|##### | 18/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5820817Z Extracting : conda-package-handling-1.7.2-py38h03888b9_0.conda: 53%|#####2 | 19/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5822072Z Extracting : tk-8.6.10-hbc83047_0.conda: 56%|#####5 | 20/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5822928Z Extracting : libstdcxx-ng-9.1.0-hdf63c60_0.conda: 58%|#####8 | 21/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5823850Z Extracting : ld_impl_linux-64-2.33.1-h53a641e_7.conda: 61%|######1 | 22/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5824754Z Extracting : libgcc-ng-9.1.0-hdf63c60_0.conda: 64%|######3 | 23/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5825604Z Extracting : six-1.15.0-py38h06a4308_0.conda: 67%|######6 | 24/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5826676Z Extracting : libedit-3.1.20191231-h14c3975_1.conda: 69%|######9 | 25/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5827634Z Extracting : brotlipy-0.7.0-py38h27cfd23_1003.conda: 72%|#######2 | 26/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5828548Z Extracting : cffi-1.14.3-py38h261ae71_2.conda: 75%|#######5 | 27/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5829463Z Extracting : certifi-2020.6.20-pyhd3eb1b0_3.conda: 78%|#######7 | 28/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5830349Z Extracting : pip-20.2.4-py38h06a4308_0.conda: 81%|######## | 29/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5831164Z Extracting : sqlite-3.33.0-h62c20be_0.conda: 83%|########3 | 30/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5831973Z Extracting : urllib3-1.25.11-py_0.conda: 86%|########6 | 31/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5832785Z Extracting : wheel-0.35.1-pyhd3eb1b0_0.conda: 89%|########8 | 32/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5833698Z Extracting : pycosat-0.6.3-py38h7b6447c_1.conda: 92%|#########1| 33/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5834508Z Extracting : idna-2.10-py_0.conda: 94%|#########4| 34/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:49.5835260Z Extracting : yaml-0.2.5-h7b6447c_0.conda: 97%|#########7| 35/36 [00:00<00:00, 18.49it/s]
2021-03-09T23:09:51.2841535Z Collecting package metadata (current_repodata.json): ...working... done
2021-03-09T23:09:51.4482717Z Solving environment: ...working... done
2021-03-09T23:09:51.4637124Z
2021-03-09T23:09:51.4637553Z ## Package Plan ##
2021-03-09T23:09:51.4637769Z
2021-03-09T23:09:51.4638161Z environment location: /root/miniconda
2021-03-09T23:09:51.4638456Z
2021-03-09T23:09:51.4638776Z added / updated specs:
2021-03-09T23:09:51.4639729Z - _libgcc_mutex==0.1=main
2021-03-09T23:09:51.4640323Z - brotlipy==0.7.0=py38h27cfd23_1003
2021-03-09T23:09:51.4640882Z - ca-certificates==2020.10.14=0
2021-03-09T23:09:51.4641478Z - certifi==2020.6.20=pyhd3eb1b0_3
2021-03-09T23:09:51.4642014Z - cffi==1.14.3=py38h261ae71_2
2021-03-09T23:09:51.4642551Z - chardet==3.0.4=py38h06a4308_1003
2021-03-09T23:09:51.4643204Z - conda-package-handling==1.7.2=py38h03888b9_0
2021-03-09T23:09:51.4643827Z - conda==4.9.2=py38h06a4308_0
2021-03-09T23:09:51.4644411Z - cryptography==3.2.1=py38h3c74f83_1
2021-03-09T23:09:51.4644913Z - idna==2.10=py_0
2021-03-09T23:09:51.4645426Z - ld_impl_linux-64==2.33.1=h53a641e_7
2021-03-09T23:09:51.4645945Z - libedit==3.1.20191231=h14c3975_1
2021-03-09T23:09:51.4646437Z - libffi==3.3=he6710b0_2
2021-03-09T23:09:51.4646990Z - libgcc-ng==9.1.0=hdf63c60_0
2021-03-09T23:09:51.4647543Z - libstdcxx-ng==9.1.0=hdf63c60_0
2021-03-09T23:09:51.4648062Z - ncurses==6.2=he6710b0_1
2021-03-09T23:09:51.4648572Z - openssl==1.1.1h=h7b6447c_0
2021-03-09T23:09:51.4649068Z - pip==20.2.4=py38h06a4308_0
2021-03-09T23:09:51.4649578Z - pycosat==0.6.3=py38h7b6447c_1
2021-03-09T23:09:51.4650334Z - pycparser==2.20=py_2
2021-03-09T23:09:51.4650929Z - pyopenssl==19.1.0=pyhd3eb1b0_1
2021-03-09T23:09:51.4651496Z - pysocks==1.7.1=py38h06a4308_0
2021-03-09T23:09:51.4651993Z - python==3.8.5=h7579374_1
2021-03-09T23:09:51.4652494Z - readline==8.0=h7b6447c_0
2021-03-09T23:09:51.4653127Z - requests==2.24.0=py_0
2021-03-09T23:09:51.4653647Z - ruamel_yaml==0.15.87=py38h7b6447c_1
2021-03-09T23:09:51.4654221Z - setuptools==50.3.1=py38h06a4308_1
2021-03-09T23:09:51.4654742Z - six==1.15.0=py38h06a4308_0
2021-03-09T23:09:51.4655245Z - sqlite==3.33.0=h62c20be_0
2021-03-09T23:09:51.4655710Z - tk==8.6.10=hbc83047_0
2021-03-09T23:09:51.4656208Z - tqdm==4.51.0=pyhd3eb1b0_0
2021-03-09T23:09:51.4656690Z - urllib3==1.25.11=py_0
2021-03-09T23:09:51.4657185Z - wheel==0.35.1=pyhd3eb1b0_0
2021-03-09T23:09:51.4657678Z - xz==5.2.5=h7b6447c_0
2021-03-09T23:09:51.4658127Z - yaml==0.2.5=h7b6447c_0
2021-03-09T23:09:51.4658603Z - zlib==1.2.11=h7b6447c_3
2021-03-09T23:09:51.4658819Z
2021-03-09T23:09:51.4658998Z
2021-03-09T23:09:51.4659399Z The following NEW packages will be INSTALLED:
2021-03-09T23:09:51.4659707Z
2021-03-09T23:09:51.4660662Z _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main
2021-03-09T23:09:51.4661709Z brotlipy pkgs/main/linux-64::brotlipy-0.7.0-py38h27cfd23_1003
2021-03-09T23:09:51.4662903Z ca-certificates pkgs/main/linux-64::ca-certificates-2020.10.14-0
2021-03-09T23:09:51.4664036Z certifi pkgs/main/noarch::certifi-2020.6.20-pyhd3eb1b0_3
2021-03-09T23:09:51.4665069Z cffi pkgs/main/linux-64::cffi-1.14.3-py38h261ae71_2
2021-03-09T23:09:51.4666078Z chardet pkgs/main/linux-64::chardet-3.0.4-py38h06a4308_1003
2021-03-09T23:09:51.4667389Z conda pkgs/main/linux-64::conda-4.9.2-py38h06a4308_0
2021-03-09T23:09:51.4668701Z conda-package-han~ pkgs/main/linux-64::conda-package-handling-1.7.2-py38h03888b9_0
2021-03-09T23:09:51.4670160Z cryptography pkgs/main/linux-64::cryptography-3.2.1-py38h3c74f83_1
2021-03-09T23:09:51.4671194Z idna pkgs/main/noarch::idna-2.10-py_0
2021-03-09T23:09:51.4672153Z ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.33.1-h53a641e_7
2021-03-09T23:09:51.4673201Z libedit pkgs/main/linux-64::libedit-3.1.20191231-h14c3975_1
2021-03-09T23:09:51.4674212Z libffi pkgs/main/linux-64::libffi-3.3-he6710b0_2
2021-03-09T23:09:51.4675204Z libgcc-ng pkgs/main/linux-64::libgcc-ng-9.1.0-hdf63c60_0
2021-03-09T23:09:51.4676309Z libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-9.1.0-hdf63c60_0
2021-03-09T23:09:51.4677367Z ncurses pkgs/main/linux-64::ncurses-6.2-he6710b0_1
2021-03-09T23:09:51.4678373Z openssl pkgs/main/linux-64::openssl-1.1.1h-h7b6447c_0
2021-03-09T23:09:51.4679341Z pip pkgs/main/linux-64::pip-20.2.4-py38h06a4308_0
2021-03-09T23:09:51.4681167Z pycosat pkgs/main/linux-64::pycosat-0.6.3-py38h7b6447c_1
2021-03-09T23:09:51.4682748Z pycparser pkgs/main/noarch::pycparser-2.20-py_2
2021-03-09T23:09:51.4684484Z pyopenssl pkgs/main/noarch::pyopenssl-19.1.0-pyhd3eb1b0_1
2021-03-09T23:09:51.4686405Z pysocks pkgs/main/linux-64::pysocks-1.7.1-py38h06a4308_0
2021-03-09T23:09:51.4687561Z python pkgs/main/linux-64::python-3.8.5-h7579374_1
2021-03-09T23:09:51.4689640Z readline pkgs/main/linux-64::readline-8.0-h7b6447c_0
2021-03-09T23:09:51.4691342Z requests pkgs/main/noarch::requests-2.24.0-py_0
2021-03-09T23:09:51.4692348Z ruamel_yaml pkgs/main/linux-64::ruamel_yaml-0.15.87-py38h7b6447c_1
2021-03-09T23:09:51.4693414Z setuptools pkgs/main/linux-64::setuptools-50.3.1-py38h06a4308_1
2021-03-09T23:09:51.4694430Z six pkgs/main/linux-64::six-1.15.0-py38h06a4308_0
2021-03-09T23:09:51.4695323Z sqlite pkgs/main/linux-64::sqlite-3.33.0-h62c20be_0
2021-03-09T23:09:51.4696195Z tk pkgs/main/linux-64::tk-8.6.10-hbc83047_0
2021-03-09T23:09:51.4697213Z tqdm pkgs/main/noarch::tqdm-4.51.0-pyhd3eb1b0_0
2021-03-09T23:09:51.4698167Z urllib3 pkgs/main/noarch::urllib3-1.25.11-py_0
2021-03-09T23:09:51.4699062Z wheel pkgs/main/noarch::wheel-0.35.1-pyhd3eb1b0_0
2021-03-09T23:09:51.4700077Z xz pkgs/main/linux-64::xz-5.2.5-h7b6447c_0
2021-03-09T23:09:51.4702762Z yaml pkgs/main/linux-64::yaml-0.2.5-h7b6447c_0
2021-03-09T23:09:51.4703623Z zlib pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3
2021-03-09T23:09:51.4703954Z
2021-03-09T23:09:51.4704132Z
2021-03-09T23:09:51.7510803Z Preparing transaction: ...working... done
2021-03-09T23:09:53.0402363Z Executing transaction: ...working... done
2021-03-09T23:09:53.7701328Z installation finished.
2021-03-09T23:09:56.7349371Z Collecting package metadata (current_repodata.json): ...working... done
2021-03-09T23:09:57.3771384Z Solving environment: ...working... done
2021-03-09T23:09:58.1869326Z
2021-03-09T23:09:58.1870037Z ## Package Plan ##
2021-03-09T23:09:58.1870274Z
2021-03-09T23:09:58.1870658Z environment location: /root/miniconda
2021-03-09T23:09:58.1870977Z
2021-03-09T23:09:58.1871312Z added / updated specs:
2021-03-09T23:09:58.1872485Z - conda
2021-03-09T23:09:58.1872695Z
2021-03-09T23:09:58.1872906Z
2021-03-09T23:09:58.1873312Z The following packages will be downloaded:
2021-03-09T23:09:58.1873630Z
2021-03-09T23:09:58.1873933Z package | build
2021-03-09T23:09:58.1874523Z ---------------------------|-----------------
2021-03-09T23:09:58.1875255Z ca-certificates-2021.1.19 | h06a4308_1 118 KB
2021-03-09T23:09:58.1875986Z certifi-2020.12.5 | py38h06a4308_0 141 KB
2021-03-09T23:09:58.1876637Z cffi-1.14.5 | py38h261ae71_0 224 KB
2021-03-09T23:09:58.1877252Z chardet-4.0.0 |py38h06a4308_1003 194 KB
2021-03-09T23:09:58.1877944Z cryptography-3.3.1 | py38h3c74f83_1 567 KB
2021-03-09T23:09:58.1878608Z idna-2.10 | pyhd3eb1b0_0 52 KB
2021-03-09T23:09:58.1879230Z openssl-1.1.1j | h27cfd23_0 2.5 MB
2021-03-09T23:09:58.1879836Z pip-21.0.1 | py38h06a4308_0 1.8 MB
2021-03-09T23:09:58.1880497Z pyopenssl-20.0.1 | pyhd3eb1b0_1 49 KB
2021-03-09T23:09:58.1881187Z readline-8.1 | h27cfd23_0 362 KB
2021-03-09T23:09:58.1881836Z requests-2.25.1 | pyhd3eb1b0_0 52 KB
2021-03-09T23:09:58.1882511Z setuptools-52.0.0 | py38h06a4308_0 714 KB
2021-03-09T23:09:58.1883152Z tqdm-4.56.0 | pyhd3eb1b0_0 80 KB
2021-03-09T23:09:58.1883788Z urllib3-1.26.3 | pyhd3eb1b0_0 105 KB
2021-03-09T23:09:58.1884416Z wheel-0.36.2 | pyhd3eb1b0_0 33 KB
2021-03-09T23:09:58.1885071Z ------------------------------------------------------------
2021-03-09T23:09:58.1885490Z Total: 6.9 MB
2021-03-09T23:09:58.1885720Z
2021-03-09T23:09:58.1886094Z The following packages will be UPDATED:
2021-03-09T23:09:58.1886399Z
2021-03-09T23:09:58.1886987Z ca-certificates 2020.10.14-0 --> 2021.1.19-h06a4308_1
2021-03-09T23:09:58.1888187Z certifi pkgs/main/noarch::certifi-2020.6.20-p~ --> pkgs/main/linux-64::certifi-2020.12.5-py38h06a4308_0
2021-03-09T23:09:58.1889137Z cffi 1.14.3-py38h261ae71_2 --> 1.14.5-py38h261ae71_0
2021-03-09T23:09:58.1889837Z chardet 3.0.4-py38h06a4308_1003 --> 4.0.0-py38h06a4308_1003
2021-03-09T23:09:58.1890575Z cryptography 3.2.1-py38h3c74f83_1 --> 3.3.1-py38h3c74f83_1
2021-03-09T23:09:58.1891279Z openssl 1.1.1h-h7b6447c_0 --> 1.1.1j-h27cfd23_0
2021-03-09T23:09:58.1892199Z pip 20.2.4-py38h06a4308_0 --> 21.0.1-py38h06a4308_0
2021-03-09T23:09:58.1892977Z pyopenssl 19.1.0-pyhd3eb1b0_1 --> 20.0.1-pyhd3eb1b0_1
2021-03-09T23:09:58.1893665Z readline 8.0-h7b6447c_0 --> 8.1-h27cfd23_0
2021-03-09T23:09:58.1894494Z requests 2.24.0-py_0 --> 2.25.1-pyhd3eb1b0_0
2021-03-09T23:09:58.1895194Z setuptools 50.3.1-py38h06a4308_1 --> 52.0.0-py38h06a4308_0
2021-03-09T23:09:58.1895915Z tqdm 4.51.0-pyhd3eb1b0_0 --> 4.56.0-pyhd3eb1b0_0
2021-03-09T23:09:58.1896587Z urllib3 1.25.11-py_0 --> 1.26.3-pyhd3eb1b0_0
2021-03-09T23:09:58.1897277Z wheel 0.35.1-pyhd3eb1b0_0 --> 0.36.2-pyhd3eb1b0_0
2021-03-09T23:09:58.1897595Z
2021-03-09T23:09:58.1897979Z The following packages will be DOWNGRADED:
2021-03-09T23:09:58.1898300Z
2021-03-09T23:09:58.1898831Z idna 2.10-py_0 --> 2.10-pyhd3eb1b0_0
2021-03-09T23:09:58.1899116Z
2021-03-09T23:09:58.1899292Z
2021-03-09T23:09:58.2570480Z Preparing transaction: ...working... done
2021-03-09T23:09:58.4676144Z Verifying transaction: ...working... done
2021-03-09T23:09:59.2280675Z Executing transaction: ...working... done
2021-03-09T23:10:01.0529050Z Collecting package metadata (current_repodata.json): ...working... done
2021-03-09T23:10:01.1115465Z Solving environment: ...working... done
2021-03-09T23:10:02.2098584Z
2021-03-09T23:10:02.2099171Z ## Package Plan ##
2021-03-09T23:10:02.2099407Z
2021-03-09T23:10:02.2100512Z environment location: /root/miniconda/envs/test-env
2021-03-09T23:10:02.2100884Z
2021-03-09T23:10:02.2101192Z added / updated specs:
2021-03-09T23:10:02.2101687Z - python=3.9
2021-03-09T23:10:02.2101884Z
2021-03-09T23:10:02.2102062Z
2021-03-09T23:10:02.2102453Z The following packages will be downloaded:
2021-03-09T23:10:02.2102756Z
2021-03-09T23:10:02.2103094Z package | build
2021-03-09T23:10:02.2103652Z ---------------------------|-----------------
2021-03-09T23:10:02.2104309Z certifi-2020.12.5 | py39h06a4308_0 140 KB
2021-03-09T23:10:02.2104932Z pip-21.0.1 | py39h06a4308_0 1.8 MB
2021-03-09T23:10:02.2105629Z python-3.9.2 | hdb3f193_0 18.2 MB
2021-03-09T23:10:02.2106445Z setuptools-52.0.0 | py39h06a4308_0 724 KB
2021-03-09T23:10:02.2107142Z tzdata-2020f | h52ac0ba_0 113 KB
2021-03-09T23:10:02.2107763Z ------------------------------------------------------------
2021-03-09T23:10:02.2108181Z Total: 20.9 MB
2021-03-09T23:10:02.2108413Z
2021-03-09T23:10:02.2108807Z The following NEW packages will be INSTALLED:
2021-03-09T23:10:02.2109111Z
2021-03-09T23:10:02.2109930Z _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main
2021-03-09T23:10:02.2111047Z ca-certificates pkgs/main/linux-64::ca-certificates-2021.1.19-h06a4308_1
2021-03-09T23:10:02.2112227Z certifi pkgs/main/linux-64::certifi-2020.12.5-py39h06a4308_0
2021-03-09T23:10:02.2113245Z ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.33.1-h53a641e_7
2021-03-09T23:10:02.2114268Z libedit pkgs/main/linux-64::libedit-3.1.20191231-h14c3975_1
2021-03-09T23:10:02.2115202Z libffi pkgs/main/linux-64::libffi-3.3-he6710b0_2
2021-03-09T23:10:02.2116155Z libgcc-ng pkgs/main/linux-64::libgcc-ng-9.1.0-hdf63c60_0
2021-03-09T23:10:02.2117198Z libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-9.1.0-hdf63c60_0
2021-03-09T23:10:02.2118221Z ncurses pkgs/main/linux-64::ncurses-6.2-he6710b0_1
2021-03-09T23:10:02.2119164Z openssl pkgs/main/linux-64::openssl-1.1.1j-h27cfd23_0
2021-03-09T23:10:02.2120096Z pip pkgs/main/linux-64::pip-21.0.1-py39h06a4308_0
2021-03-09T23:10:02.2121210Z python pkgs/main/linux-64::python-3.9.2-hdb3f193_0
2021-03-09T23:10:02.2122223Z readline pkgs/main/linux-64::readline-8.1-h27cfd23_0
2021-03-09T23:10:02.2123264Z setuptools pkgs/main/linux-64::setuptools-52.0.0-py39h06a4308_0
2021-03-09T23:10:02.2124281Z sqlite pkgs/main/linux-64::sqlite-3.33.0-h62c20be_0
2021-03-09T23:10:02.2125312Z tk pkgs/main/linux-64::tk-8.6.10-hbc83047_0
2021-03-09T23:10:02.2126159Z tzdata pkgs/main/noarch::tzdata-2020f-h52ac0ba_0
2021-03-09T23:10:02.2127079Z wheel pkgs/main/noarch::wheel-0.36.2-pyhd3eb1b0_0
2021-03-09T23:10:02.2127931Z xz pkgs/main/linux-64::xz-5.2.5-h7b6447c_0
2021-03-09T23:10:02.2128757Z zlib pkgs/main/linux-64::zlib-1.2.11-h7b6447c_3
2021-03-09T23:10:02.2129082Z
2021-03-09T23:10:02.2129244Z
2021-03-09T23:10:02.4310267Z Preparing transaction: ...working... done
2021-03-09T23:10:03.5329753Z Verifying transaction: ...working... done
2021-03-09T23:10:04.4781238Z Executing transaction: ...working... done
2021-03-09T23:10:06.4727967Z Collecting package metadata (current_repodata.json): ...working... done
2021-03-09T23:10:07.0247053Z Solving environment: ...working... done
2021-03-09T23:10:14.6890640Z
2021-03-09T23:10:14.6891381Z ## Package Plan ##
2021-03-09T23:10:14.6891638Z
2021-03-09T23:10:14.6892841Z environment location: /root/miniconda/envs/test-env
2021-03-09T23:10:14.6893214Z
2021-03-09T23:10:14.6893525Z added / updated specs:
2021-03-09T23:10:14.6894030Z - cloudpickle
2021-03-09T23:10:14.6894485Z - joblib
2021-03-09T23:10:14.6894908Z - matplotlib
2021-03-09T23:10:14.6895341Z - numpy
2021-03-09T23:10:14.6895747Z - pandas
2021-03-09T23:10:14.6896168Z - psutil
2021-03-09T23:10:14.6896576Z - pytest
2021-03-09T23:10:14.6897013Z - scikit-learn
2021-03-09T23:10:14.6897456Z - scipy
2021-03-09T23:10:14.6897654Z
2021-03-09T23:10:14.6897816Z
2021-03-09T23:10:14.6898208Z The following packages will be downloaded:
2021-03-09T23:10:14.6898525Z
2021-03-09T23:10:14.6898841Z package | build
2021-03-09T23:10:14.6899394Z ---------------------------|-----------------
2021-03-09T23:10:14.6900033Z attrs-20.3.0 | pyhd3eb1b0_0 43 KB
2021-03-09T23:10:14.6900647Z blas-1.0 | openblas 46 KB
2021-03-09T23:10:14.6901275Z cloudpickle-1.6.0 | py_0 30 KB
2021-03-09T23:10:14.6901911Z cycler-0.10.0 | py39h06a4308_0 16 KB
2021-03-09T23:10:14.6902521Z dbus-1.13.18 | hb2f20db_0 504 KB
2021-03-09T23:10:14.6903106Z expat-2.2.10 | he6710b0_2 153 KB
2021-03-09T23:10:14.6903723Z fontconfig-2.13.1 | h6c09931_0 250 KB
2021-03-09T23:10:14.6904382Z freetype-2.10.4 | h5ab3b9f_0 596 KB
2021-03-09T23:10:14.6904975Z glib-2.67.4 | h36276a3_1 3.0 MB
2021-03-09T23:10:14.6905643Z gst-plugins-base-1.14.0 | h8213a91_2 4.9 MB
2021-03-09T23:10:14.6906570Z gstreamer-1.14.0 | h28cd5cc_2 3.2 MB
2021-03-09T23:10:14.6907239Z icu-58.2 | he6710b0_3 10.5 MB
2021-03-09T23:10:14.6907913Z importlib-metadata-2.0.0 | py_1 35 KB
2021-03-09T23:10:14.6908636Z importlib_metadata-2.0.0 | 1 11 KB
2021-03-09T23:10:14.6909297Z iniconfig-1.1.1 | pyhd3eb1b0_0 8 KB
2021-03-09T23:10:14.6909957Z joblib-1.0.1 | pyhd3eb1b0_0 208 KB
2021-03-09T23:10:14.6910584Z jpeg-9b | h024ee3a_2 214 KB
2021-03-09T23:10:14.6911212Z kiwisolver-1.3.1 | py39h2531618_0 80 KB
2021-03-09T23:10:14.6911834Z lcms2-2.11 | h396b838_0 307 KB
2021-03-09T23:10:14.6912704Z libgfortran-ng-7.3.0 | hdf63c60_0 1006 KB
2021-03-09T23:10:14.6913483Z libopenblas-0.3.10 | h5a2b251_0 4.5 MB
2021-03-09T23:10:14.6914116Z libpng-1.6.37 | hbc83047_0 278 KB
2021-03-09T23:10:14.6914719Z libtiff-4.1.0 | h2733197_1 449 KB
2021-03-09T23:10:14.6915466Z libuuid-1.0.3 | h1bed415_2 15 KB
2021-03-09T23:10:14.6916071Z libxcb-1.14 | h7b6447c_0 505 KB
2021-03-09T23:10:14.6916653Z libxml2-2.9.10 | hb55368b_3 1.2 MB
2021-03-09T23:10:14.6917213Z lz4-c-1.9.3 | h2531618_0 186 KB
2021-03-09T23:10:14.6917839Z matplotlib-3.3.4 | py39h06a4308_0 26 KB
2021-03-09T23:10:14.6918556Z matplotlib-base-3.3.4 | py39h62a2d02_0 5.1 MB
2021-03-09T23:10:14.6919407Z more-itertools-8.7.0 | pyhd3eb1b0_0 42 KB
2021-03-09T23:10:14.6920110Z numpy-1.19.2 | py39h87658db_0 22 KB
2021-03-09T23:10:14.6920760Z numpy-base-1.19.2 | py39h0f7b65f_0 4.2 MB
2021-03-09T23:10:14.6921386Z olefile-0.46 | py_0 33 KB
2021-03-09T23:10:14.6922022Z packaging-20.9 | pyhd3eb1b0_0 37 KB
2021-03-09T23:10:14.6922667Z pandas-1.2.3 | py39ha9443f7_0 8.9 MB
2021-03-09T23:10:14.6923273Z pcre-8.44 | he6710b0_0 212 KB
2021-03-09T23:10:14.6923870Z pillow-8.1.2 | py39he98fc37_0 632 KB
2021-03-09T23:10:14.6924483Z pluggy-0.12.0 | py_0 22 KB
2021-03-09T23:10:14.6925084Z psutil-5.8.0 | py39h27cfd23_1 332 KB
2021-03-09T23:10:14.6925698Z py-1.10.0 | pyhd3eb1b0_0 76 KB
2021-03-09T23:10:14.6926324Z pyparsing-2.4.7 | pyhd3eb1b0_0 59 KB
2021-03-09T23:10:14.6926971Z pyqt-5.9.2 | py39h2531618_6 4.7 MB
2021-03-09T23:10:14.6927576Z pytest-6.2.2 | py39h06a4308_2 442 KB
2021-03-09T23:10:14.6928268Z python-dateutil-2.8.1 | pyhd3eb1b0_0 221 KB
2021-03-09T23:10:14.6928969Z pytz-2021.1 | pyhd3eb1b0_0 181 KB
2021-03-09T23:10:14.6929547Z qt-5.9.7 | h5867ecd_1 68.5 MB
2021-03-09T23:10:14.6930188Z scikit-learn-0.24.1 | py39ha9443f7_0 5.4 MB
2021-03-09T23:10:14.6930849Z scipy-1.6.1 | py39hf56f3a7_0 16.0 MB
2021-03-09T23:10:14.6931460Z sip-4.19.13 | py39h2531618_0 279 KB
2021-03-09T23:10:14.6932037Z six-1.15.0 | py39h06a4308_0 27 KB
2021-03-09T23:10:14.6932702Z threadpoolctl-2.1.0 | pyh5ca1d4c_0 17 KB
2021-03-09T23:10:14.6933337Z toml-0.10.1 | py_0 20 KB
2021-03-09T23:10:14.6933925Z tornado-6.1 | py39h27cfd23_0 595 KB
2021-03-09T23:10:14.6934553Z zipp-3.4.0 | pyhd3eb1b0_0 15 KB
2021-03-09T23:10:14.6935142Z zstd-1.4.5 | h9ceee32_0 619 KB
2021-03-09T23:10:14.6935767Z ------------------------------------------------------------
2021-03-09T23:10:14.6936195Z Total: 148.6 MB
2021-03-09T23:10:14.6936424Z
2021-03-09T23:10:14.6936806Z The following NEW packages will be INSTALLED:
2021-03-09T23:10:14.6937128Z
2021-03-09T23:10:14.6937957Z attrs pkgs/main/noarch::attrs-20.3.0-pyhd3eb1b0_0
2021-03-09T23:10:14.6938837Z blas pkgs/main/linux-64::blas-1.0-openblas
2021-03-09T23:10:14.6939758Z cloudpickle pkgs/main/noarch::cloudpickle-1.6.0-py_0
2021-03-09T23:10:14.6940741Z cycler pkgs/main/linux-64::cycler-0.10.0-py39h06a4308_0
2021-03-09T23:10:14.6941669Z dbus pkgs/main/linux-64::dbus-1.13.18-hb2f20db_0
2021-03-09T23:10:14.6942663Z expat pkgs/main/linux-64::expat-2.2.10-he6710b0_2
2021-03-09T23:10:14.6943689Z fontconfig pkgs/main/linux-64::fontconfig-2.13.1-h6c09931_0
2021-03-09T23:10:14.6944726Z freetype pkgs/main/linux-64::freetype-2.10.4-h5ab3b9f_0
2021-03-09T23:10:14.6945786Z glib pkgs/main/linux-64::glib-2.67.4-h36276a3_1
2021-03-09T23:10:14.6947048Z gst-plugins-base pkgs/main/linux-64::gst-plugins-base-1.14.0-h8213a91_2
2021-03-09T23:10:14.6948207Z gstreamer pkgs/main/linux-64::gstreamer-1.14.0-h28cd5cc_2
2021-03-09T23:10:14.6949146Z icu pkgs/main/linux-64::icu-58.2-he6710b0_3
2021-03-09T23:10:14.6950168Z importlib-metadata pkgs/main/noarch::importlib-metadata-2.0.0-py_1
2021-03-09T23:10:14.6951291Z importlib_metadata pkgs/main/noarch::importlib_metadata-2.0.0-1
2021-03-09T23:10:14.6952306Z iniconfig pkgs/main/noarch::iniconfig-1.1.1-pyhd3eb1b0_0
2021-03-09T23:10:14.6953307Z joblib pkgs/main/noarch::joblib-1.0.1-pyhd3eb1b0_0
2021-03-09T23:10:14.6954203Z jpeg pkgs/main/linux-64::jpeg-9b-h024ee3a_2
2021-03-09T23:10:14.6955207Z kiwisolver pkgs/main/linux-64::kiwisolver-1.3.1-py39h2531618_0
2021-03-09T23:10:14.6956184Z lcms2 pkgs/main/linux-64::lcms2-2.11-h396b838_0
2021-03-09T23:10:14.6957223Z libgfortran-ng pkgs/main/linux-64::libgfortran-ng-7.3.0-hdf63c60_0
2021-03-09T23:10:14.6958366Z libopenblas pkgs/main/linux-64::libopenblas-0.3.10-h5a2b251_0
2021-03-09T23:10:14.6959378Z libpng pkgs/main/linux-64::libpng-1.6.37-hbc83047_0
2021-03-09T23:10:14.6960297Z libtiff pkgs/main/linux-64::libtiff-4.1.0-h2733197_1
2021-03-09T23:10:14.6961233Z libuuid pkgs/main/linux-64::libuuid-1.0.3-h1bed415_2
2021-03-09T23:10:14.6962135Z libxcb pkgs/main/linux-64::libxcb-1.14-h7b6447c_0
2021-03-09T23:10:14.6963056Z libxml2 pkgs/main/linux-64::libxml2-2.9.10-hb55368b_3
2021-03-09T23:10:14.6963933Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h2531618_0
2021-03-09T23:10:14.6964903Z matplotlib pkgs/main/linux-64::matplotlib-3.3.4-py39h06a4308_0
2021-03-09T23:10:14.6966135Z matplotlib-base pkgs/main/linux-64::matplotlib-base-3.3.4-py39h62a2d02_0
2021-03-09T23:10:14.6967411Z more-itertools pkgs/main/noarch::more-itertools-8.7.0-pyhd3eb1b0_0
2021-03-09T23:10:14.6968513Z numpy pkgs/main/linux-64::numpy-1.19.2-py39h87658db_0
2021-03-09T23:10:14.6969544Z numpy-base pkgs/main/linux-64::numpy-base-1.19.2-py39h0f7b65f_0
2021-03-09T23:10:14.6970529Z olefile pkgs/main/noarch::olefile-0.46-py_0
2021-03-09T23:10:14.6971467Z packaging pkgs/main/noarch::packaging-20.9-pyhd3eb1b0_0
2021-03-09T23:10:14.6972484Z pandas pkgs/main/linux-64::pandas-1.2.3-py39ha9443f7_0
2021-03-09T23:10:14.6973392Z pcre pkgs/main/linux-64::pcre-8.44-he6710b0_0
2021-03-09T23:10:14.6974331Z pillow pkgs/main/linux-64::pillow-8.1.2-py39he98fc37_0
2021-03-09T23:10:14.6975232Z pluggy pkgs/main/noarch::pluggy-0.12.0-py_0
2021-03-09T23:10:14.6976156Z psutil pkgs/main/linux-64::psutil-5.8.0-py39h27cfd23_1
2021-03-09T23:10:14.6977054Z py pkgs/main/noarch::py-1.10.0-pyhd3eb1b0_0
2021-03-09T23:10:14.6978015Z pyparsing pkgs/main/noarch::pyparsing-2.4.7-pyhd3eb1b0_0
2021-03-09T23:10:14.6978987Z pyqt pkgs/main/linux-64::pyqt-5.9.2-py39h2531618_6
2021-03-09T23:10:14.6979934Z pytest pkgs/main/linux-64::pytest-6.2.2-py39h06a4308_2
2021-03-09T23:10:14.6981052Z python-dateutil pkgs/main/noarch::python-dateutil-2.8.1-pyhd3eb1b0_0
2021-03-09T23:10:14.6982128Z pytz pkgs/main/noarch::pytz-2021.1-pyhd3eb1b0_0
2021-03-09T23:10:14.6982981Z qt pkgs/main/linux-64::qt-5.9.7-h5867ecd_1
2021-03-09T23:10:14.6983978Z scikit-learn pkgs/main/linux-64::scikit-learn-0.24.1-py39ha9443f7_0
2021-03-09T23:10:14.6985180Z scipy pkgs/main/linux-64::scipy-1.6.1-py39hf56f3a7_0
2021-03-09T23:10:14.6986138Z sip pkgs/main/linux-64::sip-4.19.13-py39h2531618_0
2021-03-09T23:10:14.6987146Z six pkgs/main/linux-64::six-1.15.0-py39h06a4308_0
2021-03-09T23:10:14.6988185Z threadpoolctl pkgs/main/noarch::threadpoolctl-2.1.0-pyh5ca1d4c_0
2021-03-09T23:10:14.6989340Z toml pkgs/main/noarch::toml-0.10.1-py_0
2021-03-09T23:10:14.6990228Z tornado pkgs/main/linux-64::tornado-6.1-py39h27cfd23_0
2021-03-09T23:10:14.6991173Z zipp pkgs/main/noarch::zipp-3.4.0-pyhd3eb1b0_0
2021-03-09T23:10:14.6992056Z zstd pkgs/main/linux-64::zstd-1.4.5-h9ceee32_0
2021-03-09T23:10:14.6992396Z
2021-03-09T23:10:14.6992573Z
2021-03-09T23:10:15.3327195Z Preparing transaction: ...working... done
2021-03-09T23:10:17.6235287Z Verifying transaction: ...working... done
2021-03-09T23:10:19.9820378Z Executing transaction: ...working... done
2021-03-09T23:10:32.0796376Z Collecting package metadata (current_repodata.json): ...working... done
2021-03-09T23:10:38.3146512Z Solving environment: ...working... done
2021-03-09T23:10:38.5804021Z
2021-03-09T23:10:38.5804496Z ## Package Plan ##
2021-03-09T23:10:38.5804730Z
2021-03-09T23:10:38.5808427Z environment location: /root/miniconda/envs/test-env
2021-03-09T23:10:38.5808901Z
2021-03-09T23:10:38.5809240Z added / updated specs:
2021-03-09T23:10:38.5809837Z - dask[version='>=2021.3.0']
2021-03-09T23:10:38.5810368Z - distributed[version='>=2021.3.0']
2021-03-09T23:10:38.5810918Z - python-graphviz
2021-03-09T23:10:38.5811397Z - xorg-libxau
2021-03-09T23:10:38.5811621Z
2021-03-09T23:10:38.5811799Z
2021-03-09T23:10:38.5816005Z The following packages will be downloaded:
2021-03-09T23:10:38.5816419Z
2021-03-09T23:10:38.5816747Z package | build
2021-03-09T23:10:38.5817510Z ---------------------------|-----------------
2021-03-09T23:10:38.5818239Z _libgcc_mutex-0.1 | conda_forge 3 KB conda-forge
2021-03-09T23:10:38.5818964Z _openmp_mutex-4.5 | 1_gnu 22 KB conda-forge
2021-03-09T23:10:38.5821860Z atk-1.0-2.36.0 | h3371d22_4 560 KB conda-forge
2021-03-09T23:10:38.5822625Z bokeh-2.3.0 | py39hf3d152e_0 8.3 MB conda-forge
2021-03-09T23:10:38.5823599Z ca-certificates-2020.12.5 | ha878542_0 137 KB conda-forge
2021-03-09T23:10:38.5824380Z cairo-1.16.0 | h7979940_1007 1.5 MB conda-forge
2021-03-09T23:10:38.5825125Z certifi-2020.12.5 | py39hf3d152e_1 143 KB conda-forge
2021-03-09T23:10:38.5825865Z click-7.1.2 | pyh9f0ad1d_0 64 KB conda-forge
2021-03-09T23:10:38.5826821Z cytoolz-0.11.0 | py39h3811e60_3 415 KB conda-forge
2021-03-09T23:10:38.5827559Z dask-2021.3.0 | pyhd8ed1ab_0 4 KB conda-forge
2021-03-09T23:10:38.5828339Z dask-core-2021.3.0 | pyhd8ed1ab_0 702 KB conda-forge
2021-03-09T23:10:38.5829162Z distributed-2021.3.0 | py39hf3d152e_0 1.1 MB conda-forge
2021-03-09T23:10:38.5830115Z font-ttf-dejavu-sans-mono-2.37| hab24e00_0 388 KB conda-forge
2021-03-09T23:10:38.5831094Z font-ttf-inconsolata-2.001 | hab24e00_0 97 KB conda-forge
2021-03-09T23:10:38.5832079Z font-ttf-source-code-pro-2.030| hab24e00_0 927 KB conda-forge
2021-03-09T23:10:38.5833050Z font-ttf-ubuntu-0.83 | hab24e00_0 1.9 MB conda-forge
2021-03-09T23:10:38.5833940Z fontconfig-2.13.1 | hba837de_1004 344 KB conda-forge
2021-03-09T23:10:38.5834817Z fonts-conda-ecosystem-1 | 0 4 KB conda-forge
2021-03-09T23:10:38.5836077Z fonts-conda-forge-1 | 0 4 KB conda-forge
2021-03-09T23:10:38.5837178Z fribidi-1.0.10 | h36c2ea0_0 112 KB conda-forge
2021-03-09T23:10:38.5838177Z fsspec-0.8.7 | pyhd8ed1ab_0 72 KB conda-forge
2021-03-09T23:10:38.5839018Z gdk-pixbuf-2.42.2 | h0c95a7a_2 611 KB conda-forge
2021-03-09T23:10:38.5839870Z gettext-0.19.8.1 | h0b5b191_1005 3.6 MB conda-forge
2021-03-09T23:10:38.5840793Z giflib-5.2.1 | h36c2ea0_2 77 KB conda-forge
2021-03-09T23:10:38.5841576Z glib-2.66.7 | h9c3ff4c_1 443 KB conda-forge
2021-03-09T23:10:38.5842336Z glib-tools-2.66.7 | h9c3ff4c_1 85 KB conda-forge
2021-03-09T23:10:38.5843189Z graphite2-1.3.13 | h58526e2_1001 102 KB conda-forge
2021-03-09T23:10:38.5844035Z graphviz-2.46.1 | h93c640b_4 6.5 MB conda-forge
2021-03-09T23:10:38.5844856Z gst-plugins-base-1.18.3 | h04508c2_0 2.5 MB conda-forge
2021-03-09T23:10:38.5845745Z gstreamer-1.18.3 | h3560a44_0 2.0 MB conda-forge
2021-03-09T23:10:38.5846491Z gtk2-2.24.33 | hab0c2f8_0 7.3 MB conda-forge
2021-03-09T23:10:38.5847284Z gts-0.7.6 | h64030ff_2 411 KB conda-forge
2021-03-09T23:10:38.5848049Z harfbuzz-2.7.4 | h5cf4720_0 1.9 MB conda-forge
2021-03-09T23:10:38.5848851Z heapdict-1.0.1 | py_0 7 KB conda-forge
2021-03-09T23:10:38.5849570Z icu-68.1 | h58526e2_0 13.0 MB conda-forge
2021-03-09T23:10:38.5850336Z jinja2-2.11.3 | pyh44b312d_0 93 KB conda-forge
2021-03-09T23:10:38.5851069Z jpeg-9d | h36c2ea0_0 264 KB conda-forge
2021-03-09T23:10:38.5851889Z krb5-1.17.2 | h926e7f8_0 1.4 MB conda-forge
2021-03-09T23:10:38.5852657Z libclang-11.1.0 |default_ha53f305_0 19.2 MB conda-forge
2021-03-09T23:10:38.5853456Z libevent-2.1.10 | hcdb4288_3 1.1 MB conda-forge
2021-03-09T23:10:38.5854320Z libgcc-ng-9.3.0 | h2828fa1_18 7.8 MB conda-forge
2021-03-09T23:10:38.5855058Z libgd-2.3.0 | h47910db_1 297 KB conda-forge
2021-03-09T23:10:38.5855937Z libglib-2.66.7 | h3e27bee_1 3.0 MB conda-forge
2021-03-09T23:10:38.5856714Z libgomp-9.3.0 | h2828fa1_18 376 KB conda-forge
2021-03-09T23:10:38.5857506Z libiconv-1.16 | h516909a_0 1.4 MB conda-forge
2021-03-09T23:10:38.5858256Z libllvm11-11.1.0 | hf817b99_0 29.1 MB conda-forge
2021-03-09T23:10:38.5859054Z libpq-13.1 | hfd2b0eb_2 2.7 MB conda-forge
2021-03-09T23:10:38.5859806Z librsvg-2.50.3 | hfa39831_1 16.8 MB conda-forge
2021-03-09T23:10:38.5860698Z libstdcxx-ng-9.3.0 | h6de172a_18 4.0 MB conda-forge
2021-03-09T23:10:38.5861491Z libtool-2.4.6 | h58526e2_1007 497 KB conda-forge
2021-03-09T23:10:38.5862274Z libuuid-2.32.1 | h7f98852_1000 28 KB conda-forge
2021-03-09T23:10:38.5862974Z libwebp-1.2.0 | h89dd481_0 493 KB
2021-03-09T23:10:38.5863711Z libwebp-base-1.2.0 | h7f98852_0 808 KB conda-forge
2021-03-09T23:10:38.5864643Z libxkbcommon-1.0.3 | he3ba5ed_0 581 KB conda-forge
2021-03-09T23:10:38.5865445Z libxml2-2.9.10 | h72842e0_3 1.3 MB conda-forge
2021-03-09T23:10:38.5866222Z locket-0.2.0 | py_2 6 KB conda-forge
2021-03-09T23:10:38.5890871Z markupsafe-1.1.1 | py39h3811e60_3 27 KB conda-forge
2021-03-09T23:10:38.5891732Z msgpack-python-1.0.2 | py39h1a9c180_1 92 KB conda-forge
2021-03-09T23:10:38.5892742Z mysql-common-8.0.23 | ha770c72_1 1.5 MB conda-forge
2021-03-09T23:10:38.5893559Z mysql-libs-8.0.23 | h935591d_1 1.8 MB conda-forge
2021-03-09T23:10:38.5894264Z nspr-4.29 | h9c3ff4c_1 232 KB conda-forge
2021-03-09T23:10:38.5895082Z nss-3.62 | hb5efdd6_0 2.1 MB conda-forge
2021-03-09T23:10:38.5895771Z openssl-1.1.1j | h7f98852_0 2.1 MB conda-forge
2021-03-09T23:10:38.5896482Z pango-1.42.4 | h69149e4_5 533 KB conda-forge
2021-03-09T23:10:38.5897150Z partd-1.1.0 | py_0 17 KB conda-forge
2021-03-09T23:10:38.5897842Z pixman-0.40.0 | h36c2ea0_0 627 KB conda-forge
2021-03-09T23:10:38.5898552Z pyqt-5.12.3 | py39hf3d152e_7 21 KB conda-forge
2021-03-09T23:10:38.5899318Z pyqt-impl-5.12.3 | py39h0fcd23e_7 5.9 MB conda-forge
2021-03-09T23:10:38.5900093Z pyqt5-sip-4.19.18 | py39he80948d_7 310 KB conda-forge
2021-03-09T23:10:38.5900874Z pyqtchart-5.12 | py39h0fcd23e_7 253 KB conda-forge
2021-03-09T23:10:38.5901687Z pyqtwebengine-5.12.1 | py39h0fcd23e_7 174 KB conda-forge
2021-03-09T23:10:38.5902564Z python-graphviz-0.16 | pyh243d235_2 20 KB conda-forge
2021-03-09T23:10:38.5903317Z python_abi-3.9 | 1_cp39 4 KB conda-forge
2021-03-09T23:10:38.5904005Z pyyaml-5.4.1 | py39h3811e60_0 193 KB conda-forge
2021-03-09T23:10:38.5904703Z qt-5.12.9 | hda022c4_4 99.5 MB conda-forge
2021-03-09T23:10:38.5905475Z sortedcontainers-2.3.0 | pyhd8ed1ab_0 26 KB conda-forge
2021-03-09T23:10:38.5906435Z sqlite-3.34.0 | h74cdb3f_0 1.4 MB conda-forge
2021-03-09T23:10:38.5907157Z tblib-1.6.0 | py_0 14 KB conda-forge
2021-03-09T23:10:38.5907937Z toolz-0.11.1 | py_0 46 KB conda-forge
2021-03-09T23:10:38.5908692Z typing_extensions-3.7.4.3 | py_0 25 KB conda-forge
2021-03-09T23:10:38.5909495Z xorg-kbproto-1.0.7 | h7f98852_1002 27 KB conda-forge
2021-03-09T23:10:38.5910253Z xorg-libice-1.0.10 | h7f98852_0 58 KB conda-forge
2021-03-09T23:10:38.5910992Z xorg-libsm-1.2.3 | hd9c2040_1000 26 KB conda-forge
2021-03-09T23:10:38.5911717Z xorg-libx11-1.7.0 | h7f98852_0 923 KB conda-forge
2021-03-09T23:10:38.5912440Z xorg-libxau-1.0.9 | h7f98852_0 13 KB conda-forge
2021-03-09T23:10:38.5913182Z xorg-libxext-1.3.4 | h7f98852_1 54 KB conda-forge
2021-03-09T23:10:38.5913972Z xorg-libxrender-0.9.10 | h7f98852_1003 32 KB conda-forge
2021-03-09T23:10:38.5914818Z xorg-renderproto-0.11.1 | h7f98852_1002 9 KB conda-forge
2021-03-09T23:10:38.5916985Z xorg-xextproto-7.3.0 | h7f98852_1002 28 KB conda-forge
2021-03-09T23:10:38.5917775Z xorg-xproto-7.0.31 | h7f98852_1007 73 KB conda-forge
2021-03-09T23:10:38.5918481Z yaml-0.2.5 | h516909a_0 82 KB conda-forge
2021-03-09T23:10:38.5919120Z zict-2.0.0 | py_0 10 KB conda-forge
2021-03-09T23:10:38.5919762Z zstd-1.4.9 | ha95c52a_0 431 KB conda-forge
2021-03-09T23:10:38.5920414Z ------------------------------------------------------------
2021-03-09T23:10:38.5920846Z Total: 264.8 MB
2021-03-09T23:10:38.5921080Z
2021-03-09T23:10:38.5921463Z The following NEW packages will be INSTALLED:
2021-03-09T23:10:38.5921868Z
2021-03-09T23:10:38.5922886Z _openmp_mutex conda-forge/linux-64::_openmp_mutex-4.5-1_gnu
2021-03-09T23:10:38.5923906Z atk-1.0 conda-forge/linux-64::atk-1.0-2.36.0-h3371d22_4
2021-03-09T23:10:38.5924863Z bokeh conda-forge/linux-64::bokeh-2.3.0-py39hf3d152e_0
2021-03-09T23:10:38.5925837Z cairo conda-forge/linux-64::cairo-1.16.0-h7979940_1007
2021-03-09T23:10:38.5926925Z click conda-forge/noarch::click-7.1.2-pyh9f0ad1d_0
2021-03-09T23:10:38.5927954Z cytoolz conda-forge/linux-64::cytoolz-0.11.0-py39h3811e60_3
2021-03-09T23:10:38.5928948Z dask conda-forge/noarch::dask-2021.3.0-pyhd8ed1ab_0
2021-03-09T23:10:38.5929995Z dask-core conda-forge/noarch::dask-core-2021.3.0-pyhd8ed1ab_0
2021-03-09T23:10:38.5931173Z distributed conda-forge/linux-64::distributed-2021.3.0-py39hf3d152e_0
2021-03-09T23:10:38.5932587Z font-ttf-dejavu-s~ conda-forge/noarch::font-ttf-dejavu-sans-mono-2.37-hab24e00_0
2021-03-09T23:10:38.5934060Z font-ttf-inconsol~ conda-forge/noarch::font-ttf-inconsolata-2.001-hab24e00_0
2021-03-09T23:10:38.5935543Z font-ttf-source-c~ conda-forge/noarch::font-ttf-source-code-pro-2.030-hab24e00_0
2021-03-09T23:10:38.5936910Z font-ttf-ubuntu conda-forge/noarch::font-ttf-ubuntu-0.83-hab24e00_0
2021-03-09T23:10:38.5938135Z fonts-conda-ecosy~ conda-forge/noarch::fonts-conda-ecosystem-1-0
2021-03-09T23:10:38.5939285Z fonts-conda-forge conda-forge/noarch::fonts-conda-forge-1-0
2021-03-09T23:10:38.5940360Z fribidi conda-forge/linux-64::fribidi-1.0.10-h36c2ea0_0
2021-03-09T23:10:38.5941351Z fsspec conda-forge/noarch::fsspec-0.8.7-pyhd8ed1ab_0
2021-03-09T23:10:38.5942416Z gdk-pixbuf conda-forge/linux-64::gdk-pixbuf-2.42.2-h0c95a7a_2
2021-03-09T23:10:38.5943475Z gettext conda-forge/linux-64::gettext-0.19.8.1-h0b5b191_1005
2021-03-09T23:10:38.5944472Z giflib conda-forge/linux-64::giflib-5.2.1-h36c2ea0_2
2021-03-09T23:10:38.5945492Z glib-tools conda-forge/linux-64::glib-tools-2.66.7-h9c3ff4c_1
2021-03-09T23:10:38.5946696Z graphite2 conda-forge/linux-64::graphite2-1.3.13-h58526e2_1001
2021-03-09T23:10:38.5947790Z graphviz conda-forge/linux-64::graphviz-2.46.1-h93c640b_4
2021-03-09T23:10:38.5948752Z gtk2 conda-forge/linux-64::gtk2-2.24.33-hab0c2f8_0
2021-03-09T23:10:38.5949655Z gts conda-forge/linux-64::gts-0.7.6-h64030ff_2
2021-03-09T23:10:38.5950594Z harfbuzz conda-forge/linux-64::harfbuzz-2.7.4-h5cf4720_0
2021-03-09T23:10:38.5951578Z heapdict conda-forge/noarch::heapdict-1.0.1-py_0
2021-03-09T23:10:38.5952532Z jinja2 conda-forge/noarch::jinja2-2.11.3-pyh44b312d_0
2021-03-09T23:10:38.5953471Z krb5 conda-forge/linux-64::krb5-1.17.2-h926e7f8_0
2021-03-09T23:10:38.5954450Z libclang conda-forge/linux-64::libclang-11.1.0-default_ha53f305_0
2021-03-09T23:10:38.5955518Z libevent conda-forge/linux-64::libevent-2.1.10-hcdb4288_3
2021-03-09T23:10:38.5956502Z libgd conda-forge/linux-64::libgd-2.3.0-h47910db_1
2021-03-09T23:10:38.5957515Z libglib conda-forge/linux-64::libglib-2.66.7-h3e27bee_1
2021-03-09T23:10:38.5958508Z libgomp conda-forge/linux-64::libgomp-9.3.0-h2828fa1_18
2021-03-09T23:10:38.5959521Z libiconv conda-forge/linux-64::libiconv-1.16-h516909a_0
2021-03-09T23:10:38.5960535Z libllvm11 conda-forge/linux-64::libllvm11-11.1.0-hf817b99_0
2021-03-09T23:10:38.5961527Z libpq conda-forge/linux-64::libpq-13.1-hfd2b0eb_2
2021-03-09T23:10:38.5962495Z librsvg conda-forge/linux-64::librsvg-2.50.3-hfa39831_1
2021-03-09T23:10:38.5963500Z libtool conda-forge/linux-64::libtool-2.4.6-h58526e2_1007
2021-03-09T23:10:38.5964458Z libwebp pkgs/main/linux-64::libwebp-1.2.0-h89dd481_0
2021-03-09T23:10:38.5965511Z libwebp-base conda-forge/linux-64::libwebp-base-1.2.0-h7f98852_0
2021-03-09T23:10:38.5966810Z libxkbcommon conda-forge/linux-64::libxkbcommon-1.0.3-he3ba5ed_0
2021-03-09T23:10:38.5967867Z locket conda-forge/noarch::locket-0.2.0-py_2
2021-03-09T23:10:38.5968919Z markupsafe conda-forge/linux-64::markupsafe-1.1.1-py39h3811e60_3
2021-03-09T23:10:38.5970169Z msgpack-python conda-forge/linux-64::msgpack-python-1.0.2-py39h1a9c180_1
2021-03-09T23:10:38.5971551Z mysql-common conda-forge/linux-64::mysql-common-8.0.23-ha770c72_1
2021-03-09T23:10:38.5972669Z mysql-libs conda-forge/linux-64::mysql-libs-8.0.23-h935591d_1
2021-03-09T23:10:38.5973664Z nspr conda-forge/linux-64::nspr-4.29-h9c3ff4c_1
2021-03-09T23:10:38.5974546Z nss conda-forge/linux-64::nss-3.62-hb5efdd6_0
2021-03-09T23:10:38.5975467Z pango conda-forge/linux-64::pango-1.42.4-h69149e4_5
2021-03-09T23:10:38.5976357Z partd conda-forge/noarch::partd-1.1.0-py_0
2021-03-09T23:10:38.5977297Z pixman conda-forge/linux-64::pixman-0.40.0-h36c2ea0_0
2021-03-09T23:10:38.5978361Z pyqt-impl conda-forge/linux-64::pyqt-impl-5.12.3-py39h0fcd23e_7
2021-03-09T23:10:38.5979502Z pyqt5-sip conda-forge/linux-64::pyqt5-sip-4.19.18-py39he80948d_7
2021-03-09T23:10:38.5980625Z pyqtchart conda-forge/linux-64::pyqtchart-5.12-py39h0fcd23e_7
2021-03-09T23:10:38.5981876Z pyqtwebengine conda-forge/linux-64::pyqtwebengine-5.12.1-py39h0fcd23e_7
2021-03-09T23:10:38.5983187Z python-graphviz conda-forge/noarch::python-graphviz-0.16-pyh243d235_2
2021-03-09T23:10:38.5984372Z python_abi conda-forge/linux-64::python_abi-3.9-1_cp39
2021-03-09T23:10:38.5985358Z pyyaml conda-forge/linux-64::pyyaml-5.4.1-py39h3811e60_0
2021-03-09T23:10:38.5986653Z sortedcontainers conda-forge/noarch::sortedcontainers-2.3.0-pyhd8ed1ab_0
2021-03-09T23:10:38.5987815Z tblib conda-forge/noarch::tblib-1.6.0-py_0
2021-03-09T23:10:38.5988660Z toolz conda-forge/noarch::toolz-0.11.1-py_0
2021-03-09T23:10:38.5989660Z typing_extensions conda-forge/noarch::typing_extensions-3.7.4.3-py_0
2021-03-09T23:10:38.5990790Z xorg-kbproto conda-forge/linux-64::xorg-kbproto-1.0.7-h7f98852_1002
2021-03-09T23:10:38.5991942Z xorg-libice conda-forge/linux-64::xorg-libice-1.0.10-h7f98852_0
2021-03-09T23:10:38.5993038Z xorg-libsm conda-forge/linux-64::xorg-libsm-1.2.3-hd9c2040_1000
2021-03-09T23:10:38.5994137Z xorg-libx11 conda-forge/linux-64::xorg-libx11-1.7.0-h7f98852_0
2021-03-09T23:10:38.5995214Z xorg-libxau conda-forge/linux-64::xorg-libxau-1.0.9-h7f98852_0
2021-03-09T23:10:38.5996348Z xorg-libxext conda-forge/linux-64::xorg-libxext-1.3.4-h7f98852_1
2021-03-09T23:10:38.5997563Z xorg-libxrender conda-forge/linux-64::xorg-libxrender-0.9.10-h7f98852_1003
2021-03-09T23:10:38.5998892Z xorg-renderproto conda-forge/linux-64::xorg-renderproto-0.11.1-h7f98852_1002
2021-03-09T23:10:38.6000180Z xorg-xextproto conda-forge/linux-64::xorg-xextproto-7.3.0-h7f98852_1002
2021-03-09T23:10:38.6001377Z xorg-xproto conda-forge/linux-64::xorg-xproto-7.0.31-h7f98852_1007
2021-03-09T23:10:38.6002381Z yaml conda-forge/linux-64::yaml-0.2.5-h516909a_0
2021-03-09T23:10:38.6003242Z zict conda-forge/noarch::zict-2.0.0-py_0
2021-03-09T23:10:38.6003546Z
2021-03-09T23:10:38.6003936Z The following packages will be UPDATED:
2021-03-09T23:10:38.6004242Z
2021-03-09T23:10:38.6005237Z certifi pkgs/main::certifi-2020.12.5-py39h06a~ --> conda-forge::certifi-2020.12.5-py39hf3d152e_1
2021-03-09T23:10:38.6006652Z fontconfig pkgs/main::fontconfig-2.13.1-h6c09931~ --> conda-forge::fontconfig-2.13.1-hba837de_1004
2021-03-09T23:10:38.6008194Z gst-plugins-base pkgs/main::gst-plugins-base-1.14.0-h8~ --> conda-forge::gst-plugins-base-1.18.3-h04508c2_0
2021-03-09T23:10:38.6009711Z gstreamer pkgs/main::gstreamer-1.14.0-h28cd5cc_2 --> conda-forge::gstreamer-1.18.3-h3560a44_0
2021-03-09T23:10:38.6011023Z icu pkgs/main::icu-58.2-he6710b0_3 --> conda-forge::icu-68.1-h58526e2_0
2021-03-09T23:10:38.6012138Z jpeg pkgs/main::jpeg-9b-h024ee3a_2 --> conda-forge::jpeg-9d-h36c2ea0_0
2021-03-09T23:10:38.6013347Z libgcc-ng pkgs/main::libgcc-ng-9.1.0-hdf63c60_0 --> conda-forge::libgcc-ng-9.3.0-h2828fa1_18
2021-03-09T23:10:38.6014886Z libstdcxx-ng pkgs/main::libstdcxx-ng-9.1.0-hdf63c6~ --> conda-forge::libstdcxx-ng-9.3.0-h6de172a_18
2021-03-09T23:10:38.6016247Z libuuid pkgs/main::libuuid-1.0.3-h1bed415_2 --> conda-forge::libuuid-2.32.1-h7f98852_1000
2021-03-09T23:10:38.6017468Z pyqt pkgs/main::pyqt-5.9.2-py39h2531618_6 --> conda-forge::pyqt-5.12.3-py39hf3d152e_7
2021-03-09T23:10:38.6018549Z qt pkgs/main::qt-5.9.7-h5867ecd_1 --> conda-forge::qt-5.12.9-hda022c4_4
2021-03-09T23:10:38.6019655Z sqlite pkgs/main::sqlite-3.33.0-h62c20be_0 --> conda-forge::sqlite-3.34.0-h74cdb3f_0
2021-03-09T23:10:38.6020794Z zstd pkgs/main::zstd-1.4.5-h9ceee32_0 --> conda-forge::zstd-1.4.9-ha95c52a_0
2021-03-09T23:10:38.6021229Z
2021-03-09T23:10:38.6021892Z The following packages will be SUPERSEDED by a higher-priority channel:
2021-03-09T23:10:38.6022329Z
2021-03-09T23:10:38.6023227Z _libgcc_mutex pkgs/main::_libgcc_mutex-0.1-main --> conda-forge::_libgcc_mutex-0.1-conda_forge
2021-03-09T23:10:38.6024668Z ca-certificates pkgs/main::ca-certificates-2021.1.19-~ --> conda-forge::ca-certificates-2020.12.5-ha878542_0
2021-03-09T23:10:38.6026058Z glib pkgs/main::glib-2.67.4-h36276a3_1 --> conda-forge::glib-2.66.7-h9c3ff4c_1
2021-03-09T23:10:38.6027356Z libxml2 pkgs/main::libxml2-2.9.10-hb55368b_3 --> conda-forge::libxml2-2.9.10-h72842e0_3
2021-03-09T23:10:38.6028610Z openssl pkgs/main::openssl-1.1.1j-h27cfd23_0 --> conda-forge::openssl-1.1.1j-h7f98852_0
2021-03-09T23:10:38.6029121Z
2021-03-09T23:11:37.4801315Z
2021-03-09T23:11:38.4448646Z Preparing transaction: ...working... done
2021-03-09T23:11:41.3706968Z Verifying transaction: ...working... done
2021-03-09T23:11:46.5183033Z Executing transaction: ...working...
2021-03-09T23:11:46.5183396Z
2021-03-09T23:11:46.5183682Z done
2021-03-09T23:11:51.2196783Z running bdist_wheel
2021-03-09T23:11:51.2251096Z running build
2021-03-09T23:11:51.2251503Z running build_py
2021-03-09T23:11:51.2383104Z creating build
2021-03-09T23:11:51.2383464Z creating build/lib
2021-03-09T23:11:51.2383879Z creating build/lib/lightgbm
2021-03-09T23:11:51.2385050Z copying lightgbm/__init__.py -> build/lib/lightgbm
2021-03-09T23:11:51.2386505Z copying lightgbm/engine.py -> build/lib/lightgbm
2021-03-09T23:11:51.2388733Z copying lightgbm/dask.py -> build/lib/lightgbm
2021-03-09T23:11:51.2390397Z copying lightgbm/basic.py -> build/lib/lightgbm
2021-03-09T23:11:51.2393934Z copying lightgbm/plotting.py -> build/lib/lightgbm
2021-03-09T23:11:51.2395468Z copying lightgbm/callback.py -> build/lib/lightgbm
2021-03-09T23:11:51.2396843Z copying lightgbm/compat.py -> build/lib/lightgbm
2021-03-09T23:11:51.2398211Z copying lightgbm/sklearn.py -> build/lib/lightgbm
2021-03-09T23:11:51.2401202Z copying lightgbm/libpath.py -> build/lib/lightgbm
2021-03-09T23:11:51.2401729Z running egg_info
2021-03-09T23:11:51.2425850Z creating lightgbm.egg-info
2021-03-09T23:11:51.2426778Z writing lightgbm.egg-info/PKG-INFO
2021-03-09T23:11:51.2430139Z writing dependency_links to lightgbm.egg-info/dependency_links.txt
2021-03-09T23:11:51.2431522Z writing requirements to lightgbm.egg-info/requires.txt
2021-03-09T23:11:51.2432421Z writing top-level names to lightgbm.egg-info/top_level.txt
2021-03-09T23:11:51.2433765Z writing manifest file 'lightgbm.egg-info/SOURCES.txt'
2021-03-09T23:11:51.2440612Z reading manifest file 'lightgbm.egg-info/SOURCES.txt'
2021-03-09T23:11:51.2442009Z reading manifest template 'MANIFEST.in'
2021-03-09T23:11:51.2444160Z
2021-03-09T23:11:51.2445191Z no previously-included directories found matching 'build'
2021-03-09T23:11:51.2446019Z warning: no files found matching 'LICENSE'
2021-03-09T23:11:51.2447996Z warning: no files found matching '*.txt'
2021-03-09T23:11:51.2456823Z warning: no files found matching '*.so' under directory 'lightgbm'
2021-03-09T23:11:51.2457993Z warning: no files found matching 'compile/CMakeLists.txt'
2021-03-09T23:11:51.2458940Z warning: no files found matching 'compile/CMakeIntegratedOpenCL.cmake'
2021-03-09T23:11:51.2459882Z warning: no files found matching '*.so' under directory 'compile'
2021-03-09T23:11:51.2460718Z warning: no files found matching '*.dll' under directory 'compile/Release'
2021-03-09T23:11:51.2461635Z warning: no files found matching 'compile/external_libs/compute/CMakeLists.txt'
2021-03-09T23:11:51.2462596Z warning: no files found matching '*' under directory 'compile/external_libs/compute/cmake'
2021-03-09T23:11:51.2463586Z warning: no files found matching '*' under directory 'compile/external_libs/compute/include'
2021-03-09T23:11:51.2464558Z warning: no files found matching '*' under directory 'compile/external_libs/compute/meta'
2021-03-09T23:11:51.2465517Z warning: no files found matching 'compile/external_libs/eigen/CMakeLists.txt'
2021-03-09T23:11:51.2466595Z warning: no files found matching 'compile/external_libs/eigen/Eigen/Cholesky'
2021-03-09T23:11:51.2467532Z warning: no files found matching 'compile/external_libs/eigen/Eigen/Core'
2021-03-09T23:11:51.2468388Z warning: no files found matching 'compile/external_libs/eigen/Eigen/Dense'
2021-03-09T23:11:51.2469281Z warning: no files found matching 'compile/external_libs/eigen/Eigen/Eigenvalues'
2021-03-09T23:11:51.2470202Z warning: no files found matching 'compile/external_libs/eigen/Eigen/Geometry'
2021-03-09T23:11:51.2471109Z warning: no files found matching 'compile/external_libs/eigen/Eigen/Householder'
2021-03-09T23:11:51.2472021Z warning: no files found matching 'compile/external_libs/eigen/Eigen/Jacobi'
2021-03-09T23:11:51.2472869Z warning: no files found matching 'compile/external_libs/eigen/Eigen/LU'
2021-03-09T23:11:51.2473720Z warning: no files found matching 'compile/external_libs/eigen/Eigen/QR'
2021-03-09T23:11:51.2474552Z warning: no files found matching 'compile/external_libs/eigen/Eigen/SVD'
2021-03-09T23:11:51.2475519Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/Cholesky'
2021-03-09T23:11:51.2476550Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/Core'
2021-03-09T23:11:51.2477604Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/Eigenvalues'
2021-03-09T23:11:51.2478669Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/Geometry'
2021-03-09T23:11:51.2479773Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/Householder'
2021-03-09T23:11:51.2480808Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/Jacobi'
2021-03-09T23:11:51.2481823Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/LU'
2021-03-09T23:11:51.2482809Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/misc'
2021-03-09T23:11:51.2483839Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/plugins'
2021-03-09T23:11:51.2484841Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/QR'
2021-03-09T23:11:51.2485840Z warning: no files found matching '*' under directory 'compile/external_libs/eigen/Eigen/src/SVD'
2021-03-09T23:11:51.2486836Z warning: no files found matching 'compile/external_libs/fast_double_parser/CMakeLists.txt'
2021-03-09T23:11:51.2487813Z warning: no files found matching 'compile/external_libs/fast_double_parser/LICENSE'
2021-03-09T23:11:51.2488678Z writing manifest file 'lightgbm.egg-info/SOURCES.txt'
2021-03-09T23:11:51.2489446Z copying lightgbm/VERSION.txt -> build/lib/lightgbm
2021-03-09T23:11:51.2490292Z installing to build/bdist.linux-x86_64/wheel
2021-03-09T23:11:51.2490784Z running install
2021-03-09T23:11:51.2494074Z warning: no files found matching 'compile/external_libs/fast_double_parser/LICENSE.BSL'
2021-03-09T23:11:51.2496926Z warning: no files found matching '*' under directory 'compile/external_libs/fast_double_parser/include'
2021-03-09T23:11:51.2498272Z warning: no files found matching 'compile/external_libs/fmt/CMakeLists.txt'
2021-03-09T23:11:51.2499171Z warning: no files found matching 'compile/external_libs/fmt/LICENSE.rst'
2021-03-09T23:11:51.2500106Z warning: no files found matching '*' under directory 'compile/external_libs/fmt/include'
2021-03-09T23:11:51.2500984Z warning: no files found matching '*' under directory 'compile/include'
2021-03-09T23:11:51.2501800Z warning: no files found matching '*' under directory 'compile/src'
2021-03-09T23:11:51.2502659Z warning: no files found matching 'LightGBM.sln' under directory 'compile/windows'
2021-03-09T23:11:51.2503640Z warning: no files found matching 'LightGBM.vcxproj' under directory 'compile/windows'
2021-03-09T23:11:51.2504580Z warning: no files found matching '*.dll' under directory 'compile/windows/x64/DLL'
2021-03-09T23:11:51.2505558Z warning: no previously-included files matching '*.py[co]' found anywhere in distribution
2021-03-09T23:11:51.2508344Z warning: no previously-included files found matching 'compile/external_libs/compute/.git'
2021-03-09T23:11:51.5206231Z INFO:LightGBM:Starting to compile the library.
2021-03-09T23:11:51.5206846Z INFO:LightGBM:Starting to compile with CMake.
2021-03-09T23:12:43.7842348Z running install_lib
2021-03-09T23:12:43.7847916Z creating build/bdist.linux-x86_64
2021-03-09T23:12:43.7848699Z creating build/bdist.linux-x86_64/wheel
2021-03-09T23:12:43.7850950Z creating build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7851936Z copying build/lib/lightgbm/VERSION.txt -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7852913Z copying build/lib/lightgbm/__init__.py -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7853873Z copying build/lib/lightgbm/engine.py -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7855320Z copying build/lib/lightgbm/dask.py -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7857081Z copying build/lib/lightgbm/basic.py -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7860443Z copying build/lib/lightgbm/plotting.py -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7862614Z copying build/lib/lightgbm/callback.py -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7863607Z copying build/lib/lightgbm/compat.py -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7865857Z copying build/lib/lightgbm/sklearn.py -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7867549Z copying build/lib/lightgbm/libpath.py -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7876112Z INFO:LightGBM:Installing lib_lightgbm from: ['compile/lib_lightgbm.so']
2021-03-09T23:12:43.7877086Z copying compile/lib_lightgbm.so -> build/bdist.linux-x86_64/wheel/lightgbm
2021-03-09T23:12:43.7962133Z running install_egg_info
2021-03-09T23:12:43.7987309Z Copying lightgbm.egg-info to build/bdist.linux-x86_64/wheel/lightgbm-3.1.1.99-py3.9.egg-info
2021-03-09T23:12:43.7996959Z running install_scripts
2021-03-09T23:12:43.8266661Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
2021-03-09T23:12:43.8274277Z creating build/bdist.linux-x86_64/wheel/lightgbm-3.1.1.99.dist-info/WHEEL
2021-03-09T23:12:43.8278246Z creating 'dist/lightgbm-3.1.1.99-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
2021-03-09T23:12:43.8281430Z adding 'lightgbm/VERSION.txt'
2021-03-09T23:12:43.8283883Z adding 'lightgbm/__init__.py'
2021-03-09T23:12:43.8324579Z adding 'lightgbm/basic.py'
2021-03-09T23:12:43.8332125Z adding 'lightgbm/callback.py'
2021-03-09T23:12:43.8335009Z adding 'lightgbm/compat.py'
2021-03-09T23:12:43.8344223Z adding 'lightgbm/dask.py'
2021-03-09T23:12:43.8353944Z adding 'lightgbm/engine.py'
2021-03-09T23:12:44.1766720Z adding 'lightgbm/lib_lightgbm.so'
2021-03-09T23:12:44.1967754Z adding 'lightgbm/libpath.py'
2021-03-09T23:12:44.1974502Z adding 'lightgbm/plotting.py'
2021-03-09T23:12:44.1988512Z adding 'lightgbm/sklearn.py'
2021-03-09T23:12:44.1993594Z adding 'lightgbm-3.1.1.99.dist-info/LICENSE'
2021-03-09T23:12:44.1997922Z adding 'lightgbm-3.1.1.99.dist-info/METADATA'
2021-03-09T23:12:44.1999517Z adding 'lightgbm-3.1.1.99.dist-info/WHEEL'
2021-03-09T23:12:44.2001063Z adding 'lightgbm-3.1.1.99.dist-info/top_level.txt'
2021-03-09T23:12:44.2004060Z adding 'lightgbm-3.1.1.99.dist-info/RECORD'
2021-03-09T23:12:44.2004873Z removing build/bdist.linux-x86_64/wheel
2021-03-09T23:12:44.5008749Z Using pip 21.0.1 from /root/miniconda/envs/test-env/lib/python3.9/site-packages/pip (python 3.9)
2021-03-09T23:12:44.5009505Z User install by explicit request
2021-03-09T23:12:44.5631357Z Created temporary directory: /tmp/pip-ephem-wheel-cache-e7nk6m2l
2021-03-09T23:12:44.5634187Z Created temporary directory: /tmp/pip-req-tracker-g0bqosbz
2021-03-09T23:12:44.5635228Z Initialized build tracking at /tmp/pip-req-tracker-g0bqosbz
2021-03-09T23:12:44.5636136Z Created build tracker: /tmp/pip-req-tracker-g0bqosbz
2021-03-09T23:12:44.5636988Z Entered build tracker: /tmp/pip-req-tracker-g0bqosbz
2021-03-09T23:12:44.5637883Z Created temporary directory: /tmp/pip-install-7tk63juj
2021-03-09T23:12:44.5800906Z Processing ./dist/lightgbm-3.1.1.99-py3-none-any.whl
2021-03-09T23:12:44.5819844Z Added lightgbm==3.1.1.99 from file:///LightGBM/python-package/dist/lightgbm-3.1.1.99-py3-none-any.whl to build tracker '/tmp/pip-req-tracker-g0bqosbz'
2021-03-09T23:12:44.5821931Z Removed lightgbm==3.1.1.99 from file:///LightGBM/python-package/dist/lightgbm-3.1.1.99-py3-none-any.whl from build tracker '/tmp/pip-req-tracker-g0bqosbz'
2021-03-09T23:12:44.5917900Z Requirement already satisfied: numpy in /root/miniconda/envs/test-env/lib/python3.9/site-packages (from lightgbm==3.1.1.99) (1.19.2)
2021-03-09T23:12:44.5923836Z Requirement already satisfied: wheel in /root/miniconda/envs/test-env/lib/python3.9/site-packages (from lightgbm==3.1.1.99) (0.36.2)
2021-03-09T23:12:44.5930328Z Requirement already satisfied: scikit-learn!=0.22.0 in /root/miniconda/envs/test-env/lib/python3.9/site-packages (from lightgbm==3.1.1.99) (0.24.1)
2021-03-09T23:12:44.5934569Z Requirement already satisfied: scipy in /root/miniconda/envs/test-env/lib/python3.9/site-packages (from lightgbm==3.1.1.99) (1.6.1)
2021-03-09T23:12:44.6197202Z Requirement already satisfied: threadpoolctl>=2.0.0 in /root/miniconda/envs/test-env/lib/python3.9/site-packages (from scikit-learn!=0.22.0->lightgbm==3.1.1.99) (2.1.0)
2021-03-09T23:12:44.6205294Z Requirement already satisfied: joblib>=0.11 in /root/miniconda/envs/test-env/lib/python3.9/site-packages (from scikit-learn!=0.22.0->lightgbm==3.1.1.99) (1.0.1)
2021-03-09T23:12:44.6254182Z Created temporary directory: /tmp/pip-unpack-4or85ud0
2021-03-09T23:12:44.7827108Z Installing collected packages: lightgbm
2021-03-09T23:12:44.8778015Z
2021-03-09T23:12:44.8965320Z Successfully installed lightgbm-3.1.1.99
2021-03-09T23:12:44.9152279Z 1 location(s) to search for versions of pip:
2021-03-09T23:12:44.9152864Z * https://pypi.org/simple/pip/
2021-03-09T23:12:44.9153936Z Fetching project page and analyzing links: https://pypi.org/simple/pip/
2021-03-09T23:12:44.9154650Z Getting page https://pypi.org/simple/pip/
2021-03-09T23:12:44.9158285Z Found index url https://pypi.org/simple
2021-03-09T23:12:44.9166432Z Looking up "https://pypi.org/simple/pip/" in the cache
2021-03-09T23:12:44.9166999Z Request header has "max_age" as 0, cache bypassed
2021-03-09T23:12:44.9172324Z Starting new HTTPS connection (1): pypi.org:443
2021-03-09T23:12:44.9453927Z https://pypi.org:443 "GET /simple/pip/ HTTP/1.1" 200 16001
2021-03-09T23:12:44.9461913Z Updating cache with response from "https://pypi.org/simple/pip/"
2021-03-09T23:12:44.9462487Z Caching due to etag
2021-03-09T23:12:44.9867313Z Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz#sha256=88bb8d029e1bf4acd0e04d300104b7440086f94cc1ce1c5c3c31e3293aee1f81 (from https://pypi.org/simple/pip/), version: 0.2
2021-03-09T23:12:44.9870816Z Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz#sha256=83522005c1266cc2de97e65072ff7554ac0f30ad369c3b02ff3a764b962048da (from https://pypi.org/simple/pip/), version: 0.2.1
2021-03-09T23:12:44.9874346Z Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz#sha256=183c72455cb7f8860ac1376f8c4f14d7f545aeab8ee7c22cd4caf79f35a2ed47 (from https://pypi.org/simple/pip/), version: 0.3
2021-03-09T23:12:44.9877517Z Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz#sha256=34ce534f17065c78f980702928e988a6b6b2d8a9851aae5f1571a1feb9bb58d8 (from https://pypi.org/simple/pip/), version: 0.3.1
2021-03-09T23:12:44.9880632Z Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz#sha256=28fc67558874f71fddda7168f73595f1650523dce3bc5bf189713ecdfc1e456e (from https://pypi.org/simple/pip/), version: 0.4
2021-03-09T23:12:44.9883794Z Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz#sha256=328d8412782f22568508a0d0c78a49c9920a82e44c8dfca49954fe525c152b2a (from https://pypi.org/simple/pip/), version: 0.5
2021-03-09T23:12:44.9886979Z Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz#sha256=e27650538c41fe1007a41abd4cfd0f905b822622cbe1f8e7e09d1215af207694 (from https://pypi.org/simple/pip/), version: 0.5.1
2021-03-09T23:12:44.9890330Z Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz#sha256=4cf47db6815b2f435d1f44e1f35ff04823043f6161f7df9aec71a123b0c47f0d (from https://pypi.org/simple/pip/), version: 0.6
2021-03-09T23:12:44.9893827Z Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz#sha256=efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec (from https://pypi.org/simple/pip/), version: 0.6.1
2021-03-09T23:12:44.9897304Z Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz#sha256=1c1a504d7e70d2c24246f95bd16e3d5fcec740fd144df69a407bf65a2ee67586 (from https://pypi.org/simple/pip/), version: 0.6.2
2021-03-09T23:12:44.9900749Z Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz#sha256=1a6df71eb29b98cba11bde6d6a0d8c6dd8b0518e74ceb71fb31ea4fbb42fd313 (from https://pypi.org/simple/pip/), version: 0.6.3
2021-03-09T23:12:44.9904143Z Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz#sha256=ceaea0b9e494d893c8a191895301b79c1db33e41f14d3ad93e3d28a8b4e9bf27 (from https://pypi.org/simple/pip/), version: 0.7
2021-03-09T23:12:44.9907495Z Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz#sha256=f54f05aa17edd0036de433c44892c8fedb1fd2871c97829838feb995818d24c3 (from https://pypi.org/simple/pip/), version: 0.7.1
2021-03-09T23:12:44.9910887Z Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz#sha256=98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09 (from https://pypi.org/simple/pip/), version: 0.7.2
2021-03-09T23:12:44.9914394Z Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz#sha256=9017e4484a212dd4e1a43dd9f039dd7fc8338d4eea1c339d5ae1c80726de5b0f (from https://pypi.org/simple/pip/), version: 0.8
2021-03-09T23:12:44.9917608Z Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz#sha256=7176a87f35675f6468341212f3b959bb51d23ea66eb1c3692bf746c45c716fa2 (from https://pypi.org/simple/pip/), version: 0.8.1
2021-03-09T23:12:44.9920802Z Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz#sha256=f80a3549c048bc3bbcb47844826e9c7c6fcd87e77b92bef0d9e66d1b397c4962 (from https://pypi.org/simple/pip/), version: 0.8.2
2021-03-09T23:12:44.9924153Z Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz#sha256=1be2e18edd38aa75b5e4ef38a99ec33ba9247177cfcb4a6d2d2b3e73430e3001 (from https://pypi.org/simple/pip/), version: 0.8.3
2021-03-09T23:12:44.9927724Z Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz#sha256=34ba07e2d14ba86d5088ba896ac80bed845a9b276ab8acb279b8d99bc77fec8e (from https://pypi.org/simple/pip/), version: 1.0
2021-03-09T23:12:44.9931194Z Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz#sha256=37d2f18213d3845d2038dd3686bc71fc12bb41ad66c945a8b0dfec2879f3497b (from https://pypi.org/simple/pip/), version: 1.0.1
2021-03-09T23:12:44.9934537Z Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz#sha256=a6ed9b36aac2f121c01a2c9e0307a9e4d9438d100a407db701ac65479a3335d2 (from https://pypi.org/simple/pip/), version: 1.0.2
2021-03-09T23:12:44.9937657Z Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz#sha256=993804bb947d18508acee02141281c77d27677f8c14eaa64d6287a1c53ef01c8 (from https://pypi.org/simple/pip/), version: 1.1
2021-03-09T23:12:44.9941374Z Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz#sha256=2b168f1987403f1dc6996a1f22a6f6637b751b7ab6ff27e78380b8d6e70aa314 (from https://pypi.org/simple/pip/), version: 1.2
2021-03-09T23:12:44.9944915Z Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz#sha256=12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1 (from https://pypi.org/simple/pip/), version: 1.2.1
2021-03-09T23:12:44.9948509Z Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz#sha256=d6a13c5be316cb21a0243047c7f163f47e88973ebccff8d32e63ca1bf4d9321c (from https://pypi.org/simple/pip/), version: 1.3
2021-03-09T23:12:44.9951837Z Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz#sha256=145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957 (from https://pypi.org/simple/pip/), version: 1.3.1
2021-03-09T23:12:44.9955257Z Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz#sha256=1fd43cbf07d95ddcecbb795c97a1674b3ddb711bb4a67661284a5aa765aa1b97 (from https://pypi.org/simple/pip/), version: 1.4
2021-03-09T23:12:44.9958680Z Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz#sha256=4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e (from https://pypi.org/simple/pip/), version: 1.4.1
2021-03-09T23:12:44.9962055Z Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz#sha256=25f81d1a0e55d3b1709818dd57fdfb954b028f229f09bd69cb0bc80a8e03e048 (from https://pypi.org/simple/pip/), version: 1.5
2021-03-09T23:12:44.9965662Z Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl#sha256=00960db3b0b8724dd37fe37cfb9c72ecb8f59fab9db7d17c5c1e89a1adab49ce (from https://pypi.org/simple/pip/), version: 1.5.1
2021-03-09T23:12:44.9969468Z Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz#sha256=e60e936fbc101d56668c6134c1f2b5b40fcbec8b4fc4ca7fc34842b6b4c5c130 (from https://pypi.org/simple/pip/), version: 1.5.1
2021-03-09T23:12:44.9972953Z Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl#sha256=6903909ccdcdbc3297b74118590e71344d6d262827acd1f5c0e2fcfce9807499 (from https://pypi.org/simple/pip/), version: 1.5.2
2021-03-09T23:12:44.9976290Z Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz#sha256=2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738 (from https://pypi.org/simple/pip/), version: 1.5.2
2021-03-09T23:12:44.9979837Z Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl#sha256=f0037aed3ce6cf96b9e9117d42e967a74bea9ebe19088a2fdea5de93d5762fee (from https://pypi.org/simple/pip/), version: 1.5.3
2021-03-09T23:12:44.9983366Z Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz#sha256=dc53b4d28b88556a37cd73052b6d1d08cc644c6724e37c4d38a2e3c03c5440b2 (from https://pypi.org/simple/pip/), version: 1.5.3
2021-03-09T23:12:44.9988652Z Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl#sha256=fb7282556a42e84464f2e963a859ac4012d8134ba6218b70c1d82d145fcfa82f (from https://pypi.org/simple/pip/), version: 1.5.4
2021-03-09T23:12:44.9992207Z Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz#sha256=70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9 (from https://pypi.org/simple/pip/), version: 1.5.4
2021-03-09T23:12:44.9995723Z Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl#sha256=fe7a5808190067b2598d85def9b83db46e5d64a00848ad843e107c36e1db4ae6 (from https://pypi.org/simple/pip/), version: 1.5.5
2021-03-09T23:12:44.9999135Z Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz#sha256=4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca (from https://pypi.org/simple/pip/), version: 1.5.5
2021-03-09T23:12:45.0002578Z Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl#sha256=fbc1351ffedf09ca7560428758845a88d648b9730b63ce9e5df53a7c89f039a4 (from https://pypi.org/simple/pip/), version: 1.5.6
2021-03-09T23:12:45.0006117Z Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz#sha256=b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c (from https://pypi.org/simple/pip/), version: 1.5.6
2021-03-09T23:12:45.0009600Z Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl#sha256=5ec6732505bd8be49fe1f8ad557b88253ffb085736396df4d6bea753fc2a8f2c (from https://pypi.org/simple/pip/), version: 6.0
2021-03-09T23:12:45.0013000Z Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz#sha256=6103897f1bb68d3f933edd60f3e3830c4ea6b8abf7a4b500db148921b11f6c9b (from https://pypi.org/simple/pip/), version: 6.0
2021-03-09T23:12:45.0016508Z Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl#sha256=322aea7d1f7b9ee68ad87ac4704cad5df97f77e70668c0bd18f964c5daa78173 (from https://pypi.org/simple/pip/), version: 6.0.1
2021-03-09T23:12:45.0020157Z Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz#sha256=fa2f7c68da4a405d673aa38542f9df009d60026db4f532429ac9cbfbda1f959d (from https://pypi.org/simple/pip/), version: 6.0.1
2021-03-09T23:12:45.0023664Z Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl#sha256=7d17b0f267f7c9cd17cd2924bbbe2b4a3d407322c0e09084ca3f1295c1fed50d (from https://pypi.org/simple/pip/), version: 6.0.2
2021-03-09T23:12:45.0027203Z Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz#sha256=6fa90667706a679e3dc75b27a51fddafa64401c45e96f8ae6c20978183290077 (from https://pypi.org/simple/pip/), version: 6.0.2
2021-03-09T23:12:45.0030723Z Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl#sha256=b72655b6ac6aef1c86dd07f51e8ace8d7aabd6a1c4ff88db87155276fa32a073 (from https://pypi.org/simple/pip/), version: 6.0.3
2021-03-09T23:12:45.0034380Z Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz#sha256=b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614 (from https://pypi.org/simple/pip/), version: 6.0.3
2021-03-09T23:12:45.0037995Z Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl#sha256=8dfd95de29a7a3bb1e7d368cc83d566938eb210b04d553ebfe5e3a422f4aec65 (from https://pypi.org/simple/pip/), version: 6.0.4
2021-03-09T23:12:45.0041396Z Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz#sha256=1dbbff9c369e510c7468ab68ba52c003f68f83c99c2f8259acd51099e8799f1e (from https://pypi.org/simple/pip/), version: 6.0.4
2021-03-09T23:12:45.0044944Z Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl#sha256=b2c20e3a2a43b2bbb1d19ad98be27eccc7b0f0ece016da602ccaa757a862b0e2 (from https://pypi.org/simple/pip/), version: 6.0.5
2021-03-09T23:12:45.0048526Z Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz#sha256=3bf42d28be9085ab2e9aecfd69a6da2d31563fe833304bf71a620a30c38ab8a2 (from https://pypi.org/simple/pip/), version: 6.0.5
2021-03-09T23:12:45.0052074Z Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl#sha256=fb04f8afe1ba57626783f0c8e2f3d46bbaebaa446fcf124f434e968a2fee595e (from https://pypi.org/simple/pip/), version: 6.0.6
2021-03-09T23:12:45.0055651Z Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz#sha256=3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0 (from https://pypi.org/simple/pip/), version: 6.0.6
2021-03-09T23:12:45.0059276Z Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl#sha256=93a326304c7db749896bcef822bbbac1ab29dad5651c6d732e245975239890e6 (from https://pypi.org/simple/pip/), version: 6.0.7
2021-03-09T23:12:45.0063058Z Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz#sha256=35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2 (from https://pypi.org/simple/pip/), version: 6.0.7
2021-03-09T23:12:45.0066699Z Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl#sha256=3c22b0a8ff92727bd737a82f72700790591f177541df08c07bc1f90d6b72ac19 (from https://pypi.org/simple/pip/), version: 6.0.8
2021-03-09T23:12:45.0070297Z Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz#sha256=0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551 (from https://pypi.org/simple/pip/), version: 6.0.8
2021-03-09T23:12:45.0073681Z Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl#sha256=435a018f6d29e34d4f901bf4e6860d8a5fa1816b68d62008c18ca062a306db31 (from https://pypi.org/simple/pip/), version: 6.1.0
2021-03-09T23:12:45.0077039Z Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz#sha256=89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768 (from https://pypi.org/simple/pip/), version: 6.1.0
2021-03-09T23:12:45.0080841Z Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl#sha256=a67e54aa0f26b6d62ccec5cc6735eff205dd0fed075f56ac3d3111e91e4467fc (from https://pypi.org/simple/pip/), version: 6.1.1
2021-03-09T23:12:45.0084452Z Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz#sha256=89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556 (from https://pypi.org/simple/pip/), version: 6.1.1
2021-03-09T23:12:45.0087793Z Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl#sha256=309c48399c7d68501a10ef206abd6e5c541fedbf84b95435d9063bd454b39df7 (from https://pypi.org/simple/pip/), version: 7.0.0
2021-03-09T23:12:45.0091229Z Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz#sha256=7b46bfc1b95494731de306a688e2a7bc056d7fa7ad27e026908fb2ae67fed23d (from https://pypi.org/simple/pip/), version: 7.0.0
2021-03-09T23:12:45.0094838Z Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl#sha256=d26b8573ba1ac1ec99a9bdbdffee2ff2b06c7790815211d0eb4dc1462a089705 (from https://pypi.org/simple/pip/), version: 7.0.1
2021-03-09T23:12:45.0098787Z Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz#sha256=cfec177552fdd0b2d12b72651c8e874f955b4c62c1c2c9f2588cbdc1c0d0d416 (from https://pypi.org/simple/pip/), version: 7.0.1
2021-03-09T23:12:45.0102200Z Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl#sha256=83c869c5ab7113866e2d69641ec470d47f0faae68ca4550a289a4d3db515ad65 (from https://pypi.org/simple/pip/), version: 7.0.2
2021-03-09T23:12:45.0105488Z Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz#sha256=ba28fa60b573a9444e7b78ccb3b0f261d1f66f46d20403f9dce37b18a6aed405 (from https://pypi.org/simple/pip/), version: 7.0.2
2021-03-09T23:12:45.0109069Z Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl#sha256=7b1cb03e827d58d2d05e68ea96a9e27487ed4b0afcd951ac6e40847ce94f0738 (from https://pypi.org/simple/pip/), version: 7.0.3
2021-03-09T23:12:45.0112606Z Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz#sha256=b4c598825a6f6dc2cac65968feb28e6be6c1f7f1408493c60a07eaa731a0affd (from https://pypi.org/simple/pip/), version: 7.0.3
2021-03-09T23:12:45.0115998Z Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl#sha256=80c29f899d3a00a448d65f8158544d22935baec7159af8da1a4fa1490ced481d (from https://pypi.org/simple/pip/), version: 7.1.0
2021-03-09T23:12:45.0119445Z Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz#sha256=d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2 (from https://pypi.org/simple/pip/), version: 7.1.0
2021-03-09T23:12:45.0122874Z Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl#sha256=ce13000878d34c1178af76cb8cf269e232c00508c78ed46c165dd5b0881615f4 (from https://pypi.org/simple/pip/), version: 7.1.1
2021-03-09T23:12:45.0126320Z Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz#sha256=b22fe3c93a13fc7c04f145a42fd2ad50a9e3e1b8a7eed2e2b1c66e540a0951da (from https://pypi.org/simple/pip/), version: 7.1.1
2021-03-09T23:12:45.0129924Z Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl#sha256=b9d3983b5cce04f842175e30169d2f869ef12c3546fd274083a65eada4e9708c (from https://pypi.org/simple/pip/), version: 7.1.2
2021-03-09T23:12:45.0133370Z Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz#sha256=ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477 (from https://pypi.org/simple/pip/), version: 7.1.2
2021-03-09T23:12:45.0136944Z Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl#sha256=262ed1823eb7fbe3f18a9bedb4800e59c4ab9a6682aff8c37b5ee83ea840910b (from https://pypi.org/simple/pip/), version: 8.0.0
2021-03-09T23:12:45.0140526Z Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz#sha256=90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1 (from https://pypi.org/simple/pip/), version: 8.0.0
2021-03-09T23:12:45.0143929Z Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl#sha256=dedaac846bc74e38a3253671f51a056331ffca1da70e3f48d8128f2aa0635bba (from https://pypi.org/simple/pip/), version: 8.0.1
2021-03-09T23:12:45.0147496Z Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz#sha256=477c50b3e538a7ac0fa611fb8b877b04b33fb70d325b12a81b9dbf3eb1158a4d (from https://pypi.org/simple/pip/), version: 8.0.1
2021-03-09T23:12:45.0151052Z Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl#sha256=249a6f3194be8c2e8cb4d4be3f6fd16a9f1e3336218caffa8e7419e3816f9988 (from https://pypi.org/simple/pip/), version: 8.0.2
2021-03-09T23:12:45.0154646Z Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz#sha256=46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521 (from https://pypi.org/simple/pip/), version: 8.0.2
2021-03-09T23:12:45.0158225Z Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl#sha256=b0335bc837f9edb5aad03bd43d0973b084a1cbe616f8188dc23ba13234dbd552 (from https://pypi.org/simple/pip/), version: 8.0.3
2021-03-09T23:12:45.0161631Z Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz#sha256=30f98b66f3fe1069c529a491597d34a1c224a68640c82caf2ade5f88aa1405e8 (from https://pypi.org/simple/pip/), version: 8.0.3
2021-03-09T23:12:45.0165017Z Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl#sha256=a542b99e08002ead83200198e19a3983270357e1cb4fe704247990b5b35471dc (from https://pypi.org/simple/pip/), version: 8.1.0
2021-03-09T23:12:45.0168440Z Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz#sha256=d8faa75dd7d0737b16d50cd0a56dc91a631c79ecfd8d38b80f6ee929ec82043e (from https://pypi.org/simple/pip/), version: 8.1.0
2021-03-09T23:12:45.0171981Z Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl#sha256=44b9c342782ab905c042c207d995aa069edc02621ddbdc2b9f25954a0fdac25c (from https://pypi.org/simple/pip/), version: 8.1.1
2021-03-09T23:12:45.0175455Z Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz#sha256=3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798 (from https://pypi.org/simple/pip/), version: 8.1.1
2021-03-09T23:12:45.0178854Z Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl#sha256=6464dd9809fb34fc8df2bf49553bb11dac4c13d2ffa7a4f8038ad86a4ccb92a1 (from https://pypi.org/simple/pip/), version: 8.1.2
2021-03-09T23:12:45.0182238Z Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz#sha256=4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732 (from https://pypi.org/simple/pip/), version: 8.1.2
2021-03-09T23:12:45.0185797Z Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl#sha256=c856ac18ca01e7127456f831926dc67cc7d3ab663f4c13b1ec156e36db4de574 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
2021-03-09T23:12:45.0189620Z Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz#sha256=f62fb70e7e000e46fce12aaeca752e5281a5446977fe5a75ab4189a43b3f8793 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
2021-03-09T23:12:45.0193406Z Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl#sha256=690b762c0a8460c303c089d5d0be034fb15a5ea2b75bdf565f40421f542fefb0 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
2021-03-09T23:12:45.0196993Z Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz#sha256=09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
2021-03-09T23:12:45.0200578Z Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl#sha256=b135491ddb061f39719b8472d8abb59c613816a2b86069c332db74d1cd208ab2 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
2021-03-09T23:12:45.0204227Z Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz#sha256=88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
2021-03-09T23:12:45.0207858Z Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl#sha256=c3ede34530e0e0b2381e7363aded78e0c33291654937e7373032fda04e8803e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
2021-03-09T23:12:45.0211802Z Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz#sha256=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
2021-03-09T23:12:45.0215665Z Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl#sha256=dbd5d24cd461be23429625085a36cc8732cbcac4d2aaf673031f80f6ac07d844 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
2021-03-09T23:12:45.0219525Z Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz#sha256=8d6e63d8b99752e4b53f272b66f9cd7b59e2b288e9a863a61c48d167203a2656 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
2021-03-09T23:12:45.0223295Z Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl#sha256=79f55588912f1b2b4f86f96f11e329bb01b25a484e2204f245128b927b1038a7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
2021-03-09T23:12:45.0227113Z Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz#sha256=ad6adec2150ce4aed8f6134d9b77d928fc848dbcb887fb1a455988cf99da5cae (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
2021-03-09T23:12:45.0230806Z Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl#sha256=86a60a96d85e329962a9e6f6af612cbc11106293dbc83f119802b5bee9874cf3 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
2021-03-09T23:12:45.0234440Z Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
2021-03-09T23:12:45.0238118Z Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl#sha256=717cdffb2833be8409433a93746744b59505f42146e8d37de6c62b430e25d6d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
2021-03-09T23:12:45.0241823Z Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz#sha256=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
2021-03-09T23:12:45.0245526Z Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl#sha256=070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
2021-03-09T23:12:45.0249129Z Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz#sha256=a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
2021-03-09T23:12:45.0253139Z Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl#sha256=7909d0a0932e88ea53a7014dfd14522ffef91a464daaaf5c573343852ef98550 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
2021-03-09T23:12:45.0257051Z Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz#sha256=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
2021-03-09T23:12:45.0260816Z Found link https://files.pythonhosted.org/packages/60/64/73b729587b6b0d13e690a7c3acd2231ee561e8dd28a58ae1b0409a5a2b20/pip-19.0-py2.py3-none-any.whl#sha256=249ab0de4c1cef3dba4cf3f8cca722a07fc447b1692acd9f84e19c646db04c9a (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
2021-03-09T23:12:45.0264565Z Found link https://files.pythonhosted.org/packages/11/31/c483614095176ddfa06ac99c2af4171375053b270842c7865ca0b4438dc1/pip-19.0.tar.gz#sha256=c82bf8bc00c5732f0dd49ac1dea79b6242a1bd42a5012e308ed4f04369b17e54 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0
2021-03-09T23:12:45.0268469Z Found link https://files.pythonhosted.org/packages/46/dc/7fd5df840efb3e56c8b4f768793a237ec4ee59891959d6a215d63f727023/pip-19.0.1-py2.py3-none-any.whl#sha256=aae79c7afe895fb986ec751564f24d97df1331bb99cdfec6f70dada2f40c0044 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
2021-03-09T23:12:45.0272329Z Found link https://files.pythonhosted.org/packages/c8/89/ad7f27938e59db1f0f55ce214087460f65048626e2226531ba6cb6da15f0/pip-19.0.1.tar.gz#sha256=e81ddd35e361b630e94abeda4a1eddd36d47a90e71eb00f38f46b57f787cd1a5 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.1
2021-03-09T23:12:45.0276037Z Found link https://files.pythonhosted.org/packages/d7/41/34dd96bd33958e52cb4da2f1bf0818e396514fd4f4725a79199564cd0c20/pip-19.0.2-py2.py3-none-any.whl#sha256=6a59f1083a63851aeef60c7d68b119b46af11d9d803ddc1cf927b58edcd0b312 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
2021-03-09T23:12:45.0279742Z Found link https://files.pythonhosted.org/packages/4c/4d/88bc9413da11702cbbace3ccc51350ae099bb351febae8acc85fec34f9af/pip-19.0.2.tar.gz#sha256=f851133f8b58283fa50d8c78675eb88d4ff4cde29b6c41205cd938b06338e0e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.2
2021-03-09T23:12:45.0283544Z Found link https://files.pythonhosted.org/packages/d8/f3/413bab4ff08e1fc4828dfc59996d721917df8e8583ea85385d51125dceff/pip-19.0.3-py2.py3-none-any.whl#sha256=bd812612bbd8ba84159d9ddc0266b7fbce712fc9bc98c82dee5750546ec8ec64 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
2021-03-09T23:12:45.0287369Z Found link https://files.pythonhosted.org/packages/36/fa/51ca4d57392e2f69397cd6e5af23da2a8d37884a605f9e3f2d3bfdc48397/pip-19.0.3.tar.gz#sha256=6e6f197a1abfb45118dbb878b5c859a0edbdd33fd250100bc015b67fded4b9f2 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.0.3
2021-03-09T23:12:45.0291032Z Found link https://files.pythonhosted.org/packages/f9/fb/863012b13912709c13cf5cfdbfb304fa6c727659d6290438e1a88df9d848/pip-19.1-py2.py3-none-any.whl#sha256=8f59b6cf84584d7962d79fd1be7a8ec0eb198aa52ea864896551736b3614eee9 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
2021-03-09T23:12:45.0294594Z Found link https://files.pythonhosted.org/packages/51/5f/802a04274843f634469ef299fcd273de4438386deb7b8681dd059f0ee3b7/pip-19.1.tar.gz#sha256=d9137cb543d8a4d73140a3282f6d777b2e786bb6abb8add3ac5b6539c82cd624 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1
2021-03-09T23:12:45.0298132Z Found link https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl#sha256=993134f0475471b91452ca029d4390dc8f298ac63a712814f101cd1b6db46676 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
2021-03-09T23:12:45.0301801Z Found link https://files.pythonhosted.org/packages/93/ab/f86b61bef7ab14909bd7ec3cd2178feb0a1c86d451bc9bccd5a1aedcde5f/pip-19.1.1.tar.gz#sha256=44d3d7d3d30a1eb65c7e5ff1173cdf8f7467850605ac7cc3707b6064bddd0958 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 19.1.1
2021-03-09T23:12:45.0305557Z Found link https://files.pythonhosted.org/packages/3a/6f/35de4f49ae5c7fdb2b64097ab195020fb48faa8ad3a85386ece6953c11b1/pip-19.2-py2.py3-none-any.whl#sha256=468c67b0b1120cd0329dc72972cf0651310783a922e7609f3102bd5fb4acbf17 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
2021-03-09T23:12:45.0309450Z Found link https://files.pythonhosted.org/packages/41/13/b6e68eae78405af6e4e9a93319ae5bb371057786f1590b157341f7542d7d/pip-19.2.tar.gz#sha256=aa6fdd80d13caac75d92b5eced06778712859b1606ba92d62389c11be12b2dad (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2
2021-03-09T23:12:45.0313110Z Found link https://files.pythonhosted.org/packages/62/ca/94d32a6516ed197a491d17d46595ce58a83cbb2fca280414e57cd86b84dc/pip-19.2.1-py2.py3-none-any.whl#sha256=80d7452630a67c1e7763b5f0a515690f2c1e9ad06dda48e0ae85b7fdf2f59d97 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
2021-03-09T23:12:45.0316683Z Found link https://files.pythonhosted.org/packages/8b/8a/1b2aadd922db1afe6bc107b03de41d6d37a28a5923383e60695fba24ae81/pip-19.2.1.tar.gz#sha256=258d702483dd749400aec59c23d638a5b2249ae28a0f478b6cab12ad45681a80 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.1
2021-03-09T23:12:45.0320482Z Found link https://files.pythonhosted.org/packages/8d/07/f7d7ced2f97ca3098c16565efbe6b15fafcba53e8d9bdb431e09140514b0/pip-19.2.2-py2.py3-none-any.whl#sha256=4b956bd8b7b481fc5fa222637ff6d0823a327e5118178f1ec47618a480e61997 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
2021-03-09T23:12:45.0324117Z Found link https://files.pythonhosted.org/packages/aa/1a/62fb0b95b1572c76dbc3cc31124a8b6866cbe9139eb7659ac7349457cf7c/pip-19.2.2.tar.gz#sha256=e05103825871e210d50a44c7e448587b0ed99dd775d3ef586304c58f40224a53 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.2
2021-03-09T23:12:45.0327747Z Found link https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl#sha256=340a0ba40fdeb16413914c0fcd8e0b4ebb0bf39a900ec80e11c05d836c05103f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
2021-03-09T23:12:45.0331545Z Found link https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4/pip-19.2.3.tar.gz#sha256=e7a31f147974362e6c82d84b91c7f2bdf57e4d3163d3d454e6c3e71944d67135 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.2.3
2021-03-09T23:12:45.0335417Z Found link https://files.pythonhosted.org/packages/4a/08/6ca123073af4ebc4c5488a5bc8a010ac57aa39ce4d3c8a931ad504de4185/pip-19.3-py2.py3-none-any.whl#sha256=e100a7eccf085f0720b4478d3bb838e1c179b1e128ec01c0403f84e86e0e2dfb (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
2021-03-09T23:12:45.0339246Z Found link https://files.pythonhosted.org/packages/af/7a/5dd1e6efc894613c432ce86f1011fcc3bbd8ac07dfeae6393b7b97f1de8b/pip-19.3.tar.gz#sha256=324d234b8f6124846b4e390df255cacbe09ce22791c3b714aa1ea6e44a4f2861 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3
2021-03-09T23:12:45.0343195Z Found link https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl#sha256=6917c65fc3769ecdc61405d3dfd97afdedd75808d200b2838d7d961cebc0c2c7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
2021-03-09T23:12:45.0347018Z Found link https://files.pythonhosted.org/packages/ce/ea/9b445176a65ae4ba22dce1d93e4b5fe182f953df71a145f557cffaffc1bf/pip-19.3.1.tar.gz#sha256=21207d76c1031e517668898a6b46a9fb1501c7a4710ef5dfd6a40ad9e6757ea7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 19.3.1
2021-03-09T23:12:45.0350786Z Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/60/65/16487a7c4e0f95bb3fc89c2e377be331fd496b7a9b08fd3077de7f3ae2cf/pip-20.0-py2.py3-none-any.whl#sha256=eea07b449d969dbc8c062c157852cf8ed2ad1b8b5ac965a6b819e62929e41703 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2021-03-09T23:12:45.0354736Z Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/8c/5c/c18d58ab5c1a702bf670e0bd6a77cd4645e4aeca021c6118ef850895cc96/pip-20.0.tar.gz#sha256=5128e9a9401f1d16c1d15b2ed766a79d7813db1538428d0b0ce74838249e3a41 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2021-03-09T23:12:45.0358403Z Found link https://files.pythonhosted.org/packages/57/36/67f809c135c17ec9b8276466cc57f35b98c240f55c780689ea29fa32f512/pip-20.0.1-py2.py3-none-any.whl#sha256=b7110a319790ae17e8105ecd6fe07dbcc098a280c6d27b6dd7a20174927c24d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
2021-03-09T23:12:45.0362024Z Found link https://files.pythonhosted.org/packages/28/af/2c76c8aa46ccdf7578b83d97a11a2d1858794d4be4a1610ade0d30182e8b/pip-20.0.1.tar.gz#sha256=3cebbac2a1502e09265f94e5717408339de846b3c0f0ed086d7b817df9cab822 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.1
2021-03-09T23:12:45.0365863Z Found link https://files.pythonhosted.org/packages/54/0c/d01aa759fdc501a58f431eb594a17495f15b88da142ce14b5845662c13f3/pip-20.0.2-py2.py3-none-any.whl#sha256=4ae14a42d8adba3205ebeb38aa68cfc0b6c346e1ae2e699a0b3bad4da19cef5c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
2021-03-09T23:12:45.0369632Z Found link https://files.pythonhosted.org/packages/8e/76/66066b7bc71817238924c7e4b448abdb17eb0c92d645769c223f9ace478f/pip-20.0.2.tar.gz#sha256=7db0c8ea4c7ea51c8049640e8e6e7fde949de672bfa4949920675563a5a6967f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.0.2
2021-03-09T23:12:45.0373487Z Found link https://files.pythonhosted.org/packages/ec/05/82d3fababbf462d876883ebc36f030f4fa057a563a80f5a26ee63679d9ea/pip-20.1b1-py2.py3-none-any.whl#sha256=4cf0348b683937da883ccaae8c8bcfc9b4c7ba4c48b38cc2d89cd7b8d0b220d9 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
2021-03-09T23:12:45.0377221Z Found link https://files.pythonhosted.org/packages/cd/81/c1184456fe506bd50992571c9f8581907976ce71502e36741f033e2da1f1/pip-20.1b1.tar.gz#sha256=699880a47f6d306f4f9a87ca151ef33d41d2223b81ff343b786d38c297923a19 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1b1
2021-03-09T23:12:45.0380746Z Found link https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl#sha256=4fdc7fd2db7636777d28d2e1432e2876e30c2b790d461f135716577f73104369 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
2021-03-09T23:12:45.0384376Z Found link https://files.pythonhosted.org/packages/d1/05/059c78cd5d740d2299266ffa15514dad6692d4694df571bf168e2cdd98fb/pip-20.1.tar.gz#sha256=572c0f25eca7c87217b21f6945b7192744103b18f4e4b16b8a83b227a811e192 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1
2021-03-09T23:12:45.0388029Z Found link https://files.pythonhosted.org/packages/43/84/23ed6a1796480a6f1a2d38f2802901d078266bda38388954d01d3f2e821d/pip-20.1.1-py2.py3-none-any.whl#sha256=b27c4dedae8c41aa59108f2fa38bf78e0890e590545bc8ece7cdceb4ba60f6e4 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
2021-03-09T23:12:45.0391684Z Found link https://files.pythonhosted.org/packages/08/25/f204a6138dade2f6757b4ae99bc3994aac28a5602c97ddb2a35e0e22fbc4/pip-20.1.1.tar.gz#sha256=27f8dc29387dd83249e06e681ce087e6061826582198a425085e0bf4c1cf3a55 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.1.1
2021-03-09T23:12:45.0395379Z Found link https://files.pythonhosted.org/packages/fe/3b/0fc5e63eb277d5a50a95ce5c896f742ef243be27382303a4a44dd0197e29/pip-20.2b1-py2.py3-none-any.whl#sha256=b4e230e2b8ece18c5a19b818f3c20a8d4eeac8172962779fd9898d7c4ceb1636 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
2021-03-09T23:12:45.0399335Z Found link https://files.pythonhosted.org/packages/77/3e/6a1fd8e08a06e3e0f54182c7c937bba3f4e9cf1b26f54946d3915021ea2e/pip-20.2b1.tar.gz#sha256=dbf65ecb1c30d35d72f5fda052fcd2f1ea9aca8eaf03d930846d990f51d3f6f6 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2b1
2021-03-09T23:12:45.0403173Z Found link https://files.pythonhosted.org/packages/36/74/38c2410d688ac7b48afa07d413674afc1f903c1c1f854de51dc8eb2367a5/pip-20.2-py2.py3-none-any.whl#sha256=d75f1fc98262dabf74656245c509213a5d0f52137e40e8f8ed5cc256ddd02923 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
2021-03-09T23:12:45.0406800Z Found link https://files.pythonhosted.org/packages/b9/27/a9007a575c8a8e80c22144fec5df3943fd304dfa791bed44a0130e984803/pip-20.2.tar.gz#sha256=912935eb20ea6a3b5ed5810dde9754fde5563f5ca9be44a8a6e5da806ade970b (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2
2021-03-09T23:12:45.0411098Z Found link https://files.pythonhosted.org/packages/bd/b1/56a834acdbe23b486dea16aaf4c27ed28eb292695b90d01dff96c96597de/pip-20.2.1-py2.py3-none-any.whl#sha256=7792c1a4f60fca3a9d674e7dee62c24e21a32df1f47d308524d3507455784f29 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.1
2021-03-09T23:12:45.0415027Z Found link https://files.pythonhosted.org/packages/68/1a/8cfcf3a8cba0dd0f125927c986b1502f2eed284c63fdfd6797ea74300ae4/pip-20.2.1.tar.gz#sha256=c87c2b2620f2942dfd5f3cf1bb2a18a99ae70de07384e847c8e3afd1d1604cf2 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.1
2021-03-09T23:12:45.0418789Z Found link https://files.pythonhosted.org/packages/5a/4a/39400ff9b36e719bdf8f31c99fe1fa7842a42fa77432e584f707a5080063/pip-20.2.2-py2.py3-none-any.whl#sha256=5244e51494f5d1dfbb89da492d4250cb07f9246644736d10ed6c45deb1a48500 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.2
2021-03-09T23:12:45.0422458Z Found link https://files.pythonhosted.org/packages/73/8e/7774190ac616c69194688ffce7c1b2a097749792fea42e390e7ddfdef8bc/pip-20.2.2.tar.gz#sha256=58a3b0b55ee2278104165c7ee7bc8e2db6f635067f3c66cf637113ec5aa71584 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.2
2021-03-09T23:12:45.0425956Z Found link https://files.pythonhosted.org/packages/4e/5f/528232275f6509b1fff703c9280e58951a81abe24640905de621c9f81839/pip-20.2.3-py2.py3-none-any.whl#sha256=0f35d63b7245205f4060efe1982f5ea2196aa6e5b26c07669adcf800e2542026 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.3
2021-03-09T23:12:45.0429561Z Found link https://files.pythonhosted.org/packages/59/64/4718738ffbc22d98b5223dbd6c5bb87c476d83a4c71719402935170064c7/pip-20.2.3.tar.gz#sha256=30c70b6179711a7c4cf76da89e8a0f5282279dfb0278bec7b94134be92543b6d (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.3
2021-03-09T23:12:45.0433050Z Found link https://files.pythonhosted.org/packages/cb/28/91f26bd088ce8e22169032100d4260614fc3da435025ff389ef1d396a433/pip-20.2.4-py2.py3-none-any.whl#sha256=51f1c7514530bd5c145d8f13ed936ad6b8bfcb8cf74e10403d0890bc986f0033 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.4
2021-03-09T23:12:45.0436722Z Found link https://files.pythonhosted.org/packages/0b/f5/be8e741434a4bf4ce5dbc235aa28ed0666178ea8986ddc10d035023744e6/pip-20.2.4.tar.gz#sha256=85c99a857ea0fb0aedf23833d9be5c40cf253fe24443f0829c7b472e23c364a1 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.2.4
2021-03-09T23:12:45.0440549Z Found link https://files.pythonhosted.org/packages/fb/46/26d13ba147ba430f9cda0d0cf599a041d142a5c8b1a90ff845ebce7fba0f/pip-20.3b1-py2.py3-none-any.whl#sha256=122fcd82deac1153c1699f29815bfab3f876e5bbe018cc2df1297f9802572a97 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3b1
2021-03-09T23:12:45.0444405Z Found link https://files.pythonhosted.org/packages/7f/61/2da3c027ad7bd4bc87a3ee7e7160c93e7500dac3536e02ff93008e9b3460/pip-20.3b1.tar.gz#sha256=819c710a5c8d8c5e44695d03e51cb23b08c070e1ae6a5d6910a89e248e0ff29c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3b1
2021-03-09T23:12:45.0448188Z Found link https://files.pythonhosted.org/packages/55/73/bce122d1ed0217b3c1a3439ab16dfa94bbeabd0d31755fcf907493abf39b/pip-20.3-py2.py3-none-any.whl#sha256=3236fe7288d155c238bb6c85d3e784db3a8e592e827b83fea4d36d8b749ecc4b (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3
2021-03-09T23:12:45.0451973Z Found link https://files.pythonhosted.org/packages/03/41/6da553f689d530bc2c337d2c496a40dc9c0fdc6481e5df1f3ee3b8574479/pip-20.3.tar.gz#sha256=9ae7ca6656eac22d2a9b49d024fc24e00f68f4c4d4db673d2d9b525c3dea6e0e (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3
2021-03-09T23:12:45.0455704Z Found link https://files.pythonhosted.org/packages/ab/11/2dc62c5263d9eb322f2f028f7b56cd9d096bb8988fcf82d65fa2e4057afe/pip-20.3.1-py2.py3-none-any.whl#sha256=425e79b20939abbffa7633a91151a882aedc77564d9313e3584eb0416c28c558 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.1
2021-03-09T23:12:45.0459306Z Found link https://files.pythonhosted.org/packages/cb/5f/ae1eb8bda1cde4952bd12e468ab8a254c345a0189402bf1421457577f4f3/pip-20.3.1.tar.gz#sha256=43f7d3811f05db95809d39515a5111dd05994965d870178a4fe10d5482f9d2e2 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.1
2021-03-09T23:12:45.0463107Z Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/3d/0c/01014c0442830eb38d6baef0932fdcb389279ce74295350ecb9fe09e048a/pip-20.3.2-py2.py3-none-any.whl#sha256=8d779b6a85770bc5f624b5c8d4d922ea2e3cd9ce6ee92aa260f12a9f072477bc (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2021-03-09T23:12:45.0467080Z Skipping link: yanked for reason: <none given>: https://files.pythonhosted.org/packages/51/63/86e147c44335b03055e58a27c791d94fff4baaf08d67852f925ab9b90240/pip-20.3.2.tar.gz#sha256=aa1516c1c8f6f634919cbd8a58fc81432b0fa96f421a97d05a205ee86b07c43d (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*)
2021-03-09T23:12:45.0470678Z Found link https://files.pythonhosted.org/packages/54/eb/4a3642e971f404d69d4f6fa3885559d67562801b99d7592487f1ecc4e017/pip-20.3.3-py2.py3-none-any.whl#sha256=fab098c8a1758295dd9f57413c199f23571e8fde6cc39c22c78c961b4ac6286d (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.3
2021-03-09T23:12:45.0474308Z Found link https://files.pythonhosted.org/packages/ca/1e/d91d7aae44d00cd5001957a1473e4e4b7d1d0f072d1af7c34b5899c9ccdf/pip-20.3.3.tar.gz#sha256=79c1ac8a9dccbec8752761cb5a2df833224263ca661477a2a9ed03ddf4e0e3ba (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.3
2021-03-09T23:12:45.0477922Z Found link https://files.pythonhosted.org/packages/27/79/8a850fe3496446ff0d584327ae44e7500daf6764ca1a382d2d02789accf7/pip-20.3.4-py2.py3-none-any.whl#sha256=217ae5161a0e08c0fb873858806e3478c9775caffce5168b50ec885e358c199d (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.4
2021-03-09T23:12:45.0481503Z Found link https://files.pythonhosted.org/packages/53/7f/55721ad0501a9076dbc354cc8c63ffc2d6f1ef360f49ad0fbcce19d68538/pip-20.3.4.tar.gz#sha256=6773934e5f5fc3eaa8c5a44949b5b924fc122daa0a8aa9f80c835b4ca2a543fc (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*), version: 20.3.4
2021-03-09T23:12:45.0485309Z Found link https://files.pythonhosted.org/packages/de/47/58b9f3e6f611dfd17fb8bd9ed3e6f93b7ee662fb85bdfee3565e8979ddf7/pip-21.0-py3-none-any.whl#sha256=cf2410eedf8735fd842e0fecd4117ca79025d7fe7c161e32f8640ed6ebe5ecb9 (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0
2021-03-09T23:12:45.0489091Z Found link https://files.pythonhosted.org/packages/9e/24/bc928987f35dd0167f21b13a1777c21b9c5917c9894cff93f1c1a6cb8f3b/pip-21.0.tar.gz#sha256=b330cf6467afd5d15f4c1c56f5c95e56a2bfb941c869bed4c1aa517bcb16de25 (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0
2021-03-09T23:12:45.0492623Z Found link https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl#sha256=37fd50e056e2aed635dec96594606f0286640489b0db0ce7607f7e51890372d5 (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0.1
2021-03-09T23:12:45.0496292Z Found link https://files.pythonhosted.org/packages/b7/2d/ad02de84a4c9fd3b1958dc9fb72764de1aa2605a9d7e943837be6ad82337/pip-21.0.1.tar.gz#sha256=99bbde183ec5ec037318e774b0d8ae0a64352fe53b2c7fd630be1d07e94f41e5 (from https://pypi.org/simple/pip/) (requires-python:>=3.6), version: 21.0.1
2021-03-09T23:12:45.0498520Z Given no hashes to check 161 links for project 'pip': discarding no candidates
2021-03-09T23:12:45.1154272Z Removed build tracker: '/tmp/pip-req-tracker-g0bqosbz'
2021-03-09T23:12:47.1682698Z ============================= test session starts ==============================
2021-03-09T23:12:47.1684048Z platform linux -- Python 3.9.2, pytest-6.2.2, py-1.10.0, pluggy-0.12.0
2021-03-09T23:12:47.1684549Z rootdir: /LightGBM
2021-03-09T23:12:47.1684917Z collected 373 items
2021-03-09T23:12:47.1685138Z
2021-03-09T23:12:48.5607847Z ../tests/c_api_test/test_.py .. [ 0%]
2021-03-09T23:12:48.9446638Z ../tests/python_package_test/test_basic.py ......................... [ 7%]
2021-03-09T23:13:00.9566577Z ../tests/python_package_test/test_consistency.py ...... [ 8%]
2021-03-09T23:15:16.6230202Z ../tests/python_package_test/test_dask.py .............................. [ 16%]
2021-03-09T23:21:10.5690851Z ..........................................s...........s.....F.....s..... [ 36%]
2021-03-09T23:22:35.8745263Z ...................s............... [ 45%]
2021-03-09T23:22:35.8754377Z ../tests/python_package_test/test_dual.py s [ 45%]
2021-03-09T23:22:41.4933153Z ../tests/python_package_test/test_engine.py ............................ [ 53%]
2021-03-09T23:23:22.1385699Z ......................................... [ 64%]
2021-03-09T23:23:22.9067950Z ../tests/python_package_test/test_plotting.py ..... [ 65%]
2021-03-09T23:23:25.7210954Z ../tests/python_package_test/test_sklearn.py ........................... [ 72%]
2021-03-09T23:23:31.6490870Z ......x.............................................x................... [ 92%]
2021-03-09T23:23:33.5889162Z .......................ss... [ 99%]
2021-03-09T23:23:33.6165090Z ../tests/python_package_test/test_utilities.py . [100%]
2021-03-09T23:23:33.6165679Z
2021-03-09T23:23:33.6168512Z =================================== FAILURES ===================================
2021-03-09T23:23:33.6170229Z _ test_network_params_not_required_but_respected_if_given[dataframe-with-categorical-ranking] _
2021-03-09T23:23:33.6170913Z
2021-03-09T23:23:33.6171642Z client = <Client: 'tcp://127.0.0.1:38237' processes=2 threads=2, memory=236.37 GB>
2021-03-09T23:23:33.6172695Z task = 'ranking', output = 'dataframe-with-categorical', listen_port = 13120
2021-03-09T23:23:33.6173148Z
2021-03-09T23:23:33.6173934Z @pytest.mark.parametrize('task', tasks)
2021-03-09T23:23:33.6174759Z @pytest.mark.parametrize('output', data_output)
2021-03-09T23:23:33.6177560Z def test_network_params_not_required_but_respected_if_given(client, task, output, listen_port):
2021-03-09T23:23:33.6178646Z if task == 'ranking' and output == 'scipy_csr_matrix':
2021-03-09T23:23:33.6183298Z pytest.skip('LGBMRanker is not currently tested on sparse matrices')
2021-03-09T23:23:33.6183842Z
2021-03-09T23:23:33.6184372Z if task == 'ranking':
2021-03-09T23:23:33.6184803Z _, _, _, _, dX, dy, _, dg = _create_ranking_data(
2021-03-09T23:23:33.6185274Z output=output,
2021-03-09T23:23:33.6185709Z group=None,
2021-03-09T23:23:33.6186087Z chunk_size=10,
2021-03-09T23:23:33.6186634Z )
2021-03-09T23:23:33.6187069Z dask_model_factory = lgb.DaskLGBMRanker
2021-03-09T23:23:33.6187562Z else:
2021-03-09T23:23:33.6187921Z _, _, _, dX, dy, _ = _create_data(
2021-03-09T23:23:33.6188431Z objective=task,
2021-03-09T23:23:33.6200723Z output=output,
2021-03-09T23:23:33.6201132Z chunk_size=10,
2021-03-09T23:23:33.6201441Z )
2021-03-09T23:23:33.6201713Z dg = None
2021-03-09T23:23:33.6202374Z if task == 'classification':
2021-03-09T23:23:33.6202915Z dask_model_factory = lgb.DaskLGBMClassifier
2021-03-09T23:23:33.6203603Z elif task == 'regression':
2021-03-09T23:23:33.6204112Z dask_model_factory = lgb.DaskLGBMRegressor
2021-03-09T23:23:33.6204528Z
2021-03-09T23:23:33.6204982Z # rebalance data to be sure that each worker has a piece of the data
2021-03-09T23:23:33.6205610Z if output == 'array':
2021-03-09T23:23:33.6206014Z client.rebalance()
2021-03-09T23:23:33.6206340Z
2021-03-09T23:23:33.6206879Z # model 1 - no network parameters given
2021-03-09T23:23:33.6207335Z dask_model1 = dask_model_factory(
2021-03-09T23:23:33.6207718Z n_estimators=5,
2021-03-09T23:23:33.6208064Z num_leaves=5,
2021-03-09T23:23:33.6208586Z )
2021-03-09T23:23:33.6212381Z dask_model1.fit(dX, dy, group=dg)
2021-03-09T23:23:33.6212860Z assert dask_model1.fitted_
2021-03-09T23:23:33.6213387Z params = dask_model1.get_params()
2021-03-09T23:23:33.6214135Z assert 'local_listen_port' not in params
2021-03-09T23:23:33.6214947Z assert 'machines' not in params
2021-03-09T23:23:33.6215307Z
2021-03-09T23:23:33.6215764Z # model 2 - machines given
2021-03-09T23:23:33.6216431Z n_workers = len(client.scheduler_info()['workers'])
2021-03-09T23:23:33.6217044Z open_ports = [lgb.dask._find_random_open_port() for _ in range(n_workers)]
2021-03-09T23:23:33.6217591Z dask_model2 = dask_model_factory(
2021-03-09T23:23:33.6217975Z n_estimators=5,
2021-03-09T23:23:33.6218320Z num_leaves=5,
2021-03-09T23:23:33.6218647Z machines=",".join([
2021-03-09T23:23:33.6218982Z "127.0.0.1:" + str(port)
2021-03-09T23:23:33.6219347Z for port in open_ports
2021-03-09T23:23:33.6219658Z ]),
2021-03-09T23:23:33.6219919Z )
2021-03-09T23:23:33.6220158Z
2021-03-09T23:23:33.6220505Z > dask_model2.fit(dX, dy, group=dg)
2021-03-09T23:23:33.6220764Z
2021-03-09T23:23:33.6221158Z ../tests/python_package_test/test_dask.py:1072:
2021-03-09T23:23:33.6221567Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
2021-03-09T23:23:33.6222274Z /root/.local/lib/python3.9/site-packages/lightgbm/dask.py:969: in fit
2021-03-09T23:23:33.6222793Z return self._lgb_dask_fit(
2021-03-09T23:23:33.6223531Z /root/.local/lib/python3.9/site-packages/lightgbm/dask.py:566: in _lgb_dask_fit
2021-03-09T23:23:33.6224037Z model = _train(
2021-03-09T23:23:33.6224702Z /root/.local/lib/python3.9/site-packages/lightgbm/dask.py:344: in _train
2021-03-09T23:23:33.6225323Z worker_address_to_port = _machines_to_worker_map(
2021-03-09T23:23:33.6225750Z _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
2021-03-09T23:23:33.6225979Z
2021-03-09T23:23:33.6226672Z machines = '127.0.0.1:37393,127.0.0.1:37393'
2021-03-09T23:23:33.6227402Z worker_addresses = dict_keys(['tcp://127.0.0.1:41567', 'tcp://127.0.0.1:36837'])
2021-03-09T23:23:33.6227816Z
2021-03-09T23:23:33.6228491Z def _machines_to_worker_map(machines: str, worker_addresses: List[str]) -> Dict[str, int]:
2021-03-09T23:23:33.6229113Z """Create a worker_map from machines list.
2021-03-09T23:23:33.6229473Z
2021-03-09T23:23:33.6229977Z Given ``machines`` and a list of Dask worker addresses, return a mapping where the keys are
2021-03-09T23:23:33.6230681Z ``worker_addresses`` and the values are ports from ``machines``.
2021-03-09T23:23:33.6231097Z
2021-03-09T23:23:33.6231392Z Parameters
2021-03-09T23:23:33.6231833Z ----------
2021-03-09T23:23:33.6232157Z machines : str
2021-03-09T23:23:33.6232840Z A comma-delimited list of workers, of the form ``ip1:port,ip2:port``.
2021-03-09T23:23:33.6233406Z worker_addresses : list of str
2021-03-09T23:23:33.6234375Z A list of Dask worker addresses, of the form ``{protocol}{hostname}:{port}``, where ``port`` is the port Dask's scheduler uses to talk to that worker.
2021-03-09T23:23:33.6235029Z
2021-03-09T23:23:33.6235296Z Returns
2021-03-09T23:23:33.6235702Z -------
2021-03-09T23:23:33.6236036Z result : Dict[str, int]
2021-03-09T23:23:33.6236671Z Dictionary where keys are work addresses in the form expected by Dask and values are a port for LightGBM to use.
2021-03-09T23:23:33.6237260Z """
2021-03-09T23:23:33.6237645Z machine_addresses = machines.split(",")
2021-03-09T23:23:33.6238144Z machine_to_port = defaultdict(set)
2021-03-09T23:23:33.6238598Z for address in machine_addresses:
2021-03-09T23:23:33.6239043Z host, port = address.split(":")
2021-03-09T23:23:33.6239623Z machine_to_port[host].add(int(port))
2021-03-09T23:23:33.6239977Z
2021-03-09T23:23:33.6240245Z out = {}
2021-03-09T23:23:33.6240600Z for address in worker_addresses:
2021-03-09T23:23:33.6241087Z worker_host = urlparse(address).hostname
2021-03-09T23:23:33.6241588Z > out[address] = machine_to_port[worker_host].pop()
2021-03-09T23:23:33.6242358Z E KeyError: 'pop from an empty set'
2021-03-09T23:23:33.6242629Z
2021-03-09T23:23:33.6243283Z /root/.local/lib/python3.9/site-packages/lightgbm/dask.py:164: KeyError
2021-03-09T23:23:33.6244128Z ---------------------------- Captured stderr setup -----------------------------
2021-03-09T23:23:33.6245467Z distributed.http.proxy - INFO - To route to workers diagnostics web server please install jupyter-server-proxy: python -m pip install jupyter-server-proxy
2021-03-09T23:23:33.6246686Z distributed.scheduler - INFO - Clear task state
2021-03-09T23:23:33.6247569Z distributed.scheduler - INFO - Scheduler at: tcp://127.0.0.1:38237
2021-03-09T23:23:33.6248451Z distributed.scheduler - INFO - dashboard at: 127.0.0.1:8787
2021-03-09T23:23:33.6249305Z distributed.worker - INFO - Start worker at: tcp://127.0.0.1:36837
2021-03-09T23:23:33.6250199Z distributed.worker - INFO - Listening to: tcp://127.0.0.1:36837
2021-03-09T23:23:33.6251032Z distributed.worker - INFO - dashboard at: 127.0.0.1:33957
2021-03-09T23:23:33.6251891Z distributed.worker - INFO - Waiting to connect to: tcp://127.0.0.1:38237
2021-03-09T23:23:33.6252763Z distributed.worker - INFO - -------------------------------------------------
2021-03-09T23:23:33.6253579Z distributed.worker - INFO - Threads: 1
2021-03-09T23:23:33.6254333Z distributed.worker - INFO - Memory: 118.18 GB
2021-03-09T23:23:33.6255714Z distributed.worker - INFO - Local Directory: /LightGBM/python-package/_test_worker-3c10c466-4492-4815-be8b-a4d80b9a65eb/dask-worker-space/worker-vgarhvux
2021-03-09T23:23:33.6257056Z distributed.worker - INFO - -------------------------------------------------
2021-03-09T23:23:33.6257943Z distributed.worker - INFO - Start worker at: tcp://127.0.0.1:41567
2021-03-09T23:23:33.6258820Z distributed.worker - INFO - Listening to: tcp://127.0.0.1:41567
2021-03-09T23:23:33.6259666Z distributed.worker - INFO - dashboard at: 127.0.0.1:42847
2021-03-09T23:23:33.6260504Z distributed.worker - INFO - Waiting to connect to: tcp://127.0.0.1:38237
2021-03-09T23:23:33.6261393Z distributed.worker - INFO - -------------------------------------------------
2021-03-09T23:23:33.6262196Z distributed.worker - INFO - Threads: 1
2021-03-09T23:23:33.6262946Z distributed.worker - INFO - Memory: 118.18 GB
2021-03-09T23:23:33.6264374Z distributed.worker - INFO - Local Directory: /LightGBM/python-package/_test_worker-bcc31998-eb3e-4683-b990-81bc8c2b2ea5/dask-worker-space/worker-yaneu063
2021-03-09T23:23:33.6265761Z distributed.worker - INFO - -------------------------------------------------
2021-03-09T23:23:33.6267050Z distributed.scheduler - INFO - Register worker <Worker 'tcp://127.0.0.1:36837', name: tcp://127.0.0.1:36837, memory: 0, processing: 0>
2021-03-09T23:23:33.6268248Z distributed.scheduler - INFO - Starting worker compute stream, tcp://127.0.0.1:36837
2021-03-09T23:23:33.6269198Z distributed.core - INFO - Starting established connection
2021-03-09T23:23:33.6270073Z distributed.worker - INFO - Registered to: tcp://127.0.0.1:38237
2021-03-09T23:23:33.6270960Z distributed.worker - INFO - -------------------------------------------------
2021-03-09T23:23:33.6272085Z distributed.scheduler - INFO - Register worker <Worker 'tcp://127.0.0.1:41567', name: tcp://127.0.0.1:41567, memory: 0, processing: 0>
2021-03-09T23:23:33.6273161Z distributed.core - INFO - Starting established connection
2021-03-09T23:23:33.6274226Z distributed.scheduler - INFO - Starting worker compute stream, tcp://127.0.0.1:41567
2021-03-09T23:23:33.6275217Z distributed.core - INFO - Starting established connection
2021-03-09T23:23:33.6276095Z distributed.worker - INFO - Registered to: tcp://127.0.0.1:38237
2021-03-09T23:23:33.6277114Z distributed.worker - INFO - -------------------------------------------------
2021-03-09T23:23:33.6278120Z distributed.core - INFO - Starting established connection
2021-03-09T23:23:33.6279329Z distributed.scheduler - INFO - Receive client connection: Client-fc65a45e-812d-11eb-8cc5-655154f8ae28
2021-03-09T23:23:33.6280467Z distributed.core - INFO - Starting established connection
2021-03-09T23:23:33.6281292Z ----------------------------- Captured stdout call -----------------------------
2021-03-09T23:23:33.6281850Z Finding random open ports for workers
2021-03-09T23:23:33.6282324Z [LightGBM] [Warning] Set TCP_NODELAY failed
2021-03-09T23:23:33.6282805Z [LightGBM] [Info] Trying to bind port 45439...
2021-03-09T23:23:33.6283274Z [LightGBM] [Info] Binding port 45439 succeeded
2021-03-09T23:23:33.6283773Z [LightGBM] [Warning] Set TCP_NODELAY failed
2021-03-09T23:23:33.6284228Z [LightGBM] [Info] Listening...
2021-03-09T23:23:33.6284809Z [LightGBM] [Warning] Connecting to rank 1 failed, waiting for 200 milliseconds
2021-03-09T23:23:33.6285402Z [LightGBM] [Warning] Set TCP_NODELAY failed
2021-03-09T23:23:33.6285859Z [LightGBM] [Info] Trying to bind port 45699...
2021-03-09T23:23:33.6286330Z [LightGBM] [Info] Binding port 45699 succeeded
2021-03-09T23:23:33.6286778Z [LightGBM] [Info] Listening...
2021-03-09T23:23:33.6287242Z [LightGBM] [Warning] Set TCP_NODELAY failed
2021-03-09T23:23:33.6287722Z [LightGBM] [Warning] Set TCP_NODELAY failed
2021-03-09T23:23:33.6288217Z [LightGBM] [Warning] Set TCP_NODELAY failed
2021-03-09T23:23:33.6288671Z [LightGBM] [Info] Connected to rank 1
2021-03-09T23:23:33.6289135Z [LightGBM] [Warning] Set TCP_NODELAY failed
2021-03-09T23:23:33.6289607Z [LightGBM] [Info] Connected to rank 0
2021-03-09T23:23:33.6290106Z [LightGBM] [Info] Local rank: 0, total number of machines: 2
2021-03-09T23:23:33.6290665Z [LightGBM] [Info] Local rank: 1, total number of machines: 2
2021-03-09T23:23:33.6291529Z [LightGBM] [Warning] num_threads is set=1, n_jobs=-1 will be ignored. Current value: num_threads=1
2021-03-09T23:23:33.6292507Z [LightGBM] [Warning] num_threads is set=1, n_jobs=-1 will be ignored. Current value: num_threads=1
2021-03-09T23:23:33.6293276Z Using passed-in 'machines' parameter
2021-03-09T23:23:33.6294028Z ----------------------------- Captured stderr call -----------------------------
2021-03-09T23:23:33.6294900Z distributed.worker - INFO - Run out-of-band function '_find_random_open_port'
2021-03-09T23:23:33.6295852Z distributed.worker - INFO - Run out-of-band function '_find_random_open_port'
2021-03-09T23:23:33.6296735Z --------------------------- Captured stderr teardown ---------------------------
2021-03-09T23:23:33.6297875Z distributed.scheduler - INFO - Remove client Client-fc65a45e-812d-11eb-8cc5-655154f8ae28
2021-03-09T23:23:33.6299280Z distributed.scheduler - INFO - Remove client Client-fc65a45e-812d-11eb-8cc5-655154f8ae28
2021-03-09T23:23:33.6300696Z distributed.scheduler - INFO - Close client connection: Client-fc65a45e-812d-11eb-8cc5-655154f8ae28
2021-03-09T23:23:33.6301880Z distributed.worker - INFO - Stopping worker at tcp://127.0.0.1:41567
2021-03-09T23:23:33.6302776Z distributed.worker - INFO - Stopping worker at tcp://127.0.0.1:36837
2021-03-09T23:23:33.6303932Z distributed.scheduler - INFO - Remove worker <Worker 'tcp://127.0.0.1:41567', name: tcp://127.0.0.1:41567, memory: 0, processing: 0>
2021-03-09T23:23:33.6304980Z distributed.core - INFO - Removing comms to tcp://127.0.0.1:41567
2021-03-09T23:23:33.6306104Z distributed.scheduler - INFO - Remove worker <Worker 'tcp://127.0.0.1:36837', name: tcp://127.0.0.1:36837, memory: 0, processing: 0>
2021-03-09T23:23:33.6307956Z distributed.core - INFO - Removing comms to tcp://127.0.0.1:36837
2021-03-09T23:23:33.6308917Z distributed.scheduler - INFO - Lost all workers
2021-03-09T23:23:33.6309771Z distributed.scheduler - INFO - Scheduler closing...
2021-03-09T23:23:33.6310638Z distributed.scheduler - INFO - Scheduler closing all comms
2021-03-09T23:23:33.6311199Z =============================== warnings summary ===============================
2021-03-09T23:23:33.6311803Z tests/python_package_test/test_basic.py::test_basic
2021-03-09T23:23:33.6312427Z tests/python_package_test/test_engine.py::test_reference_chain
2021-03-09T23:23:33.6313255Z tests/python_package_test/test_engine.py::test_init_with_subset
2021-03-09T23:23:33.6313881Z tests/python_package_test/test_engine.py::test_fpreproc
2021-03-09T23:23:33.6314544Z tests/python_package_test/test_engine.py::test_dataset_params_with_reference
2021-03-09T23:23:33.6316026Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:1433: UserWarning: Overriding the parameters from Reference Dataset.
2021-03-09T23:23:33.6317163Z _log_warning('Overriding the parameters from Reference Dataset.')
2021-03-09T23:23:33.6317575Z
2021-03-09T23:23:33.6318252Z tests/python_package_test/test_basic.py::test_add_features_equal_data_on_alternating_used_unused
2021-03-09T23:23:33.6319071Z tests/python_package_test/test_basic.py::test_add_features_same_booster_behaviour
2021-03-09T23:23:33.6319743Z tests/python_package_test/test_engine.py::test_sliced_data
2021-03-09T23:23:33.6320399Z tests/python_package_test/test_engine.py::test_monotone_penalty_max
2021-03-09T23:23:33.6321029Z tests/python_package_test/test_engine.py::test_forced_bins
2021-03-09T23:23:33.6322349Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:448: UserWarning: Usage of np.ndarray subset (sliced data) is not recommended due to it will double the peak memory cost in LightGBM.
2021-03-09T23:23:33.6323383Z _log_warning("Usage of np.ndarray subset (sliced data) is not recommended "
2021-03-09T23:23:33.6323786Z
2021-03-09T23:23:33.6324325Z tests/python_package_test/test_basic.py::test_add_features_equal_data_on_alternating_used_unused
2021-03-09T23:23:33.6325135Z tests/python_package_test/test_basic.py::test_add_features_same_booster_behaviour
2021-03-09T23:23:33.6325878Z tests/python_package_test/test_basic.py::test_add_features_from_different_sources
2021-03-09T23:23:33.6327113Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:2129: UserWarning: Cannot add features from NoneType type of raw data to NoneType type of raw data.
2021-03-09T23:23:33.6328006Z Set free_raw_data=False when construct Dataset to avoid this
2021-03-09T23:23:33.6328496Z _log_warning(err_msg)
2021-03-09T23:23:33.6328734Z
2021-03-09T23:23:33.6329274Z tests/python_package_test/test_basic.py::test_add_features_equal_data_on_alternating_used_unused
2021-03-09T23:23:33.6330059Z tests/python_package_test/test_basic.py::test_add_features_same_booster_behaviour
2021-03-09T23:23:33.6330817Z tests/python_package_test/test_basic.py::test_add_features_from_different_sources
2021-03-09T23:23:33.6331897Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:2131: UserWarning: Reseting categorical features.
2021-03-09T23:23:33.6332753Z You can set new categorical features via ``set_categorical_feature`` method
2021-03-09T23:23:33.6333377Z _log_warning("Reseting categorical features.\n"
2021-03-09T23:23:33.6333709Z
2021-03-09T23:23:33.6334209Z tests/python_package_test/test_basic.py::test_add_features_from_different_sources
2021-03-09T23:23:33.6335402Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:2129: UserWarning: Cannot add features from list type of raw data to ndarray type of raw data.
2021-03-09T23:23:33.6336124Z Freeing raw data
2021-03-09T23:23:33.6336481Z _log_warning(err_msg)
2021-03-09T23:23:33.6336715Z
2021-03-09T23:23:33.6337206Z tests/python_package_test/test_basic.py::test_add_features_from_different_sources
2021-03-09T23:23:33.6338400Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:2129: UserWarning: Cannot add features from list type of raw data to csr_matrix type of raw data.
2021-03-09T23:23:33.6339261Z Freeing raw data
2021-03-09T23:23:33.6339615Z _log_warning(err_msg)
2021-03-09T23:23:33.6339850Z
2021-03-09T23:23:33.6340361Z tests/python_package_test/test_basic.py::test_add_features_from_different_sources
2021-03-09T23:23:33.6341582Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:2129: UserWarning: Cannot add features from list type of raw data to DataFrame type of raw data.
2021-03-09T23:23:33.6342440Z Freeing raw data
2021-03-09T23:23:33.6342779Z _log_warning(err_msg)
2021-03-09T23:23:33.6343013Z
2021-03-09T23:23:33.6343449Z tests/python_package_test/test_consistency.py: 10 warnings
2021-03-09T23:23:33.6344565Z /root/.local/lib/python3.9/site-packages/lightgbm/engine.py:148: UserWarning: Found `num_trees` in params. Will use it instead of argument
2021-03-09T23:23:33.6345440Z _log_warning("Found `{}` in params. Will use it instead of argument".format(alias))
2021-03-09T23:23:33.6345838Z
2021-03-09T23:23:33.6346400Z tests/python_package_test/test_consistency.py: 10 warnings
2021-03-09T23:23:33.6347532Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:1222: UserWarning: data keyword has been found in `params` and will be ignored.
2021-03-09T23:23:33.6348423Z Please use data argument of the Dataset constructor to pass this parameter.
2021-03-09T23:23:33.6349304Z _log_warning('{0} keyword has been found in `params` and will be ignored.\n'
2021-03-09T23:23:33.6349676Z
2021-03-09T23:23:33.6350063Z tests/python_package_test/test_dask.py: 139 warnings
2021-03-09T23:23:33.6350999Z /root/.local/lib/python3.9/site-packages/lightgbm/dask.py:281: UserWarning: Parameter n_jobs will be ignored.
2021-03-09T23:23:33.6351774Z _log_warning(f"Parameter {param_alias} will be ignored.")
2021-03-09T23:23:33.6352118Z
2021-03-09T23:23:33.6352612Z tests/python_package_test/test_dask.py::test_training_does_not_fail_on_port_conflicts
2021-03-09T23:23:33.6353366Z tests/python_package_test/test_dask.py::test_training_does_not_fail_on_port_conflicts
2021-03-09T23:23:33.6354100Z tests/python_package_test/test_dask.py::test_training_does_not_fail_on_port_conflicts
2021-03-09T23:23:33.6354835Z tests/python_package_test/test_dask.py::test_training_does_not_fail_on_port_conflicts
2021-03-09T23:23:33.6355919Z /root/.local/lib/python3.9/site-packages/lightgbm/dask.py:281: UserWarning: Parameter num_threads will be ignored.
2021-03-09T23:23:33.6356699Z _log_warning(f"Parameter {param_alias} will be ignored.")
2021-03-09T23:23:33.6357041Z
2021-03-09T23:23:33.6358269Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[True-classification-pickle]
2021-03-09T23:23:33.6359668Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6360461Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6360954Z Hosting the HTTP server on port 39185 instead
2021-03-09T23:23:33.6361374Z warnings.warn(
2021-03-09T23:23:33.6361616Z
2021-03-09T23:23:33.6362020Z tests/python_package_test/test_dask.py: 47 warnings
2021-03-09T23:23:33.6363523Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/deploy/spec.py:335: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11.
2021-03-09T23:23:33.6364723Z await asyncio.wait(tasks)
2021-03-09T23:23:33.6364990Z
2021-03-09T23:23:33.6366159Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[True-classification-joblib]
2021-03-09T23:23:33.6367568Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6368341Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6368832Z Hosting the HTTP server on port 36499 instead
2021-03-09T23:23:33.6369261Z warnings.warn(
2021-03-09T23:23:33.6369498Z
2021-03-09T23:23:33.6370841Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[True-classification-cloudpickle]
2021-03-09T23:23:33.6372359Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6373253Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6373754Z Hosting the HTTP server on port 40987 instead
2021-03-09T23:23:33.6374182Z warnings.warn(
2021-03-09T23:23:33.6374404Z
2021-03-09T23:23:33.6375568Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[True-regression-pickle]
2021-03-09T23:23:33.6376920Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6377707Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6378203Z Hosting the HTTP server on port 43885 instead
2021-03-09T23:23:33.6378630Z warnings.warn(
2021-03-09T23:23:33.6378852Z
2021-03-09T23:23:33.6379980Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[True-regression-joblib]
2021-03-09T23:23:33.6381338Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6382119Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6382610Z Hosting the HTTP server on port 45667 instead
2021-03-09T23:23:33.6383036Z warnings.warn(
2021-03-09T23:23:33.6383256Z
2021-03-09T23:23:33.6384442Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[True-regression-cloudpickle]
2021-03-09T23:23:33.6385840Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6386800Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6387292Z Hosting the HTTP server on port 36331 instead
2021-03-09T23:23:33.6387720Z warnings.warn(
2021-03-09T23:23:33.6387943Z
2021-03-09T23:23:33.6389073Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[True-ranking-pickle]
2021-03-09T23:23:33.6390403Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6391185Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6391674Z Hosting the HTTP server on port 41909 instead
2021-03-09T23:23:33.6392100Z warnings.warn(
2021-03-09T23:23:33.6392322Z
2021-03-09T23:23:33.6393411Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[True-ranking-joblib]
2021-03-09T23:23:33.6394729Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6395513Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6396000Z Hosting the HTTP server on port 34835 instead
2021-03-09T23:23:33.6396431Z warnings.warn(
2021-03-09T23:23:33.6396669Z
2021-03-09T23:23:33.6397836Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[True-ranking-cloudpickle]
2021-03-09T23:23:33.6399219Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6400150Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6400640Z Hosting the HTTP server on port 32783 instead
2021-03-09T23:23:33.6401068Z warnings.warn(
2021-03-09T23:23:33.6401304Z
2021-03-09T23:23:33.6402502Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[False-classification-pickle]
2021-03-09T23:23:33.6404035Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6404839Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6405325Z Hosting the HTTP server on port 34225 instead
2021-03-09T23:23:33.6405837Z warnings.warn(
2021-03-09T23:23:33.6406077Z
2021-03-09T23:23:33.6407272Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[False-classification-joblib]
2021-03-09T23:23:33.6408689Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6409458Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6409947Z Hosting the HTTP server on port 35157 instead
2021-03-09T23:23:33.6410376Z warnings.warn(
2021-03-09T23:23:33.6410616Z
2021-03-09T23:23:33.6411856Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[False-classification-cloudpickle]
2021-03-09T23:23:33.6413342Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6414108Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6414602Z Hosting the HTTP server on port 42487 instead
2021-03-09T23:23:33.6415029Z warnings.warn(
2021-03-09T23:23:33.6415268Z
2021-03-09T23:23:33.6416396Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[False-regression-pickle]
2021-03-09T23:23:33.6417779Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6418547Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6419050Z Hosting the HTTP server on port 44687 instead
2021-03-09T23:23:33.6419459Z warnings.warn(
2021-03-09T23:23:33.6419703Z
2021-03-09T23:23:33.6420823Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[False-regression-joblib]
2021-03-09T23:23:33.6422194Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6422965Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6423471Z Hosting the HTTP server on port 36789 instead
2021-03-09T23:23:33.6423883Z warnings.warn(
2021-03-09T23:23:33.6424121Z
2021-03-09T23:23:33.6425300Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[False-regression-cloudpickle]
2021-03-09T23:23:33.6426846Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6427624Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6428139Z Hosting the HTTP server on port 35181 instead
2021-03-09T23:23:33.6428554Z warnings.warn(
2021-03-09T23:23:33.6428794Z
2021-03-09T23:23:33.6429910Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[False-ranking-pickle]
2021-03-09T23:23:33.6431258Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6432023Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6432528Z Hosting the HTTP server on port 46781 instead
2021-03-09T23:23:33.6432938Z warnings.warn(
2021-03-09T23:23:33.6433177Z
2021-03-09T23:23:33.6434263Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[False-ranking-joblib]
2021-03-09T23:23:33.6435598Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6436483Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6437008Z Hosting the HTTP server on port 35497 instead
2021-03-09T23:23:33.6437419Z warnings.warn(
2021-03-09T23:23:33.6437656Z
2021-03-09T23:23:33.6438820Z tests/python_package_test/test_dask.py::test_model_and_local_version_are_picklable_whether_or_not_client_set_explicitly[False-ranking-cloudpickle]
2021-03-09T23:23:33.6440336Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/distributed/node.py:151: UserWarning: Port 8787 is already in use.
2021-03-09T23:23:33.6441107Z Perhaps you already have a cluster running?
2021-03-09T23:23:33.6441614Z Hosting the HTTP server on port 43883 instead
2021-03-09T23:23:33.6442023Z warnings.warn(
2021-03-09T23:23:33.6442262Z
2021-03-09T23:23:33.6442661Z tests/python_package_test/test_dask.py::test_errors
2021-03-09T23:23:33.6443644Z /root/.local/lib/python3.9/site-packages/lightgbm/dask.py:308: RuntimeWarning: coroutine '_wait' was never awaited
2021-03-09T23:23:33.6444289Z wait(parts)
2021-03-09T23:23:33.6444502Z
2021-03-09T23:23:33.6444893Z tests/python_package_test/test_dask.py::test_errors
2021-03-09T23:23:33.6446078Z /root/miniconda/envs/test-env/lib/python3.9/asyncio/locks.py:203: RuntimeWarning: coroutine 'PooledRPCCall.__getattr__.<locals>.send_recv_from_rpc' was never awaited
2021-03-09T23:23:33.6446916Z for fut in self._waiters:
2021-03-09T23:23:33.6447164Z
2021-03-09T23:23:33.6447589Z tests/python_package_test/test_engine.py::test_binary
2021-03-09T23:23:33.6448666Z /root/.local/lib/python3.9/site-packages/lightgbm/engine.py:148: UserWarning: Found `num_iteration` in params. Will use it instead of argument
2021-03-09T23:23:33.6449561Z _log_warning("Found `{}` in params. Will use it instead of argument".format(alias))
2021-03-09T23:23:33.6449954Z
2021-03-09T23:23:33.6450424Z tests/python_package_test/test_engine.py::test_pandas_categorical
2021-03-09T23:23:33.6451064Z tests/python_package_test/test_engine.py::test_linear_trees
2021-03-09T23:23:33.6451709Z tests/python_package_test/test_engine.py::test_save_and_load_linear
2021-03-09T23:23:33.6452787Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:1705: UserWarning: categorical_feature in Dataset is overridden.
2021-03-09T23:23:33.6453540Z New categorical_feature is [0]
2021-03-09T23:23:33.6454245Z _log_warning('categorical_feature in Dataset is overridden.\n'
2021-03-09T23:23:33.6454626Z
2021-03-09T23:23:33.6455080Z tests/python_package_test/test_engine.py::test_pandas_categorical
2021-03-09T23:23:33.6456157Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:1705: UserWarning: categorical_feature in Dataset is overridden.
2021-03-09T23:23:33.6457034Z New categorical_feature is ['A']
2021-03-09T23:23:33.6457739Z _log_warning('categorical_feature in Dataset is overridden.\n'
2021-03-09T23:23:33.6458103Z
2021-03-09T23:23:33.6458567Z tests/python_package_test/test_engine.py::test_pandas_categorical
2021-03-09T23:23:33.6459639Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:1705: UserWarning: categorical_feature in Dataset is overridden.
2021-03-09T23:23:33.6460558Z New categorical_feature is ['A', 'B', 'C', 'D']
2021-03-09T23:23:33.6461271Z _log_warning('categorical_feature in Dataset is overridden.\n'
2021-03-09T23:23:33.6461657Z
2021-03-09T23:23:33.6462110Z tests/python_package_test/test_engine.py::test_pandas_categorical
2021-03-09T23:23:33.6463967Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:1705: UserWarning: categorical_feature in Dataset is overridden.
2021-03-09T23:23:33.6464887Z New categorical_feature is ['A', 'B', 'C', 'D', 'E']
2021-03-09T23:23:33.6465618Z _log_warning('categorical_feature in Dataset is overridden.\n'
2021-03-09T23:23:33.6465982Z
2021-03-09T23:23:33.6466619Z tests/python_package_test/test_engine.py::test_pandas_categorical
2021-03-09T23:23:33.6467727Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:1705: UserWarning: categorical_feature in Dataset is overridden.
2021-03-09T23:23:33.6468629Z New categorical_feature is []
2021-03-09T23:23:33.6469375Z _log_warning('categorical_feature in Dataset is overridden.\n'
2021-03-09T23:23:33.6469756Z
2021-03-09T23:23:33.6470191Z tests/python_package_test/test_engine.py::test_pandas_sparse
2021-03-09T23:23:33.6470940Z tests/python_package_test/test_sklearn.py::test_pandas_sparse
2021-03-09T23:23:33.6472422Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/pandas/core/generic.py:5673: PerformanceWarning: Concatenating sparse arrays with multiple fill values: '[0, nan, False]'. Picking the first and converting the rest.
2021-03-09T23:23:33.6473586Z return self._mgr.as_array(transpose=self._AXIS_REVERSED)
2021-03-09T23:23:33.6473941Z
2021-03-09T23:23:33.6474415Z tests/python_package_test/test_engine.py::test_int32_max_sparse_contribs
2021-03-09T23:23:33.6475896Z /root/miniconda/envs/test-env/lib/python3.9/site-packages/scipy/sparse/_index.py:82: SparseEfficiencyWarning: Changing the sparsity structure of a csr_matrix is expensive. lil_matrix is more efficient.
2021-03-09T23:23:33.6476948Z self._set_intXint(row, col, x.flat[0])
2021-03-09T23:23:33.6477225Z
2021-03-09T23:23:33.6477670Z tests/python_package_test/test_engine.py::test_init_with_subset
2021-03-09T23:23:33.6478654Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:1959: UserWarning: Cannot subset str type of raw data.
2021-03-09T23:23:33.6479327Z Returning original raw data
2021-03-09T23:23:33.6479798Z _log_warning("Cannot subset {} type of raw data.\n"
2021-03-09T23:23:33.6480103Z
2021-03-09T23:23:33.6480570Z tests/python_package_test/test_engine.py::test_monotone_constraints
2021-03-09T23:23:33.6481248Z tests/python_package_test/test_engine.py::test_monotone_penalty
2021-03-09T23:23:33.6481903Z tests/python_package_test/test_engine.py::test_monotone_penalty_max
2021-03-09T23:23:33.6482579Z tests/python_package_test/test_engine.py::test_get_split_value_histogram
2021-03-09T23:23:33.6483278Z tests/python_package_test/test_sklearn.py::test_pandas_categorical
2021-03-09T23:23:33.6483947Z tests/python_package_test/test_sklearn.py::test_pandas_categorical
2021-03-09T23:23:33.6484636Z tests/python_package_test/test_sklearn.py::test_pandas_categorical
2021-03-09T23:23:33.6485305Z tests/python_package_test/test_sklearn.py::test_pandas_categorical
2021-03-09T23:23:33.6485992Z tests/python_package_test/test_sklearn.py::test_pandas_categorical
2021-03-09T23:23:33.6487042Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:1702: UserWarning: Using categorical_feature in Dataset.
2021-03-09T23:23:33.6487994Z _log_warning('Using categorical_feature in Dataset.')
2021-03-09T23:23:33.6488323Z
2021-03-09T23:23:33.6488797Z tests/python_package_test/test_engine.py::test_dataset_update_params
2021-03-09T23:23:33.6489953Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:1222: UserWarning: categorical_feature keyword has been found in `params` and will be ignored.
2021-03-09T23:23:33.6490983Z Please use categorical_feature argument of the Dataset constructor to pass this parameter.
2021-03-09T23:23:33.6491896Z _log_warning('{0} keyword has been found in `params` and will be ignored.\n'
2021-03-09T23:23:33.6492270Z
2021-03-09T23:23:33.6492710Z tests/python_package_test/test_plotting.py::test_plot_metrics
2021-03-09T23:23:33.6493814Z /root/.local/lib/python3.9/site-packages/lightgbm/plotting.py:328: UserWarning: More than one metric available, picking one to plot.
2021-03-09T23:23:33.6494671Z _log_warning("More than one metric available, picking one to plot.")
2021-03-09T23:23:33.6495045Z
2021-03-09T23:23:33.6495607Z tests/python_package_test/test_sklearn.py::test_binary_classification_with_custom_objective
2021-03-09T23:23:33.6496972Z /root/.local/lib/python3.9/site-packages/lightgbm/sklearn.py:922: UserWarning: Cannot compute class probabilities or labels due to the usage of customized objective function.
2021-03-09T23:23:33.6497875Z Returning raw scores instead.
2021-03-09T23:23:33.6498529Z _log_warning("Cannot compute class probabilities or labels "
2021-03-09T23:23:33.6498914Z
2021-03-09T23:23:33.6499315Z tests/python_package_test/test_sklearn.py: 12 warnings
2021-03-09T23:23:33.6500344Z /root/.local/lib/python3.9/site-packages/lightgbm/basic.py:739: UserWarning: Converting data to scipy sparse matrix.
2021-03-09T23:23:33.6501393Z _log_warning('Converting data to scipy sparse matrix.')
2021-03-09T23:23:33.6501733Z
2021-03-09T23:23:33.6502195Z tests/python_package_test/test_utilities.py::test_register_logger
2021-03-09T23:23:33.6503555Z /root/.local/lib/python3.9/site-packages/lightgbm/plotting.py:357: UserWarning: Attempting to set identical bottom == top == 1.0 results in singular transformations; automatically expanding.
2021-03-09T23:23:33.6504455Z ax.set_ylim(ylim)
2021-03-09T23:23:33.6504678Z
2021-03-09T23:23:33.6505337Z -- Docs: https://docs.pytest.org/en/stable/warnings.html
2021-03-09T23:23:33.6505949Z =========================== short test summary info ============================
2021-03-09T23:23:33.6507453Z FAILED ../tests/python_package_test/test_dask.py::test_network_params_not_required_but_respected_if_given[dataframe-with-categorical-ranking]
2021-03-09T23:23:33.6508488Z = 1 failed, 363 passed, 7 skipped, 2 xfailed, 286 warnings in 648.28s (0:10:48) =
2021-03-09T23:23:37.9499281Z ##[error]Process completed with exit code 255.
2021-03-09T23:23:37.9539255Z Cleaning up orphan processes
https://github.com/microsoft/LightGBM/runs/2071077301
cc @jameslamb