Antergos / Cnchi

A modern, flexible online system installer for Antergos Linux
GNU General Public License v3.0
291 stars 101 forks source link

Some packages get wrong sha256sum #363

Closed karasu closed 8 years ago

karasu commented 9 years ago

See http://forum.antergos.com/topic/2352/installer-error-creating-a-new-partition-table-on-device-dev-sda/31 and http://forum.antergos.com/topic/2466/cnchi-can-t-continue

lots0logs commented 8 years ago

I think that some of Arch's package maintainers are making minor changes to packages without bumping the pkgrel. It only poses a problem under our very specific use-case so there's no need to track down who is doing it. We will just handle the issue within Cnchi.

lots0logs commented 8 years ago

@karasu I have spent a few hours trying to determine the problem without any success. I don't think that we are getting the correct error message from alpm. The sha256sums of the files are valid. You can confirm that fact by using pacman form the command line to install the package that the error claims is invalid. It will install fine using the cached file. It is that fact along with the fact that it is always a different package that throws the checksum error that makes me think this is a bug in pyalpm bindings to alpm.

I went through the code for the bindings and for alpm itself but couldnt find anything that would explain the issue. :confounded:

karasu commented 8 years ago

@lots0logs : I was as lost as you. I've done some tests but I didn't have a clue about what was wrong. I made Cnchi refresh pacman keys but to no avail. I also updated our pacman.tmpl as it was a bit outdated, but I got the same output.

But I've checked that I ALWAYS get this error when installing Cinnamon, and I have these packages on my log:

2015-11-28 16:05:45 [DEBUG] pac.py(584) cb_log(): checking sha256sum for /install/var/cache/pacman/pkg/cinnamon-menus-2.8.0-1-x86_64.pkg.tar.xz
2015-11-28 16:05:45 [DEBUG] pac.py(582) cb_log(): returning error 34 from _alpm_pkg_validate_internal : paquet invàlid o corrupte (suma de verificació)
2015-11-28 16:05:45 [DEBUG] pac.py(584) cb_log(): found cached pkg: /var/cache/pacman/pkg/cinnamon-control-center-2.8.1-1-x86_64.pkg.tar.xz
--
2015-11-28 16:05:46 [DEBUG] pac.py(584) cb_log(): checking sha256sum for /install/var/cache/pacman/pkg/cinnamon-session-2.8.2-1-x86_64.pkg.tar.xz
2015-11-28 16:05:46 [DEBUG] pac.py(582) cb_log(): returning error 34 from _alpm_pkg_validate_internal : paquet invàlid o corrupte (suma de verificació)
2015-11-28 16:05:46 [DEBUG] pac.py(584) cb_log(): found cached pkg: /var/cache/pacman/pkg/gnome-backgrounds-3.18.0-1-any.pkg.tar.xz
--
2015-11-28 16:05:46 [DEBUG] pac.py(584) cb_log(): checking sha256sum for /install/var/cache/pacman/pkg/muffin-2.8.4-1-x86_64.pkg.tar.xz
2015-11-28 16:05:46 [DEBUG] pac.py(582) cb_log(): returning error 34 from _alpm_pkg_validate_internal : paquet invàlid o corrupte (suma de verificació)
2015-11-28 16:05:46 [DEBUG] pac.py(584) cb_log(): found cached pkg: /var/cache/pacman/pkg/python2-cairo-1.10.0-2-x86_64.pkg.tar.xz
--
2015-11-28 16:05:46 [DEBUG] pac.py(584) cb_log(): checking sha256sum for /var/cache/pacman/pkg/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz
2015-11-28 16:05:46 [DEBUG] pac.py(582) cb_log(): returning error 34 from _alpm_pkg_validate_internal : paquet invàlid o corrupte (suma de verificació)
2015-11-28 16:05:46 [DEBUG] pac.py(584) cb_log(): found cached pkg: /var/cache/pacman/pkg/polkit-gnome-0.105-3-x86_64.pkg.tar.xz
--
2015-11-28 16:05:46 [DEBUG] pac.py(584) cb_log(): checking sha256sum for /var/cache/pacman/pkg/cinnamon-2.8.5-2-x86_64.pkg.tar.xz
2015-11-28 16:05:46 [DEBUG] pac.py(582) cb_log(): returning error 34 from _alpm_pkg_validate_internal : paquet invàlid o corrupte (suma de verificació)
2015-11-28 16:05:46 [DEBUG] pac.py(584) cb_log(): found cached pkg: /var/cache/pacman/pkg/xorg-xpr-1.0.4-2-x86_64.pkg.tar.xz

They install fine in my desktop, but if I try to install them from my VM I got this: cinnamon

So it is clear to me that those packages had a problem. Bad download? I'll do a snapshot of my VM and try to delete them, see what it happens. Maybe this was what was happening all the time, but the offending packages are not the last one that is shown but the previous ones... (you have to look for error 34 and not 33).

karasu commented 8 years ago

@lots0logs : This user has the same problem with cinnamon and nemo packages.

These packages have been updated lately, isn't it? Maybe some mirrors have a wrong version?

https://forum.antergos.com/topic/3272/can-t-install-necessary-packages-cnchi-can-t-continue-multiple-times http://sprunge.us/XGMa

karasu commented 8 years ago

@lots0logs : Me again. OK, even if I delete the xz packages from cache, the same error appears. It's too late to check anything now but I'll check the downloaded packages tomorrow. I still think it's a mirror problem (I'll check which one I'm using in my VM to be sure of it).

lots0logs commented 8 years ago

@karasu I figured it out! There were cinnamon packages in our staging repo that I forgot to remove after Alex updated the packages in the Arch repos :dizzy_face: I cant believe the time I spent on this when it turned out not to have anything to do with Cnchi! :sweat_smile:

szungy commented 8 years ago

@lots0logs Thanks for fixing this! :) I'm going to try installing again :P

karasu commented 8 years ago

@lots0logs : Blaming Cnchi! Shame on you! :grin:

kialam commented 8 years ago

I am still getting the same issue when I run the installer from the live usb. I get this issue if I select Cinnamon, however the installation finished fine if I select Gnome. Any ideas as to get this to work with Cinnamon until a patch is released?

lots0logs commented 8 years ago

@kialam It works with Cinnamon for me. Please post the contents of the installation log (located in /tmp directory)

kialam commented 8 years ago
[antergos@antergos-2015 tmp]$ cat cnchi.log 
2015-12-03 07:25:06 [INFO] cnchi.py(209) setup_logging(): Sending Cnchi log messages to bugsnag server (using python-bugsnag).
2015-12-03 07:25:06 [INFO] cnchi.py(265) check_gtk_version(): Using GTK v3.18.4
2015-12-03 07:25:06 [INFO] cnchi.py(277) check_pyalpm_version(): Using pyalpm v0.7 as interface to libalpm v9.0.1
2015-12-03 07:25:06 [DEBUG] cnchi.py(128) already_running(): File /tmp/.setup-running already exists.
2015-12-03 07:25:06 [INFO] main_window.py(76) __init__(): Cnchi installer version 0.12.42
2015-12-03 07:25:07 [INFO] main_window.py(166) __init__(): Using requests to download packages
2015-12-03 07:25:07 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'welcome' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'language' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'check' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'location' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'timezone' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'keymap' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'desktop' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'features' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'ask' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'automatic' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'advanced' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'summary' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'user_info' screen
2015-12-03 07:25:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'slides' screen
2015-12-03 07:25:11 [DEBUG] timezone.py(283) run(): A working network connection has been detected.
2015-12-03 07:25:11 [DEBUG] timezone.py(292) run(): We have connection. Let's get our timezone
2015-12-03 07:25:12 [DEBUG] rank_mirrors.py(271) run(): Updating both mirrorlists (Arch and Antergos)...
2015-12-03 07:25:12 [DEBUG] rank_mirrors.py(274) run(): Filtering and sorting Arch mirrors...
2015-12-03 07:25:12 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): www.archlinux.org
2015-12-03 07:25:12 [DEBUG] timezone.py(313) run(): Timezone (latitude 37.7858, longitude -122.1232) detected.
2015-12-03 07:25:12 [DEBUG] connectionpool.py(387) _make_request(): "GET /mirrors/status/json/ HTTP/1.1" 301 366
2015-12-03 07:25:12 [INFO] connectionpool.py(756) _new_conn(): Starting new HTTPS connection (1): www.archlinux.org
2015-12-03 07:25:14 [DEBUG] connectionpool.py(387) _make_request(): "GET /mirrors/status/json/ HTTP/1.1" 200 None
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(133) sort_mirrors_by_speed(): b''
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.aarnet.edu.au/pub/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mir.archlinux.fr/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.rit.edu/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp.nluug.nl/os/Linux/distr/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp5.gwdg.de/pub/linux/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.puzzle.ch/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://www.las.ic.unicamp.br/pub/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.mirrors.uk2.net/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.csclub.uwaterloo.ca/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.umd.edu/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.archlinux.no/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.internode.on.net/pub/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.c3sl.ufpr.br/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://lug.mtu.edu/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://pet.inf.ufsc.br/mirrors/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp.tku.edu.tw/Linux/ArchLinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirrors.kernel.org/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.datacenter.by/pub/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.vpsfree.cz/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.cs.nctu.edu.tw/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.polymorf.fr/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.de.leaseweb.net/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.nl.leaseweb.net/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.us.leaseweb.net/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirrors.n-ix.net/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.cinosure.com/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.mirror.dkm.cz/pub/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp.tuxdroid.org/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://foss.aueb.gr/mirrors/linux/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp.tsukuba.wide.ad.jp/Linux/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.bytemark.co.uk/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.surlyjake.com/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp.wa.co.za/pub/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.fluxent.de/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp.snt.utwente.nl/pub/os/linux/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror1.htu.tugraz.at/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.united-gameserver.de/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://suro.ubaya.ac.id/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.hactar.bz/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://arch.tamcore.eu/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://arch.nimukaito.net/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirrors.acm.wpi.edu/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.neuf.no/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.gnomus.de/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp.fau.de/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://k42.ch/mirror/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.tyborek.pl/arch/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.one.com/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.es.its.nyu.edu/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://f.archlinuxvn.org/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp.yzu.edu.tw/Linux/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.my-universe.com/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.pallissard.net/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.lastmikoi.net/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://arch.packages.gnp-tec.net/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirrors.zju.edu.cn/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://arch.localmsp.org/arch/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://ftp.myrveln.se/pub/linux/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.beccacervello.it/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.bitjungle.info/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://fooo.biz/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.flipez.de/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.bln-ua.net/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux.honkgong.info/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://archlinux-br.mirror.host1plus.com/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://linorg.usp.br/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://www.imegumii.space/arch/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirrors.uni-plovdiv.net/archlinux/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://arch.mirrors.ionfish.org/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.pseudoform.org/'
2015-12-03 07:25:14 [DEBUG] rank_mirrors.py(175) sort_mirrors_by_speed(): Rating mirror 'http://mirror.lty.me/archlinux/'
2015-12-03 07:25:15 [INFO] connectionpool.py(756) _new_conn(): Starting new HTTPS connection (1): raw.github.com
2015-12-03 07:25:16 [DEBUG] connectionpool.py(387) _make_request(): "GET /Antergos/Cnchi/master/update.info HTTP/1.1" 301 0
2015-12-03 07:25:16 [INFO] connectionpool.py(756) _new_conn(): Starting new HTTPS connection (1): raw.githubusercontent.com
2015-12-03 07:25:16 [DEBUG] connectionpool.py(387) _make_request(): "GET /Antergos/Cnchi/master/update.info HTTP/1.1" 200 14771
2015-12-03 07:25:16 [INFO] updater.py(100) __init__(): Internet version: 0.12.43
2015-12-03 07:25:31 [INFO] check.py(203) store_values(): We have Internet connection.
2015-12-03 07:25:31 [INFO] check.py(204) store_values(): We're connected to a power source.
2015-12-03 07:25:31 [INFO] check.py(205) store_values(): We have enough disk space.
2015-12-03 07:25:31 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): build.antergos.com
2015-12-03 07:25:31 [DEBUG] connectionpool.py(387) _make_request(): "GET /hook?cnchi=5f44e12ab32b87a0993619870a0e2db2 HTTP/1.1" 200 None
2015-12-03 07:25:38 [DEBUG] location.py(228) store_values(): Selected location: English (US), United States
2015-12-03 07:25:38 [DEBUG] location.py(211) set_locale(): Locale changed to : en_US.UTF-8
2015-12-03 07:25:38 [DEBUG] location.py(246) store_values(): Selected country name: United States
2015-12-03 07:25:38 [DEBUG] location.py(247) store_values(): Selected country code: us
2015-12-03 07:25:38 [INFO] timezone.py(107) on_location_changed(): Location changed to : America/Los_Angeles
2015-12-03 07:25:40 [DEBUG] timezone.py(212) log_location(): timezone human zone: Los Angeles
2015-12-03 07:25:40 [DEBUG] timezone.py(213) log_location(): timezone country: US
2015-12-03 07:25:40 [DEBUG] timezone.py(214) log_location(): timezone zone: America/Los_Angeles
2015-12-03 07:25:40 [DEBUG] timezone.py(215) log_location(): timezone human country: United States
2015-12-03 07:25:40 [DEBUG] timezone.py(218) log_location(): timezone comment: Pacific Time
2015-12-03 07:25:40 [DEBUG] timezone.py(221) log_location(): timezone latitude: 34.0308
2015-12-03 07:25:40 [DEBUG] timezone.py(224) log_location(): timezone longitude: -118.1434
2015-12-03 07:25:40 [DEBUG] keymap.py(286) set_keymap(): Set keyboard to layout name 'English (US)' (us)
2015-12-03 07:25:41 [DEBUG] keymap.py(286) set_keymap(): Set keyboard to layout name 'English (US)' (us)
2015-12-03 07:25:45 [INFO] desktop.py(208) store_values(): Cnchi will install Antergos with the 'cinnamon' desktop
2015-12-03 07:25:50 [DEBUG] features.py(254) store_values(): Feature 'bluetooth' has been selected
2015-12-03 07:25:51 [DEBUG] ask.py(412) store_values(): Waiting for all external processes to finish...
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(182) sort_mirrors_by_speed(): Server                                                       Rate       Time
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.rit.edu/archlinux/                     149.02 KiB/s     0.82 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp5.gwdg.de/pub/linux/archlinux/              84.80 KiB/s     1.44 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mir.archlinux.fr/                              73.78 KiB/s     1.65 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp.nluug.nl/os/Linux/distr/archlinux/         51.20 KiB/s     2.38 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.aarnet.edu.au/pub/archlinux/            43.51 KiB/s     2.81 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.puzzle.ch/                           42.39 KiB/s     2.88 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.mirrors.uk2.net/                     49.41 KiB/s     2.47 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.csclub.uwaterloo.ca/archlinux/          62.10 KiB/s     1.97 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.umd.edu/archlinux/                      66.93 KiB/s     1.82 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://lug.mtu.edu/archlinux/                         78.18 KiB/s     1.56 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.archlinux.no/                           41.55 KiB/s     2.94 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://www.las.ic.unicamp.br/pub/archlinux/           23.28 KiB/s     5.24 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.internode.on.net/pub/archlinux/         39.49 KiB/s     3.09 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirrors.kernel.org/archlinux/                 212.45 KiB/s     0.57 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.c3sl.ufpr.br/                        39.58 KiB/s     3.08 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp.tku.edu.tw/Linux/ArchLinux/                58.93 KiB/s     2.07 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://pet.inf.ufsc.br/mirrors/archlinux/             36.23 KiB/s     3.37 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.vpsfree.cz/archlinux/                   46.97 KiB/s     2.60 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.datacenter.by/pub/archlinux/            43.08 KiB/s     2.83 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.cs.nctu.edu.tw/                      82.65 KiB/s     1.48 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/      38.70 KiB/s     3.16 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.us.leaseweb.net/archlinux/             171.91 KiB/s     0.71 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.polymorf.fr/                         83.54 KiB/s     1.46 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.de.leaseweb.net/archlinux/             110.76 KiB/s     1.10 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.nl.leaseweb.net/archlinux/              87.50 KiB/s     1.40 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirrors.n-ix.net/archlinux/                    54.23 KiB/s     2.25 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.mirror.dkm.cz/pub/archlinux/         50.03 KiB/s     2.44 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.cinosure.com/archlinux/                 43.78 KiB/s     2.79 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp.tuxdroid.org/archlinux/                    30.27 KiB/s     4.03 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://foss.aueb.gr/mirrors/linux/archlinux/          30.64 KiB/s     3.98 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp.tsukuba.wide.ad.jp/Linux/archlinux/        39.49 KiB/s     3.09 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.surlyjake.com/archlinux/             43.80 KiB/s     2.79 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.bytemark.co.uk/archlinux/               40.27 KiB/s     3.03 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.fluxent.de/archlinux/                   59.53 KiB/s     2.05 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp.snt.utwente.nl/pub/os/linux/archlinux/     45.28 KiB/s     2.70 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.united-gameserver.de/archlinux/         56.86 KiB/s     2.15 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror1.htu.tugraz.at/archlinux/               44.29 KiB/s     2.76 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp.wa.co.za/pub/archlinux/                    26.30 KiB/s     4.64 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://arch.tamcore.eu/                               63.42 KiB/s     1.93 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.hactar.bz/                              56.11 KiB/s     2.18 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirrors.acm.wpi.edu/archlinux/                 83.24 KiB/s     1.47 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://arch.nimukaito.net/                            54.25 KiB/s     2.25 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://suro.ubaya.ac.id/archlinux/                    28.35 KiB/s     4.31 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.neuf.no/archlinux/                      56.45 KiB/s     2.16 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.gnomus.de/                              55.86 KiB/s     2.19 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://k42.ch/mirror/archlinux/                       71.64 KiB/s     1.70 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.tyborek.pl/arch/                        79.85 KiB/s     1.53 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.es.its.nyu.edu/archlinux/              104.97 KiB/s     1.16 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.one.com/archlinux/                      73.17 KiB/s     1.67 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp.fau.de/archlinux/                          37.40 KiB/s     3.27 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp.yzu.edu.tw/Linux/archlinux/                61.30 KiB/s     1.99 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.pallissard.net/archlinux/           126.90 KiB/s     0.96 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://f.archlinuxvn.org/archlinux/                   55.23 KiB/s     2.21 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://arch.localmsp.org/arch/                        76.60 KiB/s     1.59 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.my-universe.com/                     38.61 KiB/s     3.16 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.lastmikoi.net/archlinux/                40.18 KiB/s     3.04 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://arch.packages.gnp-tec.net/                     54.51 KiB/s     2.24 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirrors.zju.edu.cn/archlinux/                  27.51 KiB/s     4.44 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://ftp.myrveln.se/pub/linux/archlinux/            43.44 KiB/s     2.81 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.bitjungle.info/archlinux/               52.65 KiB/s     2.32 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://fooo.biz/archlinux/                            46.39 KiB/s     2.63 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.beccacervello.it/archlinux/          39.07 KiB/s     3.13 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.honkgong.info/                       42.41 KiB/s     2.88 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.flipez.de/archlinux/                    40.71 KiB/s     3.00 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux-br.mirror.host1plus.com/             45.36 KiB/s     2.69 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://archlinux.bln-ua.net/                          31.36 KiB/s     3.89 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://linorg.usp.br/archlinux/                       27.47 KiB/s     4.45 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://www.imegumii.space/arch/                       42.75 KiB/s     2.86 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://arch.mirrors.ionfish.org/                      40.18 KiB/s     3.04 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirrors.uni-plovdiv.net/archlinux/             35.49 KiB/s     3.44 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.lty.me/archlinux/                       45.83 KiB/s     2.66 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(190) sort_mirrors_by_speed(): http://mirror.pseudoform.org/                         32.98 KiB/s     3.70 s
2015-12-03 07:25:52 [DEBUG] rank_mirrors.py(277) run(): Running rankmirrors command to sort Antergos mirrors...
2015-12-03 07:26:38 [DEBUG] rank_mirrors.py(282) run(): Auto mirror selection has been run successfully.
2015-12-03 07:26:38 [DEBUG] ask.py(425) store_values(): All external processes are finished. Installation can go on
2015-12-03 07:26:38 [DEBUG] automatic.py(153) populate_devices(): ATA SanDisk SDSSDA12 [120 GB] (/dev/sda)
2015-12-03 07:26:38 [DEBUG] automatic.py(153) populate_devices(): Kingston DataTraveler 2.0 [15 GB] (/dev/sdb)
2015-12-03 07:26:42 [INFO] automatic.py(346) set_bootloader(): Antergos will install the bootloader 'grub2' in device '/dev/sda'
2015-12-03 07:26:42 [DEBUG] auto_partition.py(537) get_mount_devices(): /dev/sda2 assigned to be mounted in /
2015-12-03 07:26:42 [DEBUG] auto_partition.py(537) get_mount_devices(): /dev/sda1 assigned to be mounted in /boot
2015-12-03 07:26:42 [DEBUG] auto_partition.py(537) get_mount_devices(): /dev/sda5 assigned to be mounted in swap
2015-12-03 07:26:42 [DEBUG] auto_partition.py(573) get_fs_devices(): Device /dev/sda2 will have a ext4 filesystem
2015-12-03 07:26:42 [DEBUG] auto_partition.py(573) get_fs_devices(): Device /dev/sda5 will have a swap filesystem
2015-12-03 07:26:42 [DEBUG] auto_partition.py(573) get_fs_devices(): Device /dev/sda1 will have a ext2 filesystem
2015-12-03 07:26:45 [DEBUG] select_packages.py(113) create_package_list(): Refreshing pacman databases...
2015-12-03 07:26:45 [DEBUG] pac.py(114) initialize_alpm(): ALPM initialised with root dir / and db path /var/lib/pacman
2015-12-03 07:26:45 [DEBUG] pac.py(506) cb_log(): url: http://mirrors.kernel.org/archlinux/core/os/x86_64/core.db
2015-12-03 07:26:45 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:26:45 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
2015-12-03 07:26:45 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:26:45 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:26:45 [DEBUG] pac.py(506) cb_log(): url: http://mirrors.kernel.org/archlinux/extra/os/x86_64/extra.db
2015-12-03 07:26:45 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:26:45 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /var/lib/pacman/sync/extra.db.part (wb)
2015-12-03 07:26:49 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:26:49 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:26:49 [DEBUG] pac.py(506) cb_log(): url: http://mirrors.kernel.org/archlinux/community/os/x86_64/community.db
2015-12-03 07:26:49 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:26:49 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
2015-12-03 07:26:59 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:26:59 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:26:59 [DEBUG] pac.py(506) cb_log(): url: http://repo.antergos.info/antergos-staging/x86_64/antergos-staging.db
2015-12-03 07:26:59 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:26:59 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /var/lib/pacman/sync/antergos-staging.db.part (wb)
2015-12-03 07:27:00 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:27:00 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:27:00 [DEBUG] pac.py(506) cb_log(): url: http://repo.antergos.info/antergos/x86_64/antergos.db
2015-12-03 07:27:00 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:27:00 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /var/lib/pacman/sync/antergos.db.part (wb)
2015-12-03 07:27:01 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating core database
2015-12-03 07:27:01 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating extra database
2015-12-03 07:27:01 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating community database
2015-12-03 07:27:01 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating antergos-staging database
2015-12-03 07:27:01 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating antergos database
2015-12-03 07:27:02 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:27:02 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:27:02 [DEBUG] pac.py(506) cb_log(): url: http://mirrors.kernel.org/archlinux/multilib/os/x86_64/multilib.db
2015-12-03 07:27:02 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:27:02 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /var/lib/pacman/sync/multilib.db.part (wb)
2015-12-03 07:27:03 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating multilib database
2015-12-03 07:27:03 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:27:03 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:27:03 [DEBUG] select_packages.py(115) create_package_list(): Pacman ready
2015-12-03 07:27:03 [DEBUG] select_packages.py(117) create_package_list(): Selecting packages...
2015-12-03 07:27:03 [DEBUG] select_packages.py(166) select_packages(): Getting url http://install.antergos.com/packages-12.xml...
2015-12-03 07:27:04 [INFO] slides.py(224) manage_events_from_cb_queue(): Getting package list...
2015-12-03 07:27:04 [DEBUG] select_packages.py(206) select_packages(): Adding cinnamon desktop packages
2015-12-03 07:27:04 [DEBUG] hardware.py(216) __init__(): Cnchi will test 18 drivers for 37 hardware devices
2015-12-03 07:27:04 [DEBUG] select_packages.py(241) select_packages(): Hardware module detected these drivers: ['Intel915', 'Intel915']
2015-12-03 07:27:04 [DEBUG] select_packages.py(246) select_packages(): Hardware module added these packages: lib32-mesa-libgl, xf86-video-intel, lib32-mesa, libtxc_dxtn, libva-intel-driver
2015-12-03 07:27:04 [DEBUG] select_packages.py(257) select_packages(): Adding filesystem packages
2015-12-03 07:27:04 [DEBUG] select_packages.py(278) select_packages(): Adding 'grub2' bootloader packages
2015-12-03 07:27:04 [DEBUG] select_packages.py(287) select_packages(): Check for user desired features and add them to our installation
2015-12-03 07:27:04 [DEBUG] select_packages.py(332) add_features_packages(): Adding packages for 'bluetooth' feature.
2015-12-03 07:27:04 [DEBUG] select_packages.py(349) add_features_packages(): Selecting package bluez-utils for feature bluetooth
2015-12-03 07:27:04 [DEBUG] select_packages.py(349) add_features_packages(): Selecting package pulseaudio-bluetooth for feature bluetooth
2015-12-03 07:27:04 [DEBUG] select_packages.py(349) add_features_packages(): Selecting package blueberry for feature bluetooth
2015-12-03 07:27:04 [DEBUG] select_packages.py(289) select_packages(): All features needed packages have been added
2015-12-03 07:27:04 [DEBUG] select_packages.py(306) select_packages(): Packages list: haveged,zd1211-firmware,libreoffice-installer,bash-completion,baobab,nemo-preview,cjs,pulseaudio,chromium,cinnamon-screensaver,xf86-video-vesa,gnome-terminal,nemo-share,e2fsprogs,cinnamon-menus,base,acpid,wpa_actiond,antergos-gnome-defaults-list,gnome-system-monitor,numix-frost-themes,modemmanager,zuki-themes,gnome-calculator,b43-fwcutter,antergos-wallpapers,wget,numix-icon-theme,xdg-user-dirs-gtk,exfat-utils,xorg-server-utils,tar,mesa-vdpau,networkmanager-openvpn,jfsutils,bluez-utils,antergos-mirrorlist,ffmpegthumbnailer,whois,upower,numix-icon-theme-square,lib32-mesa,bind-tools,xorg-fonts,brasero,muffin,os-prober,antergos-welcome,grub2-theme-antergos,dosfstools,lib32-mesa-libgl,ttf-liberation,gnome-photos,xorg-xkill,xorg-apps,mesa,eog,net-tools,network-manager-applet,pidgin,ttf-dejavu,gnome-music,xorg-xinit,gzip,openssh,sudo,dmraid,file-roller,gnome-themes-standard,nilfs-utils,gnome-keyring,transmission-gtk,gst-libav,gstreamer-vaapi,cinnamon-control-center,networkmanager-pptp,ipw2100-fw,usb_modeswitch,hicolor-icon-theme,unrar,ntfs-3g,pavucontrol,alsa-utils,cinnamon,libtxc_dxtn,gst-plugins-bad,xf86-video-intel,cinnamon-desktop,wireless_tools,blueberry,libva-intel-driver,pulseaudio-bluetooth,antergos-keyring,pkgfile,accountsservice,unzip,libdvdcss,lightdm,libgnomeui,ipw2200-fw,gnome-disk-utility,f2fs-tools,pamac,lightdm-webkit2-greeter,pulseaudio-alsa,totem,evince,crda,chromium-pepper-flash,xf86-video-fbdev,bijiben,nemo,nemo-fileroller,gst-plugins-good,ttf-bitstream-vera,gvfs-mtp,cinnamon-settings-daemon,reiserfsprogs,xf86-input-synaptics,cinnamon-session,cdrkit,base-devel,xorg-server,grub,gst-plugins-base,gedit,xfsprogs,btrfs-progs,gst-plugins-ugly,nfs-utils,gnome-common,gstreamer0.10-plugins,gnome-screenshot
2015-12-03 07:27:04 [DEBUG] select_packages.py(119) create_package_list(): Packages selected
2015-12-03 07:27:04 [DEBUG] pac.py(114) initialize_alpm(): ALPM initialised with root dir / and db path /var/lib/pacman
2015-12-03 07:27:04 [DEBUG] pac.py(506) cb_log(): loading package cache for repository 'core'
2015-12-03 07:27:04 [DEBUG] pac.py(506) cb_log(): opening archive /var/lib/pacman/sync/core.db
2015-12-03 07:27:04 [DEBUG] pac.py(506) cb_log(): added 210 packages to package cache for db 'core'
2015-12-03 07:27:04 [DEBUG] pac.py(506) cb_log(): loading group cache for repository 'core'
2015-12-03 07:27:04 [DEBUG] pac.py(506) cb_log(): loading package cache for repository 'extra'
2015-12-03 07:27:04 [DEBUG] pac.py(506) cb_log(): opening archive /var/lib/pacman/sync/extra.db
2015-12-03 07:27:04 [INFO] slides.py(224) manage_events_from_cb_queue(): Creating the list of packages to download...
2015-12-03 07:27:04 [DEBUG] pac.py(506) cb_log(): added 3226 packages to package cache for db 'extra'
2015-12-03 07:27:04 [DEBUG] pac.py(506) cb_log(): loading package cache for repository 'community'
2015-12-03 07:27:04 [DEBUG] pac.py(506) cb_log(): opening archive /var/lib/pacman/sync/community.db
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): added 4621 packages to package cache for db 'community'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): loading group cache for repository 'community'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): loading package cache for repository 'antergos-staging'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): opening archive /var/lib/pacman/sync/antergos-staging.db
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): added 5 packages to package cache for db 'antergos-staging'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): loading group cache for repository 'antergos-staging'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): loading package cache for repository 'antergos'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): opening archive /var/lib/pacman/sync/antergos.db
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): added 94 packages to package cache for db 'antergos'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): loading group cache for repository 'antergos'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): loading package cache for repository 'multilib'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): opening archive /var/lib/pacman/sync/multilib.db
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): added 215 packages to package cache for db 'multilib'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): loading group cache for repository 'multilib'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): loading package cache for repository 'local'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): added 826 packages to package cache for db 'local'
2015-12-03 07:27:05 [DEBUG] pac.py(506) cb_log(): loading group cache for repository 'extra'
2015-12-03 07:27:37 [DEBUG] automatic.py(313) run_format(): Creating partitions and their filesystems in /dev/sda
2015-12-03 07:27:37 [INFO] slides.py(224) manage_events_from_cb_queue(): 
2015-12-03 07:27:37 [DEBUG] auto_partition.py(627) log_part_sizes(): Total disk size: 114473MiB
2015-12-03 07:27:37 [DEBUG] auto_partition.py(630) log_part_sizes(): Boot partition size: 256MiB
2015-12-03 07:27:37 [DEBUG] auto_partition.py(635) log_part_sizes(): Swap partition size: 5870MiB
2015-12-03 07:27:37 [DEBUG] auto_partition.py(636) log_part_sizes(): Root partition size: 108346MiB
2015-12-03 07:27:38 [DEBUG] auto_partition.py(799) run(): Boot: /dev/sda1
2015-12-03 07:27:38 [DEBUG] auto_partition.py(800) run(): Root: /dev/sda2
2015-12-03 07:27:38 [DEBUG] auto_partition.py(805) run(): Swap: /dev/sda5
2015-12-03 07:27:38 [DEBUG] auto_partition.py(573) get_fs_devices(): Device /dev/sda2 will have a ext4 filesystem
2015-12-03 07:27:38 [DEBUG] auto_partition.py(573) get_fs_devices(): Device /dev/sda5 will have a swap filesystem
2015-12-03 07:27:38 [DEBUG] auto_partition.py(573) get_fs_devices(): Device /dev/sda1 will have a ext2 filesystem
2015-12-03 07:27:38 [DEBUG] auto_partition.py(374) mkfs(): Will format device /dev/sda2 as ext4
2015-12-03 07:27:44 [DEBUG] auto_partition.py(452) mkfs(): Device details: /dev/sda2 UUID=40c6ac1a-9f9c-4490-93c7-4e95a41c090d LABEL=AntergosRoot
2015-12-03 07:27:44 [DEBUG] auto_partition.py(374) mkfs(): Will format device /dev/sda5 as swap
2015-12-03 07:27:45 [DEBUG] auto_partition.py(452) mkfs(): Device details: /dev/sda5 UUID=23f3b200-71ec-48e1-a222-274d770bff99 LABEL=AntergosSwap
2015-12-03 07:27:45 [DEBUG] auto_partition.py(374) mkfs(): Will format device /dev/sda1 as ext2
2015-12-03 07:27:45 [DEBUG] auto_partition.py(452) mkfs(): Device details: /dev/sda1 UUID=5bff7da7-4501-4118-9cd1-424dccd02f6e LABEL=AntergosBoot
2015-12-03 07:27:45 [DEBUG] auto_partition.py(537) get_mount_devices(): /dev/sda2 assigned to be mounted in /
2015-12-03 07:27:45 [DEBUG] auto_partition.py(537) get_mount_devices(): /dev/sda1 assigned to be mounted in /boot
2015-12-03 07:27:45 [DEBUG] auto_partition.py(537) get_mount_devices(): /dev/sda5 assigned to be mounted in swap
2015-12-03 07:27:45 [DEBUG] auto_partition.py(573) get_fs_devices(): Device /dev/sda2 will have a ext4 filesystem
2015-12-03 07:27:45 [DEBUG] auto_partition.py(573) get_fs_devices(): Device /dev/sda5 will have a swap filesystem
2015-12-03 07:27:45 [DEBUG] auto_partition.py(573) get_fs_devices(): Device /dev/sda1 will have a ext2 filesystem
2015-12-03 07:27:45 [INFO] automatic.py(350) run_install(): Cnchi will install Antergos on device /dev/sda
2015-12-03 07:27:45 [DEBUG] install.py(272) start(): Preparing pacman...
2015-12-03 07:27:45 [DEBUG] install.py(338) create_pacman_conf_file(): Creating a temporary pacman.conf for x86_64 architecture
2015-12-03 07:27:45 [INFO] slides.py(224) manage_events_from_cb_queue(): Installing using the 'automatic' method
2015-12-03 07:27:48 [DEBUG] pac.py(114) initialize_alpm(): ALPM initialised with root dir /install and db path /install/var/lib/pacman/
2015-12-03 07:27:48 [DEBUG] pac.py(506) cb_log(): database dir '/install/var/lib/pacman/sync/' does not exist, creating it
2015-12-03 07:27:48 [DEBUG] pac.py(506) cb_log(): url: http://mirrors.kernel.org/archlinux/core/os/x86_64/core.db
2015-12-03 07:27:48 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:27:48 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /install/var/lib/pacman/sync/core.db.part (wb)
2015-12-03 07:27:48 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating core database
2015-12-03 07:27:49 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:27:49 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:27:49 [DEBUG] pac.py(506) cb_log(): url: http://mirrors.kernel.org/archlinux/extra/os/x86_64/extra.db
2015-12-03 07:27:49 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:27:49 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /install/var/lib/pacman/sync/extra.db.part (wb)
2015-12-03 07:27:49 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating extra database
2015-12-03 07:27:55 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:27:55 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:27:55 [DEBUG] pac.py(506) cb_log(): url: http://mirrors.kernel.org/archlinux/community/os/x86_64/community.db
2015-12-03 07:27:55 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:27:55 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /install/var/lib/pacman/sync/community.db.part (wb)
2015-12-03 07:27:56 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating community database
2015-12-03 07:28:04 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:28:04 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:28:04 [DEBUG] pac.py(506) cb_log(): url: http://mirrors.kernel.org/archlinux/multilib/os/x86_64/multilib.db
2015-12-03 07:28:04 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:28:04 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /install/var/lib/pacman/sync/multilib.db.part (wb)
2015-12-03 07:28:04 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating multilib database
2015-12-03 07:28:05 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:28:05 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:28:05 [DEBUG] pac.py(506) cb_log(): url: http://repo.antergos.info/antergos/x86_64/antergos.db
2015-12-03 07:28:05 [DEBUG] pac.py(506) cb_log(): maxsize: 26214400
2015-12-03 07:28:05 [DEBUG] pac.py(506) cb_log(): opened tempfile for download: /install/var/lib/pacman/sync/antergos.db.part (wb)
2015-12-03 07:28:05 [INFO] slides.py(224) manage_events_from_cb_queue(): Updating antergos database
2015-12-03 07:28:07 [DEBUG] pac.py(506) cb_log(): curl returned error 0 from transfer
2015-12-03 07:28:07 [DEBUG] pac.py(506) cb_log(): response code: 200
2015-12-03 07:28:07 [DEBUG] install.py(274) start(): Pacman ready
2015-12-03 07:28:07 [DEBUG] install.py(276) start(): Downloading packages...
2015-12-03 07:28:07 [DEBUG] download.py(116) start(): Using requests module to download packages
2015-12-03 07:28:07 [DEBUG] download_requests.py(138) start(): perl-ipc-system-simple-1.25-1-any.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:07 [DEBUG] download_requests.py(138) start(): recordproto-1.14.2-2-any.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:07 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.us.leaseweb.net
2015-12-03 07:28:07 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading perl-ipc-system-simple 1.25-1 (1/812)...
2015-12-03 07:28:07 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading recordproto 1.14.2-2 (2/812)...
2015-12-03 07:28:07 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading bash-completion 2.1-5 (3/812)...
2015-12-03 07:28:07 [DEBUG] connectionpool.py(387) _make_request(): "GET /archlinux/extra/os/x86_64/bash-completion-2.1-5-any.pkg.tar.xz HTTP/1.1" 200 167096
2015-12-03 07:28:08 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading libomxil-bellagio 0.9.3-1 (4/812)...
2015-12-03 07:28:08 [DEBUG] download_requests.py(138) start(): libomxil-bellagio-0.9.3-1-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:08 [DEBUG] download_requests.py(138) start(): aalib-1.4rc5-11-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:08 [DEBUG] download_requests.py(138) start(): pambase-20130928-1-any.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:08 [DEBUG] download_requests.py(138) start(): totem-plparser-3.10.5-1-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:08 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): ftp.tku.edu.tw
2015-12-03 07:28:08 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading aalib 1.4rc5-11 (5/812)...
2015-12-03 07:28:08 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading pambase 20130928-1 (6/812)...
2015-12-03 07:28:08 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading totem-plparser 3.10.5-1 (7/812)...
2015-12-03 07:28:08 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading harfbuzz-icu 1.1.2-1 (8/812)...
2015-12-03 07:28:09 [DEBUG] connectionpool.py(387) _make_request(): "GET /Linux/ArchLinux/extra/os/x86_64/harfbuzz-icu-1.1.2-1-x86_64.pkg.tar.xz HTTP/1.1" 200 5648
2015-12-03 07:28:09 [DEBUG] download_requests.py(138) start(): libx264-2:148.20150725-1-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:09 [DEBUG] download_requests.py(138) start(): netctl-1.11-1-any.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:09 [DEBUG] download_requests.py(138) start(): jack-0.124.1-3-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:09 [DEBUG] download_requests.py(138) start(): linux-api-headers-4.1.4-1-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:09 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.rit.edu
2015-12-03 07:28:09 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading libx264 2:148.20150725-1 (9/812)...
2015-12-03 07:28:09 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading netctl 1.11-1 (10/812)...
2015-12-03 07:28:09 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading jack 0.124.1-3 (11/812)...
2015-12-03 07:28:09 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading linux-api-headers 4.1.4-1 (12/812)...
2015-12-03 07:28:09 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading gc 7.4.2-3 (13/812)...
2015-12-03 07:28:09 [DEBUG] connectionpool.py(387) _make_request(): "GET /archlinux/extra/os/x86_64/gc-7.4.2-3-x86_64.pkg.tar.xz HTTP/1.1" 200 214964
2015-12-03 07:28:10 [DEBUG] download_requests.py(138) start(): fuse-2.9.4-1-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:10 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.rit.edu
2015-12-03 07:28:10 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading fuse 2.9.4-1 (14/812)...
2015-12-03 07:28:10 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading cjs 2.8.0-1 (15/812)...
2015-12-03 07:28:10 [DEBUG] connectionpool.py(387) _make_request(): "GET /archlinux/community/os/x86_64/cjs-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 200 163384
2015-12-03 07:28:11 [DEBUG] download_requests.py(138) start(): thin-provisioning-tools-0.5.6-1-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:11 [DEBUG] download_requests.py(138) start(): vi-1:070224-2-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:11 [DEBUG] download_requests.py(138) start(): pulseaudio-7.1-1-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:11 [DEBUG] download_requests.py(138) start(): sound-theme-freedesktop-0.8-2-any.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:11 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.de.leaseweb.net
2015-12-03 07:28:11 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading thin-provisioning-tools 0.5.6-1 (16/812)...
2015-12-03 07:28:11 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading vi 1:070224-2 (17/812)...
2015-12-03 07:28:11 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading pulseaudio 7.1-1 (18/812)...
2015-12-03 07:28:11 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading sound-theme-freedesktop 0.8-2 (19/812)...
2015-12-03 07:28:11 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading ca-certificates-mozilla 3.20.1-1 (20/812)...
2015-12-03 07:28:12 [DEBUG] connectionpool.py(387) _make_request(): "GET /archlinux/core/os/x86_64/ca-certificates-mozilla-3.20.1-1-x86_64.pkg.tar.xz HTTP/1.1" 200 374380
2015-12-03 07:28:13 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.es.its.nyu.edu
2015-12-03 07:28:13 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading lcms 1.19-5 (21/812)...
2015-12-03 07:28:13 [DEBUG] connectionpool.py(387) _make_request(): "GET /archlinux/extra/os/x86_64/lcms-1.19-5-x86_64.pkg.tar.xz HTTP/1.1" 200 149032
2015-12-03 07:28:14 [DEBUG] download_requests.py(138) start(): xorg-xkbcomp-1.3.1-1-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:14 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.rit.edu
2015-12-03 07:28:14 [DEBUG] connectionpool.py(387) _make_request(): "GET /archlinux/extra/os/x86_64/xorg-xlsatoms-1.1.2-1-x86_64.pkg.tar.xz HTTP/1.1" 200 6872
2015-12-03 07:28:14 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.es.its.nyu.edu
2015-12-03 07:28:14 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading xorg-xkbcomp 1.3.1-1 (22/812)...
2015-12-03 07:28:14 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading xorg-xlsatoms 1.1.2-1 (23/812)...
2015-12-03 07:28:14 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading systemd-sysvcompat 228-3 (24/812)...
2015-12-03 07:28:14 [DEBUG] connectionpool.py(387) _make_request(): "GET /archlinux/core/os/x86_64/systemd-sysvcompat-228-3-x86_64.pkg.tar.xz HTTP/1.1" 200 6124
2015-12-03 07:28:14 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.one.com
2015-12-03 07:28:15 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading gnutls 3.4.7-1 (25/812)...
2015-12-03 07:28:15 [DEBUG] connectionpool.py(387) _make_request(): "GET /archlinux/core/os/x86_64/gnutls-3.4.7-1-x86_64.pkg.tar.xz HTTP/1.1" 200 2235300
2015-12-03 07:28:22 [DEBUG] download_requests.py(138) start(): clutter-gtk-1.6.6-1-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:22 [DEBUG] download_requests.py(138) start(): xineramaproto-1.2.1-3-any.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:22 [DEBUG] download_requests.py(138) start(): libmpeg2-0.5.1-5-x86_64.pkg.tar.xz found in suplied pkg cache. Copying...
2015-12-03 07:28:22 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.us.leaseweb.net
2015-12-03 07:28:22 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading clutter-gtk 1.6.6-1 (26/812)...
2015-12-03 07:28:22 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading xineramaproto 1.2.1-3 (27/812)...
2015-12-03 07:28:22 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading libmpeg2 0.5.1-5 (28/812)...
2015-12-03 07:28:22 [INFO] slides.py(224) manage_events_from_cb_queue(): Downloading cinnamon-screensaver 2.8.0-1 (29/812)...
2015-12-03 07:28:22 [DEBUG] connectionpool.py(387) _make_request(): "GET /antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 404 17030
2015-12-03 07:28:22 [DEBUG] download_requests.py(227) start(): Can't download http://mirror.us.leaseweb.net/antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, Cnchi will try another mirror.
2015-12-03 07:28:22 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirrors.acm.wpi.edu
2015-12-03 07:28:22 [DEBUG] connectionpool.py(387) _make_request(): "GET /antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 404 None
2015-12-03 07:28:22 [DEBUG] download_requests.py(227) start(): Can't download http://mirrors.acm.wpi.edu/antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, Cnchi will try another mirror.
2015-12-03 07:28:22 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.umd.edu
2015-12-03 07:28:22 [DEBUG] connectionpool.py(387) _make_request(): "GET /antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 404 177
2015-12-03 07:28:22 [DEBUG] download_requests.py(227) start(): Can't download http://mirror.umd.edu/antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, Cnchi will try another mirror.
2015-12-03 07:28:22 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): cinnarch.polymorf.fr
2015-12-03 07:28:23 [DEBUG] connectionpool.py(387) _make_request(): "GET /antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 404 162
2015-12-03 07:28:23 [DEBUG] download_requests.py(227) start(): Can't download http://cinnarch.polymorf.fr/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, Cnchi will try another mirror.
2015-12-03 07:28:23 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirror.bjtu.edu.cn
2015-12-03 07:28:24 [DEBUG] connectionpool.py(387) _make_request(): "GET /cinnarch/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 404 168
2015-12-03 07:28:24 [DEBUG] download_requests.py(227) start(): Can't download http://mirror.bjtu.edu.cn/cinnarch/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, Cnchi will try another mirror.
2015-12-03 07:28:24 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): ftp.cc.uoc.gr
2015-12-03 07:28:25 [DEBUG] connectionpool.py(387) _make_request(): "GET /mirrors/linux/antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 404 162
2015-12-03 07:28:25 [DEBUG] download_requests.py(227) start(): Can't download http://ftp.cc.uoc.gr/mirrors/linux/antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, Cnchi will try another mirror.
2015-12-03 07:28:25 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): www.mirrorservice.org
2015-12-03 07:28:25 [DEBUG] connectionpool.py(387) _make_request(): "GET /sites/repo.antergos.com/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 404 None
2015-12-03 07:28:25 [DEBUG] download_requests.py(227) start(): Can't download http://www.mirrorservice.org/sites/repo.antergos.com/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, Cnchi will try another mirror.
2015-12-03 07:28:25 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): cinnarch.limun.org
2015-12-03 07:28:26 [DEBUG] connectionpool.py(387) _make_request(): "GET /antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 404 268
2015-12-03 07:28:26 [DEBUG] download_requests.py(227) start(): Can't download http://cinnarch.limun.org/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, Cnchi will try another mirror.
2015-12-03 07:28:26 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): mirrors.nic.cz
2015-12-03 07:28:26 [DEBUG] connectionpool.py(387) _make_request(): "GET /antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 404 232
2015-12-03 07:28:26 [DEBUG] download_requests.py(227) start(): Can't download http://mirrors.nic.cz/antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, Cnchi will try another mirror.
2015-12-03 07:28:26 [INFO] connectionpool.py(207) _new_conn(): Starting new HTTP connection (1): ftp1.nluug.nl
2015-12-03 07:28:27 [DEBUG] connectionpool.py(387) _make_request(): "GET /os/Linux/distr/antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz HTTP/1.1" 404 371
2015-12-03 07:28:27 [DEBUG] download_requests.py(227) start(): Can't download http://ftp1.nluug.nl/os/Linux/distr/antergos/antergos-staging/x86_64/cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, Cnchi will try another mirror.
2015-12-03 07:28:27 [ERROR] download_requests.py(246) start(): Can't download cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz, even after trying all available mirrors
2015-12-03 07:28:27 [ERROR] process.py(106) run(): "Can't download needed packages. Cnchi can't continue."
2015-12-03 07:28:27 [ERROR] process.py(110) run(): Traceback (most recent call last):
2015-12-03 07:28:27 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/installation/process.py", line 89, in run
    self.install_screen.run_install(pkg.packages, down.metalinks)
2015-12-03 07:28:27 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/installation/automatic.py", line 366, in run_install
    self.installation.start()
2015-12-03 07:28:27 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/misc/misc.py", line 175, in helper
    return func(*args, **kwargs)
2015-12-03 07:28:27 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/installation/install.py", line 277, in start
    self.download_packages()
2015-12-03 07:28:27 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/installation/install.py", line 332, in download_packages
    download_packages.start(self.metalinks)
2015-12-03 07:28:27 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/download/download.py", line 143, in start
    raise misc.InstallError(txt)
2015-12-03 07:28:27 [ERROR] process.py(110) run(): misc.misc.InstallError: "Can't download needed packages. Cnchi can't continue."
[antergos@antergos-2015 tmp]$ 
kialam commented 8 years ago

I see a lot of 404 errors for package cinnamon-screensaver-2.8.0-1-x86_64.pkg.tar.xz on all available mirrors...

lots0logs commented 8 years ago

The issue you are experiencing is not the same as this github issue. Could you confirm that you are using the latest ISO?

You should be able to work-around the problem by doing the following:

The issue has been corrected via an patch that will be applied automatically when the iso boots. Cheers!

kialam commented 8 years ago

Thanks for the quick response! I'm now getting this error:

2015-12-03 08:40:39 [DEBUG] pac.py(506) cb_log(): sha256sum: 714e4444e7195467e4db0462ad1b19ea10435762cb3534033b805186ad2cf75b
2015-12-03 08:40:39 [DEBUG] pac.py(506) cb_log(): checking sha256sum for /install/var/cache/pacman/pkg/antergos-keyring-20150806-1-any.pkg.tar.xz
2015-12-03 08:40:39 [DEBUG] pac.py(504) cb_log(): returning error 33 from check_validity : invalid or corrupted package
2015-12-03 08:40:39 [ERROR] pac.py(161) finalize_transaction(): Can't finalize alpm transaction: transaction failed, pm_errno 33 (invalid or corrupted package), []
2015-12-03 08:40:39 [DEBUG] pac.py(164) finalize_transaction(): Releasing alpm transaction...
2015-12-03 08:40:39 [DEBUG] pac.py(166) finalize_transaction(): Alpm transaction done.
2015-12-03 08:40:39 [ERROR] process.py(106) run(): "Can't install necessary packages. Cnchi can't continue."
2015-12-03 08:40:39 [ERROR] process.py(110) run(): Traceback (most recent call last):
2015-12-03 08:40:39 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/installation/process.py", line 89, in run
    self.install_screen.run_install(pkg.packages, down.metalinks)
2015-12-03 08:40:39 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/installation/automatic.py", line 366, in run_install
    self.installation.start()
2015-12-03 08:40:39 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/misc/misc.py", line 175, in helper
    return func(*args, **kwargs)
2015-12-03 08:40:39 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/installation/install.py", line 280, in start
    self.install_packages()
2015-12-03 08:40:39 [ERROR] process.py(110) run():   File "/usr/share/cnchi/cnchi/installation/install.py", line 416, in install_packages
    raise InstallError(txt)
2015-12-03 08:40:39 [ERROR] process.py(110) run(): misc.misc.InstallError: "Can't install necessary packages. Cnchi can't continue."