You are not logged in.

#1 2018-08-07 08:35:07

gavsiu
Member
Registered: 2016-04-08
Posts: 29

perl update seems to have broke libperl.so

It seems like yesterdays perl update caused an issue with my libperl.so. I can't open apps like rxvt-unicode-patched or atom. It's a bit annoying having no terminal.

I tried starting urxvtd in VT2 and I get this error:

error while loading shared libraries: libperl.so: cannot open shared object file: No such file or directory

I searched the filesystem and it's located at

/usr/lib/perl5/5.28/core_perl/CORE/libperl.so

I've already tried running `ldconfig`, but it didn't do anything.

Last edited by gavsiu (2018-08-07 08:36:00)

Offline

#2 2018-08-07 08:36:04

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: perl update seems to have broke libperl.so

Please paste your pacman.conf and your full pacman.log


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2018-08-07 08:44:28

gavsiu
Member
Registered: 2016-04-08
Posts: 29

Re: perl update seems to have broke libperl.so

pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

pacman.log

[2018-06-13 02:03] [PACMAN] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base base-devel zsh vim wpa_supplicant grub efibootmgr'
[2018-06-13 02:03] [PACMAN] synchronizing package lists
[2018-06-13 02:04] [ALPM] transaction started
[2018-06-13 02:04] [ALPM] installed linux-api-headers (4.16.1-1)
[2018-06-13 02:04] [ALPM] installed tzdata (2018e-1)
[2018-06-13 02:04] [ALPM] installed iana-etc (20180221-1)
[2018-06-13 02:04] [ALPM] installed filesystem (2018.1-2)
[2018-06-13 02:04] [ALPM] installed glibc (2.27-3)
[2018-06-13 02:04] [ALPM] installed gcc-libs (8.1.1+20180531-1)
[2018-06-13 02:04] [ALPM] installed ncurses (6.1-3)
[2018-06-13 02:04] [ALPM] installed readline (7.0.005-1)
[2018-06-13 02:04] [ALPM] installed bash (4.4.023-1)
[2018-06-13 02:04] [ALPM] installed bzip2 (1.0.6-7)
[2018-06-13 02:04] [ALPM] installed attr (2.4.47-3)
[2018-06-13 02:04] [ALPM] installed acl (2.2.52-4)
[2018-06-13 02:04] [ALPM] installed gmp (6.1.2-1)
[2018-06-13 02:04] [ALPM] installed libcap (2.25-1)
[2018-06-13 02:04] [ALPM] installed gdbm (1.14.1-1)
[2018-06-13 02:04] [ALPM] installed db (5.3.28-4)
[2018-06-13 02:04] [ALPM] installed perl (5.26.2-1)
[2018-06-13 02:04] [ALPM] installed openssl (1.1.0.h-1)
[2018-06-13 02:04] [ALPM] installed coreutils (8.29-1)
[2018-06-13 02:04] [ALPM] installed libgpg-error (1.31-1)
[2018-06-13 02:04] [ALPM] installed libgcrypt (1.8.2-1)
[2018-06-13 02:04] [ALPM] installed lz4 (1:1.8.2-2)
[2018-06-13 02:04] [ALPM] installed xz (5.2.4-1)
[2018-06-13 02:04] [ALPM] installed libsystemd (238.133-2)
[2018-06-13 02:04] [ALPM] installed device-mapper (2.02.177-5)
[2018-06-13 02:04] [ALPM] installed popt (1.16-9)
[2018-06-13 02:04] [ALPM] installed libutil-linux (2.32-3)
[2018-06-13 02:04] [ALPM] installed json-c (0.13.1-1)
[2018-06-13 02:04] [ALPM] installed argon2 (20171227-3)
[2018-06-13 02:04] [ALPM] installed cryptsetup (2.0.3-2)
[2018-06-13 02:04] [ALPM] installed expat (2.2.5-1)
[2018-06-13 02:04] [ALPM] installed dbus (1.12.8-1)
[2018-06-13 02:04] [ALPM] installed libmnl (1.0.4-1)
[2018-06-13 02:04] [ALPM] installed libnftnl (1.1.0-1)
[2018-06-13 02:04] [ALPM] installed libnl (3.4.0-1)
[2018-06-13 02:04] [ALPM] installed libusb (1.0.22-1)
[2018-06-13 02:04] [ALPM] installed libpcap (1.8.1-2)
[2018-06-13 02:04] [ALPM] installed iptables (1.6.2-2)
[2018-06-13 02:04] [ALPM] installed zlib (1:1.2.11-2)
[2018-06-13 02:04] [ALPM] installed cracklib (2.9.6-1)
[2018-06-13 02:04] [ALPM] installed e2fsprogs (1.44.2-1)
[2018-06-13 02:04] [ALPM] installed libsasl (2.1.26-12)
[2018-06-13 02:04] [ALPM] installed libldap (2.4.46-1)
[2018-06-13 02:04] [ALPM] installed keyutils (1.5.10-2)
[2018-06-13 02:04] [ALPM] installed krb5 (1.16.1-1)
[2018-06-13 02:04] [ALPM] installed libtirpc (1.0.3-2)
[2018-06-13 02:04] [ALPM] installed pambase (20171006-1)
[2018-06-13 02:04] [ALPM] installed pam (1.3.0-2)
[2018-06-13 02:04] [ALPM] installed kbd (2.0.4-1)
[2018-06-13 02:04] [ALPM] installed kmod (25-1)
[2018-06-13 02:04] [ALPM] installed hwids (20171003-1)
[2018-06-13 02:04] [ALPM] installed libidn (1.34-2)
[2018-06-13 02:04] [ALPM] installed libelf (0.171-1)
[2018-06-13 02:04] [ALPM] installed libseccomp (2.3.2-2)
[2018-06-13 02:04] [ALPM] installed shadow (4.5-4)
[2018-06-13 02:04] [ALPM] installed libcap-ng (0.7.9-1)
[2018-06-13 02:04] [ALPM] installed util-linux (2.32-3)
[2018-06-13 02:04] [ALPM] installed pcre2 (10.31-1)
[2018-06-13 02:04] [ALPM] installed systemd (238.133-2)
[2018-06-13 02:04] [ALPM-SCRIPTLET] Initializing machine ID from random generator.
[2018-06-13 02:04] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.
[2018-06-13 02:04] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.
[2018-06-13 02:04] [ALPM-SCRIPTLET] :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
[2018-06-13 02:04] [ALPM-SCRIPTLET]    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
[2018-06-13 02:04] [ALPM] installed dhcpcd (7.0.4-1)
[2018-06-13 02:04] [ALPM] installed diffutils (3.6-1)
[2018-06-13 02:04] [ALPM] installed file (5.33-3)
[2018-06-13 02:04] [ALPM] installed findutils (4.6.0-2)
[2018-06-13 02:04] [ALPM] installed mpfr (4.0.1-1)
[2018-06-13 02:04] [ALPM] installed gawk (4.2.1-1)
[2018-06-13 02:04] [ALPM] installed pcre (8.42-1)
[2018-06-13 02:04] [ALPM] installed libffi (3.2.1-2)
[2018-06-13 02:04] [ALPM] installed glib2 (2.56.1-1)
[2018-06-13 02:04] [ALPM] installed libunistring (0.9.10-1)
[2018-06-13 02:04] [ALPM] installed gettext (0.19.8.1-2)
[2018-06-13 02:04] [ALPM] installed grep (3.1-1)
[2018-06-13 02:04] [ALPM] installed less (530-1)
[2018-06-13 02:04] [ALPM] installed gzip (1.9-1)
[2018-06-13 02:04] [ALPM] installed inetutils (1.9.4-5)
[2018-06-13 02:04] [ALPM] installed iproute2 (4.17.0-1)
[2018-06-13 02:04] [ALPM] installed sysfsutils (2.1.0-9)
[2018-06-13 02:04] [ALPM] installed iputils (20161105.1f2bb12-2)
[2018-06-13 02:04] [ALPM] installed jfsutils (1.1.15-5)
[2018-06-13 02:04] [ALPM] installed licenses (20171006-1)
[2018-06-13 02:04] [ALPM] installed linux-firmware (20180518.2a9b2cf-1)
[2018-06-13 02:04] [ALPM] installed mkinitcpio-busybox (1.28.4-1)
[2018-06-13 02:04] [ALPM] installed libarchive (3.3.2-2)
[2018-06-13 02:04] [ALPM] installed mkinitcpio (24-2)
[2018-06-13 02:04] [ALPM] installed linux (4.16.13-2)
[2018-06-13 02:04] [ALPM] installed logrotate (3.14.0-1)
[2018-06-13 02:04] [ALPM] installed libaio (0.3.111-1)
[2018-06-13 02:04] [ALPM] installed thin-provisioning-tools (0.7.6-1)
[2018-06-13 02:04] [ALPM] installed lvm2 (2.02.177-5)
[2018-06-13 02:04] [ALPM] installed groff (1.22.3-7)
[2018-06-13 02:04] [ALPM] installed libpipeline (1.5.0-1)
[2018-06-13 02:04] [ALPM] installed man-db (2.8.3-1)
[2018-06-13 02:04] [ALPM] installed man-pages (4.16-1)
[2018-06-13 02:04] [ALPM] installed mdadm (4.0-1)
[2018-06-13 02:04] [ALPM] installed nano (2.9.8-1)
[2018-06-13 02:04] [ALPM] installed openresolv (3.9.0-1)
[2018-06-13 02:04] [ALPM] installed netctl (1.16-1)
[2018-06-13 02:04] [ALPM] installed libtasn1 (4.13-1)
[2018-06-13 02:04] [ALPM] installed p11-kit (0.23.12-1)
[2018-06-13 02:04] [ALPM] installed ca-certificates-utils (20170307-1)
[2018-06-13 02:04] [ALPM] installed ca-certificates-mozilla (3.37.3-1)
[2018-06-13 02:04] [ALPM] installed ca-certificates-cacert (20140824-4)
[2018-06-13 02:04] [ALPM] installed ca-certificates (20170307-1)
[2018-06-13 02:04] [ALPM] installed libssh2 (1.8.0-2)
[2018-06-13 02:04] [ALPM] installed libidn2 (2.0.5-1)
[2018-06-13 02:04] [ALPM] installed libpsl (0.20.2-1)
[2018-06-13 02:04] [ALPM] installed libnghttp2 (1.31.1-1)
[2018-06-13 02:04] [ALPM] installed curl (7.60.0-1)
[2018-06-13 02:04] [ALPM] installed npth (1.5-1)
[2018-06-13 02:04] [ALPM] installed libksba (1.3.5-1)
[2018-06-13 02:04] [ALPM] installed libassuan (2.5.1-1)
[2018-06-13 02:04] [ALPM] installed libsecret (0.18.6-1)
[2018-06-13 02:04] [ALPM] installed pinentry (1.1.0-3)
[2018-06-13 02:04] [ALPM] installed nettle (3.4-1)
[2018-06-13 02:04] [ALPM] installed gnutls (3.5.18-1)
[2018-06-13 02:04] [ALPM] installed sqlite (3.24.0-1)
[2018-06-13 02:04] [ALPM] installed gnupg (2.2.8-1)
[2018-06-13 02:04] [ALPM] installed gpgme (1.11.1-1)
[2018-06-13 02:04] [ALPM] installed pacman-mirrorlist (20180524-1)
[2018-06-13 02:04] [ALPM] installed archlinux-keyring (20180404-1)
[2018-06-13 02:04] [ALPM] installed pacman (5.1.0-2)
[2018-06-13 02:04] [ALPM] installed pciutils (3.5.6-1)
[2018-06-13 02:04] [ALPM] installed procps-ng (3.3.15-1)
[2018-06-13 02:04] [ALPM] installed psmisc (23.1-1)
[2018-06-13 02:04] [ALPM] installed reiserfsprogs (3.6.27-1)
[2018-06-13 02:04] [ALPM] installed s-nail (14.9.10-1)
[2018-06-13 02:04] [ALPM] installed sed (4.5-1)
[2018-06-13 02:04] [ALPM] installed systemd-sysvcompat (238.133-2)
[2018-06-13 02:04] [ALPM] installed tar (1.30-1)
[2018-06-13 02:04] [ALPM] installed texinfo (6.5-1)
[2018-06-13 02:04] [ALPM] installed usbutils (009-1)
[2018-06-13 02:04] [ALPM] installed vi (1:070224-3)
[2018-06-13 02:04] [ALPM] installed which (2.21-2)
[2018-06-13 02:04] [ALPM] installed xfsprogs (4.16.1-1)
[2018-06-13 02:04] [ALPM] installed pcmciautils (018-8)
[2018-06-13 02:04] [ALPM] installed m4 (1.4.18-1)
[2018-06-13 02:04] [ALPM] installed autoconf (2.69-4)
[2018-06-13 02:04] [ALPM] installed automake (1.15.1-1)
[2018-06-13 02:04] [ALPM] installed binutils (2.30-5)
[2018-06-13 02:04] [ALPM] installed bison (3.0.5-1)
[2018-06-13 02:04] [ALPM] installed fakeroot (1.22-1)
[2018-06-13 02:04] [ALPM] installed flex (2.6.4-1)
[2018-06-13 02:04] [ALPM] installed libmpc (1.1.0-1)
[2018-06-13 02:04] [ALPM] installed gcc (8.1.1+20180531-1)
[2018-06-13 02:04] [ALPM] installed libtool (2.4.6+40+g6ca5e224-7)
[2018-06-13 02:04] [ALPM] installed libatomic_ops (7.6.4-1)
[2018-06-13 02:04] [ALPM] installed gc (7.6.4-1)
[2018-06-13 02:04] [ALPM] installed guile (2.2.3-1)
[2018-06-13 02:04] [ALPM] installed make (4.2.1-2)
[2018-06-13 02:04] [ALPM] installed patch (2.7.6-1)
[2018-06-13 02:04] [ALPM] installed pkgconf (1.4.2-2)
[2018-06-13 02:04] [ALPM] installed sudo (1.8.23-2)
[2018-06-13 02:04] [ALPM] installed zsh (5.5.1-1)
[2018-06-13 02:04] [ALPM] installed vim-runtime (8.1.0022-1)
[2018-06-13 02:04] [ALPM] installed gpm (1.20.7-8)
[2018-06-13 02:04] [ALPM] installed vim (8.1.0022-1)
[2018-06-13 02:04] [ALPM] installed openssl-1.0 (1.0.2.o-1)
[2018-06-13 02:04] [ALPM] installed wpa_supplicant (1:2.6-11)
[2018-06-13 02:04] [ALPM] installed grub (2:2.02-5)
[2018-06-13 02:04] [ALPM-SCRIPTLET] Generating grub.cfg.example config file...
[2018-06-13 02:04] [ALPM-SCRIPTLET] This may fail on some machines running a custom kernel.
[2018-06-13 02:05] [ALPM-SCRIPTLET] done.
[2018-06-13 02:05] [ALPM] installed efivar (34-1)
[2018-06-13 02:05] [ALPM] installed efibootmgr (15-1)
[2018-06-13 02:05] [ALPM] transaction completed
[2018-06-13 02:05] [ALPM] running '60-linux.hook'...
[2018-06-13 02:05] [ALPM] running '90-linux.hook'...
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> Starting build: 4.16.13-2-ARCH
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> Starting build: 4.16.13-2-ARCH
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-06-13 02:05] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-06-13 02:05] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-06-13 02:05] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-06-13 02:05] [ALPM-SCRIPTLET] perl: warning: Setting locale failed.
[2018-06-13 02:05] [ALPM-SCRIPTLET] perl: warning: Please check that your locale settings:
[2018-06-13 02:05] [ALPM-SCRIPTLET] 	LANGUAGE = (unset),
[2018-06-13 02:05] [ALPM-SCRIPTLET] 	LC_ALL = (unset),
[2018-06-13 02:05] [ALPM-SCRIPTLET] 	LC_MESSAGES = "",
[2018-06-13 02:05] [ALPM-SCRIPTLET] 	LANG = "en_US.UTF-8"
[2018-06-13 02:05] [ALPM-SCRIPTLET]     are supported and installed on your system.
[2018-06-13 02:05] [ALPM-SCRIPTLET] perl: warning: Falling back to the standard locale ("C").
[2018-06-13 02:05] [ALPM] running 'systemd-catalog.hook'...
[2018-06-13 02:05] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-13 02:05] [ALPM-SCRIPTLET]   Skipped: Current root is not booted.
[2018-06-13 02:05] [ALPM] running 'systemd-hwdb.hook'...
[2018-06-13 02:05] [ALPM] running 'systemd-sysctl.hook'...
[2018-06-13 02:05] [ALPM-SCRIPTLET]   Skipped: Current root is not booted.
[2018-06-13 02:05] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-13 02:05] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-06-13 02:05] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-13 02:05] [ALPM-SCRIPTLET]   Skipped: Device manager is not running.
[2018-06-13 02:05] [ALPM] running 'systemd-update.hook'...
[2018-06-13 02:05] [ALPM] running 'texinfo-install.hook'...
[2018-06-13 02:05] [ALPM] running 'update-ca-trust.hook'...
[2018-06-13 02:05] [PACMAN] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm intel-ucode'
[2018-06-13 02:05] [PACMAN] synchronizing package lists
[2018-06-13 02:05] [ALPM] transaction started
[2018-06-13 02:05] [ALPM] installed intel-ucode (20180425-1)
[2018-06-13 02:05] [ALPM] transaction completed
[2018-06-13 02:05] [ALPM] running 'systemd-update.hook'...
[2018-06-12 19:11] [PACMAN] Running 'pacman -S parted'
[2018-06-12 19:11] [ALPM] transaction started
[2018-06-12 19:11] [ALPM] installed parted (3.2-6)
[2018-06-12 19:11] [ALPM] transaction completed
[2018-06-12 19:11] [ALPM] running 'systemd-update.hook'...
[2018-06-12 19:11] [ALPM] running 'texinfo-install.hook'...
[2018-06-12 19:12] [PACMAN] Running 'pacman -Rs parted'
[2018-06-12 19:12] [ALPM] running 'texinfo-remove.hook'...
[2018-06-12 19:12] [ALPM] transaction started
[2018-06-12 19:12] [ALPM] removed parted (3.2-6)
[2018-06-12 19:12] [ALPM] transaction completed
[2018-06-12 19:12] [ALPM] running 'systemd-update.hook'...
[2018-06-12 19:19] [PACMAN] Running 'pacman -S zsh'
[2018-06-12 20:06] [PACMAN] Running 'pacman -S os-prober'
[2018-06-12 20:06] [PACMAN] Running 'pacman -S dialog'
[2018-06-13 03:11] [PACMAN] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm dialog'
[2018-06-13 03:11] [PACMAN] synchronizing package lists
[2018-06-13 03:11] [ALPM] transaction started
[2018-06-13 03:11] [ALPM] installed dialog (1:1.3_20171209-1)
[2018-06-13 03:11] [ALPM] transaction completed
[2018-06-13 03:11] [ALPM] running 'systemd-update.hook'...
[2018-06-12 20:13] [PACMAN] Running 'pacman -S os-prober'
[2018-06-12 20:13] [ALPM] transaction started
[2018-06-12 20:13] [ALPM] installed os-prober (1.76-1)
[2018-06-12 20:13] [ALPM] transaction completed
[2018-06-12 20:13] [ALPM] running 'systemd-update.hook'...
[2018-06-12 20:27] [PACMAN] Running 'pacman -Rs os-prober'
[2018-06-12 20:27] [ALPM] transaction started
[2018-06-12 20:27] [ALPM] removed os-prober (1.76-1)
[2018-06-12 20:27] [ALPM] transaction completed
[2018-06-12 20:27] [ALPM] running 'systemd-update.hook'...
[2018-06-12 20:38] [PACMAN] Running 'pacman -S zsh'
[2018-06-12 21:32] [PACMAN] Running 'pacman -S xorg-server'
[2018-06-12 21:45] [PACMAN] Running 'pacman -S nvidia'
[2018-06-12 21:48] [PACMAN] Running 'pacman -S bumblebee'
[2018-06-12 21:49] [PACMAN] Running 'pacman -S bumblebee mesa nvidia xf86-video-intel'
[2018-06-12 21:50] [ALPM] transaction started
[2018-06-12 21:50] [ALPM] installed xcb-proto (1.13-1)
[2018-06-12 21:50] [ALPM] installed xorgproto (2018.4-1)
[2018-06-12 21:50] [ALPM] installed libxdmcp (1.1.2-2)
[2018-06-12 21:50] [ALPM] installed libxau (1.0.8-3)
[2018-06-12 21:50] [ALPM] installed libxcb (1.13-1)
[2018-06-12 21:50] [ALPM] installed libx11 (1.6.5-1)
[2018-06-12 21:50] [ALPM] installed libxext (1.3.3-2)
[2018-06-12 21:50] [ALPM] installed libxv (1.0.11-1)
[2018-06-12 21:50] [ALPM] installed libpciaccess (0.14-1)
[2018-06-12 21:50] [ALPM] installed libdrm (2.4.92-1)
[2018-06-12 21:50] [ALPM] installed icu (61.1-1)
[2018-06-12 21:50] [ALPM] installed libxml2 (2.9.8-2)
[2018-06-12 21:50] [ALPM] installed wayland (1.15.0-1)
[2018-06-12 21:50] [ALPM] installed libxxf86vm (1.1.4-2)
[2018-06-12 21:50] [ALPM] installed libxfixes (5.0.3-2)
[2018-06-12 21:50] [ALPM] installed libxdamage (1.1.4-3)
[2018-06-12 21:50] [ALPM] installed libxshmfence (1.3-1)
[2018-06-12 21:50] [ALPM] installed libomxil-bellagio (0.9.3-2)
[2018-06-12 21:50] [ALPM] installed libunwind (1.2.1-1)
[2018-06-12 21:50] [ALPM] installed libedit (20170329_3.1-1)
[2018-06-12 21:50] [ALPM] installed llvm-libs (6.0.0-4)
[2018-06-12 21:50] [ALPM] installed lm_sensors (3.4.0-4)
[2018-06-12 21:50] [ALPM] installed mesa (18.1.1-1)
[2018-06-12 21:50] [ALPM] installed libepoxy (1.5.2-1)
[2018-06-12 21:50] [ALPM] installed libpng (1.6.34-2)
[2018-06-12 21:50] [ALPM] installed graphite (1:1.3.11-1)
[2018-06-12 21:50] [ALPM] installed harfbuzz (1.8.0-1)
[2018-06-12 21:50] [ALPM] installed freetype2 (2.9.1-1)
[2018-06-12 21:50] [ALPM] installed libfontenc (1.1.3-2)
[2018-06-12 21:50] [ALPM] installed libxfont2 (2.0.3-1)
[2018-06-12 21:50] [ALPM] installed pixman (0.34.0-1)
[2018-06-12 21:50] [ALPM] installed xkeyboard-config (2.24-1)
[2018-06-12 21:50] [ALPM] installed libxkbfile (1.0.9-2)
[2018-06-12 21:50] [ALPM] installed xorg-xkbcomp (1.4.2-1)
[2018-06-12 21:50] [ALPM] installed xorg-setxkbmap (1.3.1-2)
[2018-06-12 21:50] [ALPM] installed xorg-server-common (1.20.0-7)
[2018-06-12 21:50] [ALPM] installed mtdev (1.1.5-2)
[2018-06-12 21:50] [ALPM] installed libevdev (1.5.9-1)
[2018-06-12 21:50] [ALPM] installed libgudev (232-1)
[2018-06-12 21:50] [ALPM] installed libwacom (0.29-1)
[2018-06-12 21:50] [ALPM] installed libinput (1.11.0-1)
[2018-06-12 21:50] [ALPM] installed xf86-input-libinput (0.27.1-1)
[2018-06-12 21:50] [ALPM] installed xorg-server (1.20.0-7)
[2018-06-12 21:50] [ALPM-SCRIPTLET] >>> xorg-server has now the ability to run without root rights with
[2018-06-12 21:50] [ALPM-SCRIPTLET]     the help of systemd-logind. xserver will fail to run if not launched
[2018-06-12 21:50] [ALPM-SCRIPTLET]     from the same virtual terminal as was used to log in.
[2018-06-12 21:50] [ALPM-SCRIPTLET]     Without root rights, log files will be in ~/.local/share/xorg/ directory.
[2018-06-12 21:50] [ALPM-SCRIPTLET] 
[2018-06-12 21:50] [ALPM-SCRIPTLET]     Old behavior can be restored through Xorg.wrap config file.
[2018-06-12 21:50] [ALPM-SCRIPTLET]     See Xorg.wrap man page (man xorg.wrap).
[2018-06-12 21:50] [ALPM] installed eglexternalplatform (1.0+2+ge3b182e-1)
[2018-06-12 21:50] [ALPM] installed egl-wayland (1.0.4-1)
[2018-06-12 21:50] [ALPM] installed nvidia-utils (396.24-2)
[2018-06-12 21:50] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2018-06-12 21:50] [ALPM] installed libglvnd (1.0.0-1)
[2018-06-12 21:50] [ALPM] installed glu (9.0.0-5)
[2018-06-12 21:50] [ALPM] installed libjpeg-turbo (1.5.3-1)
[2018-06-12 21:50] [ALPM] installed xcb-util-keysyms (0.4.0-2)
[2018-06-12 21:50] [ALPM] installed virtualgl (2.5.2-3)
[2018-06-12 21:50] [ALPM] installed bumblebee (3.2.1-17)
[2018-06-12 21:50] [ALPM-SCRIPTLET] Don't forget to add yourself to the 'bumblebee' group to use Bumblebee
[2018-06-12 21:50] [ALPM] installed nvidia (396.24-7)
[2018-06-12 21:50] [ALPM] installed libxvmc (1.0.10-1)
[2018-06-12 21:50] [ALPM] installed xcb-util (0.4.0-2)
[2018-06-12 21:50] [ALPM] installed xf86-video-intel (1:2.99.917+831+ge7bfc906-1)
[2018-06-12 21:50] [ALPM-SCRIPTLET] >>> This driver now uses DRI3 as the default Direct Rendering
[2018-06-12 21:50] [ALPM-SCRIPTLET]     Infrastructure. You can try falling back to DRI2 if you run
[2018-06-12 21:50] [ALPM-SCRIPTLET]     into trouble. To do so, save a file with the following 
[2018-06-12 21:50] [ALPM-SCRIPTLET]     content as /etc/X11/xorg.conf.d/20-intel.conf :
[2018-06-12 21:50] [ALPM-SCRIPTLET]       Section "Device"
[2018-06-12 21:50] [ALPM-SCRIPTLET]         Identifier  "Intel Graphics"
[2018-06-12 21:50] [ALPM-SCRIPTLET]         Driver      "intel"
[2018-06-12 21:50] [ALPM-SCRIPTLET]         Option      "DRI" "2"             # DRI3 is now default 
[2018-06-12 21:50] [ALPM-SCRIPTLET]         #Option      "AccelMethod"  "sna" # default
[2018-06-12 21:50] [ALPM-SCRIPTLET]         #Option      "AccelMethod"  "uxa" # fallback
[2018-06-12 21:50] [ALPM-SCRIPTLET]       EndSection
[2018-06-12 21:50] [ALPM] transaction completed
[2018-06-12 21:50] [ALPM] running '60-linux.hook'...
[2018-06-12 21:50] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-12 21:50] [ALPM] running 'systemd-hwdb.hook'...
[2018-06-12 21:50] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-12 21:50] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-12 21:50] [ALPM] running 'systemd-update.hook'...
[2018-06-12 21:56] [PACMAN] Running 'pacman -S bumblebee mesa nvidia xf86-video-intel'
[2018-06-12 21:57] [ALPM] transaction started
[2018-06-12 21:57] [ALPM] reinstalled mesa (18.1.1-1)
[2018-06-12 21:57] [ALPM] reinstalled bumblebee (3.2.1-17)
[2018-06-12 21:57] [ALPM] reinstalled nvidia (396.24-7)
[2018-06-12 21:57] [ALPM] reinstalled xf86-video-intel (1:2.99.917+831+ge7bfc906-1)
[2018-06-12 21:57] [ALPM] transaction completed
[2018-06-12 21:57] [ALPM] running '60-linux.hook'...
[2018-06-12 21:57] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-12 21:57] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-12 21:57] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-12 21:57] [ALPM] running 'systemd-update.hook'...
[2018-06-12 22:11] [PACMAN] Running 'pacman -S mesa-demos'
[2018-06-12 22:11] [PACMAN] Running 'pacman -S mesa-demos'
[2018-06-12 22:12] [PACMAN] Running 'pacman -S mesa-demos'
[2018-06-12 22:12] [ALPM] transaction started
[2018-06-12 22:12] [ALPM] installed libice (1.0.9-2)
[2018-06-12 22:12] [ALPM] installed libsm (1.2.2-3)
[2018-06-12 22:12] [ALPM] installed libxt (1.1.5-2)
[2018-06-12 22:12] [ALPM] installed libxmu (1.1.2-2)
[2018-06-12 22:12] [ALPM] installed libxi (1.7.9-1)
[2018-06-12 22:12] [ALPM] installed glew (2.1.0-1)
[2018-06-12 22:12] [ALPM] installed libxrender (0.9.10-1)
[2018-06-12 22:12] [ALPM] installed libxrandr (1.5.1-2)
[2018-06-12 22:12] [ALPM] installed freeglut (3.0.0-2)
[2018-06-12 22:12] [ALPM] installed mesa-demos (8.4.0-1)
[2018-06-12 22:12] [ALPM] transaction completed
[2018-06-12 22:12] [ALPM] running 'systemd-update.hook'...
[2018-06-12 22:13] [PACMAN] Running 'pacman -S xorg-server'
[2018-06-12 22:50] [PACMAN] Running 'pacman -S bspwm xorg-xinit'
[2018-06-12 22:51] [ALPM] transaction started
[2018-06-12 22:51] [ALPM] installed xcb-util-wm (0.4.1-2)
[2018-06-12 22:51] [ALPM] installed bspwm (0.9.5-1)
[2018-06-12 22:51] [ALPM] installed xorg-xauth (1.0.10-1)
[2018-06-12 22:51] [ALPM] installed xorg-xrdb (1.1.1-1)
[2018-06-12 22:51] [ALPM] installed xorg-xmodmap (1.0.9-2)
[2018-06-12 22:51] [ALPM] installed xorg-xinit (1.4.0-3)
[2018-06-12 22:51] [ALPM] transaction completed
[2018-06-12 22:51] [ALPM] running 'systemd-update.hook'...
[2018-06-12 22:54] [PACMAN] Running 'pacman -S sxhkd'
[2018-06-12 22:54] [ALPM] transaction started
[2018-06-12 22:54] [ALPM] installed sxhkd (0.5.9-1)
[2018-06-12 22:54] [ALPM] transaction completed
[2018-06-12 22:54] [ALPM] running 'systemd-update.hook'...
[2018-06-12 23:28] [PACMAN] Running 'pacman -S rxvt-unicode'
[2018-06-12 23:28] [ALPM] transaction started
[2018-06-12 23:28] [ALPM] installed rxvt-unicode-terminfo (9.22-6)
[2018-06-12 23:28] [ALPM] installed fontconfig (2.13.0+10+g58f5285-1)
[2018-06-12 23:28] [ALPM-SCRIPTLET]   
[2018-06-12 23:28] [ALPM-SCRIPTLET]   Fontconfig configuration is done via /etc/fonts/conf.avail and conf.d.
[2018-06-12 23:28] [ALPM-SCRIPTLET]   Read /etc/fonts/conf.d/README for more information.
[2018-06-12 23:28] [ALPM-SCRIPTLET] 
[2018-06-12 23:28] [ALPM-SCRIPTLET]   Configuration via /etc/fonts/local.conf is still possible,
[2018-06-12 23:28] [ALPM-SCRIPTLET]   but is no longer recommended for options available in conf.avail.
[2018-06-12 23:28] [ALPM-SCRIPTLET] 
[2018-06-12 23:28] [ALPM-SCRIPTLET]   Main systemwide configuration should be done by symlinks
[2018-06-12 23:28] [ALPM-SCRIPTLET]   (especially for autohinting, sub-pixel and lcdfilter):
[2018-06-12 23:28] [ALPM-SCRIPTLET]   
[2018-06-12 23:28] [ALPM-SCRIPTLET]   cd /etc/fonts/conf.d
[2018-06-12 23:28] [ALPM-SCRIPTLET]   ln -s ../conf.avail/XX-foo.conf
[2018-06-12 23:28] [ALPM-SCRIPTLET]   
[2018-06-12 23:28] [ALPM-SCRIPTLET]   Check also https://wiki.archlinux.org/index.php/Font_Configuration
[2018-06-12 23:28] [ALPM-SCRIPTLET]   and https://wiki.archlinux.org/index.php/Fonts.
[2018-06-12 23:28] [ALPM-SCRIPTLET] 
[2018-06-12 23:28] [ALPM-SCRIPTLET] Rebuilding fontconfig cache... done.
[2018-06-12 23:28] [ALPM] installed libxft (2.3.2-2)
[2018-06-12 23:28] [ALPM] installed startup-notification (0.12-5)
[2018-06-12 23:28] [ALPM] installed libnsl (1.2.0-1)
[2018-06-12 23:28] [ALPM] installed rxvt-unicode (9.22-6)
[2018-06-12 23:28] [ALPM] transaction completed
[2018-06-12 23:28] [ALPM] running 'systemd-update.hook'...
[2018-06-13 00:21] [PACMAN] Running 'pacman -S xorg xorg-server'
[2018-06-13 00:33] [PACMAN] Running 'pacman -S firefox'
[2018-06-13 00:40] [PACMAN] Running 'pacman -S firefox'
[2018-06-13 00:41] [PACMAN] Running 'pacman -S firefox'
[2018-06-13 00:42] [ALPM] transaction started
[2018-06-13 00:42] [ALPM] installed atk (2.28.1-1)
[2018-06-13 00:42] [ALPM] installed lzo (2.10-1)
[2018-06-13 00:42] [ALPM] installed cairo (1.15.12-1)
[2018-06-13 00:42] [ALPM] installed libxcursor (1.1.15-1)
[2018-06-13 00:42] [ALPM] installed libxinerama (1.1.3-3)
[2018-06-13 00:42] [ALPM] installed libtiff (4.0.9-1)
[2018-06-13 00:42] [ALPM] installed jasper (2.0.14-1)
[2018-06-13 00:42] [ALPM] installed shared-mime-info (1.9-1)
[2018-06-13 00:42] [ALPM] installed gdk-pixbuf2 (2.36.12-1)
[2018-06-13 00:42] [ALPM] installed dconf (0.28.0-1)
[2018-06-13 00:42] [ALPM] installed libxcomposite (0.4.4-3)
[2018-06-13 00:42] [ALPM] installed libdatrie (0.2.10-2)
[2018-06-13 00:42] [ALPM] installed libthai (0.1.27-1)
[2018-06-13 00:42] [ALPM] installed fribidi (1.0.2-1)
[2018-06-13 00:42] [ALPM] installed pango (1.42.1-1)
[2018-06-13 00:42] [ALPM] installed libxtst (1.2.3-1)
[2018-06-13 00:42] [ALPM] installed at-spi2-core (2.28.0-1)
[2018-06-13 00:42] [ALPM] installed at-spi2-atk (2.26.2-1)
[2018-06-13 00:42] [ALPM] installed libxkbcommon (0.8.0-1)
[2018-06-13 00:42] [ALPM] installed hicolor-icon-theme (0.17-1)
[2018-06-13 00:42] [ALPM] installed libcroco (0.6.12+4+g9ad7287-1)
[2018-06-13 00:42] [ALPM] installed librsvg (2:2.42.5-1)
[2018-06-13 00:42] [ALPM] installed gtk-update-icon-cache (3.22.30-1)
[2018-06-13 00:42] [ALPM] installed adwaita-icon-theme (3.28.0-1)
[2018-06-13 00:42] [ALPM] installed json-glib (1.4.2-2)
[2018-06-13 00:42] [ALPM] installed wayland-protocols (1.14-1)
[2018-06-13 00:42] [ALPM] installed desktop-file-utils (0.23+4+g92af410-1)
[2018-06-13 00:42] [ALPM] installed cantarell-fonts (1:0.101-1)
[2018-06-13 00:42] [ALPM] installed lcms2 (2.9-1)
[2018-06-13 00:42] [ALPM] installed libgusb (0.2.11-1)
[2018-06-13 00:42] [ALPM] installed js52 (52.7.3-2)
[2018-06-13 00:42] [ALPM] installed polkit (0.114-1)
[2018-06-13 00:42] [ALPM] installed colord (1.4.3-1)
[2018-06-13 00:42] [ALPM] installed libproxy (0.4.15-6)
[2018-06-13 00:42] [ALPM] installed gsettings-desktop-schemas (3.28.0+1+g85521dc-1)
[2018-06-13 00:42] [ALPM] installed glib-networking (2.56.1-1)
[2018-06-13 00:42] [ALPM] installed libsoup (2.62.2-1)
[2018-06-13 00:42] [ALPM] installed rest (0.8.1-1)
[2018-06-13 00:42] [ALPM] installed libdaemon (0.14-4)
[2018-06-13 00:42] [ALPM] installed avahi (0.7+4+gd8d8c67-1)
[2018-06-13 00:42] [ALPM] installed libcups (2.2.7-2)
[2018-06-13 00:42] [ALPM] installed libogg (1.3.3-2)
[2018-06-13 00:42] [ALPM] installed libvorbis (1.3.6-1)
[2018-06-13 00:42] [ALPM] installed alsa-lib (1.1.6-1)
[2018-06-13 00:42] [ALPM] installed tdb (1.3.15-1)
[2018-06-13 00:42] [ALPM] installed sound-theme-freedesktop (0.8-3)
[2018-06-13 00:42] [ALPM] installed libcanberra (0.30+2+gc0620e4-1)
[2018-06-13 00:42] [ALPM] installed gtk3 (3.22.30-1)
[2018-06-13 00:42] [ALPM] installed mozilla-common (1.4-5)
[2018-06-13 00:42] [ALPM-SCRIPTLET] relogin or source /etc/profile.d/mozilla-common.sh
[2018-06-13 00:42] [ALPM] installed mailcap (2.1.48+14+g5811758-1)
[2018-06-13 00:42] [ALPM] installed dbus-glib (0.110-1)
[2018-06-13 00:42] [ALPM] installed gsm (1.0.18-1)
[2018-06-13 00:42] [ALPM] installed lame (3.100-1)
[2018-06-13 00:42] [ALPM] installed libraw1394 (2.1.2-1)
[2018-06-13 00:42] [ALPM] installed libavc1394 (0.5.4-3)
[2018-06-13 00:42] [ALPM] installed libiec61883 (1.2.0-5)
[2018-06-13 00:42] [ALPM] installed libmodplug (0.8.9.0-1)
[2018-06-13 00:42] [ALPM] installed libasyncns (0.8+3+g68cd5af-1)
[2018-06-13 00:42] [ALPM] installed flac (1.3.2-1)
[2018-06-13 00:42] [ALPM] installed libsndfile (1.0.28-1)
[2018-06-13 00:42] [ALPM] installed libpulse (11.1-1)
[2018-06-13 00:42] [ALPM] installed libsoxr (0.1.3-1)
[2018-06-13 00:42] [ALPM] installed libssh (0.7.5-2)
[2018-06-13 00:42] [ALPM] installed libtheora (1.1.1-4)
[2018-06-13 00:42] [ALPM] installed libvdpau (1.1.1+3+ga21bf7a-1)
[2018-06-13 00:42] [ALPM] installed giflib (5.1.4-1)
[2018-06-13 00:42] [ALPM] installed libwebp (1.0.0-1)
[2018-06-13 00:42] [ALPM] installed opencore-amr (0.1.5-1)
[2018-06-13 00:42] [ALPM] installed openjpeg2 (2.3.0-1)
[2018-06-13 00:42] [ALPM] installed opus (1.2.1-1)
[2018-06-13 00:42] [ALPM] installed libibus (1.5.18-1)
[2018-06-13 00:42] [ALPM] installed sdl2 (2.0.8-8)
[2018-06-13 00:42] [ALPM] installed speexdsp (1.2rc3-3)
[2018-06-13 00:42] [ALPM] installed speex (1.2.0-1)
[2018-06-13 00:42] [ALPM] installed v4l-utils (1.14.2-1)
[2018-06-13 00:42] [ALPM] installed libass (0.14.0-1)
[2018-06-13 00:42] [ALPM] installed libbluray (1.0.2-1)
[2018-06-13 00:42] [ALPM] installed libva (2.1.0-1)
[2018-06-13 00:42] [ALPM] installed vid.stab (1.1-2)
[2018-06-13 00:42] [ALPM] installed libvpx (1.7.0-1)
[2018-06-13 00:42] [ALPM] installed libx264 (2:152.20171224-2)
[2018-06-13 00:42] [ALPM] installed x265 (2.8-1)
[2018-06-13 00:42] [ALPM] installed xvidcore (1.3.5-1)
[2018-06-13 00:42] [ALPM] installed ffmpeg (1:4.0-3)
[2018-06-13 00:42] [ALPM] installed nspr (4.19-1)
[2018-06-13 00:42] [ALPM] installed nss (3.37.3-1)
[2018-06-13 00:42] [ALPM] installed hunspell (1.6.2-1)
[2018-06-13 00:42] [ALPM] installed noto-fonts (20180322-1)
[2018-06-13 00:42] [ALPM] installed firefox (60.0.2-1)
[2018-06-13 00:42] [ALPM] transaction completed
[2018-06-13 00:42] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-06-13 00:42] [ALPM] running 'fontconfig.hook'...
[2018-06-13 00:42] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-06-13 00:42] [ALPM] running 'gio-querymodules.hook'...
[2018-06-13 00:42] [ALPM] running 'glib-compile-schemas.hook'...
[2018-06-13 00:42] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2018-06-13 00:42] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-13 00:42] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-13 00:42] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-13 00:42] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-06-13 00:42] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-13 00:42] [ALPM] running 'systemd-update.hook'...
[2018-06-13 00:42] [ALPM] running 'update-desktop-database.hook'...
[2018-06-13 00:42] [ALPM] running 'update-mime-database.hook'...
[2018-06-13 10:17] [PACMAN] Running 'pacman -Syu'
[2018-06-13 10:17] [PACMAN] synchronizing package lists
[2018-06-13 10:17] [PACMAN] starting full system upgrade
[2018-06-13 10:17] [ALPM] transaction started
[2018-06-13 10:17] [ALPM] upgraded harfbuzz (1.8.0-1 -> 1.8.1-1)
[2018-06-13 10:17] [ALPM] transaction completed
[2018-06-13 10:17] [ALPM] running 'systemd-update.hook'...
[2018-06-13 11:41] [PACMAN] Running 'pacman -S adobe-source-code-pro-fonts adobe-source-sans-pro-fonts adobe-source-serif-pro-fonts'
[2018-06-13 11:41] [ALPM] transaction started
[2018-06-13 11:41] [ALPM] installed adobe-source-code-pro-fonts (2.030ro+1.050it-4)
[2018-06-13 11:41] [ALPM] installed adobe-source-sans-pro-fonts (2.020ro+1.075it-2)
[2018-06-13 11:41] [ALPM] installed adobe-source-serif-pro-fonts (2.000-1)
[2018-06-13 11:41] [ALPM] transaction completed
[2018-06-13 11:41] [ALPM] running 'fontconfig.hook'...
[2018-06-13 11:41] [ALPM] running 'systemd-update.hook'...
[2018-06-13 11:58] [PACMAN] Running 'pacman -Rs adobe-source-sans-pro-fonts adobe-source-serif-pro-fonts'
[2018-06-13 11:58] [ALPM] transaction started
[2018-06-13 11:59] [ALPM] removed adobe-source-serif-pro-fonts (2.000-1)
[2018-06-13 11:59] [ALPM] removed adobe-source-sans-pro-fonts (2.020ro+1.075it-2)
[2018-06-13 11:59] [ALPM] transaction completed
[2018-06-13 11:59] [ALPM] running 'fontconfig.hook'...
[2018-06-13 11:59] [ALPM] running 'systemd-update.hook'...
[2018-06-13 13:51] [PACMAN] Running 'pacman -S git'
[2018-06-13 13:51] [ALPM] transaction started
[2018-06-13 13:51] [ALPM] installed perl-error (0.17026-1)
[2018-06-13 13:51] [ALPM] installed perl-timedate (2.30-4)
[2018-06-13 13:51] [ALPM] installed perl-mailtools (2.20-1)
[2018-06-13 13:51] [ALPM] installed git (2.17.1-1)
[2018-06-13 13:51] [ALPM] transaction completed
[2018-06-13 13:51] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-06-13 13:51] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-13 13:51] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-13 13:51] [ALPM] running 'systemd-update.hook'...
[2018-06-13 13:59] [PACMAN] Running '/usr/bin/pacman -S --asdeps python expac-git python-requests python-regex'
[2018-06-13 13:59] [PACMAN] Running '/usr/bin/pacman -S --asdeps python expac-git python-requests python-regex'
[2018-06-13 14:17] [PACMAN] Running '/usr/bin/pacman -S --asdeps python expac-git python-requests python-regex'
[2018-06-13 14:18] [PACMAN] Running 'pacman -S expac-git'
[2018-06-13 14:24] [PACMAN] Running 'pacman -S base-devel'
[2018-06-13 14:27] [PACMAN] Running '/usr/bin/pacman -U /home/gavsiu/expac-git/expac-git-8.1.g5ae006f-1-x86_64.pkg.tar.xz'
[2018-06-13 14:27] [ALPM] transaction started
[2018-06-13 14:27] [ALPM] installed expac-git (8.1.g5ae006f-1)
[2018-06-13 14:27] [ALPM] transaction completed
[2018-06-13 14:27] [ALPM] running 'systemd-update.hook'...
[2018-06-13 14:29] [PACMAN] Running '/usr/bin/pacman -S --asdeps python python-requests python-regex'
[2018-06-13 14:29] [ALPM] transaction started
[2018-06-13 14:29] [ALPM] installed python (3.6.5-3)
[2018-06-13 14:29] [ALPM] installed python-urllib3 (1.23-1)
[2018-06-13 14:29] [ALPM] installed python-appdirs (1.4.3-1)
[2018-06-13 14:29] [ALPM] installed python-pyparsing (2.2.0-1)
[2018-06-13 14:29] [ALPM] installed python-six (1.11.0-1)
[2018-06-13 14:29] [ALPM] installed python-packaging (17.1-1)
[2018-06-13 14:29] [ALPM] installed python-setuptools (1:39.2.0-2)
[2018-06-13 14:29] [ALPM] installed python-chardet (3.0.4-1)
[2018-06-13 14:29] [ALPM] installed python-idna (2.7-2)
[2018-06-13 14:29] [ALPM] installed python-requests (2.18.4-4)
[2018-06-13 14:29] [ALPM] installed python-regex (2018.06.09-1)
[2018-06-13 14:29] [ALPM] transaction completed
[2018-06-13 14:29] [ALPM] running 'systemd-update.hook'...
[2018-06-13 14:29] [PACMAN] Running '/usr/bin/pacman -U /home/gavsiu/AUR/aurman/aurman-2.11-1-any.pkg.tar.xz'
[2018-06-13 14:29] [ALPM] transaction started
[2018-06-13 14:29] [ALPM] installed aurman (2.11-1)
[2018-06-13 14:29] [ALPM] transaction completed
[2018-06-13 14:29] [ALPM] running 'systemd-update.hook'...
[2018-06-13 14:30] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-13 14:30] [PACMAN] synchronizing package lists
[2018-06-13 14:30] [PACMAN] starting full system upgrade
[2018-06-13 14:31] [PACMAN] Running 'pacman --upgrade rxvt-unicode-patched-9.22-10-x86_64.pkg.tar.xz'
[2018-06-13 14:31] [ALPM] transaction started
[2018-06-13 14:31] [ALPM] removed rxvt-unicode (9.22-6)
[2018-06-13 14:31] [ALPM] installed rxvt-unicode-patched (9.22-10)
[2018-06-13 14:31] [ALPM] transaction completed
[2018-06-13 14:31] [ALPM] running 'systemd-update.hook'...
[2018-06-13 14:31] [ALPM] running 'update-desktop-database.hook'...
[2018-06-13 16:46] [PACMAN] Running 'pacman -S autocutsel'
[2018-06-13 16:46] [ALPM] transaction started
[2018-06-13 16:46] [ALPM] installed libxpm (3.5.12-1)
[2018-06-13 16:46] [ALPM] installed libxaw (1.0.13-2)
[2018-06-13 16:46] [ALPM] installed autocutsel (0.10.0-2)
[2018-06-13 16:46] [ALPM-SCRIPTLET]     Add the following lines to your ~/.xinitrc or, for
[2018-06-13 16:46] [ALPM-SCRIPTLET]     system-wide use, to a new file, named, say, 40-autocutsel
[2018-06-13 16:46] [ALPM-SCRIPTLET]     in the directory /etc/X11/xinit/xinitrc.d/ :
[2018-06-13 16:46] [ALPM-SCRIPTLET] 
[2018-06-13 16:46] [ALPM-SCRIPTLET] autocutsel -fork &
[2018-06-13 16:46] [ALPM-SCRIPTLET] autocutsel -selection PRIMARY -fork &
[2018-06-13 16:46] [ALPM] transaction completed
[2018-06-13 16:46] [ALPM] running 'systemd-update.hook'...
[2018-06-13 17:17] [PACMAN] Running 'pacman -S xdg-open'
[2018-06-13 17:21] [PACMAN] Running 'pacman -S xdg-utils'
[2018-06-13 17:21] [ALPM] transaction started
[2018-06-13 17:21] [ALPM] installed xorg-xset (1.2.4-1)
[2018-06-13 17:21] [ALPM] installed xdg-utils (1.1.3-2)
[2018-06-13 17:21] [ALPM] transaction completed
[2018-06-13 17:21] [ALPM] running 'systemd-update.hook'...
[2018-06-13 17:25] [PACMAN] Running 'pacman -S xev'
[2018-06-13 17:26] [PACMAN] Running 'pacman -S xorg-xev'
[2018-06-13 17:26] [ALPM] transaction started
[2018-06-13 17:26] [ALPM] installed xorg-xev (1.2.2-2)
[2018-06-13 17:26] [ALPM] transaction completed
[2018-06-13 17:26] [ALPM] running 'systemd-update.hook'...
[2018-06-13 19:44] [PACMAN] Running 'pacman -S xorg-xdpyinfo'
[2018-06-13 19:45] [ALPM] transaction started
[2018-06-13 19:45] [ALPM] installed libxxf86dga (1.1.4-2)
[2018-06-13 19:45] [ALPM] installed libdmx (1.1.4-1)
[2018-06-13 19:45] [ALPM] installed xorg-xdpyinfo (1.3.2-2)
[2018-06-13 19:45] [ALPM] transaction completed
[2018-06-13 19:45] [ALPM] running 'systemd-update.hook'...
[2018-06-13 19:45] [PACMAN] Running 'pacman -Rs xorg-xdpyinfo'
[2018-06-13 19:45] [ALPM] transaction started
[2018-06-13 19:45] [ALPM] removed xorg-xdpyinfo (1.3.2-2)
[2018-06-13 19:45] [ALPM] removed libxxf86dga (1.1.4-2)
[2018-06-13 19:45] [ALPM] removed libdmx (1.1.4-1)
[2018-06-13 19:45] [ALPM] transaction completed
[2018-06-13 19:45] [ALPM] running 'systemd-update.hook'...
[2018-06-13 21:03] [PACMAN] Running 'pacman -Rs autocutsel'
[2018-06-13 21:03] [ALPM] transaction started
[2018-06-13 21:03] [ALPM] removed autocutsel (0.10.0-2)
[2018-06-13 21:03] [ALPM-SCRIPTLET]   you might want to remove autocutsel related files in 
[2018-06-13 21:03] [ALPM-SCRIPTLET]   /etc/X11/xinit/xinitrc.d now.
[2018-06-13 21:03] [ALPM] removed libxaw (1.0.13-2)
[2018-06-13 21:03] [ALPM] removed libxpm (3.5.12-1)
[2018-06-13 21:03] [ALPM] transaction completed
[2018-06-13 21:03] [ALPM] running 'systemd-update.hook'...
[2018-06-13 21:04] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-13 21:04] [PACMAN] synchronizing package lists
[2018-06-13 21:04] [PACMAN] starting full system upgrade
[2018-06-13 22:09] [PACMAN] Running 'pacman -Rns'
[2018-06-13 22:39] [PACMAN] Running 'pacman -Rs vim'
[2018-06-13 22:39] [PACMAN] Running 'pacman -S gvim'
[2018-06-13 22:43] [PACMAN] Running 'pacman -Rs vim'
[2018-06-13 22:43] [ALPM] running 'texinfo-remove.hook'...
[2018-06-13 22:43] [ALPM] transaction started
[2018-06-13 22:43] [ALPM] removed vim (8.1.0022-1)
[2018-06-13 22:43] [ALPM] removed vim-runtime (8.1.0022-1)
[2018-06-13 22:43] [ALPM] removed gpm (1.20.7-8)
[2018-06-13 22:43] [ALPM] transaction completed
[2018-06-13 22:43] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-13 22:43] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-13 22:43] [ALPM] running 'systemd-update.hook'...
[2018-06-13 22:43] [ALPM] running 'update-desktop-database.hook'...
[2018-06-13 22:43] [PACMAN] Running 'pacman -S gvim'
[2018-06-13 22:43] [ALPM] transaction started
[2018-06-13 22:43] [ALPM] installed vim-runtime (8.1.0022-1)
[2018-06-13 22:43] [ALPM] installed gpm (1.20.7-8)
[2018-06-13 22:43] [ALPM] installed gvim (8.1.0022-1)
[2018-06-13 22:43] [ALPM] transaction completed
[2018-06-13 22:43] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-13 22:43] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-13 22:43] [ALPM] running 'systemd-update.hook'...
[2018-06-13 22:43] [ALPM] running 'texinfo-install.hook'...
[2018-06-13 22:43] [ALPM] running 'update-desktop-database.hook'...
[2018-06-13 22:51] [PACMAN] Running 'pacman -Rs gvim'
[2018-06-13 22:51] [PACMAN] Running 'pacman -S vim'
[2018-06-13 22:51] [ALPM] transaction started
[2018-06-13 22:51] [ALPM] removed gvim (8.1.0022-1)
[2018-06-13 22:51] [ALPM] installed vim (8.1.0022-1)
[2018-06-13 22:51] [ALPM] transaction completed
[2018-06-13 22:51] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-13 22:51] [ALPM] running 'systemd-update.hook'...
[2018-06-13 22:51] [ALPM] running 'update-desktop-database.hook'...
[2018-06-13 20:05] [PACMAN] Running 'pacman -S thunar'
[2018-06-13 20:05] [ALPM] transaction started
[2018-06-13 20:05] [ALPM] installed libexif (0.6.21-3)
[2018-06-13 20:05] [ALPM] installed libnotify (0.7.7-1)
[2018-06-13 20:05] [ALPM] installed libxfce4util (4.12.1-2)
[2018-06-13 20:05] [ALPM] installed gtk2 (2.24.32-1)
[2018-06-13 20:05] [ALPM] installed xfconf (4.12.1-4)
[2018-06-13 20:05] [ALPM] installed libxfce4ui (4.12.1-2)
[2018-06-13 20:05] [ALPM] installed perl-uri (1.74-1)
[2018-06-13 20:05] [ALPM] installed exo (0.12.0-1)
[2018-06-13 20:05] [ALPM] installed thunar (1.8.0-1)
[2018-06-13 20:05] [ALPM] transaction completed
[2018-06-13 20:05] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-06-13 20:05] [ALPM] running 'gtk-query-immodules-2.0.hook'...
[2018-06-13 20:05] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-13 20:05] [ALPM] running 'systemd-update.hook'...
[2018-06-13 20:05] [ALPM] running 'update-desktop-database.hook'...
[2018-06-14 07:12] [PACMAN] Running 'pacman --upgrade urxvt-tabbedex-mina86-git-v18.183.r0.g7b70467-1-any.pkg.tar.xz'
[2018-06-14 07:12] [ALPM] transaction started
[2018-06-14 07:12] [ALPM] installed urxvt-tabbedex-mina86-git (v18.183.r0.g7b70467-1)
[2018-06-14 07:12] [ALPM] transaction completed
[2018-06-14 07:12] [ALPM] running 'systemd-update.hook'...
[2018-06-14 07:12] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-14 07:12] [PACMAN] synchronizing package lists
[2018-06-14 07:12] [PACMAN] starting full system upgrade
[2018-06-14 07:13] [ALPM] transaction started
[2018-06-14 07:13] [ALPM] upgraded libgcrypt (1.8.2-1 -> 1.8.3-1)
[2018-06-14 07:13] [ALPM] upgraded libsystemd (238.133-2 -> 238.133-4)
[2018-06-14 07:13] [ALPM] upgraded systemd (238.133-2 -> 238.133-4)
[2018-06-14 07:13] [ALPM] upgraded systemd-sysvcompat (238.133-2 -> 238.133-4)
[2018-06-14 07:13] [ALPM] upgraded thunar (1.8.0-1 -> 1.8.1-1)
[2018-06-14 07:13] [ALPM] transaction completed
[2018-06-14 07:13] [ALPM] running '90-linux.hook'...
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> Starting build: 4.16.13-2-ARCH
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> Starting build: 4.16.13-2-ARCH
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-06-14 07:13] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-06-14 07:13] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-06-14 07:13] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-14 07:13] [ALPM] running 'systemd-catalog.hook'...
[2018-06-14 07:13] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-14 07:13] [ALPM] running 'systemd-hwdb.hook'...
[2018-06-14 07:13] [ALPM] running 'systemd-sysctl.hook'...
[2018-06-14 07:13] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-14 07:13] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-06-14 07:13] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-14 07:13] [ALPM] running 'systemd-update.hook'...
[2018-06-14 07:13] [ALPM] running 'texinfo-install.hook'...
[2018-06-14 07:13] [ALPM] running 'update-desktop-database.hook'...
[2018-06-14 07:13] [PACMAN] Running 'pacman --upgrade urxvt-tabbedex-mina86-git-v18.183.r0.g7b70467-1-any.pkg.tar.xz'
[2018-06-14 07:13] [ALPM] transaction started
[2018-06-14 07:13] [ALPM] reinstalled urxvt-tabbedex-mina86-git (v18.183.r0.g7b70467-1)
[2018-06-14 07:13] [ALPM] transaction completed
[2018-06-14 07:13] [ALPM] running 'systemd-update.hook'...
[2018-06-14 07:54] [PACMAN] Running 'pacman --upgrade urxvt-tabbedex-mina86-git-v18.183.r0.g7b70467-1-any.pkg.tar.xz'
[2018-06-14 07:54] [ALPM] transaction started
[2018-06-14 07:54] [ALPM] reinstalled urxvt-tabbedex-mina86-git (v18.183.r0.g7b70467-1)
[2018-06-14 07:54] [ALPM] transaction completed
[2018-06-14 07:54] [ALPM] running 'systemd-update.hook'...
[2018-06-14 08:06] [PACMAN] Running 'pacman -Rs urxvt-tabbedex-mina86-git'
[2018-06-14 08:06] [ALPM] transaction started
[2018-06-14 08:06] [ALPM] removed urxvt-tabbedex-mina86-git (v18.183.r0.g7b70467-1)
[2018-06-14 08:06] [ALPM] transaction completed
[2018-06-14 08:06] [ALPM] running 'systemd-update.hook'...
[2018-06-14 08:07] [PACMAN] Running 'pacman --upgrade urxvt-tabbedex-git-0.4.r9.g49c1514-1-any.pkg.tar.xz'
[2018-06-14 08:07] [ALPM] transaction started
[2018-06-14 08:07] [ALPM] installed urxvt-tabbedex-git (0.4.r9.g49c1514-1)
[2018-06-14 08:07] [ALPM-SCRIPTLET] ==> To enable tabbedex, place the following line in your X resources file
[2018-06-14 08:07] [ALPM-SCRIPTLET] ==> URxvt.perl-ext-common:  default,tabbedex
[2018-06-14 08:07] [ALPM-SCRIPTLET] ==> If you don't have a X resources file set up, check the wiki.
[2018-06-14 08:07] [ALPM-SCRIPTLET] ==> For documentation see the urxvtperl man page (section on the tabbed
[2018-06-14 08:07] [ALPM-SCRIPTLET] ==> extension), and also see the comments at the top of the tabbedex
[2018-06-14 08:07] [ALPM-SCRIPTLET] ==> source code in /usr/lib/urxvt/perl/tabbedex.
[2018-06-14 08:07] [ALPM] transaction completed
[2018-06-14 08:07] [ALPM] running 'systemd-update.hook'...
[2018-06-14 08:25] [PACMAN] Running 'pacman -Rs urxvt-tabbedex-git'
[2018-06-14 08:25] [ALPM] transaction started
[2018-06-14 08:25] [ALPM] removed urxvt-tabbedex-git (0.4.r9.g49c1514-1)
[2018-06-14 08:25] [ALPM] transaction completed
[2018-06-14 08:25] [ALPM] running 'systemd-update.hook'...
[2018-06-14 08:26] [PACMAN] Running 'pacman --upgrade urxvt-tabbedex-0.4-3-any.pkg.tar.xz'
[2018-06-14 08:26] [ALPM] transaction started
[2018-06-14 08:26] [ALPM] installed urxvt-tabbedex (0.4-3)
[2018-06-14 08:26] [ALPM-SCRIPTLET] ==> To enable tabbedex, place the following line in your X resources file
[2018-06-14 08:26] [ALPM-SCRIPTLET] ==> URxvt.perl-ext-common:  default,tabbedex
[2018-06-14 08:26] [ALPM-SCRIPTLET] ==> If you don't have a X resources file set up, check the wiki.
[2018-06-14 08:26] [ALPM-SCRIPTLET] ==> For documentation see the urxvtperl man page (section on the tabbed
[2018-06-14 08:26] [ALPM-SCRIPTLET] ==> extension), and also see the comments at the top of the tabbedex
[2018-06-14 08:26] [ALPM-SCRIPTLET] ==> source code in /usr/lib/urxvt/perl/tabbedex.
[2018-06-14 08:26] [ALPM] transaction completed
[2018-06-14 08:26] [ALPM] running 'systemd-update.hook'...
[2018-06-14 08:41] [PACMAN] Running 'pacman -Rs urxvt-tabbedex'
[2018-06-14 08:41] [ALPM] transaction started
[2018-06-14 08:41] [ALPM] removed urxvt-tabbedex (0.4-3)
[2018-06-14 08:41] [ALPM] transaction completed
[2018-06-14 08:41] [ALPM] running 'systemd-update.hook'...
[2018-06-14 08:41] [PACMAN] Running 'pacman --upgrade urxvt-tabbedex-git-0.4.r9.g49c1514-1-any.pkg.tar.xz'
[2018-06-14 08:41] [ALPM] transaction started
[2018-06-14 08:41] [ALPM] installed urxvt-tabbedex-git (0.4.r9.g49c1514-1)
[2018-06-14 08:41] [ALPM-SCRIPTLET] ==> To enable tabbedex, place the following line in your X resources file
[2018-06-14 08:41] [ALPM-SCRIPTLET] ==> URxvt.perl-ext-common:  default,tabbedex
[2018-06-14 08:41] [ALPM-SCRIPTLET] ==> If you don't have a X resources file set up, check the wiki.
[2018-06-14 08:41] [ALPM-SCRIPTLET] ==> For documentation see the urxvtperl man page (section on the tabbed
[2018-06-14 08:41] [ALPM-SCRIPTLET] ==> extension), and also see the comments at the top of the tabbedex
[2018-06-14 08:41] [ALPM-SCRIPTLET] ==> source code in /usr/lib/urxvt/perl/tabbedex.
[2018-06-14 08:41] [ALPM] transaction completed
[2018-06-14 08:41] [ALPM] running 'systemd-update.hook'...
[2018-06-14 08:42] [PACMAN] Running 'pacman -Rs urxvt-tabbedex-git'
[2018-06-14 08:42] [ALPM] transaction started
[2018-06-14 08:42] [ALPM] removed urxvt-tabbedex-git (0.4.r9.g49c1514-1)
[2018-06-14 08:42] [ALPM] transaction completed
[2018-06-14 08:42] [ALPM] running 'systemd-update.hook'...
[2018-06-14 08:42] [PACMAN] Running 'pacman --upgrade urxvt-tabbedex-0.4-3-any.pkg.tar.xz'
[2018-06-14 08:42] [ALPM] transaction started
[2018-06-14 08:42] [ALPM] installed urxvt-tabbedex (0.4-3)
[2018-06-14 08:42] [ALPM-SCRIPTLET] ==> To enable tabbedex, place the following line in your X resources file
[2018-06-14 08:42] [ALPM-SCRIPTLET] ==> URxvt.perl-ext-common:  default,tabbedex
[2018-06-14 08:42] [ALPM-SCRIPTLET] ==> If you don't have a X resources file set up, check the wiki.
[2018-06-14 08:42] [ALPM-SCRIPTLET] ==> For documentation see the urxvtperl man page (section on the tabbed
[2018-06-14 08:42] [ALPM-SCRIPTLET] ==> extension), and also see the comments at the top of the tabbedex
[2018-06-14 08:42] [ALPM-SCRIPTLET] ==> source code in /usr/lib/urxvt/perl/tabbedex.
[2018-06-14 08:42] [ALPM] transaction completed
[2018-06-14 08:42] [ALPM] running 'systemd-update.hook'...
[2018-06-14 09:08] [PACMAN] Running 'pacman --upgrade prezto-git-r1765.b11b9ce7-1-any.pkg.tar.xz'
[2018-06-14 09:08] [ALPM] transaction started
[2018-06-14 09:08] [ALPM] installed prezto-git (r1765.b11b9ce7-1)
[2018-06-14 09:08] [ALPM-SCRIPTLET] 
[2018-06-14 09:08] [ALPM-SCRIPTLET] Prezto is enabled for all users by default.
[2018-06-14 09:08] [ALPM-SCRIPTLET] To change that, edit /etc/zsh/zshrc file.
[2018-06-14 09:08] [ALPM-SCRIPTLET] Global settings reside in the /etc/zsh/ directory.
[2018-06-14 09:08] [ALPM-SCRIPTLET] To personalize Zsh and Prezto, edit your local ~/.zshrc and ~/.zpreztorc files.
[2018-06-14 09:08] [ALPM-SCRIPTLET] A user can also have a custom, overriding Prezto installation in ~/.zprezto/
[2018-06-14 09:08] [ALPM-SCRIPTLET] For more information on overrides and local files, see https://github.com/sorin-ionescu/prezto/tree/master/runcoms
[2018-06-14 09:08] [ALPM-SCRIPTLET] 
[2018-06-14 09:08] [ALPM] transaction completed
[2018-06-14 09:08] [ALPM] running 'systemd-update.hook'...
[2018-06-14 19:14] [PACMAN] Running 'pacman -S tar pigz pbzip2 gunzip bunzip2 unxz unlzma uncompress unzip rar lsar unar 7za ar tar'
[2018-06-14 19:25] [PACMAN] Running 'pacman -S pigz pbzip2 gzip bzip2 xz unzip p7zip'
[2018-06-14 19:26] [ALPM] transaction started
[2018-06-14 19:26] [ALPM] installed pigz (2.4-1)
[2018-06-14 19:26] [ALPM] reinstalled bzip2 (1.0.6-7)
[2018-06-14 19:26] [ALPM] installed pbzip2 (1.1.13-2)
[2018-06-14 19:26] [ALPM] reinstalled gzip (1.9-1)
[2018-06-14 19:26] [ALPM] reinstalled xz (5.2.4-1)
[2018-06-14 19:26] [ALPM] installed unzip (6.0-12)
[2018-06-14 19:26] [ALPM] installed p7zip (16.02-5)
[2018-06-14 19:26] [ALPM] transaction completed
[2018-06-14 19:26] [ALPM] running 'systemd-update.hook'...
[2018-06-14 19:26] [ALPM] running 'texinfo-install.hook'...
[2018-06-15 04:28] [PACMAN] Running 'pacman --sync --asdeps -- xorg-bdftopcf xorg-mkfontscale xorg-font-util xorg-mkfontdir xorg-font-utils'
[2018-06-15 04:29] [ALPM] transaction started
[2018-06-15 04:29] [ALPM] installed xorg-bdftopcf (1.1-1)
[2018-06-15 04:29] [ALPM] installed xorg-mkfontscale (1.1.3-1)
[2018-06-15 04:29] [ALPM] installed xorg-font-util (1.3.1-2)
[2018-06-15 04:29] [ALPM] installed xorg-mkfontdir (1.0.7-8)
[2018-06-15 04:29] [ALPM-SCRIPTLET] Creating X fontdir indices... done.
[2018-06-15 04:29] [ALPM] installed xorg-font-utils (7.6-5)
[2018-06-15 04:29] [ALPM] transaction completed
[2018-06-15 04:29] [ALPM] running 'fontconfig.hook'...
[2018-06-15 04:29] [ALPM] running 'systemd-update.hook'...
[2018-06-15 04:29] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-15 04:38] [PACMAN] Running 'pacman --upgrade nerd-fonts-complete-2.0.0-5-any.pkg.tar.xz'
[2018-06-15 04:45] [PACMAN] Running 'pacman -S powerline-fonts'
[2018-06-15 04:45] [ALPM] transaction started
[2018-06-15 04:45] [ALPM] installed powerline-common (2.6-1)
[2018-06-15 04:45] [ALPM] installed powerline-fonts (2.6-1)
[2018-06-15 04:45] [ALPM] transaction completed
[2018-06-15 04:45] [ALPM] running 'fontconfig.hook'...
[2018-06-15 04:45] [ALPM] running 'systemd-update.hook'...
[2018-06-15 04:45] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-15 05:15] [PACMAN] Running 'pacman -S rofi'
[2018-06-15 05:15] [ALPM] transaction started
[2018-06-15 05:15] [ALPM] installed libxdg-basedir (1.2.0-4)
[2018-06-15 05:15] [ALPM] installed libxkbcommon-x11 (0.8.0-1)
[2018-06-15 05:15] [ALPM] installed xcb-util-xrm (1.3-1)
[2018-06-15 05:15] [ALPM] installed rofi (1.5.1-1)
[2018-06-15 05:15] [ALPM] transaction completed
[2018-06-15 05:15] [ALPM] running 'systemd-update.hook'...
[2018-06-15 05:49] [PACMAN] Running 'pacman --sync --asdeps -- wget'
[2018-06-15 05:49] [ALPM] transaction started
[2018-06-15 05:49] [ALPM] installed wget (1.19.5-1)
[2018-06-15 05:49] [ALPM] transaction completed
[2018-06-15 05:49] [ALPM] running 'systemd-update.hook'...
[2018-06-15 05:49] [ALPM] running 'texinfo-install.hook'...
[2018-06-15 05:50] [PACMAN] Running 'pacman --upgrade nerd-fonts-source-code-pro-2.0.0-3-any.pkg.tar.xz'
[2018-06-15 05:50] [ALPM] transaction started
[2018-06-15 05:50] [ALPM] installed nerd-fonts-source-code-pro (2.0.0-3)
[2018-06-15 05:50] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-15 05:50] [ALPM] transaction completed
[2018-06-15 05:50] [ALPM] running 'fontconfig.hook'...
[2018-06-15 05:50] [ALPM] running 'systemd-update.hook'...
[2018-06-15 05:50] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-15 05:50] [PACMAN] Running 'pacman -Rns'
[2018-06-15 05:59] [PACMAN] Running 'pacman -Rs nerd-fonts-source-code-pro'
[2018-06-15 05:59] [PACMAN] Running 'pacman -Rns'
[2018-06-15 07:45] [PACMAN] Running 'pacman --sync --asdeps -- slang libnewt libmm-glib libndp bluez-libs jansson libnm libnm-glib libsodium libpgm zeromq libteam networkmanager gobject-introspection-runtime pygobject-devel python-gobject'
[2018-06-15 07:45] [ALPM] transaction started
[2018-06-15 07:45] [ALPM] installed slang (2.3.2-1)
[2018-06-15 07:45] [ALPM] installed libnewt (0.52.20-1)
[2018-06-15 07:45] [ALPM] installed libmm-glib (1.8.0-1)
[2018-06-15 07:45] [ALPM] installed libndp (1.6-1)
[2018-06-15 07:45] [ALPM] installed bluez-libs (5.50-3)
[2018-06-15 07:45] [ALPM] installed jansson (2.10-3)
[2018-06-15 07:45] [ALPM] installed libnm (1.10.8-1)
[2018-06-15 07:45] [ALPM] installed libnm-glib (1.10.8-1)
[2018-06-15 07:45] [ALPM] installed libsodium (1.0.16-1)
[2018-06-15 07:45] [ALPM] installed libpgm (5.2.122-3)
[2018-06-15 07:45] [ALPM] installed zeromq (4.2.2-2)
[2018-06-15 07:45] [ALPM] installed libteam (1.27-1)
[2018-06-15 07:45] [ALPM] installed networkmanager (1.10.8-1)
[2018-06-15 07:45] [ALPM] installed gobject-introspection-runtime (1.56.1-1)
[2018-06-15 07:45] [ALPM] installed pygobject-devel (3.28.3-1)
[2018-06-15 07:45] [ALPM] installed python-gobject (3.28.3-1)
[2018-06-15 07:45] [ALPM] transaction completed
[2018-06-15 07:45] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-15 07:45] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-15 07:45] [ALPM] running 'systemd-update.hook'...
[2018-06-15 07:45] [PACMAN] Running 'pacman --upgrade networkmanager-dmenu-git-r80.eefd2c3-1-any.pkg.tar.xz'
[2018-06-15 07:45] [ALPM] transaction started
[2018-06-15 07:45] [ALPM] installed networkmanager-dmenu-git (r80.eefd2c3-1)
[2018-06-15 07:45] [ALPM-SCRIPTLET] 
[2018-06-15 07:45] [ALPM-SCRIPTLET] To customize dmenu, copy /usr/share/doc/networkmanager-dmenu-git/config.ini.example into ~/.config/networkmanager-dmenu/config.ini and edit:
[2018-06-15 07:45] [ALPM-SCRIPTLET]     
[2018-06-15 07:45] [ALPM] transaction completed
[2018-06-15 07:45] [ALPM] running 'systemd-update.hook'...
[2018-06-15 07:45] [ALPM] running 'update-desktop-database.hook'...
[2018-06-15 07:54] [PACMAN] Running 'pacman -Rs networkmanager-dmenu-git'
[2018-06-15 07:54] [ALPM] transaction started
[2018-06-15 07:54] [ALPM] removed networkmanager-dmenu-git (r80.eefd2c3-1)
[2018-06-15 07:54] [ALPM] removed python-gobject (3.28.3-1)
[2018-06-15 07:54] [ALPM] removed pygobject-devel (3.28.3-1)
[2018-06-15 07:54] [ALPM] removed gobject-introspection-runtime (1.56.1-1)
[2018-06-15 07:54] [ALPM] removed networkmanager (1.10.8-1)
[2018-06-15 07:54] [ALPM] removed libteam (1.27-1)
[2018-06-15 07:54] [ALPM] removed zeromq (4.2.2-2)
[2018-06-15 07:54] [ALPM] removed libsodium (1.0.16-1)
[2018-06-15 07:54] [ALPM] removed libpgm (5.2.122-3)
[2018-06-15 07:54] [ALPM] removed libnm-glib (1.10.8-1)
[2018-06-15 07:54] [ALPM] removed libnm (1.10.8-1)
[2018-06-15 07:54] [ALPM] removed jansson (2.10-3)
[2018-06-15 07:54] [ALPM] removed libnewt (0.52.20-1)
[2018-06-15 07:54] [ALPM] removed slang (2.3.2-1)
[2018-06-15 07:54] [ALPM] removed libndp (1.6-1)
[2018-06-15 07:54] [ALPM] removed libmm-glib (1.8.0-1)
[2018-06-15 07:54] [ALPM] removed bluez-libs (5.50-3)
[2018-06-15 07:54] [ALPM] transaction completed
[2018-06-15 07:54] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-15 07:54] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-15 07:54] [ALPM] running 'systemd-update.hook'...
[2018-06-15 07:54] [ALPM] running 'update-desktop-database.hook'...
[2018-06-15 07:56] [PACMAN] Running 'pacman --upgrade nerd-fonts-source-code-pro-2.0.0-3-any.pkg.tar.xz'
[2018-06-15 07:56] [ALPM] transaction started
[2018-06-15 07:56] [ALPM] reinstalled nerd-fonts-source-code-pro (2.0.0-3)
[2018-06-15 07:56] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-15 07:56] [ALPM] transaction completed
[2018-06-15 07:56] [ALPM] running 'fontconfig.hook'...
[2018-06-15 07:56] [ALPM] running 'systemd-update.hook'...
[2018-06-15 07:56] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-15 07:56] [PACMAN] Running 'pacman -Rs nerd-fonts-source-code-pro'
[2018-06-15 07:56] [ALPM] running 'texinfo-remove.hook'...
[2018-06-15 07:56] [ALPM] transaction started
[2018-06-15 07:56] [ALPM] removed nerd-fonts-source-code-pro (2.0.0-3)
[2018-06-15 07:56] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-15 07:56] [ALPM] removed xorg-font-utils (7.6-5)
[2018-06-15 07:56] [ALPM] removed xorg-mkfontdir (1.0.7-8)
[2018-06-15 07:56] [ALPM] removed xorg-mkfontscale (1.1.3-1)
[2018-06-15 07:56] [ALPM] removed xorg-font-util (1.3.1-2)
[2018-06-15 07:56] [ALPM] removed xorg-bdftopcf (1.1-1)
[2018-06-15 07:56] [ALPM] removed wget (1.19.5-1)
[2018-06-15 07:56] [ALPM] transaction completed
[2018-06-15 07:56] [ALPM] running 'fontconfig.hook'...
[2018-06-15 07:56] [ALPM] running 'systemd-update.hook'...
[2018-06-15 07:57] [PACMAN] Running 'pacman -Rns'
[2018-06-15 07:57] [PACMAN] Running 'pacman -Rs networkmanager-dmenu-git'
[2018-06-15 07:59] [PACMAN] Running 'pacman -S powerline'
[2018-06-15 07:59] [ALPM] transaction started
[2018-06-15 07:59] [ALPM] installed python-powerline (2.6-1)
[2018-06-15 07:59] [ALPM] installed powerline (2.6-1)
[2018-06-15 07:59] [ALPM] transaction completed
[2018-06-15 07:59] [ALPM] running 'systemd-update.hook'...
[2018-06-15 08:01] [PACMAN] Running 'pacman --sync --asdeps -- gobject-introspection-runtime pygobject-devel python-gobject libmm-glib libndp slang libnewt jansson libsodium libpgm zeromq libteam bluez-libs libnm libnm-glib networkmanager'
[2018-06-15 08:01] [ALPM] transaction started
[2018-06-15 08:01] [ALPM] installed gobject-introspection-runtime (1.56.1-1)
[2018-06-15 08:01] [ALPM] installed pygobject-devel (3.28.3-1)
[2018-06-15 08:01] [ALPM] installed python-gobject (3.28.3-1)
[2018-06-15 08:01] [ALPM] installed libmm-glib (1.8.0-1)
[2018-06-15 08:01] [ALPM] installed libndp (1.6-1)
[2018-06-15 08:01] [ALPM] installed slang (2.3.2-1)
[2018-06-15 08:01] [ALPM] installed libnewt (0.52.20-1)
[2018-06-15 08:01] [ALPM] installed jansson (2.10-3)
[2018-06-15 08:01] [ALPM] installed libsodium (1.0.16-1)
[2018-06-15 08:01] [ALPM] installed libpgm (5.2.122-3)
[2018-06-15 08:01] [ALPM] installed zeromq (4.2.2-2)
[2018-06-15 08:01] [ALPM] installed libteam (1.27-1)
[2018-06-15 08:01] [ALPM] installed bluez-libs (5.50-3)
[2018-06-15 08:01] [ALPM] installed libnm (1.10.8-1)
[2018-06-15 08:01] [ALPM] installed libnm-glib (1.10.8-1)
[2018-06-15 08:01] [ALPM] installed networkmanager (1.10.8-1)
[2018-06-15 08:01] [ALPM] transaction completed
[2018-06-15 08:01] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-15 08:01] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-15 08:01] [ALPM] running 'systemd-update.hook'...
[2018-06-15 08:01] [PACMAN] Running 'pacman --upgrade networkmanager-dmenu-git-r80.eefd2c3-1-any.pkg.tar.xz'
[2018-06-15 08:01] [ALPM] transaction started
[2018-06-15 08:01] [ALPM] installed networkmanager-dmenu-git (r80.eefd2c3-1)
[2018-06-15 08:01] [ALPM-SCRIPTLET] 
[2018-06-15 08:01] [ALPM-SCRIPTLET] To customize dmenu, copy /usr/share/doc/networkmanager-dmenu-git/config.ini.example into ~/.config/networkmanager-dmenu/config.ini and edit:
[2018-06-15 08:01] [ALPM-SCRIPTLET]     
[2018-06-15 08:01] [ALPM] transaction completed
[2018-06-15 08:01] [ALPM] running 'systemd-update.hook'...
[2018-06-15 08:01] [ALPM] running 'update-desktop-database.hook'...
[2018-06-15 08:12] [PACMAN] Running 'pacman -Rs networkmanager-dmenu-git'
[2018-06-15 08:12] [ALPM] transaction started
[2018-06-15 08:12] [ALPM] removed networkmanager-dmenu-git (r80.eefd2c3-1)
[2018-06-15 08:12] [ALPM] removed python-gobject (3.28.3-1)
[2018-06-15 08:12] [ALPM] removed pygobject-devel (3.28.3-1)
[2018-06-15 08:12] [ALPM] removed gobject-introspection-runtime (1.56.1-1)
[2018-06-15 08:12] [ALPM] removed networkmanager (1.10.8-1)
[2018-06-15 08:12] [ALPM] removed libteam (1.27-1)
[2018-06-15 08:12] [ALPM] removed zeromq (4.2.2-2)
[2018-06-15 08:12] [ALPM] removed libsodium (1.0.16-1)
[2018-06-15 08:12] [ALPM] removed libpgm (5.2.122-3)
[2018-06-15 08:12] [ALPM] removed libnm-glib (1.10.8-1)
[2018-06-15 08:12] [ALPM] removed libnm (1.10.8-1)
[2018-06-15 08:12] [ALPM] removed jansson (2.10-3)
[2018-06-15 08:12] [ALPM] removed libnewt (0.52.20-1)
[2018-06-15 08:12] [ALPM] removed slang (2.3.2-1)
[2018-06-15 08:12] [ALPM] removed libndp (1.6-1)
[2018-06-15 08:12] [ALPM] removed libmm-glib (1.8.0-1)
[2018-06-15 08:12] [ALPM] removed bluez-libs (5.50-3)
[2018-06-15 08:12] [ALPM] transaction completed
[2018-06-15 08:12] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-15 08:12] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-15 08:12] [ALPM] running 'systemd-update.hook'...
[2018-06-15 08:12] [ALPM] running 'update-desktop-database.hook'...
[2018-06-15 08:15] [PACMAN] Running 'pacman -Rs powerline'
[2018-06-15 08:15] [ALPM] transaction started
[2018-06-15 08:15] [ALPM] removed powerline (2.6-1)
[2018-06-15 08:15] [ALPM] removed python-powerline (2.6-1)
[2018-06-15 08:15] [ALPM] transaction completed
[2018-06-15 08:15] [ALPM] running 'systemd-update.hook'...
[2018-06-16 17:40] [PACMAN] Running 'pacman --sync --asdeps -- xorg-mkfontscale xorg-mkfontdir xorg-bdftopcf xorg-font-util xorg-font-utils otf-fira-code otf-fira-sans wget'
[2018-06-16 17:41] [ALPM] transaction started
[2018-06-16 17:41] [ALPM] installed xorg-mkfontscale (1.1.3-1)
[2018-06-16 17:41] [ALPM] installed xorg-mkfontdir (1.0.7-8)
[2018-06-16 17:41] [ALPM-SCRIPTLET] Creating X fontdir indices... done.
[2018-06-16 17:41] [ALPM] installed xorg-bdftopcf (1.1-1)
[2018-06-16 17:41] [ALPM] installed xorg-font-util (1.3.1-2)
[2018-06-16 17:41] [ALPM] installed xorg-font-utils (7.6-5)
[2018-06-16 17:41] [ALPM] installed otf-fira-code (1.205-2)
[2018-06-16 17:41] [ALPM] installed otf-fira-sans (1:4.202-2)
[2018-06-16 17:41] [ALPM] installed wget (1.19.5-1)
[2018-06-16 17:41] [ALPM] transaction completed
[2018-06-16 17:41] [ALPM] running 'fontconfig.hook'...
[2018-06-16 17:41] [ALPM] running 'systemd-update.hook'...
[2018-06-16 17:41] [ALPM] running 'texinfo-install.hook'...
[2018-06-16 17:41] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-16 17:41] [PACMAN] Running 'pacman -D --asexplicit otf-fira-code otf-fira-sans'
[2018-06-16 17:41] [PACMAN] Running 'pacman --upgrade nerd-fonts-fira-mono-2.0.0-1-any.pkg.tar.xz'
[2018-06-16 17:41] [ALPM] transaction started
[2018-06-16 17:41] [ALPM] installed nerd-fonts-fira-mono (2.0.0-1)
[2018-06-16 17:41] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-16 17:41] [ALPM-SCRIPTLET] 
[2018-06-16 17:41] [ALPM-SCRIPTLET] :: Font name changed. Now 'FuraMono', for example
[2018-06-16 17:41] [ALPM-SCRIPTLET]    'was' FiraMonoFor Nerd Font Medium 10
[2018-06-16 17:41] [ALPM-SCRIPTLET]    'now' FuraMono Nerd Font Medium 10
[2018-06-16 17:41] [ALPM-SCRIPTLET]    edit your configs accordingly
[2018-06-16 17:41] [ALPM] transaction completed
[2018-06-16 17:41] [ALPM] running 'fontconfig.hook'...
[2018-06-16 17:41] [ALPM] running 'systemd-update.hook'...
[2018-06-16 17:41] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-16 18:38] [PACMAN] Running 'pacman -Rs nerd-fonts-fira-mono'
[2018-06-16 18:38] [ALPM] running 'texinfo-remove.hook'...
[2018-06-16 18:38] [ALPM] transaction started
[2018-06-16 18:38] [ALPM] removed nerd-fonts-fira-mono (2.0.0-1)
[2018-06-16 18:38] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-16 18:38] [ALPM-SCRIPTLET] 
[2018-06-16 18:38] [ALPM-SCRIPTLET] :: Font name changed. Now 'FuraMono', for example
[2018-06-16 18:38] [ALPM-SCRIPTLET]    'was' FiraMonoFor Nerd Font Medium 10
[2018-06-16 18:38] [ALPM-SCRIPTLET]    'now' FuraMono Nerd Font Medium 10
[2018-06-16 18:38] [ALPM-SCRIPTLET]    edit your configs accordingly
[2018-06-16 18:38] [ALPM] removed wget (1.19.5-1)
[2018-06-16 18:38] [ALPM] transaction completed
[2018-06-16 18:38] [ALPM] running 'fontconfig.hook'...
[2018-06-16 18:38] [ALPM] running 'systemd-update.hook'...
[2018-06-16 18:38] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 03:30] [PACMAN] Running 'pacman -S otf-fira-mono'
[2018-06-17 03:30] [ALPM] transaction started
[2018-06-17 03:30] [ALPM] installed otf-fira-mono (2:3.206-2)
[2018-06-17 03:30] [ALPM] transaction completed
[2018-06-17 03:30] [ALPM] running 'fontconfig.hook'...
[2018-06-17 03:30] [ALPM] running 'systemd-update.hook'...
[2018-06-17 03:30] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 03:59] [PACMAN] Running 'pacman --upgrade nerd-fonts-terminus-2.0.0-1-any.pkg.tar.xz'
[2018-06-17 03:59] [ALPM] transaction started
[2018-06-17 03:59] [ALPM] installed nerd-fonts-terminus (2.0.0-1)
[2018-06-17 03:59] [ALPM] transaction completed
[2018-06-17 03:59] [ALPM] running 'fontconfig.hook'...
[2018-06-17 03:59] [ALPM] running 'systemd-update.hook'...
[2018-06-17 03:59] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 04:04] [PACMAN] Running 'pacman -Rs nerd-fonts-terminus'
[2018-06-17 04:04] [ALPM] transaction started
[2018-06-17 04:04] [ALPM] removed nerd-fonts-terminus (2.0.0-1)
[2018-06-17 04:04] [ALPM] transaction completed
[2018-06-17 04:04] [ALPM] running 'fontconfig.hook'...
[2018-06-17 04:04] [ALPM] running 'systemd-update.hook'...
[2018-06-17 04:04] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 04:06] [PACMAN] Running 'pacman -S powerline fonts'
[2018-06-17 04:06] [PACMAN] Running 'pacman -S powerline-fonts'
[2018-06-17 04:06] [ALPM] transaction started
[2018-06-17 04:06] [ALPM] reinstalled powerline-fonts (2.6-1)
[2018-06-17 04:06] [ALPM] transaction completed
[2018-06-17 04:06] [ALPM] running 'fontconfig.hook'...
[2018-06-17 04:06] [ALPM] running 'systemd-update.hook'...
[2018-06-17 04:06] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 04:08] [PACMAN] Running 'pacman -Rs powerline-fonts'
[2018-06-17 04:08] [ALPM] transaction started
[2018-06-17 04:08] [ALPM] removed powerline-fonts (2.6-1)
[2018-06-17 04:08] [ALPM] removed powerline-common (2.6-1)
[2018-06-17 04:08] [ALPM] transaction completed
[2018-06-17 04:08] [ALPM] running 'fontconfig.hook'...
[2018-06-17 04:08] [ALPM] running 'systemd-update.hook'...
[2018-06-17 04:08] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 04:09] [PACMAN] Running 'pacman --upgrade powerline-fonts-git-r194.a08b1f6-1-any.pkg.tar.xz'
[2018-06-17 04:09] [ALPM] transaction started
[2018-06-17 04:09] [ALPM] installed powerline-fonts-git (r194.a08b1f6-1)
[2018-06-17 04:09] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-17 04:09] [ALPM] transaction completed
[2018-06-17 04:09] [ALPM] running 'fontconfig.hook'...
[2018-06-17 04:09] [ALPM] running 'systemd-update.hook'...
[2018-06-17 04:09] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 04:14] [PACMAN] Running 'pacman -Rs powerline-fonts-git'
[2018-06-17 04:14] [ALPM] transaction started
[2018-06-17 04:14] [ALPM] removed powerline-fonts-git (r194.a08b1f6-1)
[2018-06-17 04:14] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-17 04:14] [ALPM] transaction completed
[2018-06-17 04:14] [ALPM] running 'fontconfig.hook'...
[2018-06-17 04:14] [ALPM] running 'systemd-update.hook'...
[2018-06-17 04:14] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 06:23] [PACMAN] Running 'pacman --sync --asdeps -- xorg-fonts-alias xorg-fonts-encodings xorg-fonts-misc'
[2018-06-17 06:23] [ALPM] transaction started
[2018-06-17 06:23] [ALPM] installed xorg-fonts-alias (1.0.3-2)
[2018-06-17 06:23] [ALPM] installed xorg-fonts-encodings (1.0.4-5)
[2018-06-17 06:23] [ALPM] installed xorg-fonts-misc (1.0.3-5)
[2018-06-17 06:23] [ALPM] transaction completed
[2018-06-17 06:23] [ALPM] running 'fontconfig.hook'...
[2018-06-17 06:23] [ALPM] running 'systemd-update.hook'...
[2018-06-17 06:23] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 06:23] [PACMAN] Running 'pacman --upgrade st-0.8.1-1-x86_64.pkg.tar.xz'
[2018-06-17 06:23] [ALPM] transaction started
[2018-06-17 06:23] [ALPM] installed st (0.8.1-1)
[2018-06-17 06:23] [ALPM] transaction completed
[2018-06-17 06:23] [ALPM] running 'systemd-update.hook'...
[2018-06-17 06:31] [PACMAN] Running 'pacman -Rs st'
[2018-06-17 06:31] [ALPM] transaction started
[2018-06-17 06:31] [ALPM] removed st (0.8.1-1)
[2018-06-17 06:31] [ALPM] removed xorg-fonts-misc (1.0.3-5)
[2018-06-17 06:31] [ALPM] removed xorg-fonts-encodings (1.0.4-5)
[2018-06-17 06:31] [ALPM] removed xorg-fonts-alias (1.0.3-2)
[2018-06-17 06:31] [ALPM] transaction completed
[2018-06-17 06:31] [ALPM] running 'fontconfig.hook'...
[2018-06-17 06:31] [ALPM] running 'systemd-update.hook'...
[2018-06-17 06:31] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 09:54] [PACMAN] Running 'pacman --upgrade nerd-fonts-complete-2.0.0-5-any.pkg.tar.xz'
[2018-06-17 09:54] [ALPM] transaction started
[2018-06-17 09:55] [ALPM] installed nerd-fonts-complete (2.0.0-5)
[2018-06-17 09:55] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-17 09:55] [ALPM] transaction completed
[2018-06-17 09:55] [ALPM] running 'fontconfig.hook'...
[2018-06-17 09:55] [ALPM] running 'systemd-update.hook'...
[2018-06-17 09:55] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 09:59] [PACMAN] Running 'pacman -Rs nerd-fonts-complete'
[2018-06-17 09:59] [ALPM] transaction started
[2018-06-17 09:59] [ALPM] removed nerd-fonts-complete (2.0.0-5)
[2018-06-17 09:59] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-17 09:59] [ALPM] transaction completed
[2018-06-17 09:59] [ALPM] running 'fontconfig.hook'...
[2018-06-17 09:59] [ALPM] running 'systemd-update.hook'...
[2018-06-17 09:59] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 10:01] [PACMAN] Running 'pacman --sync --asdeps -- wget'
[2018-06-17 10:01] [ALPM] transaction started
[2018-06-17 10:01] [ALPM] installed wget (1.19.5-1)
[2018-06-17 10:01] [ALPM] transaction completed
[2018-06-17 10:01] [ALPM] running 'systemd-update.hook'...
[2018-06-17 10:01] [ALPM] running 'texinfo-install.hook'...
[2018-06-17 10:02] [PACMAN] Running 'pacman --upgrade nerd-fonts-fira-mono-2.0.0-1-any.pkg.tar.xz'
[2018-06-17 10:02] [ALPM] transaction started
[2018-06-17 10:02] [ALPM] installed nerd-fonts-fira-mono (2.0.0-1)
[2018-06-17 10:02] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-17 10:02] [ALPM-SCRIPTLET] 
[2018-06-17 10:02] [ALPM-SCRIPTLET] :: Font name changed. Now 'FuraMono', for example
[2018-06-17 10:02] [ALPM-SCRIPTLET]    'was' FiraMonoFor Nerd Font Medium 10
[2018-06-17 10:02] [ALPM-SCRIPTLET]    'now' FuraMono Nerd Font Medium 10
[2018-06-17 10:02] [ALPM-SCRIPTLET]    edit your configs accordingly
[2018-06-17 10:02] [ALPM] transaction completed
[2018-06-17 10:02] [ALPM] running 'fontconfig.hook'...
[2018-06-17 10:02] [ALPM] running 'systemd-update.hook'...
[2018-06-17 10:02] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 10:02] [PACMAN] Running 'pacman --sync --asdeps -- noto-fonts-emoji'
[2018-06-17 10:02] [ALPM] transaction started
[2018-06-17 10:02] [ALPM] installed noto-fonts-emoji (20180425-1)
[2018-06-17 10:02] [ALPM] transaction completed
[2018-06-17 10:02] [ALPM] running 'fontconfig.hook'...
[2018-06-17 10:02] [ALPM] running 'systemd-update.hook'...
[2018-06-17 10:02] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 10:02] [PACMAN] Running 'pacman -D --asexplicit noto-fonts-emoji'
[2018-06-17 10:03] [PACMAN] Running 'pacman -Rs nerd-fonts-fira-mono'
[2018-06-17 10:03] [ALPM] running 'texinfo-remove.hook'...
[2018-06-17 10:03] [ALPM] transaction started
[2018-06-17 10:03] [ALPM] removed nerd-fonts-fira-mono (2.0.0-1)
[2018-06-17 10:03] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-17 10:03] [ALPM-SCRIPTLET] 
[2018-06-17 10:03] [ALPM-SCRIPTLET] :: Font name changed. Now 'FuraMono', for example
[2018-06-17 10:03] [ALPM-SCRIPTLET]    'was' FiraMonoFor Nerd Font Medium 10
[2018-06-17 10:03] [ALPM-SCRIPTLET]    'now' FuraMono Nerd Font Medium 10
[2018-06-17 10:03] [ALPM-SCRIPTLET]    edit your configs accordingly
[2018-06-17 10:03] [ALPM] removed wget (1.19.5-1)
[2018-06-17 10:03] [ALPM] transaction completed
[2018-06-17 10:03] [ALPM] running 'fontconfig.hook'...
[2018-06-17 10:03] [ALPM] running 'systemd-update.hook'...
[2018-06-17 10:03] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 10:04] [PACMAN] Running 'pacman --upgrade nerd-fonts-terminus-2.0.0-1-any.pkg.tar.xz'
[2018-06-17 10:04] [ALPM] transaction started
[2018-06-17 10:04] [ALPM] installed nerd-fonts-terminus (2.0.0-1)
[2018-06-17 10:04] [ALPM] transaction completed
[2018-06-17 10:04] [ALPM] running 'fontconfig.hook'...
[2018-06-17 10:04] [ALPM] running 'systemd-update.hook'...
[2018-06-17 10:04] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-17 10:08] [PACMAN] Running 'pacman -Rs noto-fonts-emoji'
[2018-06-17 10:30] [PACMAN] Running 'pacman -S htop'
[2018-06-17 10:31] [ALPM] transaction started
[2018-06-17 10:31] [ALPM] installed htop (2.2.0-2)
[2018-06-17 10:31] [ALPM] transaction completed
[2018-06-17 10:31] [ALPM] running 'systemd-update.hook'...
[2018-06-17 10:31] [ALPM] running 'update-desktop-database.hook'...
[2018-06-17 10:48] [PACMAN] Running 'pacman -S lsof'
[2018-06-17 10:48] [ALPM] transaction started
[2018-06-17 10:48] [ALPM] installed lsof (4.91-1)
[2018-06-17 10:48] [ALPM] transaction completed
[2018-06-17 10:48] [ALPM] running 'systemd-update.hook'...
[2018-06-17 10:53] [PACMAN] Running 'pacman -Rs otf-fira-mono'
[2018-06-17 11:51] [PACMAN] Running 'pacman -S bc'
[2018-06-17 11:51] [ALPM] transaction started
[2018-06-17 11:51] [ALPM] installed bc (1.07.1-1)
[2018-06-17 11:51] [ALPM] transaction completed
[2018-06-17 11:51] [ALPM] running 'systemd-update.hook'...
[2018-06-17 11:51] [ALPM] running 'texinfo-install.hook'...
[2018-06-17 12:48] [PACMAN] Running 'pacman -S gnome-characters'
[2018-06-17 12:49] [PACMAN] Running 'pacman -S gucharmap'
[2018-06-17 12:49] [ALPM] transaction started
[2018-06-17 12:49] [ALPM] installed gucharmap (10.0.4+3+gf63a9d95-1)
[2018-06-17 12:49] [ALPM] transaction completed
[2018-06-17 12:49] [ALPM] running 'glib-compile-schemas.hook'...
[2018-06-17 12:49] [ALPM] running 'systemd-update.hook'...
[2018-06-17 12:49] [ALPM] running 'update-desktop-database.hook'...
[2018-06-18 08:46] [PACMAN] Running 'pacman -S awesome-terminal-fonts'
[2018-06-18 08:46] [ALPM] transaction started
[2018-06-18 08:46] [ALPM] installed awesome-terminal-fonts (1.1.0-1)
[2018-06-18 08:46] [ALPM] transaction completed
[2018-06-18 08:46] [ALPM] running 'fontconfig.hook'...
[2018-06-18 08:46] [ALPM] running 'systemd-update.hook'...
[2018-06-18 08:46] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-18 08:47] [PACMAN] Running 'pacman -Rs awesome-terminal-fonts'
[2018-06-18 08:47] [ALPM] transaction started
[2018-06-18 08:47] [ALPM] removed awesome-terminal-fonts (1.1.0-1)
[2018-06-18 08:47] [ALPM] transaction completed
[2018-06-18 08:47] [ALPM] running 'fontconfig.hook'...
[2018-06-18 08:47] [ALPM] running 'systemd-update.hook'...
[2018-06-18 08:47] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-18 09:00] [PACMAN] Running 'pacman -Rs source-code-pro'
[2018-06-18 09:01] [PACMAN] Running 'pacman -Rs adobe-source-code-pro'
[2018-06-18 09:01] [PACMAN] Running 'pacman -Rs adobe-source-code-pro'
[2018-06-18 09:01] [PACMAN] Running 'pacman -Rs adobe-source-code-mono'
[2018-06-18 09:02] [PACMAN] Running 'pacman -Rs adobe-source-code-pro-fonts'
[2018-06-18 09:02] [ALPM] transaction started
[2018-06-18 09:02] [ALPM] removed adobe-source-code-pro-fonts (2.030ro+1.050it-4)
[2018-06-18 09:02] [ALPM] transaction completed
[2018-06-18 09:02] [ALPM] running 'fontconfig.hook'...
[2018-06-18 09:02] [ALPM] running 'systemd-update.hook'...
[2018-06-18 09:02] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-18 09:04] [PACMAN] Running 'pacman --sync --asdeps -- wget'
[2018-06-18 09:04] [ALPM] transaction started
[2018-06-18 09:04] [ALPM] installed wget (1.19.5-1)
[2018-06-18 09:04] [ALPM] transaction completed
[2018-06-18 09:04] [ALPM] running 'systemd-update.hook'...
[2018-06-18 09:04] [ALPM] running 'texinfo-install.hook'...
[2018-06-18 09:04] [PACMAN] Running 'pacman --upgrade nerd-fonts-fira-mono-2.0.0-1-any.pkg.tar.xz'
[2018-06-18 09:04] [ALPM] transaction started
[2018-06-18 09:04] [ALPM] installed nerd-fonts-fira-mono (2.0.0-1)
[2018-06-18 09:04] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-18 09:04] [ALPM-SCRIPTLET] 
[2018-06-18 09:04] [ALPM-SCRIPTLET] :: Font name changed. Now 'FuraMono', for example
[2018-06-18 09:04] [ALPM-SCRIPTLET]    'was' FiraMonoFor Nerd Font Medium 10
[2018-06-18 09:04] [ALPM-SCRIPTLET]    'now' FuraMono Nerd Font Medium 10
[2018-06-18 09:04] [ALPM-SCRIPTLET]    edit your configs accordingly
[2018-06-18 09:04] [ALPM] transaction completed
[2018-06-18 09:04] [ALPM] running 'fontconfig.hook'...
[2018-06-18 09:04] [ALPM] running 'systemd-update.hook'...
[2018-06-18 09:04] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-18 09:09] [PACMAN] Running 'pacman -Rs nerd-fonts-fira-mono'
[2018-06-18 09:09] [ALPM] running 'texinfo-remove.hook'...
[2018-06-18 09:09] [ALPM] transaction started
[2018-06-18 09:09] [ALPM] removed nerd-fonts-fira-mono (2.0.0-1)
[2018-06-18 09:09] [ALPM-SCRIPTLET] Updating font cache... done
[2018-06-18 09:09] [ALPM-SCRIPTLET] 
[2018-06-18 09:09] [ALPM-SCRIPTLET] :: Font name changed. Now 'FuraMono', for example
[2018-06-18 09:09] [ALPM-SCRIPTLET]    'was' FiraMonoFor Nerd Font Medium 10
[2018-06-18 09:09] [ALPM-SCRIPTLET]    'now' FuraMono Nerd Font Medium 10
[2018-06-18 09:09] [ALPM-SCRIPTLET]    edit your configs accordingly
[2018-06-18 09:09] [ALPM] removed wget (1.19.5-1)
[2018-06-18 09:09] [ALPM] transaction completed
[2018-06-18 09:09] [ALPM] running 'fontconfig.hook'...
[2018-06-18 09:09] [ALPM] running 'systemd-update.hook'...
[2018-06-18 09:09] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-18 09:12] [PACMAN] Running 'pacman -S powerline-fonts'
[2018-06-18 09:12] [ALPM] transaction started
[2018-06-18 09:12] [ALPM] installed powerline-common (2.6-1)
[2018-06-18 09:12] [ALPM] installed powerline-fonts (2.6-1)
[2018-06-18 09:12] [ALPM] transaction completed
[2018-06-18 09:12] [ALPM] running 'fontconfig.hook'...
[2018-06-18 09:12] [ALPM] running 'systemd-update.hook'...
[2018-06-18 09:12] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-18 11:16] [PACMAN] Running 'pacman -Rs nerd-fonts-terminus'
[2018-06-18 11:16] [ALPM] transaction started
[2018-06-18 11:16] [ALPM] removed nerd-fonts-terminus (2.0.0-1)
[2018-06-18 11:16] [ALPM] transaction completed
[2018-06-18 11:16] [ALPM] running 'fontconfig.hook'...
[2018-06-18 11:16] [ALPM] running 'systemd-update.hook'...
[2018-06-18 11:16] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-18 11:26] [PACMAN] Running 'pacman -Rs powerline-fonts'
[2018-06-18 11:26] [ALPM] transaction started
[2018-06-18 11:26] [ALPM] removed powerline-fonts (2.6-1)
[2018-06-18 11:26] [ALPM] removed powerline-common (2.6-1)
[2018-06-18 11:26] [ALPM] transaction completed
[2018-06-18 11:26] [ALPM] running 'fontconfig.hook'...
[2018-06-18 11:26] [ALPM] running 'systemd-update.hook'...
[2018-06-18 11:26] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-18 11:26] [PACMAN] Running 'pacman -S powerline-fonts'
[2018-06-18 11:26] [ALPM] transaction started
[2018-06-18 11:26] [ALPM] installed powerline-common (2.6-1)
[2018-06-18 11:26] [ALPM] installed powerline-fonts (2.6-1)
[2018-06-18 11:26] [ALPM] transaction completed
[2018-06-18 11:26] [ALPM] running 'fontconfig.hook'...
[2018-06-18 11:26] [ALPM] running 'systemd-update.hook'...
[2018-06-18 11:26] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-18 11:26] [PACMAN] Running 'pacman --upgrade nerd-fonts-terminus-2.0.0-1-any.pkg.tar.xz'
[2018-06-18 11:26] [ALPM] transaction started
[2018-06-18 11:26] [ALPM] installed nerd-fonts-terminus (2.0.0-1)
[2018-06-18 11:26] [ALPM] transaction completed
[2018-06-18 11:26] [ALPM] running 'fontconfig.hook'...
[2018-06-18 11:26] [ALPM] running 'systemd-update.hook'...
[2018-06-18 11:26] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-18 11:27] [PACMAN] Running 'pacman -Rs powerline-fonts'
[2018-06-18 11:27] [ALPM] transaction started
[2018-06-18 11:27] [ALPM] removed powerline-fonts (2.6-1)
[2018-06-18 11:27] [ALPM] removed powerline-common (2.6-1)
[2018-06-18 11:27] [ALPM] transaction completed
[2018-06-18 11:27] [ALPM] running 'fontconfig.hook'...
[2018-06-18 11:27] [ALPM] running 'systemd-update.hook'...
[2018-06-18 11:27] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-19 06:10] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 06:10] [PACMAN] synchronizing package lists
[2018-06-19 06:10] [PACMAN] starting full system upgrade
[2018-06-19 06:11] [ALPM] transaction started
[2018-06-19 06:11] [ALPM] upgraded xorg-server-common (1.20.0-7 -> 1.20.0-8)
[2018-06-19 06:11] [ALPM] upgraded libinput (1.11.0-1 -> 1.11.1-1)
[2018-06-19 06:11] [ALPM] upgraded xorg-server (1.20.0-7 -> 1.20.0-8)
[2018-06-19 06:11] [ALPM] upgraded exo (0.12.0-1 -> 0.12.1-1)
[2018-06-19 06:11] [ALPM] upgraded ffmpeg (1:4.0-3 -> 1:4.0.1-1)
[2018-06-19 06:11] [ALPM] upgraded linux-firmware (20180518.2a9b2cf-1 -> 20180606.d114732-1)
[2018-06-19 06:11] [ALPM] upgraded linux (4.16.13-2 -> 4.17.2-1)
[2018-06-19 06:11] [ALPM] upgraded nvidia (396.24-7 -> 396.24-11)
[2018-06-19 06:11] [ALPM] upgraded python-requests (2.18.4-4 -> 2.19.1-1)
[2018-06-19 06:11] [ALPM] transaction completed
[2018-06-19 06:11] [ALPM] running '60-linux.hook'...
[2018-06-19 06:11] [ALPM] running '90-linux.hook'...
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> Starting build: 4.17.2-1-ARCH
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> Starting build: 4.17.2-1-ARCH
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-06-19 06:11] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-06-19 06:11] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-06-19 06:11] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-19 06:11] [ALPM] running 'systemd-hwdb.hook'...
[2018-06-19 06:11] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-06-19 06:11] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-19 06:11] [ALPM] running 'systemd-update.hook'...
[2018-06-19 06:11] [ALPM] running 'update-desktop-database.hook'...
[2018-06-19 06:12] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 06:12] [PACMAN] synchronizing package lists
[2018-06-19 06:12] [PACMAN] starting full system upgrade
[2018-06-19 08:07] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:07] [PACMAN] synchronizing package lists
[2018-06-19 08:07] [PACMAN] starting full system upgrade
[2018-06-19 08:16] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:16] [PACMAN] synchronizing package lists
[2018-06-19 08:16] [PACMAN] starting full system upgrade
[2018-06-19 08:19] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:19] [PACMAN] synchronizing package lists
[2018-06-19 08:19] [PACMAN] starting full system upgrade
[2018-06-19 08:22] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:22] [PACMAN] synchronizing package lists
[2018-06-19 08:22] [PACMAN] starting full system upgrade
[2018-06-19 08:22] [PACMAN] Running 'pacman --upgrade aurman-2.12-1-any.pkg.tar.xz'
[2018-06-19 08:22] [ALPM] transaction started
[2018-06-19 08:22] [ALPM] upgraded aurman (2.11-1 -> 2.12-1)
[2018-06-19 08:22] [ALPM] transaction completed
[2018-06-19 08:22] [ALPM] running 'systemd-update.hook'...
[2018-06-19 08:29] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:29] [PACMAN] synchronizing package lists
[2018-06-19 08:29] [PACMAN] starting full system upgrade
[2018-06-19 08:29] [ALPM] transaction started
[2018-06-19 08:29] [ALPM] upgraded fribidi (1.0.2-1 -> 1.0.4-1)
[2018-06-19 08:29] [ALPM] upgraded gc (7.6.4-1 -> 7.6.6-1)
[2018-06-19 08:29] [ALPM] upgraded js52 (52.7.3-2 -> 52.8.0-1)
[2018-06-19 08:29] [ALPM] upgraded libdatrie (0.2.10-2 -> 0.2.12-1)
[2018-06-19 08:29] [ALPM] transaction completed
[2018-06-19 08:29] [ALPM] running 'systemd-update.hook'...
[2018-06-19 08:31] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:31] [PACMAN] synchronizing package lists
[2018-06-19 08:31] [PACMAN] starting full system upgrade
[2018-06-19 08:31] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:31] [PACMAN] synchronizing package lists
[2018-06-19 08:31] [PACMAN] starting full system upgrade
[2018-06-19 08:32] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:32] [PACMAN] synchronizing package lists
[2018-06-19 08:32] [PACMAN] starting full system upgrade
[2018-06-19 08:33] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:33] [PACMAN] synchronizing package lists
[2018-06-19 08:33] [PACMAN] starting full system upgrade
[2018-06-19 08:38] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:38] [PACMAN] synchronizing package lists
[2018-06-19 08:38] [PACMAN] starting full system upgrade
[2018-06-19 08:39] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:39] [PACMAN] synchronizing package lists
[2018-06-19 08:39] [PACMAN] starting full system upgrade
[2018-06-19 08:53] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 08:53] [PACMAN] synchronizing package lists
[2018-06-19 08:53] [PACMAN] starting full system upgrade
[2018-06-19 13:43] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-19 13:43] [PACMAN] synchronizing package lists
[2018-06-19 13:43] [PACMAN] starting full system upgrade
[2018-06-20 05:39] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-20 05:39] [PACMAN] synchronizing package lists
[2018-06-20 05:39] [PACMAN] starting full system upgrade
[2018-06-20 05:39] [ALPM] transaction started
[2018-06-20 05:39] [ALPM] upgraded grub (2:2.02-5 -> 2:2.02-6)
[2018-06-20 05:39] [ALPM] upgraded python-regex (2018.06.09-1 -> 2018.06.20-1)
[2018-06-20 05:39] [ALPM] transaction completed
[2018-06-20 05:39] [ALPM] running 'systemd-update.hook'...
[2018-06-20 05:39] [ALPM] running 'texinfo-install.hook'...
[2018-06-20 05:40] [PACMAN] Running 'pacman --upgrade aurman-2.13.1-1-any.pkg.tar.xz'
[2018-06-20 05:40] [ALPM] transaction started
[2018-06-20 05:40] [ALPM] upgraded aurman (2.12-1 -> 2.13.1-1)
[2018-06-20 05:40] [ALPM] transaction completed
[2018-06-20 05:40] [ALPM] running 'systemd-update.hook'...
[2018-06-20 05:54] [PACMAN] Running 'pacman --upgrade vim-plug-0.9.1-1-any.pkg.tar.xz'
[2018-06-20 05:54] [ALPM] transaction started
[2018-06-20 05:54] [ALPM] installed vim-plug (0.9.1-1)
[2018-06-20 05:54] [ALPM-SCRIPTLET] 
[2018-06-20 05:54] [ALPM-SCRIPTLET]     >>> To use vim-plug, please check the file /usr/share/vim-plug/vimrc.sample
[2018-06-20 05:54] [ALPM-SCRIPTLET]     >>> and update your ~/.vimrc file, accordingly
[2018-06-20 05:54] [ALPM-SCRIPTLET]   
[2018-06-20 05:54] [ALPM] transaction completed
[2018-06-20 05:54] [ALPM] running 'systemd-update.hook'...
[2018-06-20 14:40] [PACMAN] Running 'pacman -S gvim'
[2018-06-20 14:41] [PACMAN] Running 'pacman -S gvim'
[2018-06-20 14:41] [ALPM] transaction started
[2018-06-20 14:41] [ALPM] removed vim (8.1.0022-1)
[2018-06-20 14:41] [ALPM] installed gvim (8.1.0022-1)
[2018-06-20 14:41] [ALPM] transaction completed
[2018-06-20 14:41] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-20 14:41] [ALPM] running 'systemd-update.hook'...
[2018-06-20 14:41] [ALPM] running 'update-desktop-database.hook'...
[2018-06-20 15:15] [PACMAN] Running 'pacman -Syu'
[2018-06-20 15:15] [PACMAN] synchronizing package lists
[2018-06-20 15:15] [PACMAN] starting full system upgrade
[2018-06-20 15:15] [ALPM] transaction started
[2018-06-20 15:15] [ALPM] upgraded libwacom (0.29-1 -> 0.30-1)
[2018-06-20 15:15] [ALPM] transaction completed
[2018-06-20 15:15] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-20 15:15] [ALPM] running 'systemd-update.hook'...
[2018-06-20 15:56] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-20 15:56] [PACMAN] synchronizing package lists
[2018-06-20 15:56] [PACMAN] starting full system upgrade
[2018-06-20 15:56] [ALPM] transaction started
[2018-06-20 15:56] [ALPM] upgraded exo (0.12.1-1 -> 0.12.2-1)
[2018-06-20 15:56] [ALPM] upgraded libpulse (11.1-1 -> 12.0-1)
[2018-06-20 15:56] [ALPM] transaction completed
[2018-06-20 15:56] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-20 15:56] [ALPM] running 'systemd-update.hook'...
[2018-06-20 15:56] [ALPM] running 'update-desktop-database.hook'...
[2018-06-20 16:06] [PACMAN] Running 'pacman -S ranger'
[2018-06-20 16:06] [ALPM] transaction started
[2018-06-20 16:06] [ALPM] installed ranger (1.9.1-1)
[2018-06-20 16:06] [ALPM] transaction completed
[2018-06-20 16:06] [ALPM] running 'systemd-update.hook'...
[2018-06-20 16:06] [ALPM] running 'update-desktop-database.hook'...
[2018-06-21 06:47] [PACMAN] Running 'pacman -S glib2'
[2018-06-21 06:57] [PACMAN] Running 'pacman -S gvfs'
[2018-06-21 06:58] [ALPM] transaction started
[2018-06-21 06:58] [ALPM] installed fuse-common (3.2.3-1)
[2018-06-21 06:58] [ALPM] installed fuse2 (2.9.7-4)
[2018-06-21 06:58] [ALPM] installed libcddb (1.3.2-5)
[2018-06-21 06:58] [ALPM] installed libcdio (2.0.0-1)
[2018-06-21 06:58] [ALPM] installed libcdio-paranoia (10.2+0.94+2-2)
[2018-06-21 06:58] [ALPM] installed libatasmart (0.19-4)
[2018-06-21 06:58] [ALPM] installed zstd (1.3.4-1)
[2018-06-21 06:58] [ALPM] installed btrfs-progs (4.16.1-2)
[2018-06-21 06:58] [ALPM] installed dosfstools (4.1-1)
[2018-06-21 06:58] [ALPM] installed dmraid (1.0.0.rc16.3-11)
[2018-06-21 06:58] [ALPM] installed gptfdisk (1.0.3-1)
[2018-06-21 06:58] [ALPM] installed libbytesize (1.3-1)
[2018-06-21 06:58] [ALPM] installed ndctl (60.3-2)
[2018-06-21 06:58] [ALPM] installed parted (3.2-6)
[2018-06-21 06:58] [ALPM] installed volume_key (0.3.10-1)
[2018-06-21 06:58] [ALPM] installed libblockdev (2.17-3)
[2018-06-21 06:58] [ALPM] installed udisks2 (2.7.6-1)
[2018-06-21 06:58] [ALPM] installed gcr (3.28.0-3)
[2018-06-21 06:58] [ALPM] installed gvfs (1.36.2-2)
[2018-06-21 06:58] [ALPM] transaction completed
[2018-06-21 06:58] [ALPM] running '90-linux.hook'...
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> Starting build: 4.17.2-1-ARCH
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> Starting build: 4.17.2-1-ARCH
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-06-21 06:58] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-06-21 06:58] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-06-21 06:58] [ALPM] running 'gio-querymodules.hook'...
[2018-06-21 06:58] [ALPM] running 'glib-compile-schemas.hook'...
[2018-06-21 06:58] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-21 06:58] [ALPM] running 'gvfsd.hook'...
[2018-06-21 06:58] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-21 06:58] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-06-21 06:58] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-21 06:58] [ALPM] running 'systemd-update.hook'...
[2018-06-21 06:58] [ALPM] running 'texinfo-install.hook'...
[2018-06-21 06:58] [ALPM] running 'update-desktop-database.hook'...
[2018-06-21 06:58] [ALPM] running 'update-mime-database.hook'...
[2018-06-21 06:58] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-21 06:58] [PACMAN] synchronizing package lists
[2018-06-21 06:58] [PACMAN] starting full system upgrade
[2018-06-21 06:58] [ALPM] transaction started
[2018-06-21 06:58] [ALPM] upgraded attr (2.4.47-3 -> 2.4.48-1)
[2018-06-21 06:58] [ALPM] upgraded acl (2.2.52-4 -> 2.2.53-1)
[2018-06-21 06:58] [ALPM] upgraded lame (3.100-1 -> 3.100-2)
[2018-06-21 06:58] [ALPM] upgraded libogg (1.3.3-2 -> 1.3.3-3)
[2018-06-21 06:58] [ALPM] transaction completed
[2018-06-21 06:58] [ALPM] running 'systemd-update.hook'...
[2018-06-21 07:01] [PACMAN] Running 'pacman -S ntfs-3g'
[2018-06-21 07:01] [ALPM] transaction started
[2018-06-21 07:01] [ALPM] installed ntfs-3g (2017.3.23-1)
[2018-06-21 07:01] [ALPM] transaction completed
[2018-06-21 07:01] [ALPM] running 'systemd-update.hook'...
[2018-06-21 07:03] [PACMAN] Running 'pacman -S polkit'
[2018-06-21 07:03] [ALPM] transaction started
[2018-06-21 07:03] [ALPM] reinstalled polkit (0.114-1)
[2018-06-21 07:03] [ALPM] transaction completed
[2018-06-21 07:03] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-21 07:03] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-21 07:03] [ALPM] running 'systemd-update.hook'...
[2018-06-21 07:03] [PACMAN] Running 'pacman -S lxqt-policykit'
[2018-06-21 07:03] [PACMAN] Running 'pacman -S lxsession'
[2018-06-21 07:04] [ALPM] transaction started
[2018-06-21 07:04] [ALPM] installed lxsession (1:0.5.3-1)
[2018-06-21 07:04] [ALPM] transaction completed
[2018-06-21 07:04] [ALPM] running 'systemd-update.hook'...
[2018-06-21 07:04] [ALPM] running 'update-desktop-database.hook'...
[2018-06-21 07:12] [PACMAN] Running 'pacman -S atool'
[2018-06-21 07:13] [ALPM] transaction started
[2018-06-21 07:13] [ALPM] installed atool (0.39.0-5)
[2018-06-21 07:13] [ALPM] transaction completed
[2018-06-21 07:13] [ALPM] running 'systemd-update.hook'...
[2018-06-21 07:13] [PACMAN] Running 'pacman -S cpio lha lzop unace unrar zip'
[2018-06-21 07:13] [ALPM] transaction started
[2018-06-21 07:13] [ALPM] installed cpio (2.12-3)
[2018-06-21 07:13] [ALPM] installed lhasa (0.3.1-1)
[2018-06-21 07:13] [ALPM] installed lzop (1.04-1)
[2018-06-21 07:13] [ALPM] installed unace (2.5-10)
[2018-06-21 07:13] [ALPM-SCRIPTLET] 
[2018-06-21 07:13] [ALPM-SCRIPTLET] ==> unace post-install message:
[2018-06-21 07:13] [ALPM-SCRIPTLET] ==> to use this software, you have to accept the Public UnAce Licence,
[2018-06-21 07:13] [ALPM-SCRIPTLET] ==> ( it's in /usr/share/licenses/unace/license )
[2018-06-21 07:13] [ALPM-SCRIPTLET] ==> otherwise, remove this package!
[2018-06-21 07:13] [ALPM-SCRIPTLET] 
[2018-06-21 07:13] [ALPM] installed unrar (1:5.6.4-1)
[2018-06-21 07:13] [ALPM] installed zip (3.0-8)
[2018-06-21 07:13] [ALPM] transaction completed
[2018-06-21 07:13] [ALPM] running 'systemd-update.hook'...
[2018-06-21 07:13] [ALPM] running 'texinfo-install.hook'...
[2018-06-21 07:30] [PACMAN] Running 'pacman -S cdemu-client gvfs-smb sshfs autofs'
[2018-06-21 07:31] [ALPM] transaction started
[2018-06-21 07:31] [ALPM] installed gobject-introspection-runtime (1.56.1-1)
[2018-06-21 07:31] [ALPM] installed pygobject-devel (3.28.3-1)
[2018-06-21 07:31] [ALPM] installed python-gobject (3.28.3-1)
[2018-06-21 07:31] [ALPM] installed vhba-module (20170610-78)
[2018-06-21 07:31] [ALPM] installed libao (1.2.2-2)
[2018-06-21 07:31] [ALPM] installed libsamplerate (0.1.9-1)
[2018-06-21 07:31] [ALPM] installed libmirage (3.1.0-1)
[2018-06-21 07:31] [ALPM] installed cdemu-daemon (3.1.0-1)
[2018-06-21 07:31] [ALPM-SCRIPTLET]   > Only users with a hardware seat or in the 'cdemu' group
[2018-06-21 07:31] [ALPM-SCRIPTLET]     can communicate with the system daemon or make use of a
[2018-06-21 07:31] [ALPM-SCRIPTLET]     session daemon.
[2018-06-21 07:31] [ALPM-SCRIPTLET] 
[2018-06-21 07:31] [ALPM-SCRIPTLET]   > If you want to output CD-Audio you need to use a session
[2018-06-21 07:31] [ALPM-SCRIPTLET]     daemon, e.g. via "cdemu -b session". If you use ALSA and
[2018-06-21 07:31] [ALPM-SCRIPTLET]     not PulseAudio, echo AUDIO_DRIVER=alsa > ~/.cdemu-daemon
[2018-06-21 07:31] [ALPM-SCRIPTLET] 
[2018-06-21 07:31] [ALPM-SCRIPTLET]   > The daemons are usually started on-demand, but a system
[2018-06-21 07:31] [ALPM-SCRIPTLET]     daemon can be manually started via cdemu-daemon.service.
[2018-06-21 07:31] [ALPM-SCRIPTLET]     See /etc/conf.d/cdemu-daemon for further configuration.
[2018-06-21 07:31] [ALPM-SCRIPTLET] 
[2018-06-21 07:31] [ALPM-SCRIPTLET] modprobe: FATAL: Module vhba not found in directory /lib/modules/4.17.2-1-ARCH
[2018-06-21 07:31] [ALPM] installed cdemu-client (3.1.0-1)
[2018-06-21 07:31] [ALPM] installed talloc (2.1.13-1)
[2018-06-21 07:31] [ALPM] installed libbsd (0.9.1-1)
[2018-06-21 07:31] [ALPM] installed libwbclient (4.8.2-1)
[2018-06-21 07:31] [ALPM] installed cifs-utils (6.7-2)
[2018-06-21 07:31] [ALPM] installed tevent (1:0.9.36-1)
[2018-06-21 07:31] [ALPM] installed ldb (1.3.3-1)
[2018-06-21 07:31] [ALPM] installed python2 (2.7.15-1)
[2018-06-21 07:31] [ALPM] installed gamin (0.1.10-9)
[2018-06-21 07:31] [ALPM] installed smbclient (4.8.2-1)
[2018-06-21 07:31] [ALPM] installed gvfs-smb (1.36.2-2)
[2018-06-21 07:31] [ALPM] installed fuse3 (3.2.3-1)
[2018-06-21 07:31] [ALPM] installed dnssec-anchors (20170711-1)
[2018-06-21 07:31] [ALPM] installed ldns (1.7.0-4)
[2018-06-21 07:31] [ALPM] installed openssh (7.7p1-1)
[2018-06-21 07:31] [ALPM] installed sshfs (3.3.2-1)
[2018-06-21 07:31] [ALPM] installed autofs (5.1.4-2)
[2018-06-21 07:31] [ALPM] transaction completed
[2018-06-21 07:31] [ALPM] running '60-linux.hook'...
[2018-06-21 07:31] [ALPM] running 'glib-compile-schemas.hook'...
[2018-06-21 07:31] [ALPM] running 'gvfsd.hook'...
[2018-06-21 07:31] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-21 07:31] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-21 07:31] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-06-21 07:31] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-21 07:31] [ALPM] running 'systemd-update.hook'...
[2018-06-21 07:31] [ALPM] running 'update-desktop-database.hook'...
[2018-06-21 07:31] [ALPM] running 'update-mime-database.hook'...
[2018-06-21 07:39] [PACMAN] Running 'pacman -S ffmpegthumbnailer'
[2018-06-21 07:39] [ALPM] transaction started
[2018-06-21 07:39] [ALPM] installed ffmpegthumbnailer (2.2.0-2)
[2018-06-21 07:39] [ALPM] transaction completed
[2018-06-21 07:39] [ALPM] running 'systemd-update.hook'...
[2018-06-21 07:40] [PACMAN] Running 'pacman -S pdftoppm'
[2018-06-21 19:33] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-21 19:33] [PACMAN] synchronizing package lists
[2018-06-21 19:33] [PACMAN] starting full system upgrade
[2018-06-21 19:33] [ALPM] transaction started
[2018-06-21 19:33] [ALPM] upgraded nvidia (396.24-11 -> 396.24-12)
[2018-06-21 19:33] [ALPM] upgraded python-regex (2018.06.20-1 -> 2018.06.21-1)
[2018-06-21 19:33] [ALPM] transaction completed
[2018-06-21 19:33] [ALPM] running '60-linux.hook'...
[2018-06-21 19:33] [ALPM] running 'systemd-update.hook'...
[2018-06-22 06:53] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-22 06:53] [PACMAN] synchronizing package lists
[2018-06-22 06:53] [PACMAN] starting full system upgrade
[2018-06-22 06:53] [ALPM] transaction started
[2018-06-22 06:53] [ALPM] upgraded libwbclient (4.8.2-1 -> 4.8.2-2)
[2018-06-22 06:53] [ALPM] upgraded cifs-utils (6.7-2 -> 6.8-1)
[2018-06-22 06:53] [ALPM] upgraded git (2.17.1-1 -> 2.18.0-1)
[2018-06-22 06:53] [ALPM] installed lmdb (0.9.22-1)
[2018-06-22 06:53] [ALPM] upgraded ldb (1.3.3-1 -> 1.4.0-1)
[2018-06-22 06:53] [ALPM] upgraded libcups (2.2.7-2 -> 2.2.8-3)
[2018-06-22 06:53] [ALPM] upgraded libinput (1.11.1-1 -> 1.11.1-2)
[2018-06-22 06:53] [ALPM] upgraded xorg-server-common (1.20.0-8 -> 1.20.0-9)
[2018-06-22 06:53] [ALPM] upgraded xorg-server (1.20.0-8 -> 1.20.0-9)
[2018-06-22 06:53] [ALPM] upgraded mesa (18.1.1-1 -> 18.1.2-1)
[2018-06-22 06:53] [ALPM] upgraded smbclient (4.8.2-1 -> 4.8.2-2)
[2018-06-22 06:53] [ALPM] transaction completed
[2018-06-22 06:53] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-22 06:53] [ALPM] running 'systemd-hwdb.hook'...
[2018-06-22 06:53] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-22 06:53] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-22 06:53] [ALPM] running 'systemd-update.hook'...
[2018-06-23 02:37] [PACMAN] Running 'pacman --sync --asdeps -- libmtp gvfs-mtp libplist libusbmuxd usbmuxd libimobiledevice gvfs-afc libxpm gd libgphoto2 gvfs-gphoto2'
[2018-06-23 02:37] [ALPM] transaction started
[2018-06-23 02:37] [ALPM] installed libmtp (1.1.15-1)
[2018-06-23 02:37] [ALPM] installed gvfs-mtp (1.36.2-2)
[2018-06-23 02:37] [ALPM] installed libplist (2.0.0+11+gec9ba8b-1)
[2018-06-23 02:37] [ALPM] installed libusbmuxd (1.0.10+13+gc724e70-1)
[2018-06-23 02:37] [ALPM] installed libimobiledevice (1.2.0+66+g5a85432-1)
[2018-06-23 02:37] [ALPM] installed usbmuxd (1.1.0+28+g46bdf3e-1)
[2018-06-23 02:37] [ALPM] installed gvfs-afc (1.36.2-2)
[2018-06-23 02:37] [ALPM] installed libxpm (3.5.12-1)
[2018-06-23 02:37] [ALPM] installed gd (2.2.5-1)
[2018-06-23 02:37] [ALPM] installed libgphoto2 (2.5.18-1)
[2018-06-23 02:37] [ALPM] installed gvfs-gphoto2 (1.36.2-2)
[2018-06-23 02:37] [ALPM] transaction completed
[2018-06-23 02:37] [ALPM] running 'gvfsd.hook'...
[2018-06-23 02:37] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-23 02:37] [ALPM] running 'systemd-hwdb.hook'...
[2018-06-23 02:37] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-23 02:37] [ALPM] running 'systemd-update.hook'...
[2018-06-23 02:37] [PACMAN] Running 'pacman -D --asexplicit gvfs-mtp gvfs-afc gvfs-gphoto2'
[2018-06-23 02:42] [PACMAN] Running 'pacman -Rs gvfs-mtp gvfs-gphoto2 gvfs-afc'
[2018-06-23 02:42] [ALPM] transaction started
[2018-06-23 02:42] [ALPM] removed gvfs-afc (1.36.2-2)
[2018-06-23 02:42] [ALPM] removed libimobiledevice (1.2.0+66+g5a85432-1)
[2018-06-23 02:42] [ALPM] removed libusbmuxd (1.0.10+13+gc724e70-1)
[2018-06-23 02:42] [ALPM] removed libplist (2.0.0+11+gec9ba8b-1)
[2018-06-23 02:42] [ALPM] removed usbmuxd (1.1.0+28+g46bdf3e-1)
[2018-06-23 02:42] [ALPM] removed gvfs-gphoto2 (1.36.2-2)
[2018-06-23 02:42] [ALPM] removed libgphoto2 (2.5.18-1)
[2018-06-23 02:42] [ALPM] removed gd (2.2.5-1)
[2018-06-23 02:42] [ALPM] removed libxpm (3.5.12-1)
[2018-06-23 02:42] [ALPM] removed gvfs-mtp (1.36.2-2)
[2018-06-23 02:42] [ALPM] removed libmtp (1.1.15-1)
[2018-06-23 02:42] [ALPM] transaction completed
[2018-06-23 02:42] [ALPM] running 'gvfsd.hook'...
[2018-06-23 02:42] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-23 02:42] [ALPM] running 'systemd-hwdb.hook'...
[2018-06-23 02:42] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-23 02:42] [ALPM] running 'systemd-update.hook'...
[2018-06-23 02:42] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-23 02:42] [PACMAN] synchronizing package lists
[2018-06-23 02:42] [PACMAN] starting full system upgrade
[2018-06-23 02:43] [PACMAN] Running 'pacman --sync --asdeps -- libmtp gvfs-mtp libplist libusbmuxd usbmuxd libimobiledevice gvfs-afc libxpm gd libgphoto2 gvfs-gphoto2 gvfs-smb'
[2018-06-23 02:43] [ALPM] transaction started
[2018-06-23 02:43] [ALPM] installed libmtp (1.1.15-1)
[2018-06-23 02:43] [ALPM] installed gvfs-mtp (1.36.2-2)
[2018-06-23 02:43] [ALPM] installed libplist (2.0.0+11+gec9ba8b-1)
[2018-06-23 02:43] [ALPM] installed libusbmuxd (1.0.10+13+gc724e70-1)
[2018-06-23 02:43] [ALPM] installed libimobiledevice (1.2.0+66+g5a85432-1)
[2018-06-23 02:43] [ALPM] installed usbmuxd (1.1.0+28+g46bdf3e-1)
[2018-06-23 02:43] [ALPM] installed gvfs-afc (1.36.2-2)
[2018-06-23 02:43] [ALPM] installed libxpm (3.5.12-1)
[2018-06-23 02:43] [ALPM] installed gd (2.2.5-1)
[2018-06-23 02:43] [ALPM] installed libgphoto2 (2.5.18-1)
[2018-06-23 02:43] [ALPM] installed gvfs-gphoto2 (1.36.2-2)
[2018-06-23 02:43] [ALPM] reinstalled gvfs-smb (1.36.2-2)
[2018-06-23 02:43] [ALPM] transaction completed
[2018-06-23 02:43] [ALPM] running 'glib-compile-schemas.hook'...
[2018-06-23 02:43] [ALPM] running 'gvfsd.hook'...
[2018-06-23 02:43] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-23 02:43] [ALPM] running 'systemd-hwdb.hook'...
[2018-06-23 02:43] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-23 02:43] [ALPM] running 'systemd-update.hook'...
[2018-06-23 02:43] [PACMAN] Running 'pacman -D --asexplicit gvfs-mtp gvfs-afc gvfs-gphoto2 gvfs-smb'
[2018-06-23 02:48] [PACMAN] Running 'pacman --sync --asdeps -- libnautilus-extension nautilus-sendto exiv2 libgexiv2 jansson libnm libstemmer upower tracker iso-codes bubblewrap gnome-desktop gnome-autoar nautilus'
[2018-06-23 02:49] [ALPM] transaction started
[2018-06-23 02:49] [ALPM] installed libnautilus-extension (3.28.1-1)
[2018-06-23 02:49] [ALPM] installed nautilus-sendto (3.8.6+13+gff9b88f-1)
[2018-06-23 02:49] [ALPM] installed exiv2 (0.26-2)
[2018-06-23 02:49] [ALPM] installed libgexiv2 (0.10.8-1)
[2018-06-23 02:49] [ALPM] installed jansson (2.10-3)
[2018-06-23 02:49] [ALPM] installed libnm (1.10.10-1)
[2018-06-23 02:49] [ALPM] installed libstemmer (0+337-2)
[2018-06-23 02:49] [ALPM] installed upower (0.99.7-1)
[2018-06-23 02:49] [ALPM] installed tracker (2.0.3-2)
[2018-06-23 02:49] [ALPM] installed iso-codes (3.76-1)
[2018-06-23 02:49] [ALPM] installed bubblewrap (0.2.1-1)
[2018-06-23 02:49] [ALPM] installed gnome-desktop (1:3.28.2-1)
[2018-06-23 02:49] [ALPM] installed gnome-autoar (0.2.3-1)
[2018-06-23 02:49] [ALPM] installed nautilus (3.28.1-1)
[2018-06-23 02:49] [ALPM] transaction completed
[2018-06-23 02:49] [ALPM] running 'glib-compile-schemas.hook'...
[2018-06-23 02:49] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-23 02:49] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-23 02:49] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-23 02:49] [ALPM] running 'systemd-update.hook'...
[2018-06-23 02:49] [ALPM] running 'update-desktop-database.hook'...
[2018-06-23 02:49] [PACMAN] Running 'pacman -D --asexplicit nautilus'
[2018-06-23 02:53] [PACMAN] Running 'pacman -Rs nautilus'
[2018-06-23 02:53] [ALPM] transaction started
[2018-06-23 02:53] [ALPM] removed nautilus (3.28.1-1)
[2018-06-23 02:53] [ALPM] removed tracker (2.0.3-2)
[2018-06-23 02:53] [ALPM] removed upower (0.99.7-1)
[2018-06-23 02:53] [ALPM] removed libstemmer (0+337-2)
[2018-06-23 02:53] [ALPM] removed libnm (1.10.10-1)
[2018-06-23 02:53] [ALPM] removed jansson (2.10-3)
[2018-06-23 02:53] [ALPM] removed nautilus-sendto (3.8.6+13+gff9b88f-1)
[2018-06-23 02:53] [ALPM] removed libnautilus-extension (3.28.1-1)
[2018-06-23 02:53] [ALPM] removed libgexiv2 (0.10.8-1)
[2018-06-23 02:53] [ALPM] removed exiv2 (0.26-2)
[2018-06-23 02:53] [ALPM] removed gnome-desktop (1:3.28.2-1)
[2018-06-23 02:53] [ALPM] removed iso-codes (3.76-1)
[2018-06-23 02:53] [ALPM] removed bubblewrap (0.2.1-1)
[2018-06-23 02:53] [ALPM] removed gnome-autoar (0.2.3-1)
[2018-06-23 02:53] [ALPM] transaction completed
[2018-06-23 02:53] [ALPM] running 'glib-compile-schemas.hook'...
[2018-06-23 02:53] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-23 02:53] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-23 02:53] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-23 02:53] [ALPM] running 'systemd-update.hook'...
[2018-06-23 02:53] [ALPM] running 'update-desktop-database.hook'...
[2018-06-23 03:06] [PACMAN] Running 'pacman --sync --asdeps -- ffmpegthumbnailer freetype2 libopenraw raw-thumbnailer tumbler poppler poppler-glib libgsf'
[2018-06-23 03:06] [ALPM] transaction started
[2018-06-23 03:06] [ALPM] reinstalled freetype2 (2.9.1-1)
[2018-06-23 03:06] [ALPM] reinstalled ffmpegthumbnailer (2.2.0-2)
[2018-06-23 03:06] [ALPM] installed libopenraw (0.1.3-1)
[2018-06-23 03:06] [ALPM] installed raw-thumbnailer (0.2.1-3)
[2018-06-23 03:06] [ALPM] installed tumbler (0.2.1-2)
[2018-06-23 03:06] [ALPM] installed poppler (0.64.0-1)
[2018-06-23 03:06] [ALPM] installed poppler-glib (0.64.0-1)
[2018-06-23 03:06] [ALPM] installed libgsf (1.14.43-1)
[2018-06-23 03:06] [ALPM] transaction completed
[2018-06-23 03:06] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2018-06-23 03:06] [ALPM] running 'systemd-update.hook'...
[2018-06-23 03:06] [PACMAN] Running 'pacman -D --asexplicit ffmpegthumbnailer freetype2 raw-thumbnailer tumbler poppler-glib libgsf'
[2018-06-23 03:07] [PACMAN] Running 'pacman --sync --asdeps -- file-roller'
[2018-06-23 03:07] [ALPM] transaction started
[2018-06-23 03:07] [ALPM] installed file-roller (3.28.0-1)
[2018-06-23 03:07] [ALPM] transaction completed
[2018-06-23 03:07] [ALPM] running 'glib-compile-schemas.hook'...
[2018-06-23 03:07] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-23 03:07] [ALPM] running 'systemd-update.hook'...
[2018-06-23 03:07] [ALPM] running 'update-desktop-database.hook'...
[2018-06-23 03:07] [PACMAN] Running 'pacman -D --asexplicit file-roller'
[2018-06-23 03:08] [PACMAN] Running 'pacman --sync --asdeps -- lrzip'
[2018-06-23 03:08] [ALPM] transaction started
[2018-06-23 03:08] [ALPM] installed lrzip (0.631-2)
[2018-06-23 03:08] [ALPM] transaction completed
[2018-06-23 03:08] [ALPM] running 'systemd-update.hook'...
[2018-06-23 03:08] [PACMAN] Running 'pacman -D --asexplicit lrzip'
[2018-06-23 03:14] [PACMAN] Running 'pacman --sync --asdeps -- thunar-archive-plugin taglib thunar-media-tags-plugin libgsf'
[2018-06-23 03:14] [ALPM] transaction started
[2018-06-23 03:14] [ALPM] installed thunar-archive-plugin (0.4.0-1)
[2018-06-23 03:14] [ALPM] installed taglib (1.11.1-1)
[2018-06-23 03:14] [ALPM] installed thunar-media-tags-plugin (0.3.0-1)
[2018-06-23 03:14] [ALPM] reinstalled libgsf (1.14.43-1)
[2018-06-23 03:14] [ALPM] transaction completed
[2018-06-23 03:14] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-23 03:14] [ALPM] running 'systemd-update.hook'...
[2018-06-23 03:14] [PACMAN] Running 'pacman -D --asexplicit libgsf thunar-media-tags-plugin thunar-archive-plugin'
[2018-06-23 03:25] [PACMAN] Running 'pacman --sync --asdeps -- python-cairo python-ptyprocess python-pexpect python-xdg catfish'
[2018-06-23 03:25] [ALPM] transaction started
[2018-06-23 03:25] [ALPM] installed python-cairo (1.17.0-1)
[2018-06-23 03:25] [ALPM] installed python-ptyprocess (0.5.2-1)
[2018-06-23 03:25] [ALPM] installed python-pexpect (4.6.0-1)
[2018-06-23 03:25] [ALPM] installed python-xdg (0.26-1)
[2018-06-23 03:25] [ALPM] installed catfish (1.4.5-1)
[2018-06-23 03:25] [ALPM-SCRIPTLET] One of the optional file search engines must be installed for catfish to work.
[2018-06-23 03:25] [ALPM] transaction completed
[2018-06-23 03:25] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-23 03:25] [ALPM] running 'systemd-update.hook'...
[2018-06-23 03:25] [ALPM] running 'update-desktop-database.hook'...
[2018-06-23 03:25] [PACMAN] Running 'pacman -D --asexplicit catfish'
[2018-06-23 03:26] [PACMAN] Running 'pacman --sync --asdeps -- mlocate'
[2018-06-23 03:26] [ALPM] transaction started
[2018-06-23 03:26] [ALPM] installed mlocate (0.26.git.20170220-1)
[2018-06-23 03:26] [ALPM] transaction completed
[2018-06-23 03:26] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-23 03:26] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-23 03:26] [ALPM] running 'systemd-update.hook'...
[2018-06-23 03:26] [PACMAN] Running 'pacman -D --asexplicit mlocate'
[2018-06-23 03:40] [PACMAN] Running 'pacman -Rs autofs'
[2018-06-23 03:40] [ALPM] transaction started
[2018-06-23 03:40] [ALPM] removed autofs (5.1.4-2)
[2018-06-23 03:40] [ALPM] transaction completed
[2018-06-23 03:40] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-23 03:40] [ALPM] running 'systemd-update.hook'...
[2018-06-23 03:43] [PACMAN] Running 'pacman --sync --asdeps -- trash-cli'
[2018-06-23 03:43] [ALPM] transaction started
[2018-06-23 03:43] [ALPM] installed trash-cli (0.17.1.14-3)
[2018-06-23 03:43] [ALPM] transaction completed
[2018-06-23 03:43] [ALPM] running 'systemd-update.hook'...
[2018-06-23 03:43] [PACMAN] Running 'pacman -D --asexplicit trash-cli'
[2018-06-23 04:03] [PACMAN] Running 'pacman --sync --asdeps -- lua highlight'
[2018-06-23 04:03] [ALPM] transaction started
[2018-06-23 04:03] [ALPM] installed lua (5.3.4-2)
[2018-06-23 04:03] [ALPM] installed highlight (3.43-1)
[2018-06-23 04:03] [ALPM] transaction completed
[2018-06-23 04:03] [ALPM] running 'systemd-update.hook'...
[2018-06-23 04:03] [PACMAN] Running 'pacman -D --asexplicit highlight'
[2018-06-23 04:38] [PACMAN] Running 'pacman --sync --asdeps -- numlockx'
[2018-06-23 04:38] [ALPM] transaction started
[2018-06-23 04:38] [ALPM] installed numlockx (1.2-4)
[2018-06-23 04:38] [ALPM] transaction completed
[2018-06-23 04:38] [ALPM] running 'systemd-update.hook'...
[2018-06-23 04:38] [PACMAN] Running 'pacman -D --asexplicit numlockx'
[2018-06-23 16:39] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-23 16:39] [PACMAN] synchronizing package lists
[2018-06-23 16:39] [PACMAN] starting full system upgrade
[2018-06-23 16:39] [ALPM] transaction started
[2018-06-23 16:39] [ALPM] upgraded sysfsutils (2.1.0-9 -> 2.1.0-10)
[2018-06-23 16:39] [ALPM] transaction completed
[2018-06-23 16:39] [ALPM] running 'systemd-update.hook'...
[2018-06-23 16:39] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-23 16:39] [PACMAN] synchronizing package lists
[2018-06-23 16:39] [PACMAN] starting full system upgrade
[2018-06-23 16:44] [PACMAN] Running 'pacman -Rs pcmciautils'
[2018-06-23 16:44] [ALPM] transaction started
[2018-06-23 16:44] [ALPM] removed pcmciautils (018-8)
[2018-06-23 16:44] [ALPM] transaction completed
[2018-06-23 16:44] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-23 16:44] [ALPM] running 'systemd-update.hook'...
[2018-06-23 16:44] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-23 16:44] [PACMAN] synchronizing package lists
[2018-06-23 16:44] [PACMAN] starting full system upgrade
[2018-06-23 16:45] [PACMAN] Running 'pacman --sync --asdeps -- primus'
[2018-06-23 16:45] [ALPM] transaction started
[2018-06-23 16:45] [ALPM] installed primus (20151110-7)
[2018-06-23 16:45] [ALPM] transaction completed
[2018-06-23 16:45] [ALPM] running 'systemd-update.hook'...
[2018-06-23 16:45] [PACMAN] Running 'pacman -D --asexplicit primus'
[2018-06-23 16:57] [PACMAN] Running 'pacman --upgrade tusk-0.11.0-1-x86_64.pkg.tar.xz'
[2018-06-23 16:57] [ALPM] transaction started
[2018-06-23 16:57] [ALPM] installed tusk (0.11.0-1)
[2018-06-23 16:57] [ALPM] transaction completed
[2018-06-23 16:57] [ALPM] running 'systemd-update.hook'...
[2018-06-23 16:57] [ALPM] running 'update-desktop-database.hook'...
[2018-06-23 17:16] [PACMAN] Running 'pacman --upgrade tusk-0.11.0-1-x86_64.pkg.tar.xz'
[2018-06-23 17:16] [ALPM] transaction started
[2018-06-23 17:17] [ALPM] reinstalled tusk (0.11.0-1)
[2018-06-23 17:17] [ALPM] transaction completed
[2018-06-23 17:17] [ALPM] running 'systemd-update.hook'...
[2018-06-23 17:17] [ALPM] running 'update-desktop-database.hook'...
[2018-06-23 17:27] [PACMAN] Running 'pacman -Rs tusk'
[2018-06-23 17:27] [ALPM] transaction started
[2018-06-23 17:27] [ALPM] removed tusk (0.11.0-1)
[2018-06-23 17:27] [ALPM] transaction completed
[2018-06-23 17:27] [ALPM] running 'systemd-update.hook'...
[2018-06-23 17:27] [ALPM] running 'update-desktop-database.hook'...
[2018-06-24 02:33] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-24 02:33] [PACMAN] synchronizing package lists
[2018-06-24 02:33] [PACMAN] starting full system upgrade
[2018-06-24 02:33] [PACMAN] Running 'pacman --upgrade aurman-2.14-1-any.pkg.tar.xz'
[2018-06-24 02:33] [ALPM] transaction started
[2018-06-24 02:33] [ALPM] upgraded aurman (2.13.1-1 -> 2.14-1)
[2018-06-24 02:33] [ALPM] transaction completed
[2018-06-24 02:33] [ALPM] running 'systemd-update.hook'...
[2018-06-24 02:33] [PACMAN] Running 'pacman --sync --asdeps -- arch-firefox-search'
[2018-06-24 02:33] [ALPM] transaction started
[2018-06-24 02:33] [ALPM] installed arch-firefox-search (0.8.2-8)
[2018-06-24 02:33] [ALPM] transaction completed
[2018-06-24 02:33] [ALPM] running 'systemd-update.hook'...
[2018-06-24 02:33] [PACMAN] Running 'pacman -D --asexplicit arch-firefox-search'
[2018-06-24 02:38] [PACMAN] Running 'pacman -Rs arch-firefox-search'
[2018-06-24 02:38] [ALPM] transaction started
[2018-06-24 02:38] [ALPM] removed arch-firefox-search (0.8.2-8)
[2018-06-24 02:38] [ALPM] transaction completed
[2018-06-24 02:38] [ALPM] running 'systemd-update.hook'...
[2018-06-24 02:46] [PACMAN] Running 'pacman --sync --asdeps -- rtkit orc webrtc-audio-processing pulseaudio'
[2018-06-24 02:46] [ALPM] transaction started
[2018-06-24 02:46] [ALPM] installed rtkit (0.11+8+ge0a51fe-1)
[2018-06-24 02:46] [ALPM] installed orc (0.4.28-1)
[2018-06-24 02:46] [ALPM] installed webrtc-audio-processing (0.3-2)
[2018-06-24 02:46] [ALPM] installed pulseaudio (12.0-1)
[2018-06-24 02:46] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pulseaudio.socket → /usr/lib/systemd/user/pulseaudio.socket.
[2018-06-24 02:46] [ALPM] transaction completed
[2018-06-24 02:46] [ALPM] running 'glib-compile-schemas.hook'...
[2018-06-24 02:46] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-24 02:46] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-24 02:46] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-24 02:46] [ALPM] running 'systemd-update.hook'...
[2018-06-24 02:46] [PACMAN] Running 'pacman -D --asexplicit pulseaudio'
[2018-06-24 02:51] [PACMAN] Running 'pacman -Rs pulseaudio'
[2018-06-24 02:51] [ALPM] transaction started
[2018-06-24 02:51] [ALPM-SCRIPTLET] Removed /etc/systemd/user/sockets.target.wants/pulseaudio.socket.
[2018-06-24 02:51] [ALPM] removed pulseaudio (12.0-1)
[2018-06-24 02:51] [ALPM] removed webrtc-audio-processing (0.3-2)
[2018-06-24 02:51] [ALPM] removed rtkit (0.11+8+ge0a51fe-1)
[2018-06-24 02:51] [ALPM] removed orc (0.4.28-1)
[2018-06-24 02:51] [ALPM] transaction completed
[2018-06-24 02:51] [ALPM] running 'glib-compile-schemas.hook'...
[2018-06-24 02:51] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-24 02:51] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-24 02:51] [ALPM] running 'systemd-update.hook'...
[2018-06-24 02:53] [PACMAN] Running 'pacman --sync --asdeps -- fftw alsa-utils'
[2018-06-24 02:53] [ALPM] transaction started
[2018-06-24 02:53] [ALPM] installed fftw (3.3.8-1)
[2018-06-24 02:53] [ALPM] installed alsa-utils (1.1.6-1)
[2018-06-24 02:53] [ALPM] transaction completed
[2018-06-24 02:53] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-24 02:53] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-24 02:53] [ALPM] running 'systemd-update.hook'...
[2018-06-24 02:53] [ALPM] running 'texinfo-install.hook'...
[2018-06-24 02:53] [PACMAN] Running 'pacman -D --asexplicit alsa-utils'
[2018-06-24 02:55] [PACMAN] Running 'pacman --sync --asdeps -- alsa-plugins'
[2018-06-24 02:55] [ALPM] transaction started
[2018-06-24 02:55] [ALPM] installed alsa-plugins (1.1.6-2)
[2018-06-24 02:55] [ALPM] transaction completed
[2018-06-24 02:55] [ALPM] running 'systemd-update.hook'...
[2018-06-24 02:55] [PACMAN] Running 'pacman -D --asexplicit alsa-plugins'
[2018-06-24 03:10] [PACMAN] Running 'pacman --sync --asdeps -- rtmpdump libcurl-gnutls gconf libcurl-compat libxss'
[2018-06-24 03:10] [ALPM] transaction started
[2018-06-24 03:10] [ALPM] installed rtmpdump (1:2.4.r96.fa8646d-3)
[2018-06-24 03:10] [ALPM] installed libcurl-gnutls (7.60.0-1)
[2018-06-24 03:10] [ALPM] installed gconf (3.2.6+11+g07808097-3)
[2018-06-24 03:10] [ALPM] installed libcurl-compat (7.60.0-1)
[2018-06-24 03:10] [ALPM] installed libxss (1.2.2-3)
[2018-06-24 03:10] [ALPM] transaction completed
[2018-06-24 03:10] [ALPM] running 'gio-querymodules.hook'...
[2018-06-24 03:10] [ALPM] running 'systemd-update.hook'...
[2018-06-24 03:12] [PACMAN] Running 'pacman --upgrade spotify-1.0.80.480-1-x86_64.pkg.tar.xz'
[2018-06-24 03:12] [ALPM] transaction started
[2018-06-24 03:12] [ALPM] installed spotify (1.0.80.480-1)
[2018-06-24 03:12] [ALPM] transaction completed
[2018-06-24 03:12] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-24 03:12] [ALPM] running 'systemd-update.hook'...
[2018-06-24 03:12] [ALPM] running 'update-desktop-database.hook'...
[2018-06-24 17:25] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-24 17:25] [PACMAN] synchronizing package lists
[2018-06-24 17:25] [PACMAN] starting full system upgrade
[2018-06-24 17:26] [PACMAN] Running 'pacman --sync --asdeps -- bbswitch'
[2018-06-24 17:26] [ALPM] transaction started
[2018-06-24 17:26] [ALPM] installed bbswitch (0.8-143)
[2018-06-24 17:26] [ALPM] transaction completed
[2018-06-24 17:26] [ALPM] running '60-linux.hook'...
[2018-06-24 17:26] [ALPM] running 'systemd-update.hook'...
[2018-06-24 17:26] [PACMAN] Running 'pacman -D --asexplicit bbswitch'
[2018-06-24 18:02] [PACMAN] Running 'pacman --sync --asdeps -- xorg-xrandr'
[2018-06-24 18:02] [ALPM] transaction started
[2018-06-24 18:02] [ALPM] installed xorg-xrandr (1.5.0-1)
[2018-06-24 18:02] [ALPM] transaction completed
[2018-06-24 18:02] [ALPM] running 'systemd-update.hook'...
[2018-06-24 18:02] [PACMAN] Running 'pacman -D --asexplicit xorg-xrandr'
[2018-06-24 18:19] [PACMAN] Running 'pacman --sync --asdeps -- vamp-plugin-sdk rubberband zita-resampler zita-alsa-pcmi jack vulkan-icd-loader uchardet lua52 libdvdread libdvdnav libid3tag imlib2 libcaca mpv'
[2018-06-24 18:19] [ALPM] transaction started
[2018-06-24 18:19] [ALPM] installed vamp-plugin-sdk (2.7.1-2)
[2018-06-24 18:19] [ALPM] installed rubberband (1.8.2-1)
[2018-06-24 18:19] [ALPM] installed zita-resampler (1.6.0-2)
[2018-06-24 18:19] [ALPM] installed zita-alsa-pcmi (0.2.0-4)
[2018-06-24 18:19] [ALPM] installed jack (0.125.0-3)
[2018-06-24 18:19] [ALPM] installed vulkan-icd-loader (1.1.73.0-1)
[2018-06-24 18:19] [ALPM] installed uchardet (0.0.6-1)
[2018-06-24 18:19] [ALPM] installed lua52 (5.2.4-2)
[2018-06-24 18:19] [ALPM] installed libdvdread (6.0.0-1)
[2018-06-24 18:19] [ALPM] installed libdvdnav (6.0.0-1)
[2018-06-24 18:19] [ALPM] installed libid3tag (0.15.1b-9)
[2018-06-24 18:19] [ALPM] installed imlib2 (1.5.1-1)
[2018-06-24 18:19] [ALPM] installed libcaca (0.99.beta19-1)
[2018-06-24 18:19] [ALPM] installed mpv (1:0.28.2-2)
[2018-06-24 18:19] [ALPM] transaction completed
[2018-06-24 18:19] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-24 18:19] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-24 18:19] [ALPM] running 'systemd-update.hook'...
[2018-06-24 18:19] [ALPM] running 'update-desktop-database.hook'...
[2018-06-24 18:19] [PACMAN] Running 'pacman -D --asexplicit mpv'
[2018-06-24 19:03] [PACMAN] Running 'pacman --sync --asdeps -- libva-intel-driver'
[2018-06-24 19:03] [ALPM] transaction started
[2018-06-24 19:03] [ALPM] installed libva-intel-driver (2.1.0-1)
[2018-06-24 19:03] [ALPM] transaction completed
[2018-06-24 19:03] [ALPM] running 'systemd-update.hook'...
[2018-06-24 19:03] [PACMAN] Running 'pacman -D --asexplicit libva-intel-driver'
[2018-06-24 19:16] [PACMAN] Running 'pacman --sync --asdeps -- libvdpau-va-gl libva-vdpau-driver'
[2018-06-24 19:16] [ALPM] transaction started
[2018-06-24 19:16] [ALPM] installed libvdpau-va-gl (0.4.2-2)
[2018-06-24 19:16] [ALPM] installed libva-vdpau-driver (0.7.4-3)
[2018-06-24 19:16] [ALPM] transaction completed
[2018-06-24 19:16] [ALPM] running 'systemd-update.hook'...
[2018-06-24 19:16] [PACMAN] Running 'pacman -D --asexplicit libvdpau-va-gl libva-vdpau-driver'
[2018-06-24 19:16] [PACMAN] Running 'pacman --sync --asdeps -- libva-utils'
[2018-06-24 19:16] [ALPM] transaction started
[2018-06-24 19:16] [ALPM] installed libva-utils (2.1.0-1)
[2018-06-24 19:16] [ALPM] transaction completed
[2018-06-24 19:16] [ALPM] running 'systemd-update.hook'...
[2018-06-24 19:16] [PACMAN] Running 'pacman -D --asexplicit libva-utils'
[2018-06-24 19:18] [PACMAN] Running 'pacman --sync --asdeps -- vdpauinfo'
[2018-06-24 19:18] [ALPM] transaction started
[2018-06-24 19:18] [ALPM] installed vdpauinfo (1.0-3)
[2018-06-24 19:18] [ALPM] transaction completed
[2018-06-24 19:18] [ALPM] running 'systemd-update.hook'...
[2018-06-24 19:18] [PACMAN] Running 'pacman -D --asexplicit vdpauinfo'
[2018-06-25 00:27] [PACMAN] Running 'pacman -Rs libva-vdpau-driver libvdpau-va-gl'
[2018-06-25 00:27] [ALPM] transaction started
[2018-06-25 00:27] [ALPM] removed libvdpau-va-gl (0.4.2-2)
[2018-06-25 00:27] [ALPM] removed libva-vdpau-driver (0.7.4-3)
[2018-06-25 00:27] [ALPM] transaction completed
[2018-06-25 00:27] [ALPM] running 'systemd-update.hook'...
[2018-06-25 00:27] [PACMAN] Running 'pacman -Rs libva-intel-driver'
[2018-06-25 00:28] [ALPM] transaction started
[2018-06-25 00:28] [ALPM] removed libva-intel-driver (2.1.0-1)
[2018-06-25 00:28] [ALPM] transaction completed
[2018-06-25 00:28] [ALPM] running 'systemd-update.hook'...
[2018-06-25 00:29] [PACMAN] Running 'pacman --sync --asdeps -- libva-vdpau-driver'
[2018-06-25 00:29] [ALPM] transaction started
[2018-06-25 00:29] [ALPM] installed libva-vdpau-driver (0.7.4-3)
[2018-06-25 00:29] [ALPM] transaction completed
[2018-06-25 00:29] [ALPM] running 'systemd-update.hook'...
[2018-06-25 00:29] [PACMAN] Running 'pacman -D --asexplicit libva-vdpau-driver'
[2018-06-25 00:29] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-25 00:29] [PACMAN] synchronizing package lists
[2018-06-25 00:29] [PACMAN] starting full system upgrade
[2018-06-25 00:37] [PACMAN] Running 'pacman -Rs libva-vdpau-driver'
[2018-06-25 00:37] [ALPM] transaction started
[2018-06-25 00:37] [ALPM] removed libva-vdpau-driver (0.7.4-3)
[2018-06-25 00:37] [ALPM] transaction completed
[2018-06-25 00:37] [ALPM] running 'systemd-update.hook'...
[2018-06-25 00:38] [PACMAN] Running 'pacman --sync --asdeps -- libva-intel-driver libva-vdpau-driver'
[2018-06-25 00:38] [ALPM] transaction started
[2018-06-25 00:38] [ALPM] installed libva-intel-driver (2.1.0-1)
[2018-06-25 00:38] [ALPM] installed libva-vdpau-driver (0.7.4-3)
[2018-06-25 00:38] [ALPM] transaction completed
[2018-06-25 00:38] [ALPM] running 'systemd-update.hook'...
[2018-06-25 00:38] [PACMAN] Running 'pacman -D --asexplicit libva-intel-driver libva-vdpau-driver'
[2018-06-25 00:38] [PACMAN] Running 'pacman -Rs libva-intel-driver libva-vdpau-driver'
[2018-06-25 00:38] [ALPM] transaction started
[2018-06-25 00:38] [ALPM] removed libva-vdpau-driver (0.7.4-3)
[2018-06-25 00:38] [ALPM] removed libva-intel-driver (2.1.0-1)
[2018-06-25 00:38] [ALPM] transaction completed
[2018-06-25 00:38] [ALPM] running 'systemd-update.hook'...
[2018-06-25 00:39] [PACMAN] Running 'pacman --sync --asdeps -- libvdpau-va-gl libva-intel-driver'
[2018-06-25 00:39] [ALPM] transaction started
[2018-06-25 00:39] [ALPM] installed libvdpau-va-gl (0.4.2-2)
[2018-06-25 00:39] [ALPM] installed libva-intel-driver (2.1.0-1)
[2018-06-25 00:39] [ALPM] transaction completed
[2018-06-25 00:39] [ALPM] running 'systemd-update.hook'...
[2018-06-25 00:39] [PACMAN] Running 'pacman -D --asexplicit libvdpau-va-gl libva-intel-driver'
[2018-06-25 01:15] [PACMAN] Running 'pacman --sync --asdeps -- xorg-xbacklight'
[2018-06-25 01:15] [ALPM] transaction started
[2018-06-25 01:15] [ALPM] installed xorg-xbacklight (1.2.2-1)
[2018-06-25 01:15] [ALPM] transaction completed
[2018-06-25 01:15] [ALPM] running 'systemd-update.hook'...
[2018-06-25 01:15] [PACMAN] Running 'pacman -D --asexplicit xorg-xbacklight'
[2018-06-25 01:25] [PACMAN] Running 'pacman --sync --asdeps -- opencl-nvidia gcc7-libs gcc7 cuda'
[2018-06-25 01:28] [ALPM] transaction started
[2018-06-25 01:28] [ALPM] installed opencl-nvidia (396.24-2)
[2018-06-25 01:28] [ALPM] installed gcc7-libs (7.3.1+20180406-2)
[2018-06-25 01:28] [ALPM] installed gcc7 (7.3.1+20180406-2)
[2018-06-25 01:29] [ALPM] installed cuda (9.2.88.1-2)
[2018-06-25 01:29] [ALPM-SCRIPTLET] The cuda binaries are in /opt/cuda/bin
[2018-06-25 01:29] [ALPM-SCRIPTLET] The cuda samples are in /opt/cuda/samples
[2018-06-25 01:29] [ALPM-SCRIPTLET] The cuda docs are in /opt/cuda/doc
[2018-06-25 01:29] [ALPM-SCRIPTLET] You need to relogin in order for the cuda binaries to appear in your PATH
[2018-06-25 01:29] [ALPM] transaction completed
[2018-06-25 01:29] [ALPM] running 'systemd-update.hook'...
[2018-06-25 01:29] [ALPM] running 'update-desktop-database.hook'...
[2018-06-25 01:29] [PACMAN] Running 'pacman -D --asexplicit cuda'
[2018-06-25 13:09] [PACMAN] Running 'pacman --sync --asdeps -- xcb-util-image rhash libuv jsoncpp cmake xcb-util-renderutil xcb-util-cursor'
[2018-06-25 13:09] [ALPM] transaction started
[2018-06-25 13:09] [ALPM] installed xcb-util-image (0.4.0-2)
[2018-06-25 13:09] [ALPM] installed rhash (1.3.6-1)
[2018-06-25 13:09] [ALPM] installed libuv (1.20.3-1)
[2018-06-25 13:09] [ALPM] installed jsoncpp (1.8.4-2)
[2018-06-25 13:09] [ALPM] installed cmake (3.11.4-1)
[2018-06-25 13:09] [ALPM] installed xcb-util-renderutil (0.3.9-2)
[2018-06-25 13:09] [ALPM] installed xcb-util-cursor (0.1.3-1)
[2018-06-25 13:09] [ALPM] transaction completed
[2018-06-25 13:09] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-25 13:09] [ALPM] running 'systemd-update.hook'...
[2018-06-25 13:09] [ALPM] running 'update-desktop-database.hook'...
[2018-06-25 13:09] [ALPM] running 'update-mime-database.hook'...
[2018-06-25 13:13] [PACMAN] Running 'pacman --upgrade polybar-3.1.0-4-x86_64.pkg.tar.xz'
[2018-06-25 13:16] [ALPM] transaction started
[2018-06-25 13:16] [ALPM] installed polybar (3.1.0-4)
[2018-06-25 13:16] [ALPM-SCRIPTLET] 
[2018-06-25 13:16] [ALPM-SCRIPTLET]   Get started with the example configuration:
[2018-06-25 13:16] [ALPM-SCRIPTLET] 
[2018-06-25 13:16] [ALPM-SCRIPTLET]     $ install -Dm644 /usr/share/doc/polybar/config $HOME/.config/polybar/config
[2018-06-25 13:16] [ALPM-SCRIPTLET]     $ polybar example
[2018-06-25 13:16] [ALPM-SCRIPTLET] 
[2018-06-25 13:16] [ALPM-SCRIPTLET]   For more information, see https://github.com/jaagr/polybar/wiki
[2018-06-25 13:16] [ALPM-SCRIPTLET] 
[2018-06-25 13:16] [ALPM] transaction completed
[2018-06-25 13:16] [ALPM] running 'systemd-update.hook'...
[2018-06-25 13:17] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-25 13:17] [PACMAN] synchronizing package lists
[2018-06-25 13:17] [PACMAN] starting full system upgrade
[2018-06-25 13:17] [PACMAN] Running 'pacman --sync --asdeps -- alsa-lib'
[2018-06-26 04:45] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-26 04:45] [PACMAN] synchronizing package lists
[2018-06-26 04:45] [PACMAN] starting full system upgrade
[2018-06-26 04:45] [ALPM] transaction started
[2018-06-26 04:45] [ALPM] installed libyaml (0.1.7-1)
[2018-06-26 04:45] [ALPM] upgraded libblockdev (2.17-3 -> 2.18-1)
[2018-06-26 04:45] [ALPM] upgraded libgusb (0.2.11-1 -> 0.3.0-1)
[2018-06-26 04:45] [ALPM] upgraded libuv (1.20.3-1 -> 1.21.0-1)
[2018-06-26 04:45] [ALPM] upgraded unrar (1:5.6.4-1 -> 1:5.6.5-1)
[2018-06-26 04:45] [ALPM] transaction completed
[2018-06-26 04:45] [ALPM] running 'systemd-update.hook'...
[2018-06-26 04:46] [PACMAN] Running 'pacman --sync --asdeps -- libconfig compton'
[2018-06-26 04:46] [ALPM] transaction started
[2018-06-26 04:46] [ALPM] installed libconfig (1.7.2-1)
[2018-06-26 04:46] [ALPM] installed compton (0.1_beta2.5-11)
[2018-06-26 04:46] [ALPM] transaction completed
[2018-06-26 04:46] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-26 04:46] [ALPM] running 'systemd-update.hook'...
[2018-06-26 04:46] [ALPM] running 'texinfo-install.hook'...
[2018-06-26 04:46] [ALPM] running 'update-desktop-database.hook'...
[2018-06-26 04:46] [PACMAN] Running 'pacman -D --asexplicit compton'
[2018-06-26 06:38] [PACMAN] Running 'pacman -Rs gvfs-afc'
[2018-06-26 12:34] [PACMAN] Running 'pacman --sync --asdeps -- libgdiplus mono keepass'
[2018-06-26 12:34] [ALPM] transaction started
[2018-06-26 12:34] [ALPM] installed libgdiplus (5.6-1)
[2018-06-26 12:34] [ALPM] installed mono (5.12.0.260-1)
[2018-06-26 12:34] [ALPM-SCRIPTLET] Mono Certificate Store Sync - version 5.12.0.0
[2018-06-26 12:34] [ALPM-SCRIPTLET] Populate Mono certificate store from a concatenated list of certificates.
[2018-06-26 12:34] [ALPM-SCRIPTLET] Copyright 2002, 2003 Motus Technologies. Copyright 2004-2008 Novell. BSD licensed.
[2018-06-26 12:34] [ALPM-SCRIPTLET] 
[2018-06-26 12:34] [ALPM-SCRIPTLET] Importing into legacy system store:
[2018-06-26 12:34] [ALPM-SCRIPTLET] I already trust 0, your new list has 134
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=ES, O=FNMT-RCM, OU=AC RAIZ FNMT-RCM
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=IT, L=Milan, O=Actalis S.p.A./03358520967, CN=Actalis Authentication Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=SE, O=AddTrust AB, OU=AddTrust External TTP Network, CN=AddTrust External CA Root
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Commercial
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Networking
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Amazon, CN=Amazon Root CA 1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Amazon, CN=Amazon Root CA 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Amazon, CN=Amazon Root CA 3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Amazon, CN=Amazon Root CA 4
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: CN=Atos TrustedRoot 2011, O=Atos, C=DE
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 3 Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=Dhimyotis, CN=Certigna
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=Certinomis, OU=0002 433998903, CN=Certinomis - Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=Certplus, CN=Class 2 Primary CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=Certplus, CN=Certplus Root CA G1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=Certplus, CN=Certplus Root CA G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=RO, O=certSIGN, OU=certSIGN ROOT CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), OID.2.5.4.5=A82743287, O=AC Camerfirma S.A., CN=Chambers of Commerce Root - 2008
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GB, S=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O="Cybertrust, Inc", CN=Cybertrust Global Root
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=DE, O=Deutsche Telekom AG, OU=T-TeleSec Trust Center, CN=Deutsche Telekom Root CA 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O=Digital Signature Trust Co., CN=DST Root CA X3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certificacio, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Jerarquia Entitats de Certificacio Catalanes, CN=EC-ACC
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=EE, O=AS Sertifitseerimiskeskus, CN=EE Certification Centre Root CA, E=pki@sk.ee
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048)
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, OU="(c) 2006 Entrust, Inc.", CN=Entrust Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2012 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - EC1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2009 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TW, O="Chunghwa Telecom Co., Ltd.", OU=ePKI Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TR, L=Ankara, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., OU=E-Tugra Sertifikasyon Merkezi, CN=E-Tugra Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CN, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", CN=GDCA TrustAUTH R5 ROOT
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Primary Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2008 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), OID.2.5.4.5=A82743287, O=AC Camerfirma S.A., CN=Global Chambersign Root - 2008
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="The Go Daddy Group, Inc.", OU=Go Daddy Class 2 Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Arizona, L=Scottsdale, O="GoDaddy.com, Inc.", CN=Go Daddy Root Certificate Authority - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=HK, O=Hongkong Post, CN=Hongkong Post Root CA 1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=IdenTrust, CN=IdenTrust Public Sector Root CA 1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Internet Security Research Group, CN=ISRG Root X1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=ES, O=IZENPE S.A., CN=Izenpe.com
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=LU, O=LuxTrust S.A., CN=LuxTrust Global Root 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=HU, L=Budapest, O=Microsec Ltd., CN=Microsec e-Szigno Root CA 2009, E=info@e-szigno.hu
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=HU, L=Budapest, O=NetLock Kft., OU=Tanúsítványkiadók (Certification Services), CN=NetLock Arany (Class Gold) Főtanúsítvány
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CH, O=WISeKey, OU=Copyright (c) 2005, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GA CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 1 G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=SecureTrust Corporation, CN=Secure Global CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=JP, O="Japan Certification Services, Inc.", CN=SecureSign RootCA11
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=SecureTrust Corporation, CN=SecureTrust CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=JP, O=SECOM Trust.net, OU=Security Communication RootCA1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=JP, O="SECOM Trust Systems CO.,LTD.", OU=Security Communication RootCA2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FI, O=Sonera, CN=Sonera Class2 CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority ECC
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority RSA R2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority ECC
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority RSA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden EV Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="Starfield Technologies, Inc.", OU=Starfield Class 2 Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Root Certificate Authority - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Services Root Certificate Authority - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Silver CA - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=SZAFIR ROOT CA2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TW, O=Government Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O=TeliaSonera, CN=TeliaSonera Root CA v1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2006 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="thawte, Inc.", OU="(c) 2007 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2008 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor ECA-1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor RootCert CA-1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor RootCert CA-2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TR, L=Gebze - Kocaeli, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, OU=Kamu Sertifikasyon Merkezi - Kamu SM, CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Global Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 1999 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2007 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G4
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2006 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G5
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2008 VeriSign, Inc. - For authorized use only", CN=VeriSign Universal Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=VISA, OU=Visa International Service Association, CN=Visa eCommerce Root
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, OU=www.xrampsecurity.com, O=XRamp Security Services Inc, CN=XRamp Global Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O=CAcert Inc., OU=http://www.CAcert.org, CN=CAcert Class 3 Root
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O=Root CA, OU=http://www.cacert.org, CN=CA Cert Signing Authority, E=support@cacert.org
[2018-06-26 12:34] [ALPM-SCRIPTLET] 134 new root certificates were added to your trust store.
[2018-06-26 12:34] [ALPM-SCRIPTLET] Import process completed.
[2018-06-26 12:34] [ALPM-SCRIPTLET] 
[2018-06-26 12:34] [ALPM-SCRIPTLET] Importing into BTLS system store:
[2018-06-26 12:34] [ALPM-SCRIPTLET] I already trust 0, your new list has 134
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=ES, O=FNMT-RCM, OU=AC RAIZ FNMT-RCM
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=IT, L=Milan, O=Actalis S.p.A./03358520967, CN=Actalis Authentication Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=SE, O=AddTrust AB, OU=AddTrust External TTP Network, CN=AddTrust External CA Root
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Commercial
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Networking
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Amazon, CN=Amazon Root CA 1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Amazon, CN=Amazon Root CA 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Amazon, CN=Amazon Root CA 3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Amazon, CN=Amazon Root CA 4
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: CN=Atos TrustedRoot 2011, O=Atos, C=DE
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=NO, O=Buypass AS-983163327, CN=Buypass Class 3 Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=Dhimyotis, CN=Certigna
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=Certinomis, OU=0002 433998903, CN=Certinomis - Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=Certplus, CN=Class 2 Primary CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=Certplus, CN=Certplus Root CA G1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=Certplus, CN=Certplus Root CA G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=RO, O=certSIGN, OU=certSIGN ROOT CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), OID.2.5.4.5=A82743287, O=AC Camerfirma S.A., CN=Chambers of Commerce Root - 2008
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GB, S=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GB, S=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O="Cybertrust, Inc", CN=Cybertrust Global Root
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=DE, O=Deutsche Telekom AG, OU=T-TeleSec Trust Center, CN=Deutsche Telekom Root CA 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O=Digital Signature Trust Co., CN=DST Root CA X3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certificacio, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Jerarquia Entitats de Certificacio Catalanes, CN=EC-ACC
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=EE, O=AS Sertifitseerimiskeskus, CN=EE Certification Centre Root CA, E=pki@sk.ee
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048)
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, OU="(c) 2006 Entrust, Inc.", CN=Entrust Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2012 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - EC1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="Entrust, Inc.", OU=See www.entrust.net/legal-terms, OU="(c) 2009 Entrust, Inc. - for authorized use only", CN=Entrust Root Certification Authority - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TW, O="Chunghwa Telecom Co., Ltd.", OU=ePKI Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TR, L=Ankara, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., OU=E-Tugra Sertifikasyon Merkezi, CN=E-Tugra Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CN, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", CN=GDCA TrustAUTH R5 ROOT
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Primary Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., OU=(c) 2008 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=EU, L=Madrid (see current address at www.camerfirma.com/address), OID.2.5.4.5=A82743287, O=AC Camerfirma S.A., CN=Global Chambersign Root - 2008
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="The Go Daddy Group, Inc.", OU=Go Daddy Class 2 Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Arizona, L=Scottsdale, O="GoDaddy.com, Inc.", CN=Go Daddy Root Certificate Authority - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=HK, O=Hongkong Post, CN=Hongkong Post Root CA 1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=IdenTrust, CN=IdenTrust Public Sector Root CA 1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Internet Security Research Group, CN=ISRG Root X1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=ES, O=IZENPE S.A., CN=Izenpe.com
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=LU, O=LuxTrust S.A., CN=LuxTrust Global Root 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=HU, L=Budapest, O=Microsec Ltd., CN=Microsec e-Szigno Root CA 2009, E=info@e-szigno.hu
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=HU, L=Budapest, O=NetLock Kft., OU=Tanúsítványkiadók (Certification Services), CN=NetLock Arany (Class Gold) Főtanúsítvány
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CH, O=WISeKey, OU=Copyright (c) 2005, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GA CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FR, O=OpenTrust, CN=OpenTrust Root CA G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 1 G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=SecureTrust Corporation, CN=Secure Global CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=JP, O="Japan Certification Services, Inc.", CN=SecureSign RootCA11
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=SecureTrust Corporation, CN=SecureTrust CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=JP, O=SECOM Trust.net, OU=Security Communication RootCA1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=JP, O="SECOM Trust Systems CO.,LTD.", OU=Security Communication RootCA2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=FI, O=Sonera, CN=Sonera Class2 CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority ECC
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority RSA R2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority ECC
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority RSA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden EV Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="Starfield Technologies, Inc.", OU=Starfield Class 2 Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Root Certificate Authority - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=Arizona, L=Scottsdale, O="Starfield Technologies, Inc.", CN=Starfield Services Root Certificate Authority - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=CH, O=SwissSign AG, CN=SwissSign Silver CA - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=SZAFIR ROOT CA2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TW, O=Government Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O=TeliaSonera, CN=TeliaSonera Root CA v1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2006 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="thawte, Inc.", OU="(c) 2007 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="thawte, Inc.", OU=Certification Services Division, OU="(c) 2008 thawte, Inc. - For authorized use only", CN=thawte Primary Root CA - G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor ECA-1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor RootCert CA-1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=PA, S=Panama, L=Panama City, O=TrustCor Systems S. de R.L., OU=TrustCor Certificate Authority, CN=TrustCor RootCert CA-2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 2
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TR, L=Gebze - Kocaeli, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, OU=Kamu Sertifikasyon Merkezi - Kamu SM, CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Global Root CA
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, S=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 1999 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G3
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2007 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G4
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2006 VeriSign, Inc. - For authorized use only", CN=VeriSign Class 3 Public Primary Certification Authority - G5
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O="VeriSign, Inc.", OU=VeriSign Trust Network, OU="(c) 2008 VeriSign, Inc. - For authorized use only", CN=VeriSign Universal Root Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, O=VISA, OU=Visa International Service Association, CN=Visa eCommerce Root
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: C=US, OU=www.xrampsecurity.com, O=XRamp Security Services Inc, CN=XRamp Global Certification Authority
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O=CAcert Inc., OU=http://www.CAcert.org, CN=CAcert Class 3 Root
[2018-06-26 12:34] [ALPM-SCRIPTLET] Certificate added: O=Root CA, OU=http://www.cacert.org, CN=CA Cert Signing Authority, E=support@cacert.org
[2018-06-26 12:34] [ALPM-SCRIPTLET] 134 new root certificates were added to your trust store.
[2018-06-26 12:34] [ALPM-SCRIPTLET] Import process completed.
[2018-06-26 12:34] [ALPM] installed keepass (2.39.1-2)
[2018-06-26 12:34] [ALPM] transaction completed
[2018-06-26 12:34] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-26 12:34] [ALPM] running 'systemd-binfmt.hook'...
[2018-06-26 12:34] [ALPM] running 'systemd-update.hook'...
[2018-06-26 12:34] [ALPM] running 'update-desktop-database.hook'...
[2018-06-26 12:34] [ALPM] running 'update-mime-database.hook'...
[2018-06-26 12:34] [PACMAN] Running 'pacman -D --asexplicit keepass'
[2018-06-26 12:35] [PACMAN] Running 'pacman --sync --asdeps -- xsel xdotool'
[2018-06-26 12:35] [ALPM] transaction started
[2018-06-26 12:35] [ALPM] installed xsel (1.2.0.20160929-1)
[2018-06-26 12:35] [ALPM] installed xdotool (3.20160805.1-1)
[2018-06-26 12:35] [ALPM] transaction completed
[2018-06-26 12:35] [ALPM] running 'systemd-update.hook'...
[2018-06-26 12:35] [PACMAN] Running 'pacman -D --asexplicit xsel xdotool'
[2018-06-27 02:43] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-27 02:43] [PACMAN] synchronizing package lists
[2018-06-27 02:43] [PACMAN] starting full system upgrade
[2018-06-27 02:44] [ALPM] transaction started
[2018-06-27 02:44] [ALPM] upgraded archlinux-keyring (20180404-1 -> 20180626-1)
[2018-06-27 02:44] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2018-06-27 02:44] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2018-06-27 02:44] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2018-06-27 02:44] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 50F33E2E5B0C3D900424ABE89BDCF497A4BBCC7F...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 40776A5221EF5AD468A4906D42A1DB15EC133BAD...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2018-06-27 02:44] [ALPM-SCRIPTLET]   -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
[2018-06-27 02:44] [ALPM-SCRIPTLET] ==> Updating trust database...
[2018-06-27 02:44] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2018-07-15
[2018-06-27 02:44] [ALPM] upgraded ca-certificates-mozilla (3.37.3-1 -> 3.38-1)
[2018-06-27 02:44] [ALPM] upgraded libwbclient (4.8.2-2 -> 4.8.3-1)
[2018-06-27 02:44] [ALPM] upgraded pam (1.3.0-2 -> 1.3.1-1)
[2018-06-27 02:44] [ALPM] upgraded cifs-utils (6.8-1 -> 6.8-2)
[2018-06-27 02:44] [ALPM] upgraded efivar (34-1 -> 35-1)
[2018-06-27 02:44] [ALPM] upgraded hwids (20171003-1 -> 20180518-1)
[2018-06-27 02:44] [ALPM] upgraded efibootmgr (15-1 -> 16-1)
[2018-06-27 02:44] [ALPM] upgraded nss (3.37.3-1 -> 3.38-1)
[2018-06-27 02:44] [ALPM] installed hunspell-en_US (2017.01.22-2)
[2018-06-27 02:44] [ALPM] upgraded openjpeg2 (2.3.0-1 -> 2.3.0-2)
[2018-06-27 02:44] [ALPM] upgraded libseccomp (2.3.2-2 -> 2.3.3-1)
[2018-06-27 02:44] [ALPM] upgraded firefox (60.0.2-1 -> 61.0-1)
[2018-06-27 02:44] [ALPM] upgraded grub (2:2.02-6 -> 2:2.02-7)
[2018-06-27 02:44] [ALPM] upgraded openssh (7.7p1-1 -> 7.7p1-2)
[2018-06-27 02:44] [ALPM] warning: /usr/bin/pinentry installed as /usr/bin/pinentry.pacnew
[2018-06-27 02:44] [ALPM] upgraded pinentry (1.1.0-3 -> 1.1.0-4)
[2018-06-27 02:44] [ALPM] upgraded pkgconf (1.4.2-2 -> 1.5.1-1)
[2018-06-27 02:44] [ALPM] upgraded smbclient (4.8.2-2 -> 4.8.3-1)
[2018-06-27 02:44] [ALPM] upgraded usbutils (009-1 -> 010-1)
[2018-06-27 02:44] [ALPM] transaction completed
[2018-06-27 02:44] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-27 02:44] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-27 02:44] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-06-27 02:44] [ALPM] running 'systemd-update.hook'...
[2018-06-27 02:44] [ALPM] running 'texinfo-install.hook'...
[2018-06-27 02:44] [ALPM] running 'update-ca-trust.hook'...
[2018-06-27 02:44] [ALPM] running 'update-desktop-database.hook'...
[2018-06-27 02:44] [PACMAN] Running 'pacman --sync --asdeps -- chrony'
[2018-06-27 02:44] [ALPM] transaction started
[2018-06-27 02:44] [ALPM] installed chrony (3.3-1)
[2018-06-27 02:44] [ALPM] transaction completed
[2018-06-27 02:44] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-27 02:44] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-27 02:44] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-06-27 02:44] [ALPM] running 'systemd-update.hook'...
[2018-06-27 02:44] [PACMAN] Running 'pacman -D --asexplicit chrony'
[2018-06-27 04:37] [PACMAN] Running 'pacman --sync --asdeps -- bluez-libs slang libnewt jansson libnm libnm-glib libmm-glib libsodium libpgm zeromq libteam libndp networkmanager'
[2018-06-27 04:37] [ALPM] transaction started
[2018-06-27 04:37] [ALPM] installed bluez-libs (5.50-3)
[2018-06-27 04:37] [ALPM] installed slang (2.3.2-1)
[2018-06-27 04:37] [ALPM] installed libnewt (0.52.20-1)
[2018-06-27 04:37] [ALPM] installed jansson (2.10-3)
[2018-06-27 04:37] [ALPM] installed libnm (1.10.10-1)
[2018-06-27 04:37] [ALPM] installed libnm-glib (1.10.10-1)
[2018-06-27 04:37] [ALPM] installed libmm-glib (1.8.0-1)
[2018-06-27 04:37] [ALPM] installed libsodium (1.0.16-1)
[2018-06-27 04:37] [ALPM] installed libpgm (5.2.122-3)
[2018-06-27 04:37] [ALPM] installed zeromq (4.2.2-2)
[2018-06-27 04:37] [ALPM] installed libteam (1.27-1)
[2018-06-27 04:37] [ALPM] installed libndp (1.6-1)
[2018-06-27 04:37] [ALPM] installed networkmanager (1.10.10-1)
[2018-06-27 04:37] [ALPM] transaction completed
[2018-06-27 04:37] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-27 04:37] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-27 04:37] [ALPM] running 'systemd-update.hook'...
[2018-06-27 04:37] [PACMAN] Running 'pacman -D --asexplicit networkmanager'
[2018-06-27 04:39] [PACMAN] Running 'pacman --upgrade networkmanager-dmenu-git-r80.eefd2c3-1-any.pkg.tar.xz'
[2018-06-27 04:39] [ALPM] transaction started
[2018-06-27 04:39] [ALPM] installed networkmanager-dmenu-git (r80.eefd2c3-1)
[2018-06-27 04:39] [ALPM-SCRIPTLET] 
[2018-06-27 04:39] [ALPM-SCRIPTLET] To customize dmenu, copy /usr/share/doc/networkmanager-dmenu-git/config.ini.example into ~/.config/networkmanager-dmenu/config.ini and edit:
[2018-06-27 04:39] [ALPM-SCRIPTLET]     
[2018-06-27 04:39] [ALPM] transaction completed
[2018-06-27 04:39] [ALPM] running 'systemd-update.hook'...
[2018-06-27 04:39] [ALPM] running 'update-desktop-database.hook'...
[2018-06-27 05:26] [PACMAN] Running 'pacman --sync --asdeps -- wireless_tools'
[2018-06-27 05:27] [ALPM] transaction started
[2018-06-27 05:27] [ALPM] installed wireless_tools (30.pre9-2)
[2018-06-27 05:27] [ALPM] transaction completed
[2018-06-27 05:27] [ALPM] running 'systemd-update.hook'...
[2018-06-27 05:27] [PACMAN] Running 'pacman -D --asexplicit wireless_tools'
[2018-06-27 05:28] [PACMAN] Running 'pacman --upgrade polybar-3.1.0-4-x86_64.pkg.tar.xz'
[2018-06-27 05:28] [ALPM] transaction started
[2018-06-27 05:28] [ALPM] reinstalled polybar (3.1.0-4)
[2018-06-27 05:28] [ALPM] transaction completed
[2018-06-27 05:28] [ALPM] running 'systemd-update.hook'...
[2018-06-27 05:29] [PACMAN] Running 'pacman -Rs polybar'
[2018-06-27 05:29] [ALPM] transaction started
[2018-06-27 05:29] [ALPM] removed polybar (3.1.0-4)
[2018-06-27 05:29] [ALPM] removed xcb-util-cursor (0.1.3-1)
[2018-06-27 05:29] [ALPM] removed xcb-util-renderutil (0.3.9-2)
[2018-06-27 05:29] [ALPM] removed xcb-util-image (0.4.0-2)
[2018-06-27 05:29] [ALPM] transaction completed
[2018-06-27 05:29] [ALPM] running 'systemd-update.hook'...
[2018-06-27 05:30] [PACMAN] Running 'pacman --sync --asdeps -- xcb-util-image xcb-util-renderutil xcb-util-cursor'
[2018-06-27 05:30] [ALPM] transaction started
[2018-06-27 05:30] [ALPM] installed xcb-util-image (0.4.0-2)
[2018-06-27 05:30] [ALPM] installed xcb-util-renderutil (0.3.9-2)
[2018-06-27 05:30] [ALPM] installed xcb-util-cursor (0.1.3-1)
[2018-06-27 05:30] [ALPM] transaction completed
[2018-06-27 05:30] [ALPM] running 'systemd-update.hook'...
[2018-06-27 05:30] [PACMAN] Running 'pacman --upgrade polybar-3.1.0-4-x86_64.pkg.tar.xz'
[2018-06-27 05:30] [ALPM] transaction started
[2018-06-27 05:30] [ALPM] installed polybar (3.1.0-4)
[2018-06-27 05:30] [ALPM-SCRIPTLET] 
[2018-06-27 05:30] [ALPM-SCRIPTLET]   Get started with the example configuration:
[2018-06-27 05:30] [ALPM-SCRIPTLET] 
[2018-06-27 05:30] [ALPM-SCRIPTLET]     $ install -Dm644 /usr/share/doc/polybar/config $HOME/.config/polybar/config
[2018-06-27 05:30] [ALPM-SCRIPTLET]     $ polybar example
[2018-06-27 05:30] [ALPM-SCRIPTLET] 
[2018-06-27 05:30] [ALPM-SCRIPTLET]   For more information, see https://github.com/jaagr/polybar/wiki
[2018-06-27 05:30] [ALPM-SCRIPTLET] 
[2018-06-27 05:30] [ALPM] transaction completed
[2018-06-27 05:30] [ALPM] running 'systemd-update.hook'...
[2018-06-27 05:30] [PACMAN] Running 'pacman -Rs polybar'
[2018-06-27 05:30] [ALPM] transaction started
[2018-06-27 05:30] [ALPM] removed polybar (3.1.0-4)
[2018-06-27 05:30] [ALPM] removed xcb-util-cursor (0.1.3-1)
[2018-06-27 05:30] [ALPM] removed xcb-util-renderutil (0.3.9-2)
[2018-06-27 05:30] [ALPM] removed xcb-util-image (0.4.0-2)
[2018-06-27 05:30] [ALPM] transaction completed
[2018-06-27 05:30] [ALPM] running 'systemd-update.hook'...
[2018-06-27 05:31] [PACMAN] Running 'pacman --sync --asdeps -- xcb-util-renderutil xcb-util-image xcb-util-cursor'
[2018-06-27 05:31] [ALPM] transaction started
[2018-06-27 05:31] [ALPM] installed xcb-util-renderutil (0.3.9-2)
[2018-06-27 05:31] [ALPM] installed xcb-util-image (0.4.0-2)
[2018-06-27 05:31] [ALPM] installed xcb-util-cursor (0.1.3-1)
[2018-06-27 05:31] [ALPM] transaction completed
[2018-06-27 05:31] [ALPM] running 'systemd-update.hook'...
[2018-06-27 05:35] [PACMAN] Running 'pacman --upgrade polybar-3.1.0-4-x86_64.pkg.tar.xz'
[2018-06-27 05:35] [ALPM] transaction started
[2018-06-27 05:35] [ALPM] installed polybar (3.1.0-4)
[2018-06-27 05:35] [ALPM-SCRIPTLET] 
[2018-06-27 05:35] [ALPM-SCRIPTLET]   Get started with the example configuration:
[2018-06-27 05:35] [ALPM-SCRIPTLET] 
[2018-06-27 05:35] [ALPM-SCRIPTLET]     $ install -Dm644 /usr/share/doc/polybar/config $HOME/.config/polybar/config
[2018-06-27 05:35] [ALPM-SCRIPTLET]     $ polybar example
[2018-06-27 05:35] [ALPM-SCRIPTLET] 
[2018-06-27 05:35] [ALPM-SCRIPTLET]   For more information, see https://github.com/jaagr/polybar/wiki
[2018-06-27 05:35] [ALPM-SCRIPTLET] 
[2018-06-27 05:35] [ALPM] transaction completed
[2018-06-27 05:35] [ALPM] running 'systemd-update.hook'...
[2018-06-27 07:01] [PACMAN] Running 'pacman -Rs wpa_supplicant'
[2018-06-27 07:11] [PACMAN] Running 'pacman --upgrade networkmanager-dispatcher-chrony-2.1-1-any.pkg.tar.xz'
[2018-06-27 07:11] [ALPM] transaction started
[2018-06-27 07:11] [ALPM] installed networkmanager-dispatcher-chrony (2.1-1)
[2018-06-27 07:11] [ALPM] transaction completed
[2018-06-27 07:11] [ALPM] running 'systemd-update.hook'...
[2018-06-27 07:30] [PACMAN] Running 'pacman --sync --asdeps -- ntp'
[2018-06-27 07:30] [ALPM] transaction started
[2018-06-27 07:30] [ALPM] installed ntp (4.2.8.p11-2)
[2018-06-27 07:30] [ALPM] transaction completed
[2018-06-27 07:30] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-27 07:30] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-27 07:30] [ALPM] running 'systemd-update.hook'...
[2018-06-27 07:30] [PACMAN] Running 'pacman -D --asexplicit ntp'
[2018-06-27 15:15] [PACMAN] Running 'pacman --sync --asdeps -- lesspipe'
[2018-06-27 15:15] [ALPM] transaction started
[2018-06-27 15:15] [ALPM] installed lesspipe (1.83-2)
[2018-06-27 15:15] [ALPM] transaction completed
[2018-06-27 15:15] [ALPM] running 'systemd-update.hook'...
[2018-06-27 15:15] [PACMAN] Running 'pacman -D --asexplicit lesspipe'
[2018-06-27 15:22] [PACMAN] Running 'pacman --sync --asdeps -- boost-libs source-highlight'
[2018-06-27 15:22] [ALPM] transaction started
[2018-06-27 15:22] [ALPM] installed boost-libs (1.67.0-4)
[2018-06-27 15:22] [ALPM] installed source-highlight (3.1.8-16)
[2018-06-27 15:22] [ALPM] transaction completed
[2018-06-27 15:22] [ALPM] running 'systemd-update.hook'...
[2018-06-27 15:22] [ALPM] running 'texinfo-install.hook'...
[2018-06-27 15:22] [PACMAN] Running 'pacman -D --asexplicit source-highlight'
[2018-06-27 15:24] [PACMAN] Running 'pacman -Rs source-highlight'
[2018-06-27 15:24] [ALPM] running 'texinfo-remove.hook'...
[2018-06-27 15:24] [ALPM] transaction started
[2018-06-27 15:24] [ALPM] removed source-highlight (3.1.8-16)
[2018-06-27 15:24] [ALPM] removed boost-libs (1.67.0-4)
[2018-06-27 15:24] [ALPM] transaction completed
[2018-06-27 15:24] [ALPM] running 'systemd-update.hook'...
[2018-06-27 20:30] [PACMAN] Running 'pacman --sync --asdeps -- noto-fonts-cjk'
[2018-06-27 20:30] [ALPM] transaction started
[2018-06-27 20:31] [ALPM] installed noto-fonts-cjk (20170601-1)
[2018-06-27 20:31] [ALPM] transaction completed
[2018-06-27 20:31] [ALPM] running 'fontconfig.hook'...
[2018-06-27 20:31] [ALPM] running 'systemd-update.hook'...
[2018-06-27 20:31] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-27 20:31] [PACMAN] Running 'pacman -D --asexplicit noto-fonts-cjk'
[2018-06-27 20:44] [PACMAN] Running 'pacman --upgrade ttf-iosevka-1.14.3-1-any.pkg.tar.xz'
[2018-06-27 20:44] [ALPM] transaction started
[2018-06-27 20:44] [ALPM] installed ttf-iosevka (1.14.3-1)
[2018-06-27 20:44] [ALPM] transaction completed
[2018-06-27 20:44] [ALPM] running 'fontconfig.hook'...
[2018-06-27 20:44] [ALPM] running 'systemd-update.hook'...
[2018-06-27 20:44] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-06-27 22:02] [PACMAN] Running 'pacman --sync --asdeps -- boost-libs source-highlight'
[2018-06-27 22:02] [ALPM] transaction started
[2018-06-27 22:02] [ALPM] installed boost-libs (1.67.0-4)
[2018-06-27 22:02] [ALPM] installed source-highlight (3.1.8-16)
[2018-06-27 22:02] [ALPM] transaction completed
[2018-06-27 22:02] [ALPM] running 'systemd-update.hook'...
[2018-06-27 22:02] [ALPM] running 'texinfo-install.hook'...
[2018-06-27 22:02] [PACMAN] Running 'pacman -D --asexplicit source-highlight'
[2018-06-27 22:06] [PACMAN] Running 'pacman -Rs source-highlight'
[2018-06-27 22:06] [ALPM] running 'texinfo-remove.hook'...
[2018-06-27 22:06] [ALPM] transaction started
[2018-06-27 22:06] [ALPM] removed source-highlight (3.1.8-16)
[2018-06-27 22:06] [ALPM] removed boost-libs (1.67.0-4)
[2018-06-27 22:06] [ALPM] transaction completed
[2018-06-27 22:06] [ALPM] running 'systemd-update.hook'...
[2018-06-28 00:03] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-28 00:03] [PACMAN] synchronizing package lists
[2018-06-28 00:04] [PACMAN] starting full system upgrade
[2018-06-28 00:04] [ALPM] transaction started
[2018-06-28 00:04] [ALPM] upgraded js52 (52.8.0-1 -> 52.9.0-1)
[2018-06-28 00:04] [ALPM] upgraded libedit (20170329_3.1-1 -> 20180525_3.1-1)
[2018-06-28 00:04] [ALPM] transaction completed
[2018-06-28 00:04] [ALPM] running 'systemd-update.hook'...
[2018-06-28 00:04] [PACMAN] Running 'pacman --sync --asdeps -- go'
[2018-06-28 00:04] [ALPM] transaction started
[2018-06-28 00:04] [ALPM] installed go (2:1.10.3-1)
[2018-06-28 00:04] [ALPM] transaction completed
[2018-06-28 00:04] [ALPM] running 'systemd-update.hook'...
[2018-06-28 00:05] [PACMAN] Running 'pacman --upgrade btops-git-0.1.0.r2.gb7f90a5-1-x86_64.pkg.tar.xz'
[2018-06-28 00:05] [ALPM] transaction started
[2018-06-28 00:05] [ALPM] installed btops-git (0.1.0.r2.gb7f90a5-1)
[2018-06-28 00:05] [ALPM] transaction completed
[2018-06-28 00:05] [ALPM] running 'systemd-update.hook'...
[2018-06-28 14:26] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-28 14:26] [PACMAN] synchronizing package lists
[2018-06-28 14:26] [PACMAN] starting full system upgrade
[2018-06-28 14:26] [ALPM] transaction started
[2018-06-28 14:26] [ALPM] upgraded archlinux-keyring (20180626-1 -> 20180627-1)
[2018-06-28 14:26] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2018-06-28 14:26] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Locally signing key DDB867B92AA789C165EEFA799B729B06A680C281...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Locally signing key 91FFE0700E80619CEB73235CA88E23E377514E00...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
[2018-06-28 14:26] [ALPM-SCRIPTLET] ==> Importing owner trust values...
[2018-06-28 14:26] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key D4DE5ABDE2A7287644EAC7E36D1A9E70E19DAA50...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 40440DC037C05620984379A6761FAD69BA06C6A9...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key B1F2C889CB2CCB2ADA36D963097D629E437520BD...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 4FCF887689C41B09506BE8D5F3E1D5C5D30DB0AD...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 5E7585ADFF106BFFBBA319DC654B877A0864983E...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 50F33E2E5B0C3D900424ABE89BDCF497A4BBCC7F...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 40776A5221EF5AD468A4906D42A1DB15EC133BAD...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 8CF934E339CAD8ABF342E822E711306E3C4F88BC...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 5696C003B0854206450C8E5BE613C09CB4440678...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 9515D8A8EAB88E49BB65EDBCE6B456CAF15447D5...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 34C5D94FE7E7913E86DC427E7FB1A3800C84C0A5...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 39F880E50E49A4D11341E8F939E4F17F295AFBF4...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 07DFD3A0BC213FA12EDC217559B3122E2FA915EC...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 44D4A033AC140143927397D47EFD567D4C7EA887...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
[2018-06-28 14:26] [ALPM-SCRIPTLET]   -> Disabling key 8840BD07FC24CB7CE394A07CCF7037A4F27FB7DA...
[2018-06-28 14:26] [ALPM-SCRIPTLET] ==> Updating trust database...
[2018-06-28 14:26] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2018-10-19
[2018-06-28 14:26] [ALPM] installed aom (1.0.0-1)
[2018-06-28 14:26] [ALPM] upgraded ffmpeg (1:4.0.1-1 -> 1:4.0.1-2)
[2018-06-28 14:26] [ALPM] transaction completed
[2018-06-28 14:26] [ALPM] running 'systemd-update.hook'...
[2018-06-28 14:27] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-28 14:27] [PACMAN] synchronizing package lists
[2018-06-28 14:27] [PACMAN] starting full system upgrade
[2018-06-28 14:27] [PACMAN] Running 'pacman --sync --asdeps -- pyalpm'
[2018-06-28 14:27] [ALPM] transaction started
[2018-06-28 14:27] [ALPM] installed pyalpm (0.8.3-1)
[2018-06-28 14:27] [ALPM] transaction completed
[2018-06-28 14:27] [ALPM] running 'systemd-update.hook'...
[2018-06-28 14:27] [PACMAN] Running 'pacman --upgrade aurman-2.15-1-any.pkg.tar.xz'
[2018-06-28 14:27] [ALPM] transaction started
[2018-06-28 14:27] [ALPM] upgraded aurman (2.14-1 -> 2.15-1)
[2018-06-28 14:27] [ALPM] transaction completed
[2018-06-28 14:27] [ALPM] running 'systemd-update.hook'...
[2018-06-28 14:27] [PACMAN] Running 'pacman --sync --asdeps -- xorg-xprop'
[2018-06-28 14:27] [ALPM] transaction started
[2018-06-28 14:27] [ALPM] installed xorg-xprop (1.2.3-1)
[2018-06-28 14:27] [ALPM] transaction completed
[2018-06-28 14:27] [ALPM] running 'systemd-update.hook'...
[2018-06-28 14:27] [PACMAN] Running 'pacman -D --asexplicit xorg-xprop'
[2018-06-28 15:03] [PACMAN] Running 'pacman --sync --asdeps -- firefox'
[2018-06-28 15:03] [ALPM] transaction started
[2018-06-28 15:03] [ALPM] reinstalled firefox (61.0-1)
[2018-06-28 15:03] [ALPM] transaction completed
[2018-06-28 15:03] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-06-28 15:03] [ALPM] running 'systemd-update.hook'...
[2018-06-28 15:03] [ALPM] running 'update-desktop-database.hook'...
[2018-06-28 15:03] [PACMAN] Running 'pacman -D --asexplicit firefox'
[2018-06-29 11:10] [PACMAN] Running 'pacman --sync --sysupgrade'
[2018-06-29 11:10] [PACMAN] starting full system upgrade
[2018-06-29 11:18] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-29 11:18] [PACMAN] synchronizing package lists
[2018-06-29 11:18] [PACMAN] starting full system upgrade
[2018-06-29 11:18] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-29 11:18] [PACMAN] synchronizing package lists
[2018-06-29 11:18] [PACMAN] starting full system upgrade
[2018-06-29 11:18] [ALPM] transaction started
[2018-06-29 11:18] [ALPM] upgraded sshfs (3.3.2-1 -> 3.4.0-1)
[2018-06-29 11:18] [ALPM] transaction completed
[2018-06-29 11:18] [ALPM] running 'systemd-update.hook'...
[2018-06-29 13:01] [PACMAN] Running 'pacman --sync --asdeps -- libxnvctrl nvidia-settings'
[2018-06-29 13:02] [ALPM] transaction started
[2018-06-29 13:02] [ALPM] installed libxnvctrl (396.24-1)
[2018-06-29 13:02] [ALPM] installed nvidia-settings (396.24-1)
[2018-06-29 13:02] [ALPM] transaction completed
[2018-06-29 13:02] [ALPM] running 'systemd-update.hook'...
[2018-06-29 13:02] [ALPM] running 'update-desktop-database.hook'...
[2018-06-29 13:02] [PACMAN] Running 'pacman -D --asexplicit nvidia-settings'
[2018-06-29 19:10] [PACMAN] Running 'pacman -Rs polybar'
[2018-06-29 19:10] [ALPM] transaction started
[2018-06-29 19:10] [ALPM] removed polybar (3.1.0-4)
[2018-06-29 19:10] [ALPM] removed xcb-util-cursor (0.1.3-1)
[2018-06-29 19:10] [ALPM] removed xcb-util-renderutil (0.3.9-2)
[2018-06-29 19:10] [ALPM] removed xcb-util-image (0.4.0-2)
[2018-06-29 19:10] [ALPM] transaction completed
[2018-06-29 19:10] [ALPM] running 'systemd-update.hook'...
[2018-06-29 19:10] [PACMAN] Running 'pacman --sync --asdeps -- xcb-util-image xcb-util-renderutil xcb-util-cursor'
[2018-06-29 19:11] [ALPM] transaction started
[2018-06-29 19:11] [ALPM] installed xcb-util-image (0.4.0-2)
[2018-06-29 19:11] [ALPM] installed xcb-util-renderutil (0.3.9-2)
[2018-06-29 19:11] [ALPM] installed xcb-util-cursor (0.1.3-1)
[2018-06-29 19:11] [ALPM] transaction completed
[2018-06-29 19:11] [ALPM] running 'systemd-update.hook'...
[2018-06-29 19:15] [PACMAN] Running 'pacman --upgrade polybar-3.1.0-4-x86_64.pkg.tar.xz'
[2018-06-29 19:15] [ALPM] transaction started
[2018-06-29 19:15] [ALPM] installed polybar (3.1.0-4)
[2018-06-29 19:15] [ALPM-SCRIPTLET] 
[2018-06-29 19:15] [ALPM-SCRIPTLET]   Get started with the example configuration:
[2018-06-29 19:15] [ALPM-SCRIPTLET] 
[2018-06-29 19:15] [ALPM-SCRIPTLET]     $ install -Dm644 /usr/share/doc/polybar/config $HOME/.config/polybar/config
[2018-06-29 19:15] [ALPM-SCRIPTLET]     $ polybar example
[2018-06-29 19:15] [ALPM-SCRIPTLET] 
[2018-06-29 19:15] [ALPM-SCRIPTLET]   For more information, see https://github.com/jaagr/polybar/wiki
[2018-06-29 19:15] [ALPM-SCRIPTLET] 
[2018-06-29 19:15] [ALPM] transaction completed
[2018-06-29 19:15] [ALPM] running 'systemd-update.hook'...
[2018-06-29 23:39] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-29 23:39] [PACMAN] synchronizing package lists
[2018-06-29 23:39] [PACMAN] starting full system upgrade
[2018-06-29 23:41] [PACMAN] Running 'pacman --sync --asdeps -- pacman-contrib'
[2018-06-29 23:41] [ALPM] transaction started
[2018-06-29 23:41] [ALPM] installed pacman-contrib (1.0.0-2)
[2018-06-29 23:41] [ALPM] transaction completed
[2018-06-29 23:41] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-06-29 23:41] [ALPM] running 'systemd-update.hook'...
[2018-06-29 23:41] [PACMAN] Running 'pacman -D --asexplicit pacman-contrib'
[2018-06-30 00:34] [PACMAN] Running 'pacman --sync --asdeps -- python-beaker python-markupsafe python-mako gobject-introspection boost-libs source-highlight glib2-docs libxslt python-lxml docbook-xml python-pygments docbook-xsl python-anytree gtk-doc'
[2018-06-30 00:34] [ALPM] transaction started
[2018-06-30 00:34] [ALPM] installed python-beaker (1.10.0-1)
[2018-06-30 00:34] [ALPM] installed python-markupsafe (1.0-1)
[2018-06-30 00:34] [ALPM] installed python-mako (1.0.7-1)
[2018-06-30 00:34] [ALPM] installed gobject-introspection (1.56.1-1)
[2018-06-30 00:34] [ALPM] installed boost-libs (1.67.0-4)
[2018-06-30 00:34] [ALPM] installed source-highlight (3.1.8-16)
[2018-06-30 00:34] [ALPM] installed glib2-docs (2.56.1-1)
[2018-06-30 00:34] [ALPM] installed libxslt (1.1.32+3+g32c88216-1)
[2018-06-30 00:34] [ALPM] installed python-lxml (4.2.2-1)
[2018-06-30 00:34] [ALPM] installed docbook-xml (4.5-7)
[2018-06-30 00:34] [ALPM] installed python-pygments (2.2.0-1)
[2018-06-30 00:34] [ALPM] installed docbook-xsl (1.79.2-4)
[2018-06-30 00:34] [ALPM] installed python-anytree (2.4.3-1)
[2018-06-30 00:34] [ALPM] installed gtk-doc (1.28-1)
[2018-06-30 00:34] [ALPM] transaction completed
[2018-06-30 00:34] [ALPM] running 'systemd-update.hook'...
[2018-06-30 00:34] [ALPM] running 'texinfo-install.hook'...
[2018-06-30 00:34] [PACMAN] Running 'pacman --upgrade playerctl-git-0.6.0.r29.g2032a74-1-x86_64.pkg.tar.xz'
[2018-06-30 00:34] [ALPM] transaction started
[2018-06-30 00:34] [ALPM] installed playerctl-git (0.6.0.r29.g2032a74-1)
[2018-06-30 00:34] [ALPM] transaction completed
[2018-06-30 00:34] [ALPM] running 'systemd-update.hook'...
[2018-06-30 01:22] [PACMAN] Running 'pacman --sync --asdeps -- xorg-xsetroot'
[2018-06-30 01:22] [ALPM] transaction started
[2018-06-30 01:22] [ALPM] installed xorg-xsetroot (1.1.2-1)
[2018-06-30 01:22] [ALPM] transaction completed
[2018-06-30 01:22] [ALPM] running 'systemd-update.hook'...
[2018-06-30 01:22] [PACMAN] Running 'pacman -D --asexplicit xorg-xsetroot'
[2018-06-30 09:58] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-06-30 09:58] [PACMAN] synchronizing package lists
[2018-06-30 09:58] [PACMAN] starting full system upgrade
[2018-06-30 09:59] [ALPM] transaction started
[2018-06-30 09:59] [ALPM] upgraded linux (4.17.2-1 -> 4.17.3-1)
[2018-06-30 09:59] [ALPM] upgraded bbswitch (0.8-143 -> 0.8-144)
[2018-06-30 09:59] [ALPM] upgraded nvidia (396.24-12 -> 396.24-13)
[2018-06-30 09:59] [ALPM] upgraded vhba-module (20170610-78 -> 20170610-79)
[2018-06-30 09:59] [ALPM] transaction completed
[2018-06-30 09:59] [ALPM] running '60-linux.hook'...
[2018-06-30 09:59] [ALPM] running '90-linux.hook'...
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> Starting build: 4.17.3-1-ARCH
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> Starting build: 4.17.3-1-ARCH
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-06-30 09:59] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-06-30 09:59] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-06-30 09:59] [ALPM] running 'systemd-sysusers.hook'...
[2018-06-30 09:59] [ALPM] running 'systemd-udev-reload.hook'...
[2018-06-30 09:59] [ALPM] running 'systemd-update.hook'...
[2018-07-01 10:26] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-01 10:26] [PACMAN] synchronizing package lists
[2018-07-01 10:26] [PACMAN] starting full system upgrade
[2018-07-01 10:26] [ALPM] transaction started
[2018-07-01 10:26] [ALPM] upgraded libnghttp2 (1.31.1-1 -> 1.32.0-1)
[2018-07-01 10:26] [ALPM] upgraded mesa (18.1.2-1 -> 18.1.3-1)
[2018-07-01 10:26] [ALPM] transaction completed
[2018-07-01 10:26] [ALPM] running 'systemd-update.hook'...
[2018-07-01 10:27] [PACMAN] Running 'pacman --upgrade tusk-0.11.0-1-x86_64.pkg.tar.xz'
[2018-07-01 10:27] [ALPM] transaction started
[2018-07-01 10:27] [ALPM] installed tusk (0.11.0-1)
[2018-07-01 10:27] [ALPM] transaction completed
[2018-07-01 10:27] [ALPM] running 'systemd-update.hook'...
[2018-07-01 10:27] [ALPM] running 'update-desktop-database.hook'...
[2018-07-01 10:52] [PACMAN] Running 'pacman --sync --asdeps -- libev'
[2018-07-01 10:52] [ALPM] transaction started
[2018-07-01 10:52] [ALPM] installed libev (4.24-1)
[2018-07-01 10:52] [ALPM] transaction completed
[2018-07-01 10:52] [ALPM] running 'systemd-update.hook'...
[2018-07-01 10:52] [PACMAN] Running 'pacman --upgrade i3lock-color-git-r498.594b5c6-1-x86_64.pkg.tar.xz'
[2018-07-01 10:52] [ALPM] transaction started
[2018-07-01 10:52] [ALPM] installed i3lock-color-git (r498.594b5c6-1)
[2018-07-01 10:52] [ALPM] transaction completed
[2018-07-01 10:52] [ALPM] running 'systemd-update.hook'...
[2018-07-01 11:40] [PACMAN] Running 'pacman --sync --asdeps -- giblib scrot'
[2018-07-01 11:40] [ALPM] transaction started
[2018-07-01 11:40] [ALPM] installed giblib (1.2.4-7)
[2018-07-01 11:40] [ALPM] installed scrot (0.8.18-1)
[2018-07-01 11:40] [ALPM] transaction completed
[2018-07-01 11:40] [ALPM] running 'systemd-update.hook'...
[2018-07-01 11:40] [PACMAN] Running 'pacman -D --asexplicit scrot'
[2018-07-01 23:29] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-01 23:29] [PACMAN] synchronizing package lists
[2018-07-01 23:29] [PACMAN] starting full system upgrade
[2018-07-01 23:30] [PACMAN] Running 'pacman --sync --asdeps -- libraqm liblqr libmagick imagemagick'
[2018-07-01 23:30] [ALPM] transaction started
[2018-07-01 23:30] [ALPM] installed libraqm (0.5.0-1)
[2018-07-01 23:30] [ALPM] installed liblqr (0.4.2-2)
[2018-07-01 23:30] [ALPM] installed libmagick (7.0.8.3-1)
[2018-07-01 23:30] [ALPM] installed imagemagick (7.0.8.3-1)
[2018-07-01 23:30] [ALPM] transaction completed
[2018-07-01 23:30] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-01 23:30] [ALPM] running 'systemd-update.hook'...
[2018-07-01 23:30] [PACMAN] Running 'pacman -D --asexplicit imagemagick'
[2018-07-02 13:18] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-02 13:18] [PACMAN] synchronizing package lists
[2018-07-02 13:18] [PACMAN] starting full system upgrade
[2018-07-02 13:19] [PACMAN] Running 'pacman --upgrade aurman-2.16-1-any.pkg.tar.xz'
[2018-07-02 13:19] [ALPM] transaction started
[2018-07-02 13:19] [ALPM] upgraded aurman (2.15-1 -> 2.16-1)
[2018-07-02 13:19] [ALPM] transaction completed
[2018-07-02 13:19] [ALPM] running 'systemd-update.hook'...
[2018-07-02 13:19] [PACMAN] Running 'pacman --sync --asdeps -- tslib double-conversion qt5-base hidapi'
[2018-07-02 13:19] [ALPM] transaction started
[2018-07-02 13:19] [ALPM] installed tslib (1.16-1)
[2018-07-02 13:19] [ALPM] installed double-conversion (3.0.0-1)
[2018-07-02 13:19] [ALPM] installed qt5-base (5.11.1-1)
[2018-07-02 13:19] [ALPM] installed hidapi (0.8.0rc1-3)
[2018-07-02 13:19] [ALPM] transaction completed
[2018-07-02 13:19] [ALPM] running 'systemd-update.hook'...
[2018-07-02 13:19] [PACMAN] Running 'pacman --upgrade msi-keyboard-git-r19.fb57be9-1-x86_64.pkg.tar.xz'
[2018-07-02 13:20] [PACMAN] Running 'pacman --upgrade msi-keyboard-git-r19.fb57be9-1-x86_64.pkg.tar.xz'
[2018-07-02 13:21] [PACMAN] Running 'pacman -Rs msi-keyboard-git'
[2018-07-02 13:22] [PACMAN] Running 'pacman -Rs double-conversion hidapi qt5-base tslib'
[2018-07-02 13:22] [ALPM] transaction started
[2018-07-02 13:22] [ALPM] removed qt5-base (5.11.1-1)
[2018-07-02 13:22] [ALPM] removed tslib (1.16-1)
[2018-07-02 13:22] [ALPM] removed hidapi (0.8.0rc1-3)
[2018-07-02 13:22] [ALPM] removed double-conversion (3.0.0-1)
[2018-07-02 13:22] [ALPM] transaction completed
[2018-07-02 13:22] [ALPM] running 'systemd-update.hook'...
[2018-07-02 13:23] [PACMAN] Running 'pacman --sync --asdeps -- hidapi tslib double-conversion qt5-base'
[2018-07-02 13:23] [ALPM] transaction started
[2018-07-02 13:23] [ALPM] installed hidapi (0.8.0rc1-3)
[2018-07-02 13:23] [ALPM] installed tslib (1.16-1)
[2018-07-02 13:23] [ALPM] installed double-conversion (3.0.0-1)
[2018-07-02 13:24] [ALPM] installed qt5-base (5.11.1-1)
[2018-07-02 13:24] [ALPM] transaction completed
[2018-07-02 13:24] [ALPM] running 'systemd-update.hook'...
[2018-07-02 13:24] [PACMAN] Running 'pacman --upgrade msi-keyboard-git-r19.fb57be9-1-x86_64.pkg.tar.xz'
[2018-07-02 13:24] [PACMAN] Running 'pacman -Rs double-conversion hidapi qt5-base tslib'
[2018-07-02 13:24] [ALPM] transaction started
[2018-07-02 13:24] [ALPM] removed qt5-base (5.11.1-1)
[2018-07-02 13:24] [ALPM] removed tslib (1.16-1)
[2018-07-02 13:24] [ALPM] removed hidapi (0.8.0rc1-3)
[2018-07-02 13:24] [ALPM] removed double-conversion (3.0.0-1)
[2018-07-02 13:24] [ALPM] transaction completed
[2018-07-02 13:24] [ALPM] running 'systemd-update.hook'...
[2018-07-02 13:25] [PACMAN] Running 'pacman --sync --asdeps -- double-conversion tslib qt5-base hidapi'
[2018-07-02 13:25] [ALPM] transaction started
[2018-07-02 13:25] [ALPM] installed double-conversion (3.0.0-1)
[2018-07-02 13:25] [ALPM] installed tslib (1.16-1)
[2018-07-02 13:25] [ALPM] installed qt5-base (5.11.1-1)
[2018-07-02 13:25] [ALPM] installed hidapi (0.8.0rc1-3)
[2018-07-02 13:25] [ALPM] transaction completed
[2018-07-02 13:25] [ALPM] running 'systemd-update.hook'...
[2018-07-02 13:25] [PACMAN] Running 'pacman --upgrade msi-keyboard-git-r19.fb57be9-1-x86_64.pkg.tar.xz'
[2018-07-02 13:25] [ALPM] transaction started
[2018-07-02 13:25] [ALPM] installed msi-keyboard-git (r19.fb57be9-1)
[2018-07-02 13:25] [ALPM] transaction completed
[2018-07-02 13:25] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-02 13:25] [ALPM] running 'systemd-update.hook'...
[2018-07-02 13:33] [PACMAN] Running 'pacman -Rs msi-keyboard-git'
[2018-07-02 13:33] [ALPM] transaction started
[2018-07-02 13:33] [ALPM] removed msi-keyboard-git (r19.fb57be9-1)
[2018-07-02 13:33] [ALPM] transaction completed
[2018-07-02 13:33] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-02 13:33] [ALPM] running 'systemd-update.hook'...
[2018-07-02 13:33] [PACMAN] Running 'pacman -Rs double-conversion hidapi qt5-base tslib'
[2018-07-02 13:33] [ALPM] transaction started
[2018-07-02 13:33] [ALPM] removed qt5-base (5.11.1-1)
[2018-07-02 13:33] [ALPM] removed tslib (1.16-1)
[2018-07-02 13:33] [ALPM] removed hidapi (0.8.0rc1-3)
[2018-07-02 13:33] [ALPM] removed double-conversion (3.0.0-1)
[2018-07-02 13:33] [ALPM] transaction completed
[2018-07-02 13:33] [ALPM] running 'systemd-update.hook'...
[2018-07-02 13:34] [PACMAN] Running 'pacman -Rns cmake go gtk-doc libcurl-compat'
[2018-07-02 13:44] [PACMAN] Running 'pacman --sync --asdeps -- hidapi'
[2018-07-02 13:44] [ALPM] transaction started
[2018-07-02 13:44] [ALPM] installed hidapi (0.8.0rc1-3)
[2018-07-02 13:44] [ALPM] transaction completed
[2018-07-02 13:44] [ALPM] running 'systemd-update.hook'...
[2018-07-02 13:44] [PACMAN] Running 'pacman --upgrade msiklm-git-20180617.3c526c3-1-x86_64.pkg.tar.xz'
[2018-07-02 13:44] [ALPM] transaction started
[2018-07-02 13:44] [ALPM] installed msiklm-git (20180617.3c526c3-1)
[2018-07-02 13:44] [ALPM] transaction completed
[2018-07-02 13:44] [ALPM] running 'systemd-update.hook'...
[2018-07-02 14:09] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-02 14:09] [PACMAN] synchronizing package lists
[2018-07-02 14:09] [PACMAN] starting full system upgrade
[2018-07-02 14:09] [ALPM] transaction started
[2018-07-02 14:09] [ALPM] upgraded ndctl (60.3-2 -> 61.1-1)
[2018-07-02 14:09] [ALPM] upgraded python-lxml (4.2.2-1 -> 4.2.3-1)
[2018-07-02 14:09] [ALPM] transaction completed
[2018-07-02 14:09] [ALPM] running 'systemd-update.hook'...
[2018-07-02 14:14] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-02 14:14] [PACMAN] synchronizing package lists
[2018-07-02 14:14] [PACMAN] starting full system upgrade
[2018-07-02 15:03] [PACMAN] Running 'pacman --sync --asdeps -- xf86-input-synaptics'
[2018-07-02 15:03] [ALPM] transaction started
[2018-07-02 15:03] [ALPM] installed xf86-input-synaptics (1.9.1-1)
[2018-07-02 15:03] [ALPM-SCRIPTLET] >>> xf86-input-synaptics driver is on maintenance mode and
[2018-07-02 15:03] [ALPM-SCRIPTLET]     xf86-input-libinput driver must be prefered over.
[2018-07-02 15:03] [ALPM] transaction completed
[2018-07-02 15:03] [ALPM] running 'systemd-update.hook'...
[2018-07-02 15:03] [PACMAN] Running 'pacman -D --asexplicit xf86-input-synaptics'
[2018-07-02 15:15] [PACMAN] Running 'pacman -Rs xf86-input-synaptics'
[2018-07-02 15:15] [ALPM] transaction started
[2018-07-02 15:15] [ALPM] removed xf86-input-synaptics (1.9.1-1)
[2018-07-02 15:15] [ALPM] transaction completed
[2018-07-02 15:15] [ALPM] running 'systemd-update.hook'...
[2018-07-02 15:19] [PACMAN] Running 'pacman --sync --asdeps -- xorg-xinput'
[2018-07-02 15:19] [ALPM] transaction started
[2018-07-02 15:19] [ALPM] installed xorg-xinput (1.6.2-2)
[2018-07-02 15:19] [ALPM] transaction completed
[2018-07-02 15:19] [ALPM] running 'systemd-update.hook'...
[2018-07-02 15:19] [PACMAN] Running 'pacman -D --asexplicit xorg-xinput'
[2018-07-02 15:24] [PACMAN] Running 'pacman -Rs xorg-xinput'
[2018-07-02 15:24] [ALPM] transaction started
[2018-07-02 15:24] [ALPM] removed xorg-xinput (1.6.2-2)
[2018-07-02 15:24] [ALPM] transaction completed
[2018-07-02 15:24] [ALPM] running 'systemd-update.hook'...
[2018-07-02 15:24] [PACMAN] Running 'pacman --sync --asdeps -- xf86-input-synaptics'
[2018-07-02 15:24] [ALPM] transaction started
[2018-07-02 15:24] [ALPM] installed xf86-input-synaptics (1.9.1-1)
[2018-07-02 15:24] [ALPM-SCRIPTLET] >>> xf86-input-synaptics driver is on maintenance mode and
[2018-07-02 15:24] [ALPM-SCRIPTLET]     xf86-input-libinput driver must be prefered over.
[2018-07-02 15:24] [ALPM] transaction completed
[2018-07-02 15:24] [ALPM] running 'systemd-update.hook'...
[2018-07-02 15:24] [PACMAN] Running 'pacman -D --asexplicit xf86-input-synaptics'
[2018-07-02 16:16] [PACMAN] Running 'pacman --sync --asdeps -- evtest'
[2018-07-02 16:16] [ALPM] transaction started
[2018-07-02 16:16] [ALPM] installed evtest (1.33-3)
[2018-07-02 16:16] [ALPM] transaction completed
[2018-07-02 16:16] [ALPM] running 'systemd-update.hook'...
[2018-07-02 16:16] [PACMAN] Running 'pacman -D --asexplicit evtest'
[2018-07-02 16:18] [PACMAN] Running 'pacman -Rs evtest'
[2018-07-02 16:18] [ALPM] transaction started
[2018-07-02 16:18] [ALPM] removed evtest (1.33-3)
[2018-07-02 16:18] [ALPM] transaction completed
[2018-07-02 16:18] [ALPM] running 'systemd-update.hook'...
[2018-07-03 03:58] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-03 03:58] [PACMAN] synchronizing package lists
[2018-07-03 03:58] [PACMAN] starting full system upgrade
[2018-07-03 03:58] [ALPM] transaction started
[2018-07-03 03:58] [ALPM] upgraded otf-fira-code (1.205-2 -> 1.205-3)
[2018-07-03 03:58] [ALPM] transaction completed
[2018-07-03 03:58] [ALPM] running 'fontconfig.hook'...
[2018-07-03 03:58] [ALPM] running 'systemd-update.hook'...
[2018-07-03 03:58] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-07-03 04:24] [PACMAN] Running 'pacman --sync --asdeps -- acpid'
[2018-07-03 04:24] [ALPM] transaction started
[2018-07-03 04:24] [ALPM] installed acpid (2.0.29-2)
[2018-07-03 04:24] [ALPM] transaction completed
[2018-07-03 04:24] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-03 04:24] [ALPM] running 'systemd-update.hook'...
[2018-07-03 04:24] [PACMAN] Running 'pacman -D --asexplicit acpid'
[2018-07-03 11:01] [PACMAN] Running 'pacman -Rs acpid'
[2018-07-03 11:02] [ALPM] transaction started
[2018-07-03 11:02] [ALPM] warning: /etc/acpi/handler.sh saved as /etc/acpi/handler.sh.pacsave
[2018-07-03 11:02] [ALPM] removed acpid (2.0.29-2)
[2018-07-03 11:02] [ALPM] transaction completed
[2018-07-03 11:02] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-03 11:02] [ALPM] running 'systemd-update.hook'...
[2018-07-03 11:24] [PACMAN] Running 'pacman --sync --asdeps -- powertop'
[2018-07-03 11:24] [ALPM] transaction started
[2018-07-03 11:24] [ALPM] installed powertop (2.9-1)
[2018-07-03 11:24] [ALPM] transaction completed
[2018-07-03 11:24] [ALPM] running 'systemd-update.hook'...
[2018-07-03 11:24] [PACMAN] Running 'pacman -D --asexplicit powertop'
[2018-07-03 11:50] [PACMAN] Running 'pacman --sync --asdeps -- iw hdparm tlp'
[2018-07-03 11:50] [ALPM] transaction started
[2018-07-03 11:50] [ALPM] installed iw (4.14-1)
[2018-07-03 11:50] [ALPM] installed hdparm (9.56-1)
[2018-07-03 11:50] [ALPM] installed tlp (1.1-1)
[2018-07-03 11:50] [ALPM] transaction completed
[2018-07-03 11:50] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-03 11:50] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-03 11:50] [ALPM] running 'systemd-update.hook'...
[2018-07-03 11:50] [PACMAN] Running 'pacman -D --asexplicit tlp'
[2018-07-03 14:03] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-03 14:03] [PACMAN] synchronizing package lists
[2018-07-03 14:03] [PACMAN] starting full system upgrade
[2018-07-03 14:03] [ALPM] transaction started
[2018-07-03 14:03] [ALPM] upgraded guile (2.2.3-1 -> 2.2.4-1)
[2018-07-03 14:03] [ALPM] upgraded harfbuzz (1.8.1-1 -> 1.8.2-1)
[2018-07-03 14:03] [ALPM] upgraded libxfce4util (4.12.1-2 -> 4.13.2-1)
[2018-07-03 14:03] [ALPM] upgraded thunar (1.8.1-1 -> 1.8.1.11.gf5147445-1)
[2018-07-03 14:03] [ALPM] transaction completed
[2018-07-03 14:03] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-03 14:03] [ALPM] running 'systemd-update.hook'...
[2018-07-03 14:03] [ALPM] running 'texinfo-install.hook'...
[2018-07-03 14:03] [ALPM] running 'update-desktop-database.hook'...
[2018-07-03 17:47] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-03 17:47] [PACMAN] synchronizing package lists
[2018-07-03 17:47] [PACMAN] starting full system upgrade
[2018-07-03 17:48] [PACMAN] Running 'pacman --sync --asdeps -- xss-lock'
[2018-07-03 17:48] [ALPM] transaction started
[2018-07-03 17:48] [ALPM] installed xss-lock (0.3.0.g1e158fb20108-2)
[2018-07-03 17:48] [ALPM] transaction completed
[2018-07-03 17:48] [ALPM] running 'systemd-update.hook'...
[2018-07-03 17:48] [PACMAN] Running 'pacman -D --asexplicit xss-lock'
[2018-07-04 13:03] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-04 13:03] [PACMAN] synchronizing package lists
[2018-07-04 13:03] [PACMAN] starting full system upgrade
[2018-07-04 13:03] [ALPM] transaction started
[2018-07-04 13:03] [ALPM] upgraded libmagick (7.0.8.3-1 -> 7.0.8.4-1)
[2018-07-04 13:03] [ALPM] upgraded imagemagick (7.0.8.3-1 -> 7.0.8.4-1)
[2018-07-04 13:03] [ALPM] upgraded netctl (1.16-1 -> 1.17-1)
[2018-07-04 13:03] [ALPM] transaction completed
[2018-07-04 13:03] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-04 13:03] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-04 13:03] [ALPM] running 'systemd-update.hook'...
[2018-07-04 13:10] [PACMAN] Running 'pacman --sync --asdeps -- dunst'
[2018-07-04 13:10] [ALPM] transaction started
[2018-07-04 13:10] [ALPM] installed dunst (1.3.2-1)
[2018-07-04 13:10] [ALPM] transaction completed
[2018-07-04 13:10] [ALPM] running 'systemd-update.hook'...
[2018-07-04 13:10] [PACMAN] Running 'pacman -D --asexplicit dunst'
[2018-07-04 14:47] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-04 14:47] [PACMAN] synchronizing package lists
[2018-07-04 14:47] [PACMAN] starting full system upgrade
[2018-07-04 14:47] [PACMAN] Running 'pacman --sync --asdeps -- xautolock'
[2018-07-04 14:47] [ALPM] transaction started
[2018-07-04 14:47] [ALPM] installed xautolock (2.2-5)
[2018-07-04 14:47] [ALPM] transaction completed
[2018-07-04 14:47] [ALPM] running 'systemd-update.hook'...
[2018-07-04 14:47] [PACMAN] Running 'pacman -D --asexplicit xautolock'
[2018-07-04 15:11] [PACMAN] Running 'pacman -Rs xautolock'
[2018-07-04 15:11] [ALPM] transaction started
[2018-07-04 15:11] [ALPM] removed xautolock (2.2-5)
[2018-07-04 15:11] [ALPM] transaction completed
[2018-07-04 15:11] [ALPM] running 'systemd-update.hook'...
[2018-07-04 17:52] [PACMAN] Running 'pacman --sync --asdeps -- exiv2 lcms geeqie'
[2018-07-04 17:52] [ALPM] transaction started
[2018-07-04 17:52] [ALPM] installed exiv2 (0.26-2)
[2018-07-04 17:52] [ALPM] installed lcms (1.19-7)
[2018-07-04 17:52] [ALPM] installed geeqie (1.4-2)
[2018-07-04 17:52] [ALPM] transaction completed
[2018-07-04 17:52] [ALPM] running 'systemd-update.hook'...
[2018-07-04 17:52] [ALPM] running 'update-desktop-database.hook'...
[2018-07-04 17:52] [PACMAN] Running 'pacman -D --asexplicit geeqie'
[2018-07-04 20:28] [PACMAN] Running 'pacman --upgrade spotifywm-git-0.0.1-1-x86_64.pkg.tar.xz'
[2018-07-04 20:29] [PACMAN] Running 'pacman --upgrade spotifywm-git-0.0.1-1-x86_64.pkg.tar.xz'
[2018-07-04 20:42] [PACMAN] Running '/usr/bin/pacman -U /home/gavsiu/.aur/spotifywm/spotifywm-git-0.0.1-1-x86_64.pkg.tar.xz'
[2018-07-04 20:49] [PACMAN] Running '/usr/bin/pacman -U /home/gavsiu/.aur/spotifywm/spotifywm-git-0.0.1-1-x86_64.pkg.tar.xz'
[2018-07-04 20:49] [PACMAN] Running '/usr/bin/pacman -U /home/gavsiu/.aur/spotifywm/spotifywm-git-0.0.1-1-x86_64.pkg.tar.xz'
[2018-07-04 20:50] [PACMAN] Running '/usr/bin/pacman -U /home/gavsiu/.aur/spotifywm/spotifywm-git-0.0.1-1-x86_64.pkg.tar.xz'
[2018-07-04 20:51] [PACMAN] Running '/usr/bin/pacman -U /home/gavsiu/.aur/spotifywm/spotifywm-git-0.0.1-1-x86_64.pkg.tar.xz'
[2018-07-04 20:52] [PACMAN] Running '/usr/bin/pacman -U /home/gavsiu/.aur/spotifywm/spotifywm-git-0.0.1-1-x86_64.pkg.tar.xz'
[2018-07-04 20:54] [PACMAN] Running 'pacman --upgrade spotifywm-git-0.0.1-1-x86_64.pkg.tar.xz'
[2018-07-04 20:54] [ALPM] transaction started
[2018-07-04 20:54] [ALPM] installed spotifywm-git (0.0.1-1)
[2018-07-04 20:54] [ALPM] transaction completed
[2018-07-04 20:54] [ALPM] running 'systemd-update.hook'...
[2018-07-04 23:20] [PACMAN] Running 'pacman --sync --asdeps -- libgnome-keyring'
[2018-07-04 23:21] [ALPM] transaction started
[2018-07-04 23:21] [ALPM] installed libgnome-keyring (3.12.0-3)
[2018-07-04 23:21] [ALPM] transaction completed
[2018-07-04 23:21] [ALPM] running 'systemd-update.hook'...
[2018-07-04 23:24] [PACMAN] Running 'pacman --upgrade atom-editor-bin-1.28.0-1-x86_64.pkg.tar.xz'
[2018-07-04 23:25] [ALPM] transaction started
[2018-07-04 23:25] [ALPM] installed atom-editor-bin (1.28.0-1)
[2018-07-04 23:25] [ALPM-SCRIPTLET] ==> NOTE: Custom launch flags can be put in: ~/.config/atom-editor-flags.conf
[2018-07-04 23:25] [ALPM] transaction completed
[2018-07-04 23:25] [ALPM] running 'systemd-update.hook'...
[2018-07-04 23:25] [ALPM] running 'update-desktop-database.hook'...
[2018-07-05 00:56] [PACMAN] Running 'pacman --sync --asdeps -- python-more-itertools python-apipkg python-iniconfig python-py python-atomicwrites python-pluggy python-attrs python-pytest python-pytest-runner python-pytz python-babel python-docutils python-jinja python-sphinxcontrib-websupport python-snowballstemmer python-sphinx_rtd_theme python-imagesize python-sqlalchemy python-whoosh python-sphinx-alabaster-theme python-sphinx python-psutil'
[2018-07-05 00:56] [ALPM] transaction started
[2018-07-05 00:56] [ALPM] installed python-more-itertools (4.2.0-1)
[2018-07-05 00:56] [ALPM] installed python-apipkg (1.4-3)
[2018-07-05 00:56] [ALPM] installed python-iniconfig (1.0.0-1)
[2018-07-05 00:56] [ALPM] installed python-py (1.5.4-1)
[2018-07-05 00:56] [ALPM] installed python-atomicwrites (1.1.5-4)
[2018-07-05 00:56] [ALPM] installed python-pluggy (0.6.0-2)
[2018-07-05 00:56] [ALPM] installed python-attrs (18.1.0-1)
[2018-07-05 00:56] [ALPM] installed python-pytest (3.6.2-1)
[2018-07-05 00:56] [ALPM] installed python-pytest-runner (4.2-1)
[2018-07-05 00:56] [ALPM] installed python-pytz (2018.5-1)
[2018-07-05 00:56] [ALPM] installed python-babel (2.6.0-1)
[2018-07-05 00:56] [ALPM] installed python-docutils (0.14-1)
[2018-07-05 00:56] [ALPM] installed python-jinja (2.10-1)
[2018-07-05 00:56] [ALPM] installed python-sphinxcontrib-websupport (1.1.0-1)
[2018-07-05 00:56] [ALPM] installed python-snowballstemmer (1.2.1-2)
[2018-07-05 00:56] [ALPM] installed python-sphinx_rtd_theme (0.4.0-1)
[2018-07-05 00:56] [ALPM] installed python-imagesize (1.0.0-1)
[2018-07-05 00:56] [ALPM] installed python-sqlalchemy (1.2.9-1)
[2018-07-05 00:56] [ALPM] installed python-whoosh (2.7.4-2)
[2018-07-05 00:56] [ALPM] installed python-sphinx-alabaster-theme (0.7.11-1)
[2018-07-05 00:56] [ALPM] installed python-sphinx (1.7.5-1)
[2018-07-05 00:56] [ALPM] installed python-psutil (5.4.6-1)
[2018-07-05 00:56] [ALPM] transaction completed
[2018-07-05 00:56] [ALPM] running 'systemd-update.hook'...
[2018-07-05 00:57] [PACMAN] Running 'pacman --upgrade autosuspend-1.1.0-1-any.pkg.tar.xz'
[2018-07-05 01:03] [ALPM] transaction started
[2018-07-05 01:03] [ALPM] installed autosuspend (1.1.0-1)
[2018-07-05 01:03] [ALPM] transaction completed
[2018-07-05 01:03] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-05 01:03] [ALPM] running 'systemd-update.hook'...
[2018-07-05 01:04] [PACMAN] Running 'pacman --sync --asdeps -- python-dbus-common python-dbus'
[2018-07-05 01:04] [ALPM] transaction started
[2018-07-05 01:04] [ALPM] installed python-dbus-common (1.2.8-1)
[2018-07-05 01:04] [ALPM] installed python-dbus (1.2.8-1)
[2018-07-05 01:04] [ALPM] transaction completed
[2018-07-05 01:04] [ALPM] running 'systemd-update.hook'...
[2018-07-05 01:04] [PACMAN] Running 'pacman -D --asexplicit python-dbus'
[2018-07-05 01:04] [PACMAN] Running 'pacman --sync --asdeps -- neofetch'
[2018-07-05 01:04] [ALPM] transaction started
[2018-07-05 01:04] [ALPM] installed neofetch (5.0.0-1)
[2018-07-05 01:04] [ALPM] transaction completed
[2018-07-05 01:04] [ALPM] running 'systemd-update.hook'...
[2018-07-05 01:04] [PACMAN] Running 'pacman -D --asexplicit neofetch'
[2018-07-05 02:06] [PACMAN] Running 'pacman --upgrade xprintidle-0.2.2-1-x86_64.pkg.tar.xz'
[2018-07-05 02:06] [ALPM] transaction started
[2018-07-05 02:06] [ALPM] installed xprintidle (0.2.2-1)
[2018-07-05 02:06] [ALPM] transaction completed
[2018-07-05 02:06] [ALPM] running 'systemd-update.hook'...
[2018-07-05 02:17] [PACMAN] Running 'pacman -Rs xprintidle'
[2018-07-05 02:17] [ALPM] transaction started
[2018-07-05 02:17] [ALPM] removed xprintidle (0.2.2-1)
[2018-07-05 02:17] [ALPM] transaction completed
[2018-07-05 02:17] [ALPM] running 'systemd-update.hook'...
[2018-07-05 02:17] [PACMAN] Running 'pacman -Rs autosuspend python-dbus'
[2018-07-05 02:17] [ALPM] transaction started
[2018-07-05 02:18] [ALPM] removed python-dbus (1.2.8-1)
[2018-07-05 02:18] [ALPM] removed python-dbus-common (1.2.8-1)
[2018-07-05 02:18] [ALPM] warning: /etc/autosuspend.conf saved as /etc/autosuspend.conf.pacsave
[2018-07-05 02:18] [ALPM] removed autosuspend (1.1.0-1)
[2018-07-05 02:18] [ALPM] removed python-psutil (5.4.6-1)
[2018-07-05 02:18] [ALPM] transaction completed
[2018-07-05 02:18] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-05 02:18] [ALPM] running 'systemd-update.hook'...
[2018-07-05 02:18] [PACMAN] Running 'pacman -Rns cmake go gtk-doc libcurl-compat python-pytest-runner python-sphinx'
[2018-07-05 02:18] [ALPM] running 'texinfo-remove.hook'...
[2018-07-05 02:18] [ALPM] transaction started
[2018-07-05 02:18] [ALPM] removed python-sphinx (1.7.5-1)
[2018-07-05 02:18] [ALPM] removed python-whoosh (2.7.4-2)
[2018-07-05 02:18] [ALPM] removed python-sqlalchemy (1.2.9-1)
[2018-07-05 02:18] [ALPM] removed python-sphinxcontrib-websupport (1.1.0-1)
[2018-07-05 02:18] [ALPM] removed python-sphinx_rtd_theme (0.4.0-1)
[2018-07-05 02:18] [ALPM] removed python-sphinx-alabaster-theme (0.7.11-1)
[2018-07-05 02:18] [ALPM] removed python-snowballstemmer (1.2.1-2)
[2018-07-05 02:18] [ALPM] removed python-jinja (2.10-1)
[2018-07-05 02:18] [ALPM] removed python-imagesize (1.0.0-1)
[2018-07-05 02:18] [ALPM] removed python-docutils (0.14-1)
[2018-07-05 02:18] [ALPM] removed python-babel (2.6.0-1)
[2018-07-05 02:18] [ALPM] removed python-pytz (2018.5-1)
[2018-07-05 02:18] [ALPM] removed python-pytest-runner (4.2-1)
[2018-07-05 02:18] [ALPM] removed python-pytest (3.6.2-1)
[2018-07-05 02:18] [ALPM] removed python-py (1.5.4-1)
[2018-07-05 02:18] [ALPM] removed python-iniconfig (1.0.0-1)
[2018-07-05 02:18] [ALPM] removed python-apipkg (1.4-3)
[2018-07-05 02:18] [ALPM] removed python-pluggy (0.6.0-2)
[2018-07-05 02:18] [ALPM] removed python-more-itertools (4.2.0-1)
[2018-07-05 02:18] [ALPM] removed python-attrs (18.1.0-1)
[2018-07-05 02:18] [ALPM] removed python-atomicwrites (1.1.5-4)
[2018-07-05 02:18] [ALPM] removed libcurl-compat (7.60.0-1)
[2018-07-05 02:18] [ALPM] removed gtk-doc (1.28-1)
[2018-07-05 02:18] [ALPM] removed source-highlight (3.1.8-16)
[2018-07-05 02:18] [ALPM] removed boost-libs (1.67.0-4)
[2018-07-05 02:18] [ALPM] removed python-pygments (2.2.0-1)
[2018-07-05 02:18] [ALPM] removed python-lxml (4.2.3-1)
[2018-07-05 02:18] [ALPM] removed python-anytree (2.4.3-1)
[2018-07-05 02:18] [ALPM] removed glib2-docs (2.56.1-1)
[2018-07-05 02:19] [ALPM] removed docbook-xsl (1.79.2-4)
[2018-07-05 02:19] [ALPM] removed libxslt (1.1.32+3+g32c88216-1)
[2018-07-05 02:19] [ALPM] removed docbook-xml (4.5-7)
[2018-07-05 02:19] [ALPM] removed go (2:1.10.3-1)
[2018-07-05 02:19] [ALPM] removed cmake (3.11.4-1)
[2018-07-05 02:19] [ALPM] removed rhash (1.3.6-1)
[2018-07-05 02:19] [ALPM] removed libuv (1.21.0-1)
[2018-07-05 02:19] [ALPM] removed jsoncpp (1.8.4-2)
[2018-07-05 02:19] [ALPM] transaction completed
[2018-07-05 02:19] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-05 02:19] [ALPM] running 'systemd-update.hook'...
[2018-07-05 02:19] [ALPM] running 'update-desktop-database.hook'...
[2018-07-05 02:19] [ALPM] running 'update-mime-database.hook'...
[2018-07-05 10:31] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-05 10:31] [PACMAN] synchronizing package lists
[2018-07-05 10:31] [PACMAN] starting full system upgrade
[2018-07-05 10:32] [ALPM] transaction started
[2018-07-05 10:32] [ALPM] upgraded gdbm (1.14.1-1 -> 1.16-1)
[2018-07-05 10:32] [ALPM] upgraded avahi (0.7+4+gd8d8c67-1 -> 0.7+16+g1cc2b8e-1)
[2018-07-05 10:32] [ALPM] upgraded libmagick (7.0.8.4-1 -> 7.0.8.5-1)
[2018-07-05 10:32] [ALPM] upgraded imagemagick (7.0.8.4-1 -> 7.0.8.5-1)
[2018-07-05 10:32] [ALPM] upgraded perl (5.26.2-1 -> 5.26.2-2)
[2018-07-05 10:32] [ALPM] upgraded libsasl (2.1.26-12 -> 2.1.26-13)
[2018-07-05 10:32] [ALPM] upgraded libinput (1.11.1-2 -> 1.11.2-1)
[2018-07-05 10:32] [ALPM] upgraded man-db (2.8.3-1 -> 2.8.3-2)
[2018-07-05 10:32] [ALPM] upgraded python (3.6.5-3 -> 3.6.6-1)
[2018-07-05 10:32] [ALPM] upgraded python2 (2.7.15-1 -> 2.7.15-2)
[2018-07-05 10:32] [ALPM] upgraded zsh (5.5.1-1 -> 5.5.1-2)
[2018-07-05 10:32] [ALPM] upgraded zstd (1.3.4-1 -> 1.3.5-1)
[2018-07-05 10:32] [ALPM] transaction completed
[2018-07-05 10:32] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-05 10:32] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-05 10:32] [ALPM] running 'systemd-hwdb.hook'...
[2018-07-05 10:32] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-05 10:32] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-05 10:32] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-05 10:32] [ALPM] running 'systemd-update.hook'...
[2018-07-05 10:32] [ALPM] running 'texinfo-install.hook'...
[2018-07-05 10:32] [ALPM] running 'update-desktop-database.hook'...
[2018-07-05 11:49] [PACMAN] Running 'pacman --sync --asdeps -- nftables'
[2018-07-05 11:49] [ALPM] transaction started
[2018-07-05 11:49] [ALPM] installed nftables (1:0.8.5-1)
[2018-07-05 11:49] [ALPM] transaction completed
[2018-07-05 11:49] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-05 11:49] [ALPM] running 'systemd-update.hook'...
[2018-07-05 11:49] [PACMAN] Running 'pacman -D --asexplicit nftables'
[2018-07-05 11:57] [PACMAN] Running 'pacman --sync --asdeps -- sshguard'
[2018-07-05 11:57] [ALPM] transaction started
[2018-07-05 11:57] [ALPM] installed sshguard (2.1.0-1)
[2018-07-05 11:57] [ALPM-SCRIPTLET] -- For more information, see https://wiki.archlinux.org/index.php/Sshguard
[2018-07-05 11:57] [ALPM] transaction completed
[2018-07-05 11:57] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-05 11:57] [ALPM] running 'systemd-update.hook'...
[2018-07-05 11:57] [PACMAN] Running 'pacman -D --asexplicit sshguard'
[2018-07-05 13:04] [PACMAN] Running 'pacman --sync --asdeps -- evtest'
[2018-07-05 13:04] [ALPM] transaction started
[2018-07-05 13:04] [ALPM] installed evtest (1.33-3)
[2018-07-05 13:04] [ALPM] transaction completed
[2018-07-05 13:04] [ALPM] running 'systemd-update.hook'...
[2018-07-05 13:04] [PACMAN] Running 'pacman -D --asexplicit evtest'
[2018-07-05 13:18] [PACMAN] Running 'pacman -Rs evtest'
[2018-07-05 13:18] [ALPM] transaction started
[2018-07-05 13:18] [ALPM] removed evtest (1.33-3)
[2018-07-05 13:18] [ALPM] transaction completed
[2018-07-05 13:18] [ALPM] running 'systemd-update.hook'...
[2018-07-05 14:41] [PACMAN] Running 'pacman --sync --asdeps -- evtest'
[2018-07-05 14:41] [ALPM] transaction started
[2018-07-05 14:41] [ALPM] installed evtest (1.33-3)
[2018-07-05 14:41] [ALPM] transaction completed
[2018-07-05 14:41] [ALPM] running 'systemd-update.hook'...
[2018-07-05 14:41] [PACMAN] Running 'pacman -D --asexplicit evtest'
[2018-07-05 14:49] [PACMAN] Running 'pacman --sync --asdeps -- evemu'
[2018-07-05 14:49] [ALPM] transaction started
[2018-07-05 14:49] [ALPM] installed evemu (2.7.0-2)
[2018-07-05 14:49] [ALPM] transaction completed
[2018-07-05 14:49] [ALPM] running 'systemd-update.hook'...
[2018-07-05 14:49] [PACMAN] Running 'pacman -D --asexplicit evemu'
[2018-07-05 17:59] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-05 17:59] [PACMAN] synchronizing package lists
[2018-07-05 17:59] [PACMAN] starting full system upgrade
[2018-07-05 17:59] [ALPM] transaction started
[2018-07-05 17:59] [ALPM] upgraded libsystemd (238.133-4 -> 239.0-2)
[2018-07-05 17:59] [ALPM] warning: /etc/systemd/logind.conf installed as /etc/systemd/logind.conf.pacnew
[2018-07-05 17:59] [ALPM] upgraded systemd (238.133-4 -> 239.0-2)
[2018-07-05 17:59] [ALPM] upgraded systemd-sysvcompat (238.133-4 -> 239.0-2)
[2018-07-05 17:59] [ALPM] transaction completed
[2018-07-05 17:59] [ALPM] running '90-linux.hook'...
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> Starting build: 4.17.3-1-ARCH
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> Starting build: 4.17.3-1-ARCH
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-05 17:59] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-07-05 17:59] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-05 17:59] [ALPM] running 'systemd-catalog.hook'...
[2018-07-05 17:59] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-05 17:59] [ALPM] running 'systemd-hwdb.hook'...
[2018-07-05 17:59] [ALPM] running 'systemd-sysctl.hook'...
[2018-07-05 17:59] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-05 17:59] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-05 17:59] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-05 17:59] [ALPM] running 'systemd-update.hook'...
[2018-07-05 17:59] [PACMAN] Running 'pacman --upgrade aurman-2.16.1-1-any.pkg.tar.xz'
[2018-07-05 18:00] [ALPM] transaction started
[2018-07-05 18:00] [ALPM] upgraded aurman (2.16-1 -> 2.16.1-1)
[2018-07-05 18:00] [ALPM] transaction completed
[2018-07-05 18:00] [ALPM] running 'systemd-update.hook'...
[2018-07-05 18:03] [PACMAN] Running 'pacman --upgrade atom-editor-bin-1.28.1-1-x86_64.pkg.tar.xz'
[2018-07-05 18:04] [ALPM] transaction started
[2018-07-05 18:04] [ALPM] upgraded atom-editor-bin (1.28.0-1 -> 1.28.1-1)
[2018-07-05 18:04] [ALPM] transaction completed
[2018-07-05 18:04] [ALPM] running 'systemd-update.hook'...
[2018-07-05 18:04] [ALPM] running 'update-desktop-database.hook'...
[2018-07-05 20:13] [PACMAN] Running 'pacman --sync --asdeps -- autofs'
[2018-07-05 20:13] [ALPM] transaction started
[2018-07-05 20:13] [ALPM] installed autofs (5.1.4-2)
[2018-07-05 20:13] [ALPM] transaction completed
[2018-07-05 20:13] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-05 20:13] [ALPM] running 'systemd-update.hook'...
[2018-07-05 20:13] [PACMAN] Running 'pacman -D --asexplicit autofs'
[2018-07-05 20:24] [PACMAN] Running 'pacman -Rs autofs'
[2018-07-05 20:24] [ALPM] transaction started
[2018-07-05 20:24] [ALPM] removed autofs (5.1.4-2)
[2018-07-05 20:24] [ALPM] transaction completed
[2018-07-05 20:24] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-05 20:24] [ALPM] running 'systemd-update.hook'...
[2018-07-06 10:44] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-06 10:44] [PACMAN] synchronizing package lists
[2018-07-06 10:45] [PACMAN] starting full system upgrade
[2018-07-06 10:45] [ALPM] transaction started
[2018-07-06 10:45] [ALPM] upgraded firefox (61.0-1 -> 61.0.1-1)
[2018-07-06 10:45] [ALPM] transaction completed
[2018-07-06 10:45] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-06 10:45] [ALPM] running 'systemd-update.hook'...
[2018-07-06 10:45] [ALPM] running 'update-desktop-database.hook'...
[2018-07-06 11:25] [PACMAN] Running 'pacman --sync --asdeps -- gnome-keyring seahorse'
[2018-07-06 11:25] [ALPM] transaction started
[2018-07-06 11:25] [ALPM] installed gnome-keyring (1:3.28.2-1)
[2018-07-06 11:25] [ALPM] installed seahorse (3.20.0+288+gce2340dc-1)
[2018-07-06 11:25] [ALPM] transaction completed
[2018-07-06 11:25] [ALPM] running 'glib-compile-schemas.hook'...
[2018-07-06 11:25] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-06 11:25] [ALPM] running 'systemd-update.hook'...
[2018-07-06 11:25] [ALPM] running 'update-desktop-database.hook'...
[2018-07-06 11:25] [PACMAN] Running 'pacman -D --asexplicit gnome-keyring seahorse'
[2018-07-06 16:06] [PACMAN] Running 'pacman --sync --asdeps -- baobab'
[2018-07-06 16:06] [ALPM] transaction started
[2018-07-06 16:06] [ALPM] installed baobab (3.28.0-1)
[2018-07-06 16:06] [ALPM] transaction completed
[2018-07-06 16:06] [ALPM] running 'glib-compile-schemas.hook'...
[2018-07-06 16:06] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-06 16:06] [ALPM] running 'systemd-update.hook'...
[2018-07-06 16:06] [ALPM] running 'update-desktop-database.hook'...
[2018-07-06 16:06] [PACMAN] Running 'pacman -D --asexplicit baobab'
[2018-07-06 16:58] [PACMAN] Running 'pacman -Rs nftables sshguard'
[2018-07-06 16:58] [ALPM] transaction started
[2018-07-06 16:58] [ALPM] warning: /etc/sshguard.conf saved as /etc/sshguard.conf.pacsave
[2018-07-06 16:58] [ALPM] removed sshguard (2.1.0-1)
[2018-07-06 16:58] [ALPM] removed nftables (1:0.8.5-1)
[2018-07-06 16:58] [ALPM] transaction completed
[2018-07-06 16:58] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-06 16:58] [ALPM] running 'systemd-update.hook'...
[2018-07-06 17:09] [PACMAN] Running 'pacman --sync --asdeps -- ipset python-dbus-common python-dbus python-decorator python-slip ebtables firewalld'
[2018-07-06 17:09] [ALPM] transaction started
[2018-07-06 17:09] [ALPM] installed ipset (6.38-1)
[2018-07-06 17:09] [ALPM] installed python-dbus-common (1.2.8-1)
[2018-07-06 17:09] [ALPM] installed python-dbus (1.2.8-1)
[2018-07-06 17:09] [ALPM] installed python-decorator (4.3.0-1)
[2018-07-06 17:09] [ALPM] installed python-slip (0.6.5-1)
[2018-07-06 17:09] [ALPM] installed ebtables (2.0.10_4-6)
[2018-07-06 17:09] [ALPM] installed firewalld (0.5.1-1)
[2018-07-06 17:09] [ALPM] transaction completed
[2018-07-06 17:09] [ALPM] running 'glib-compile-schemas.hook'...
[2018-07-06 17:09] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-06 17:09] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-06 17:09] [ALPM] running 'systemd-update.hook'...
[2018-07-06 17:09] [ALPM] running 'update-desktop-database.hook'...
[2018-07-06 17:09] [PACMAN] Running 'pacman -D --asexplicit firewalld'
[2018-07-06 17:09] [PACMAN] Running 'pacman --sync --asdeps -- sip python-sip double-conversion tslib qt5-base pyqt5-common python-pyqt5'
[2018-07-06 17:10] [ALPM] transaction started
[2018-07-06 17:10] [ALPM] installed sip (4.19.8-1)
[2018-07-06 17:10] [ALPM] installed python-sip (4.19.8-1)
[2018-07-06 17:10] [ALPM] installed double-conversion (3.0.0-1)
[2018-07-06 17:10] [ALPM] installed tslib (1.16-1)
[2018-07-06 17:10] [ALPM] installed qt5-base (5.11.1-1)
[2018-07-06 17:10] [ALPM] installed pyqt5-common (5.10.1-6)
[2018-07-06 17:10] [ALPM] installed python-pyqt5 (5.10.1-6)
[2018-07-06 17:10] [ALPM] transaction completed
[2018-07-06 17:10] [ALPM] running 'systemd-update.hook'...
[2018-07-06 17:10] [PACMAN] Running 'pacman -D --asexplicit python-pyqt5'
[2018-07-06 17:14] [PACMAN] Running 'pacman -Rs python-pyqt5'
[2018-07-06 17:14] [ALPM] transaction started
[2018-07-06 17:14] [ALPM] removed python-pyqt5 (5.10.1-6)
[2018-07-06 17:14] [ALPM] removed python-sip (4.19.8-1)
[2018-07-06 17:14] [ALPM] removed sip (4.19.8-1)
[2018-07-06 17:14] [ALPM] removed pyqt5-common (5.10.1-6)
[2018-07-06 17:14] [ALPM] removed qt5-base (5.11.1-1)
[2018-07-06 17:14] [ALPM] removed tslib (1.16-1)
[2018-07-06 17:14] [ALPM] removed double-conversion (3.0.0-1)
[2018-07-06 17:14] [ALPM] transaction completed
[2018-07-06 17:14] [ALPM] running 'systemd-update.hook'...
[2018-07-06 17:14] [PACMAN] Running 'pacman --sync --asdeps -- mobile-broadband-provider-info iso-codes nm-connection-editor'
[2018-07-06 17:14] [ALPM] transaction started
[2018-07-06 17:14] [ALPM] installed mobile-broadband-provider-info (20170310-1)
[2018-07-06 17:14] [ALPM] installed iso-codes (3.76-1)
[2018-07-06 17:14] [ALPM] installed nm-connection-editor (1.8.14-1)
[2018-07-06 17:14] [ALPM] transaction completed
[2018-07-06 17:14] [ALPM] running 'glib-compile-schemas.hook'...
[2018-07-06 17:14] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-06 17:14] [ALPM] running 'systemd-update.hook'...
[2018-07-06 17:14] [ALPM] running 'update-desktop-database.hook'...
[2018-07-06 17:14] [PACMAN] Running 'pacman -D --asexplicit nm-connection-editor'
[2018-07-06 19:59] [PACMAN] Running 'pacman --sync --asdeps -- wxgtk-common orc gstreamer gst-plugins-base-libs wxgtk3 python2-wxpython3 blas lapack cblas python2-numpy argyllcms displaycal'
[2018-07-06 19:59] [ALPM] transaction started
[2018-07-06 19:59] [ALPM] installed wxgtk-common (3.0.4-1)
[2018-07-06 19:59] [ALPM] installed orc (0.4.28-1)
[2018-07-06 19:59] [ALPM] installed gstreamer (1.14.1-1)
[2018-07-06 19:59] [ALPM] installed gst-plugins-base-libs (1.14.1-1)
[2018-07-06 19:59] [ALPM] installed wxgtk3 (3.0.4-1)
[2018-07-06 19:59] [ALPM] installed python2-wxpython3 (3.0.2.0-1)
[2018-07-06 19:59] [ALPM] installed blas (3.8.0-2)
[2018-07-06 19:59] [ALPM] installed lapack (3.8.0-2)
[2018-07-06 19:59] [ALPM] installed cblas (3.8.0-2)
[2018-07-06 19:59] [ALPM] installed python2-numpy (1.14.5-1)
[2018-07-06 19:59] [ALPM] installed argyllcms (2.0.0-1)
[2018-07-06 19:59] [ALPM-SCRIPTLET] Don’t forget to add yourself to the 'plugdev' group in order to use ArgyllCMS.
[2018-07-06 19:59] [ALPM] installed displaycal (3.6.0.0-1)
[2018-07-06 19:59] [ALPM] transaction completed
[2018-07-06 19:59] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-06 19:59] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-06 19:59] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-06 19:59] [ALPM] running 'systemd-update.hook'...
[2018-07-06 19:59] [ALPM] running 'update-desktop-database.hook'...
[2018-07-06 19:59] [PACMAN] Running 'pacman -D --asexplicit displaycal'
[2018-07-06 21:00] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-06 21:00] [PACMAN] synchronizing package lists
[2018-07-06 21:00] [PACMAN] starting full system upgrade
[2018-07-06 21:00] [ALPM] transaction started
[2018-07-06 21:00] [ALPM] upgraded zeromq (4.2.2-2 -> 4.2.3-1)
[2018-07-06 21:00] [ALPM] transaction completed
[2018-07-06 21:00] [ALPM] running 'systemd-update.hook'...
[2018-07-06 21:00] [PACMAN] Running 'pacman -Rns'
[2018-07-07 23:02] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-07 23:02] [PACMAN] synchronizing package lists
[2018-07-07 23:02] [PACMAN] starting full system upgrade
[2018-07-07 23:02] [ALPM] transaction started
[2018-07-07 23:03] [ALPM] upgraded linux (4.17.3-1 -> 4.17.4-1)
[2018-07-07 23:03] [ALPM] upgraded bbswitch (0.8-144 -> 0.8-145)
[2018-07-07 23:03] [ALPM] upgraded nvidia (396.24-13 -> 396.24-14)
[2018-07-07 23:03] [ALPM] upgraded vhba-module (20170610-79 -> 20170610-80)
[2018-07-07 23:03] [ALPM] transaction completed
[2018-07-07 23:03] [ALPM] running '60-linux.hook'...
[2018-07-07 23:03] [ALPM] running '90-linux.hook'...
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> Starting build: 4.17.4-1-ARCH
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> Starting build: 4.17.4-1-ARCH
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-07 23:03] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-07-07 23:03] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-07 23:03] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-07 23:03] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-07 23:03] [ALPM] running 'systemd-update.hook'...
[2018-07-07 23:03] [PACMAN] Running 'pacman --sync --asdeps -- python-dateutil'
[2018-07-07 23:03] [ALPM] transaction started
[2018-07-07 23:03] [ALPM] installed python-dateutil (2.7.3-1)
[2018-07-07 23:03] [ALPM] transaction completed
[2018-07-07 23:03] [ALPM] running 'systemd-update.hook'...
[2018-07-07 23:03] [PACMAN] Running 'pacman --upgrade aurman-2.16.2-1-any.pkg.tar.xz'
[2018-07-07 23:03] [ALPM] transaction started
[2018-07-07 23:03] [ALPM] upgraded aurman (2.16.1-1 -> 2.16.2-1)
[2018-07-07 23:03] [ALPM] transaction completed
[2018-07-07 23:03] [ALPM] running 'systemd-update.hook'...
[2018-07-08 08:13] [PACMAN] Running 'pacman --sync --asdeps -- run-parts libpaper liblouis ijs qpdf cups-filters cups'
[2018-07-08 08:13] [ALPM] transaction started
[2018-07-08 08:13] [ALPM] installed run-parts (4.8.6-1)
[2018-07-08 08:13] [ALPM] installed libpaper (1.1.24-10)
[2018-07-08 08:13] [ALPM] installed liblouis (3.6.0-1)
[2018-07-08 08:13] [ALPM] installed ijs (0.35-1)
[2018-07-08 08:13] [ALPM] installed qpdf (8.1.0-1)
[2018-07-08 08:13] [ALPM] installed cups-filters (1.20.3-2)
[2018-07-08 08:13] [ALPM] installed cups (2.2.8-3)
[2018-07-08 08:13] [ALPM-SCRIPTLET] >> If you use an HTTPS connection to CUPS, the first time you access
[2018-07-08 08:13] [ALPM-SCRIPTLET] >> the interface it may take a very long time before the site comes up.
[2018-07-08 08:13] [ALPM-SCRIPTLET] >> This is because the first request triggers the generation of the CUPS
[2018-07-08 08:13] [ALPM-SCRIPTLET] >> SSL certificates which can be a very time-consuming job.
[2018-07-08 08:13] [ALPM] transaction completed
[2018-07-08 08:13] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-08 08:13] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-08 08:13] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-08 08:13] [ALPM] running 'systemd-update.hook'...
[2018-07-08 08:13] [ALPM] running 'texinfo-install.hook'...
[2018-07-08 08:13] [ALPM] running 'update-desktop-database.hook'...
[2018-07-08 08:13] [PACMAN] Running 'pacman -D --asexplicit cups'
[2018-07-08 08:16] [PACMAN] Running 'pacman --sync --asdeps -- jbig2dec ghostscript cups-pdf'
[2018-07-08 08:16] [ALPM] transaction started
[2018-07-08 08:16] [ALPM] installed jbig2dec (0.14-1)
[2018-07-08 08:16] [ALPM] installed ghostscript (9.23-1)
[2018-07-08 08:16] [ALPM] installed cups-pdf (3.0.1-4)
[2018-07-08 08:16] [ALPM-SCRIPTLET] -------------------------------------------------
[2018-07-08 08:16] [ALPM-SCRIPTLET] To use cups-pdf, restart cups and visit the cups
[2018-07-08 08:16] [ALPM-SCRIPTLET] web interface at http://localhost:631/
[2018-07-08 08:16] [ALPM-SCRIPTLET] 
[2018-07-08 08:16] [ALPM-SCRIPTLET] You can now add a "Virtual Printer (PDF Printer)"
[2018-07-08 08:16] [ALPM-SCRIPTLET] and use the Postscript/Generic postscript color
[2018-07-08 08:16] [ALPM-SCRIPTLET] printer driver.
[2018-07-08 08:16] [ALPM-SCRIPTLET] 
[2018-07-08 08:16] [ALPM-SCRIPTLET] Note that cups-pdf has a configuration
[2018-07-08 08:16] [ALPM-SCRIPTLET] file in /etc/cups. The default location for
[2018-07-08 08:16] [ALPM-SCRIPTLET] pdf output is /var/spool/cups-pdf/$username.
[2018-07-08 08:16] [ALPM-SCRIPTLET] -------------------------------------------------
[2018-07-08 08:16] [ALPM] transaction completed
[2018-07-08 08:16] [ALPM] running 'systemd-update.hook'...
[2018-07-08 08:16] [PACMAN] Running 'pacman -D --asexplicit cups-pdf'
[2018-07-08 08:40] [PACMAN] Running 'pacman --sync --asdeps -- foomatic-db-gutenprint-ppds perl-xml-namespacesupport perl-xml-sax-base perl-xml-sax perl-xml-libxml perl-clone perl-dbi foomatic-db-engine'
[2018-07-08 08:40] [ALPM] transaction started
[2018-07-08 08:40] [ALPM] installed foomatic-db-gutenprint-ppds (5.2.14-1)
[2018-07-08 08:40] [ALPM] installed perl-xml-namespacesupport (1.12-2)
[2018-07-08 08:40] [ALPM] installed perl-xml-sax-base (1.09-2)
[2018-07-08 08:40] [ALPM] installed perl-xml-sax (1.00-1)
[2018-07-08 08:40] [ALPM] installed perl-xml-libxml (2.0132-1)
[2018-07-08 08:40] [ALPM-SCRIPTLET] :: Installing SAX XML Parsers
[2018-07-08 08:40] [ALPM] installed perl-clone (0.39-4)
[2018-07-08 08:40] [ALPM] installed perl-dbi (1.641-1)
[2018-07-08 08:40] [ALPM] installed foomatic-db-engine (4:4.0.13-1)
[2018-07-08 08:40] [ALPM] transaction completed
[2018-07-08 08:40] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-08 08:40] [ALPM] running 'systemd-update.hook'...
[2018-07-08 08:40] [PACMAN] Running 'pacman -D --asexplicit foomatic-db-gutenprint-ppds foomatic-db-engine'
[2018-07-08 09:43] [PACMAN] Running 'pacman --sync --asdeps -- gutenprint'
[2018-07-08 09:43] [ALPM] transaction started
[2018-07-08 09:43] [ALPM] installed gutenprint (5.2.14-1)
[2018-07-08 09:43] [ALPM-SCRIPTLET] >>please run /usr/bin/cups-genppdupdate
[2018-07-08 09:43] [ALPM-SCRIPTLET] >>and restart cups deamon
[2018-07-08 09:43] [ALPM] transaction completed
[2018-07-08 09:43] [ALPM] running 'systemd-update.hook'...
[2018-07-08 09:43] [PACMAN] Running 'pacman -D --asexplicit gutenprint'
[2018-07-08 12:23] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-08 12:23] [PACMAN] synchronizing package lists
[2018-07-08 12:23] [PACMAN] starting full system upgrade
[2018-07-08 12:23] [ALPM] transaction started
[2018-07-08 12:23] [ALPM] upgraded dialog (1:1.3_20171209-1 -> 1:1.3_20180621-1)
[2018-07-08 12:23] [ALPM] transaction completed
[2018-07-08 12:23] [ALPM] running 'systemd-update.hook'...
[2018-07-08 12:28] [PACMAN] Running 'pacman --sync --asdeps -- arc-gtk-theme arc-kde double-conversion tslib qt5-base qt5-x11extras qt5-svg kvantum-qt5 kvantum-theme-arc'
[2018-07-08 12:28] [ALPM] transaction started
[2018-07-08 12:28] [ALPM] installed arc-gtk-theme (20180114-1)
[2018-07-08 12:28] [ALPM] installed arc-kde (20180614-1)
[2018-07-08 12:28] [ALPM] installed double-conversion (3.0.0-1)
[2018-07-08 12:28] [ALPM] installed tslib (1.16-1)
[2018-07-08 12:28] [ALPM] installed qt5-base (5.11.1-1)
[2018-07-08 12:28] [ALPM] installed qt5-x11extras (5.11.1-1)
[2018-07-08 12:28] [ALPM] installed qt5-svg (5.11.1-1)
[2018-07-08 12:28] [ALPM] installed kvantum-qt5 (0.10.6-1)
[2018-07-08 12:28] [ALPM] installed kvantum-theme-arc (20180614-1)
[2018-07-08 12:28] [ALPM] transaction completed
[2018-07-08 12:28] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-08 12:28] [ALPM] running 'systemd-update.hook'...
[2018-07-08 12:28] [ALPM] running 'update-desktop-database.hook'...
[2018-07-08 12:28] [PACMAN] Running 'pacman -D --asexplicit arc-gtk-theme arc-kde kvantum-theme-arc'
[2018-07-08 12:28] [PACMAN] Running 'pacman -Rns'
[2018-07-08 12:29] [PACMAN] Running 'pacman --sync --asdeps -- arc-icon-theme'
[2018-07-08 12:29] [ALPM] transaction started
[2018-07-08 12:29] [ALPM] installed arc-icon-theme (20161122-1)
[2018-07-08 12:29] [ALPM] transaction completed
[2018-07-08 12:29] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-08 12:29] [ALPM] running 'systemd-update.hook'...
[2018-07-08 12:29] [PACMAN] Running 'pacman -D --asexplicit arc-icon-theme'
[2018-07-08 12:30] [PACMAN] Running 'pacman --sync --asdeps -- elementary-icon-theme'
[2018-07-08 12:30] [ALPM] transaction started
[2018-07-08 12:30] [ALPM] installed elementary-icon-theme (4.3.1-1)
[2018-07-08 12:30] [ALPM] transaction completed
[2018-07-08 12:30] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-08 12:30] [ALPM] running 'systemd-update.hook'...
[2018-07-08 12:30] [PACMAN] Running 'pacman -D --asexplicit elementary-icon-theme'
[2018-07-08 23:33] [PACMAN] Running 'pacman --sync --asdeps -- lxappearance'
[2018-07-08 23:33] [ALPM] transaction started
[2018-07-08 23:33] [ALPM] installed lxappearance (0.6.3-1)
[2018-07-08 23:33] [ALPM] transaction completed
[2018-07-08 23:33] [ALPM] running 'systemd-update.hook'...
[2018-07-08 23:33] [ALPM] running 'update-desktop-database.hook'...
[2018-07-08 23:33] [PACMAN] Running 'pacman -D --asexplicit lxappearance'
[2018-07-09 02:39] [PACMAN] Running 'pacman --sync --asdeps -- ninja meson'
[2018-07-09 02:39] [ALPM] transaction started
[2018-07-09 02:39] [ALPM] installed ninja (1.8.2-1)
[2018-07-09 02:39] [ALPM] installed meson (0.47.0-1)
[2018-07-09 02:39] [ALPM] transaction completed
[2018-07-09 02:39] [ALPM] running 'systemd-update.hook'...
[2018-07-09 02:42] [PACMAN] Running 'pacman --upgrade paper-icon-theme-1.5.0-2-any.pkg.tar.xz'
[2018-07-09 02:42] [ALPM] transaction started
[2018-07-09 02:42] [ALPM] installed paper-icon-theme (1.5.0-2)
[2018-07-09 02:42] [ALPM] transaction completed
[2018-07-09 02:42] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-09 02:42] [ALPM] running 'systemd-update.hook'...
[2018-07-09 12:59] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-09 12:59] [PACMAN] synchronizing package lists
[2018-07-09 12:59] [PACMAN] starting full system upgrade
[2018-07-09 12:59] [ALPM] transaction started
[2018-07-09 12:59] [ALPM] upgraded libmagick (7.0.8.5-1 -> 7.0.8.6-1)
[2018-07-09 12:59] [ALPM] upgraded imagemagick (7.0.8.5-1 -> 7.0.8.6-1)
[2018-07-09 12:59] [ALPM] transaction completed
[2018-07-09 12:59] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-09 12:59] [ALPM] running 'systemd-update.hook'...
[2018-07-09 13:29] [PACMAN] Running 'pacman --sync --asdeps -- gtk-engine-murrine'
[2018-07-09 13:29] [ALPM] transaction started
[2018-07-09 13:29] [ALPM] installed gtk-engine-murrine (0.98.2-3)
[2018-07-09 13:29] [ALPM] transaction completed
[2018-07-09 13:29] [ALPM] running 'systemd-update.hook'...
[2018-07-09 13:29] [PACMAN] Running 'pacman -D --asexplicit gtk-engine-murrine'
[2018-07-09 13:36] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-09 13:36] [PACMAN] synchronizing package lists
[2018-07-09 13:36] [PACMAN] starting full system upgrade
[2018-07-09 13:36] [ALPM] transaction started
[2018-07-09 13:36] [ALPM] upgraded gptfdisk (1.0.3-1 -> 1.0.4-1)
[2018-07-09 13:36] [ALPM] upgraded llvm-libs (6.0.0-4 -> 6.0.1-1)
[2018-07-09 13:36] [ALPM] transaction completed
[2018-07-09 13:36] [ALPM] running 'systemd-update.hook'...
[2018-07-09 13:39] [PACMAN] Running 'pacman --sync --asdeps -- qt5ct'
[2018-07-09 13:39] [ALPM] transaction started
[2018-07-09 13:39] [ALPM] installed qt5ct (0.35-2)
[2018-07-09 13:39] [ALPM] transaction completed
[2018-07-09 13:39] [ALPM] running 'systemd-update.hook'...
[2018-07-09 13:39] [ALPM] running 'update-desktop-database.hook'...
[2018-07-09 13:39] [PACMAN] Running 'pacman -D --asexplicit qt5ct'
[2018-07-09 13:56] [PACMAN] Running 'pacman --sync --asdeps -- arc-kde'
[2018-07-09 13:56] [ALPM] transaction started
[2018-07-09 13:56] [ALPM] reinstalled arc-kde (20180614-1)
[2018-07-09 13:56] [ALPM] transaction completed
[2018-07-09 13:56] [ALPM] running 'systemd-update.hook'...
[2018-07-09 13:56] [PACMAN] Running 'pacman -D --asexplicit arc-kde'
[2018-07-09 14:10] [PACMAN] Running 'pacman -Rs arc-kde'
[2018-07-09 14:10] [ALPM] transaction started
[2018-07-09 14:10] [ALPM] removed arc-kde (20180614-1)
[2018-07-09 14:10] [ALPM] transaction completed
[2018-07-09 14:10] [ALPM] running 'systemd-update.hook'...
[2018-07-09 14:10] [PACMAN] Running 'pacman --sync --asdeps -- arc-kde'
[2018-07-09 14:10] [ALPM] transaction started
[2018-07-09 14:10] [ALPM] installed arc-kde (20180614-1)
[2018-07-09 14:10] [ALPM] transaction completed
[2018-07-09 14:10] [ALPM] running 'systemd-update.hook'...
[2018-07-09 14:10] [PACMAN] Running 'pacman -D --asexplicit arc-kde'
[2018-07-09 17:01] [PACMAN] Running 'pacman --sync --asdeps -- pkcs11-helper openvpn networkmanager-openvpn'
[2018-07-09 17:01] [ALPM] transaction started
[2018-07-09 17:01] [ALPM] installed pkcs11-helper (1.23-1)
[2018-07-09 17:01] [ALPM] installed openvpn (2.4.6-1)
[2018-07-09 17:01] [ALPM] installed networkmanager-openvpn (1.8.4-1)
[2018-07-09 17:01] [ALPM] transaction completed
[2018-07-09 17:01] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-09 17:01] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-09 17:01] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-09 17:01] [ALPM] running 'systemd-update.hook'...
[2018-07-09 17:01] [PACMAN] Running 'pacman -D --asexplicit networkmanager-openvpn openvpn'
[2018-07-09 17:24] [PACMAN] Running 'pacman --upgrade openpyn-nordvpn-2.2.0-1-any.pkg.tar.xz'
[2018-07-09 17:25] [ALPM] transaction started
[2018-07-09 17:25] [ALPM] installed openpyn-nordvpn (2.2.0-1)
[2018-07-09 17:25] [ALPM-SCRIPTLET] ---------------------------------------------------
[2018-07-09 17:25] [ALPM-SCRIPTLET] ==> Run 'sudo openpyn --init' to initialize openpyn
[2018-07-09 17:25] [ALPM-SCRIPTLET] ---------------------------------------------------
[2018-07-09 17:25] [ALPM] transaction completed
[2018-07-09 17:25] [ALPM] running 'systemd-update.hook'...
[2018-07-09 17:31] [PACMAN] Running 'pacman --sync --asdeps -- python-colorama'
[2018-07-09 17:31] [ALPM] transaction started
[2018-07-09 17:31] [ALPM] installed python-colorama (0.3.9-1)
[2018-07-09 17:31] [ALPM] transaction completed
[2018-07-09 17:31] [ALPM] running 'systemd-update.hook'...
[2018-07-09 17:31] [PACMAN] Running 'pacman -D --asexplicit python-colorama'
[2018-07-09 17:35] [PACMAN] Running 'pacman --sync --asdeps -- wget'
[2018-07-09 17:35] [ALPM] transaction started
[2018-07-09 17:35] [ALPM] installed wget (1.19.5-1)
[2018-07-09 17:35] [ALPM] transaction completed
[2018-07-09 17:35] [ALPM] running 'systemd-update.hook'...
[2018-07-09 17:35] [ALPM] running 'texinfo-install.hook'...
[2018-07-09 17:35] [PACMAN] Running 'pacman -D --asexplicit wget'
[2018-07-10 12:47] [PACMAN] Running 'pacman --sync --asdeps -- libevent transmission-qt'
[2018-07-10 12:47] [ALPM] transaction started
[2018-07-10 12:47] [ALPM] installed libevent (2.1.8-1)
[2018-07-10 12:47] [ALPM] installed transmission-qt (2.94-1)
[2018-07-10 12:47] [ALPM] transaction completed
[2018-07-10 12:47] [ALPM] running 'systemd-update.hook'...
[2018-07-10 12:47] [ALPM] running 'update-desktop-database.hook'...
[2018-07-10 12:47] [PACMAN] Running 'pacman -D --asexplicit transmission-qt'
[2018-07-10 16:59] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-10 16:59] [PACMAN] synchronizing package lists
[2018-07-10 16:59] [PACMAN] starting full system upgrade
[2018-07-10 16:59] [ALPM] transaction started
[2018-07-10 16:59] [ALPM] upgraded device-mapper (2.02.177-5 -> 2.02.179-1)
[2018-07-10 17:00] [ALPM] upgraded linux (4.17.4-1 -> 4.17.5-1)
[2018-07-10 17:00] [ALPM] upgraded bbswitch (0.8-145 -> 0.8-146)
[2018-07-10 17:00] [ALPM] upgraded intel-ucode (20180425-1 -> 20180703-1)
[2018-07-10 17:00] [ALPM] upgraded libnm (1.10.10-1 -> 1.12.0-1)
[2018-07-10 17:00] [ALPM] upgraded libnm-glib (1.10.10-1 -> 1.12.0-1)
[2018-07-10 17:00] [ALPM] upgraded libxinerama (1.1.3-3 -> 1.1.4-1)
[2018-07-10 17:00] [ALPM] upgraded lvm2 (2.02.177-5 -> 2.02.179-1)
[2018-07-10 17:00] [ALPM] upgraded networkmanager (1.10.10-1 -> 1.12.0-1)
[2018-07-10 17:00] [ALPM] upgraded nvidia (396.24-14 -> 396.24-15)
[2018-07-10 17:00] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2018-07-10 17:00] [ALPM] upgraded pacman-mirrorlist (20180524-1 -> 20180710-1)
[2018-07-10 17:00] [ALPM] upgraded vhba-module (20170610-80 -> 20170610-81)
[2018-07-10 17:00] [ALPM] transaction completed
[2018-07-10 17:00] [ALPM] running '60-linux.hook'...
[2018-07-10 17:00] [ALPM] running '90-linux.hook'...
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> Starting build: 4.17.5-1-ARCH
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> Starting build: 4.17.5-1-ARCH
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-10 17:00] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-07-10 17:00] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-10 17:00] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-10 17:00] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-10 17:00] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-10 17:00] [ALPM] running 'systemd-update.hook'...
[2018-07-10 17:00] [PACMAN] Running 'pacman --upgrade openpyn-nordvpn-2.2.0-2-any.pkg.tar.xz'
[2018-07-10 17:00] [ALPM] transaction started
[2018-07-10 17:00] [ALPM] upgraded openpyn-nordvpn (2.2.0-1 -> 2.2.0-2)
[2018-07-10 17:00] [ALPM] transaction completed
[2018-07-10 17:00] [ALPM] running 'systemd-update.hook'...
[2018-07-10 17:39] [PACMAN] Running 'pacman --sync --asdeps -- hexchat'
[2018-07-10 17:39] [ALPM] transaction started
[2018-07-10 17:39] [ALPM] installed hexchat (2.14.1-2)
[2018-07-10 17:39] [ALPM] transaction completed
[2018-07-10 17:39] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-10 17:39] [ALPM] running 'systemd-update.hook'...
[2018-07-10 17:39] [ALPM] running 'update-desktop-database.hook'...
[2018-07-10 17:39] [PACMAN] Running 'pacman -D --asexplicit hexchat'
[2018-07-10 18:28] [PACMAN] Running 'pacman -Rs hexchat'
[2018-07-10 18:28] [ALPM] transaction started
[2018-07-10 18:28] [ALPM] removed hexchat (2.14.1-2)
[2018-07-10 18:28] [ALPM] transaction completed
[2018-07-10 18:28] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-10 18:28] [ALPM] running 'systemd-update.hook'...
[2018-07-10 18:28] [ALPM] running 'update-desktop-database.hook'...
[2018-07-10 18:29] [PACMAN] Running 'pacman --sync --asdeps -- weechat'
[2018-07-10 18:29] [ALPM] transaction started
[2018-07-10 18:29] [ALPM] installed weechat (2.1-1)
[2018-07-10 18:29] [ALPM] transaction completed
[2018-07-10 18:29] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-10 18:29] [ALPM] running 'systemd-update.hook'...
[2018-07-10 18:29] [PACMAN] Running 'pacman -D --asexplicit weechat'
[2018-07-10 18:43] [PACMAN] Running 'pacman -Rs weechat'
[2018-07-10 18:43] [ALPM] transaction started
[2018-07-10 18:43] [ALPM] removed weechat (2.1-1)
[2018-07-10 18:43] [ALPM] transaction completed
[2018-07-10 18:43] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-10 18:43] [ALPM] running 'systemd-update.hook'...
[2018-07-10 19:27] [PACMAN] Running 'pacman --sync --asdeps -- log4cplus python-numpy openal boost-libs ilmbase openexr libaec hdf5 alembic opencollada ptex libspnav intel-tbb tinyxml yaml-cpp opencolorio openimageio openjpeg snappy blosc jemalloc openvdb openshadinglanguage opensubdiv blender libraw jxrlib freeimage ocl-icd embree2 luxrender luxrays luxblend25 libglade pygobject2-devel python2-gobject2 python2-cairo pygtk lensfun babl libspiro libgexiv2 metis suitesparse gegl gsfonts libwmf libde265 libheif libmng poppler-data libmypaint mypaint-brushes gimp kitemmodels kcoreaddons kwidgetsaddons kjobwidgets libxslt kconfig kcompletion sonnet kitemviews polkit-qt5 kauth qt5-script ki18n kcodecs kguiaddons kconfigwidgets karchive kiconthemes graphene libvisual cdparanoia gst-plugins-base qt5-multimedia qt5-speech kwindowsystem kcrash kdbusaddons kservice ktextwidgets kglobalaccel attica kxmlgui kbookmarks media-player-info upower solid libdbusmenu-qt5 phonon-qt5-gstreamer phonon-qt5 knotifications kwallet kio qt5-xmlpatterns qt5-declarative gsl krita colord-gtk osm-gps-map pugixml raptor flickcurl graphicsmagick darktable poppler-glib potrace librevenge libwpd libcdr xorg-fonts-encodings ttf-dejavu aspell hspell libvoikko enchant gtkspell libsigc++ glibmm atkmm cairomm pangomm gtkmm libmagick6 inkscape'
[2018-07-10 19:28] [ALPM] transaction started
[2018-07-10 19:28] [ALPM] installed log4cplus (2.0.0-1)
[2018-07-10 19:28] [ALPM] installed python-numpy (1.14.5-1)
[2018-07-10 19:28] [ALPM] installed openal (1.18.2-2)
[2018-07-10 19:28] [ALPM] installed boost-libs (1.67.0-4)
[2018-07-10 19:28] [ALPM] installed ilmbase (2.2.1-4)
[2018-07-10 19:28] [ALPM] installed openexr (2.2.1-1)
[2018-07-10 19:28] [ALPM] installed libaec (1.0.2-1)
[2018-07-10 19:28] [ALPM] installed hdf5 (1.10.2-3)
[2018-07-10 19:28] [ALPM] installed alembic (1.7.8-1)
[2018-07-10 19:28] [ALPM] installed opencollada (1:1.6.59-1)
[2018-07-10 19:28] [ALPM] installed ptex (2.1.33-1)
[2018-07-10 19:28] [ALPM] installed libspnav (0.2.3-2)
[2018-07-10 19:28] [ALPM] installed intel-tbb (2018_20180312-1)
[2018-07-10 19:28] [ALPM] installed tinyxml (2.6.2-6)
[2018-07-10 19:28] [ALPM] installed yaml-cpp (0.6.2-1)
[2018-07-10 19:28] [ALPM] installed opencolorio (1.1.0-1)
[2018-07-10 19:28] [ALPM] installed openimageio (1.8.12-2)
[2018-07-10 19:28] [ALPM] installed openjpeg (1.5.2-2)
[2018-07-10 19:28] [ALPM] installed snappy (1.1.7-1)
[2018-07-10 19:28] [ALPM] installed blosc (1.14.3-1)
[2018-07-10 19:28] [ALPM] installed jemalloc (1:5.1.0-1)
[2018-07-10 19:28] [ALPM] installed openvdb (5.1.0-2)
[2018-07-10 19:28] [ALPM] installed openshadinglanguage (1.9.9-5)
[2018-07-10 19:28] [ALPM] installed opensubdiv (3.3.1-1)
[2018-07-10 19:28] [ALPM] installed blender (17:2.79.b.git3.32432d91-1)
[2018-07-10 19:28] [ALPM] installed libraw (0.18.13-1)
[2018-07-10 19:28] [ALPM] installed jxrlib (0.2.0-2)
[2018-07-10 19:28] [ALPM] installed freeimage (3.17.0-6)
[2018-07-10 19:28] [ALPM] installed ocl-icd (2.2.12-1)
[2018-07-10 19:29] [ALPM] installed embree2 (2.17.4-1)
[2018-07-10 19:29] [ALPM] installed luxrender (1.6-16)
[2018-07-10 19:29] [ALPM] installed luxrays (1.6-19)
[2018-07-10 19:29] [ALPM] installed luxblend25 (1.6-3)
[2018-07-10 19:29] [ALPM] installed libglade (2.6.4-6)
[2018-07-10 19:29] [ALPM] installed pygobject2-devel (2.28.7-1)
[2018-07-10 19:29] [ALPM] installed python2-gobject2 (2.28.7-1)
[2018-07-10 19:29] [ALPM] installed python2-cairo (1.17.0-1)
[2018-07-10 19:29] [ALPM] installed pygtk (2.24.0-8)
[2018-07-10 19:29] [ALPM] installed lensfun (0.3.2-6)
[2018-07-10 19:29] [ALPM] installed babl (0.1.52-1)
[2018-07-10 19:29] [ALPM] installed libspiro (1:0.5.20150702-2)
[2018-07-10 19:29] [ALPM] installed libgexiv2 (0.10.8-1)
[2018-07-10 19:29] [ALPM] installed metis (5.1.0.p3-1)
[2018-07-10 19:29] [ALPM] installed suitesparse (5.3.0-1)
[2018-07-10 19:29] [ALPM] installed gegl (0.4.4-1)
[2018-07-10 19:29] [ALPM] installed gsfonts (20170829-1)
[2018-07-10 19:29] [ALPM] installed libwmf (0.2.8.4-14)
[2018-07-10 19:29] [ALPM] installed libde265 (1.0.3-1)
[2018-07-10 19:29] [ALPM] installed libheif (1.3.2-1)
[2018-07-10 19:29] [ALPM] installed libmng (2.0.3-2)
[2018-07-10 19:29] [ALPM] installed poppler-data (0.4.9-1)
[2018-07-10 19:29] [ALPM] installed libmypaint (1.3.0-6)
[2018-07-10 19:29] [ALPM] installed mypaint-brushes (1.3.0-2)
[2018-07-10 19:29] [ALPM] installed gimp (2.10.4-2)
[2018-07-10 19:29] [ALPM] installed kitemmodels (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kcoreaddons (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kwidgetsaddons (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kjobwidgets (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed libxslt (1.1.32+3+g32c88216-1)
[2018-07-10 19:29] [ALPM] installed kconfig (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kcompletion (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed sonnet (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kitemviews (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed polkit-qt5 (0.112.0+git20180107-1)
[2018-07-10 19:29] [ALPM] installed kauth (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed qt5-script (5.11.1-1)
[2018-07-10 19:29] [ALPM] installed ki18n (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kcodecs (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kguiaddons (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kconfigwidgets (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed karchive (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kiconthemes (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed graphene (1.8.2-1)
[2018-07-10 19:29] [ALPM] installed libvisual (0.4.0-7)
[2018-07-10 19:29] [ALPM] installed cdparanoia (10.2-7)
[2018-07-10 19:29] [ALPM] installed gst-plugins-base (1.14.1-1)
[2018-07-10 19:29] [ALPM] installed qt5-multimedia (5.11.1-1)
[2018-07-10 19:29] [ALPM] installed qt5-speech (5.11.1-1)
[2018-07-10 19:29] [ALPM] installed kwindowsystem (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kcrash (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kdbusaddons (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kservice (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed ktextwidgets (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kglobalaccel (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed attica (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kxmlgui (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kbookmarks (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed media-player-info (23-1)
[2018-07-10 19:29] [ALPM] installed upower (0.99.7-1)
[2018-07-10 19:29] [ALPM] installed solid (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed libdbusmenu-qt5 (0.9.3+16.04.20160218-1)
[2018-07-10 19:29] [ALPM] installed phonon-qt5 (4.10.1-1)
[2018-07-10 19:29] [ALPM] installed phonon-qt5-gstreamer (4.9.0-4)
[2018-07-10 19:29] [ALPM] installed knotifications (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kwallet (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed kio (5.47.0-1)
[2018-07-10 19:29] [ALPM] installed qt5-xmlpatterns (5.11.1-1)
[2018-07-10 19:29] [ALPM] installed qt5-declarative (5.11.1-1)
[2018-07-10 19:29] [ALPM] installed gsl (2.5-1)
[2018-07-10 19:29] [ALPM] installed krita (4.1.0-1)
[2018-07-10 19:29] [ALPM] installed colord-gtk (0.1.26+5+ga9d9c91-1)
[2018-07-10 19:29] [ALPM] installed osm-gps-map (1.1.0-3)
[2018-07-10 19:29] [ALPM] installed pugixml (1.9-1)
[2018-07-10 19:29] [ALPM] installed raptor (2.0.15-8)
[2018-07-10 19:29] [ALPM] installed flickcurl (1.26-4)
[2018-07-10 19:29] [ALPM] installed graphicsmagick (1.3.30-1)
[2018-07-10 19:29] [ALPM] installed darktable (2:2.4.4-1)
[2018-07-10 19:29] [ALPM] reinstalled poppler-glib (0.64.0-1)
[2018-07-10 19:29] [ALPM] installed potrace (1.15-1)
[2018-07-10 19:29] [ALPM] installed librevenge (0.0.4-2)
[2018-07-10 19:29] [ALPM] installed libwpd (0.10.2-1)
[2018-07-10 19:29] [ALPM] installed libcdr (0.1.4-3)
[2018-07-10 19:29] [ALPM] installed xorg-fonts-encodings (1.0.4-5)
[2018-07-10 19:29] [ALPM] installed ttf-dejavu (2.37-2)
[2018-07-10 19:29] [ALPM] installed aspell (0.60.6.1-5)
[2018-07-10 19:29] [ALPM] installed hspell (1.4-1)
[2018-07-10 19:29] [ALPM] installed libvoikko (4.1.1-1)
[2018-07-10 19:29] [ALPM] installed enchant (2.2.3-1)
[2018-07-10 19:29] [ALPM] installed gtkspell (2.0.16-7)
[2018-07-10 19:29] [ALPM] installed libsigc++ (2.10.0-1)
[2018-07-10 19:29] [ALPM] installed glibmm (2.56.0-1)
[2018-07-10 19:29] [ALPM] installed atkmm (2.24.2+1+gf30b47f-2)
[2018-07-10 19:29] [ALPM] installed cairomm (1.12.2-2)
[2018-07-10 19:29] [ALPM] installed pangomm (2.40.1-2)
[2018-07-10 19:29] [ALPM] installed gtkmm (2.24.5-2)
[2018-07-10 19:29] [ALPM] installed libmagick6 (6.9.10.6-1)
[2018-07-10 19:29] [ALPM] installed inkscape (0.92.3-3)
[2018-07-10 19:29] [ALPM] transaction completed
[2018-07-10 19:29] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-10 19:29] [ALPM] running 'fontconfig.hook'...
[2018-07-10 19:29] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-10 19:29] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-10 19:29] [ALPM] running 'systemd-hwdb.hook'...
[2018-07-10 19:29] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-10 19:29] [ALPM] running 'systemd-update.hook'...
[2018-07-10 19:29] [ALPM] running 'texinfo-install.hook'...
[2018-07-10 19:29] [ALPM] running 'update-desktop-database.hook'...
[2018-07-10 19:29] [ALPM] running 'update-mime-database.hook'...
[2018-07-10 19:29] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-07-10 19:29] [PACMAN] Running 'pacman -D --asexplicit luxblend25 gimp krita darktable poppler-glib blender inkscape'
[2018-07-10 20:36] [PACMAN] Running 'pacman --sync --asdeps -- libkipi hyphen qt5-location qt5-sensors qt5-webchannel qt5-webkit marble-common threadweaver knotifyconfig convertlit libzip ebook-tools poppler-qt5 kfilemetadata kmime kcontacts qrencode libdmtx prison libmariadbclient mariadb-clients mariadb akonadi akonadi-contacts libdc1394 opencv qt5-quickcontrols qtav libieee1284 net-snmp sane libksane libical kcalcore digikam'
[2018-07-10 20:36] [ALPM] transaction started
[2018-07-10 20:36] [ALPM] installed libkipi (18.04.2-1)
[2018-07-10 20:36] [ALPM] installed hyphen (2.8.8-2)
[2018-07-10 20:36] [ALPM] installed qt5-location (5.11.1-1)
[2018-07-10 20:36] [ALPM] installed qt5-sensors (5.11.1-1)
[2018-07-10 20:36] [ALPM] installed qt5-webchannel (5.11.1-1)
[2018-07-10 20:36] [ALPM] installed qt5-webkit (5.212.0alpha2-18)
[2018-07-10 20:37] [ALPM] installed marble-common (18.04.2-1)
[2018-07-10 20:37] [ALPM] installed threadweaver (5.47.0-1)
[2018-07-10 20:37] [ALPM] installed knotifyconfig (5.47.0-1)
[2018-07-10 20:37] [ALPM] installed convertlit (1.8-8)
[2018-07-10 20:37] [ALPM] installed libzip (1.5.1-1)
[2018-07-10 20:37] [ALPM] installed ebook-tools (0.2.2-4)
[2018-07-10 20:37] [ALPM] installed poppler-qt5 (0.64.0-1)
[2018-07-10 20:37] [ALPM] installed kfilemetadata (5.47.0-1)
[2018-07-10 20:37] [ALPM] installed kmime (18.04.2-1)
[2018-07-10 20:37] [ALPM] installed kcontacts (18.04.2-1)
[2018-07-10 20:37] [ALPM] installed qrencode (4.0.2-1)
[2018-07-10 20:37] [ALPM] installed libdmtx (0.7.4-6)
[2018-07-10 20:37] [ALPM] installed prison (5.47.0-1)
[2018-07-10 20:37] [ALPM] installed libmariadbclient (10.1.34-1)
[2018-07-10 20:37] [ALPM] installed mariadb-clients (10.1.34-1)
[2018-07-10 20:37] [ALPM] installed mariadb (10.1.34-1)
[2018-07-10 20:37] [ALPM-SCRIPTLET] :: You need to initialize the MariaDB data directory prior to starting
[2018-07-10 20:37] [ALPM-SCRIPTLET]    the service. This can be done with mysql_install_db command, e.g.:
[2018-07-10 20:37] [ALPM-SCRIPTLET]    mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
[2018-07-10 20:37] [ALPM] installed akonadi (18.04.2-3)
[2018-07-10 20:37] [ALPM] installed akonadi-contacts (18.04.2-1)
[2018-07-10 20:37] [ALPM] installed libdc1394 (2.2.5-1)
[2018-07-10 20:37] [ALPM] installed opencv (3.4.2-1)
[2018-07-10 20:37] [ALPM] installed qt5-quickcontrols (5.11.1-1)
[2018-07-10 20:37] [ALPM] installed qtav (1.12.0-3)
[2018-07-10 20:37] [ALPM] installed libieee1284 (0.2.11-7)
[2018-07-10 20:37] [ALPM] installed net-snmp (5.7.3-8)
[2018-07-10 20:37] [ALPM] installed sane (1.0.27-1)
[2018-07-10 20:37] [ALPM] installed libksane (18.04.2-1)
[2018-07-10 20:37] [ALPM] installed libical (3.0.3-2)
[2018-07-10 20:37] [ALPM] installed kcalcore (18.04.2-1)
[2018-07-10 20:37] [ALPM] installed digikam (5.9.0-1)
[2018-07-10 20:37] [ALPM] transaction completed
[2018-07-10 20:37] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-10 20:37] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-10 20:37] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-10 20:37] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-10 20:37] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-10 20:37] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-10 20:37] [ALPM] running 'systemd-update.hook'...
[2018-07-10 20:37] [ALPM] running 'update-desktop-database.hook'...
[2018-07-10 20:37] [ALPM] running 'update-mime-database.hook'...
[2018-07-10 20:37] [PACMAN] Running 'pacman -D --asexplicit digikam'
[2018-07-11 11:03] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-11 11:03] [PACMAN] synchronizing package lists
[2018-07-11 11:03] [PACMAN] starting full system upgrade
[2018-07-11 11:04] [ALPM] transaction started
[2018-07-11 11:04] [ALPM] upgraded libmirage (3.1.0-1 -> 3.2.0-1)
[2018-07-11 11:04] [ALPM] upgraded cdemu-daemon (3.1.0-1 -> 3.2.1-1)
[2018-07-11 11:04] [ALPM] upgraded cdemu-client (3.1.0-1 -> 3.2.0-1)
[2018-07-11 11:04] [ALPM] upgraded egl-wayland (1.0.4-1 -> 1.0.5-1)
[2018-07-11 11:04] [ALPM] transaction completed
[2018-07-11 11:04] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-11 11:04] [ALPM] running 'systemd-update.hook'...
[2018-07-11 11:04] [ALPM] running 'update-desktop-database.hook'...
[2018-07-11 11:04] [ALPM] running 'update-mime-database.hook'...
[2018-07-11 15:29] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-11 15:29] [PACMAN] synchronizing package lists
[2018-07-11 15:30] [PACMAN] starting full system upgrade
[2018-07-11 15:30] [ALPM] transaction started
[2018-07-11 15:30] [ALPM] upgraded harfbuzz (1.8.2-1 -> 1.8.3-1)
[2018-07-11 15:30] [ALPM] upgraded xfsprogs (4.16.1-1 -> 4.17.0-1)
[2018-07-11 15:30] [ALPM] upgraded gvfs (1.36.2-2 -> 1.36.2-3)
[2018-07-11 15:30] [ALPM] upgraded gvfs-afc (1.36.2-2 -> 1.36.2-3)
[2018-07-11 15:30] [ALPM] upgraded gvfs-gphoto2 (1.36.2-2 -> 1.36.2-3)
[2018-07-11 15:30] [ALPM] upgraded gvfs-mtp (1.36.2-2 -> 1.36.2-3)
[2018-07-11 15:30] [ALPM] upgraded gvfs-smb (1.36.2-2 -> 1.36.2-3)
[2018-07-11 15:30] [ALPM] upgraded meson (0.47.0-1 -> 0.47.1-1)
[2018-07-11 15:30] [ALPM] upgraded python-regex (2018.06.21-1 -> 2018.07.11-1)
[2018-07-11 15:30] [ALPM] transaction completed
[2018-07-11 15:30] [ALPM] running 'gio-querymodules.hook'...
[2018-07-11 15:30] [ALPM] running 'glib-compile-schemas.hook'...
[2018-07-11 15:30] [ALPM] running 'gvfsd.hook'...
[2018-07-11 15:30] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-11 15:30] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-11 15:30] [ALPM] running 'systemd-update.hook'...
[2018-07-11 15:30] [PACMAN] Running 'pacman --upgrade aurman-2.16.3-1-any.pkg.tar.xz'
[2018-07-11 15:30] [ALPM] transaction started
[2018-07-11 15:30] [ALPM] upgraded aurman (2.16.2-1 -> 2.16.3-1)
[2018-07-11 15:30] [ALPM] transaction completed
[2018-07-11 15:30] [ALPM] running 'systemd-update.hook'...
[2018-07-11 18:08] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-11 18:08] [PACMAN] synchronizing package lists
[2018-07-11 18:08] [PACMAN] starting full system upgrade
[2018-07-11 18:09] [ALPM] transaction started
[2018-07-11 18:09] [ALPM] upgraded boost-libs (1.67.0-4 -> 1.67.0-5)
[2018-07-11 18:09] [ALPM] upgraded krita (4.1.0-1 -> 4.1.0-2)
[2018-07-11 18:09] [ALPM] transaction completed
[2018-07-11 18:09] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-11 18:09] [ALPM] running 'systemd-update.hook'...
[2018-07-11 18:09] [ALPM] running 'update-desktop-database.hook'...
[2018-07-12 11:37] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-12 11:37] [PACMAN] synchronizing package lists
[2018-07-12 11:37] [PACMAN] starting full system upgrade
[2018-07-12 11:40] [ALPM] transaction started
[2018-07-12 11:40] [ALPM] upgraded e2fsprogs (1.44.2-1 -> 1.44.3-1)
[2018-07-12 11:40] [ALPM] upgraded xf86-input-libinput (0.27.1-1 -> 0.28.0-1)
[2018-07-12 11:40] [ALPM] upgraded akonadi (18.04.2-3 -> 18.04.3-1)
[2018-07-12 11:40] [ALPM] upgraded kcontacts (18.04.2-1 -> 18.04.3-1)
[2018-07-12 11:40] [ALPM] upgraded kmime (18.04.2-1 -> 18.04.3-1)
[2018-07-12 11:40] [ALPM] upgraded akonadi-contacts (18.04.2-1 -> 18.04.3-1)
[2018-07-12 11:41] [ALPM] upgraded cuda (9.2.88.1-2 -> 9.2.148-1)
[2018-07-12 11:41] [ALPM] upgraded kcalcore (18.04.2-1 -> 18.04.3-1)
[2018-07-12 11:41] [ALPM] upgraded ldb (1.4.0-1 -> 1:1.3.4-2)
[2018-07-12 11:41] [ALPM] upgraded libkipi (18.04.2-1 -> 18.04.3-1)
[2018-07-12 11:41] [ALPM] upgraded libksane (18.04.2-1 -> 18.04.3-1)
[2018-07-12 11:41] [ALPM] upgraded libwbclient (4.8.3-1 -> 4.8.3-2)
[2018-07-12 11:41] [ALPM] upgraded marble-common (18.04.2-1 -> 18.04.3-1)
[2018-07-12 11:41] [ALPM] upgraded smbclient (4.8.3-1 -> 4.8.3-2)
[2018-07-12 11:41] [ALPM] transaction completed
[2018-07-12 11:41] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-12 11:41] [ALPM] running 'systemd-update.hook'...
[2018-07-12 11:41] [ALPM] running 'texinfo-install.hook'...
[2018-07-12 11:41] [ALPM] running 'update-desktop-database.hook'...
[2018-07-12 11:41] [ALPM] running 'update-mime-database.hook'...
[2018-07-12 11:59] [PACMAN] Running 'pacman -Rns meson'
[2018-07-12 11:59] [ALPM] transaction started
[2018-07-12 11:59] [ALPM] removed meson (0.47.1-1)
[2018-07-12 11:59] [ALPM] removed ninja (1.8.2-1)
[2018-07-12 11:59] [ALPM] transaction completed
[2018-07-12 11:59] [ALPM] running 'systemd-update.hook'...
[2018-07-12 12:43] [PACMAN] Running 'pacman --sync --asdeps -- vimpager'
[2018-07-12 12:43] [ALPM] transaction started
[2018-07-12 12:43] [ALPM] installed vimpager (2.06-3)
[2018-07-12 12:43] [ALPM] transaction completed
[2018-07-12 12:43] [ALPM] running 'systemd-update.hook'...
[2018-07-12 12:43] [PACMAN] Running 'pacman -D --asexplicit vimpager'
[2018-07-12 17:31] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-12 17:31] [PACMAN] synchronizing package lists
[2018-07-12 17:31] [PACMAN] starting full system upgrade
[2018-07-12 17:31] [ALPM] transaction started
[2018-07-12 17:31] [ALPM] upgraded curl (7.60.0-1 -> 7.61.0-1)
[2018-07-12 17:31] [ALPM] upgraded fakeroot (1.22-1 -> 1.23-1)
[2018-07-12 17:31] [ALPM] upgraded libcurl-gnutls (7.60.0-1 -> 7.61.0-1)
[2018-07-12 17:31] [ALPM] transaction completed
[2018-07-12 17:31] [ALPM] running 'systemd-update.hook'...
[2018-07-12 17:55] [PACMAN] Running 'pacman -Rs vimpager'
[2018-07-12 17:55] [ALPM] transaction started
[2018-07-12 17:55] [ALPM] removed vimpager (2.06-3)
[2018-07-12 17:55] [ALPM] transaction completed
[2018-07-12 17:55] [ALPM] running 'systemd-update.hook'...
[2018-07-12 19:22] [PACMAN] Running 'pacman -S smartmontools'
[2018-07-12 19:22] [ALPM] transaction started
[2018-07-12 19:22] [ALPM] installed smartmontools (6.6-1)
[2018-07-12 19:22] [ALPM] transaction completed
[2018-07-12 19:22] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-12 19:22] [ALPM] running 'systemd-update.hook'...
[2018-07-12 19:23] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-12 19:23] [PACMAN] synchronizing package lists
[2018-07-12 19:23] [PACMAN] starting full system upgrade
[2018-07-12 19:56] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-12 19:56] [PACMAN] synchronizing package lists
[2018-07-12 19:56] [PACMAN] starting full system upgrade
[2018-07-12 19:57] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-12 19:57] [PACMAN] synchronizing package lists
[2018-07-13 03:18] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-13 03:18] [PACMAN] synchronizing package lists
[2018-07-13 03:18] [PACMAN] starting full system upgrade
[2018-07-13 03:18] [ALPM] transaction started
[2018-07-13 03:18] [ALPM] upgraded ndctl (61.1-1 -> 61.2-1)
[2018-07-13 03:18] [ALPM] transaction completed
[2018-07-13 03:18] [ALPM] running 'systemd-update.hook'...
[2018-07-13 10:50] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-13 10:50] [PACMAN] synchronizing package lists
[2018-07-13 10:50] [PACMAN] starting full system upgrade
[2018-07-13 11:37] [PACMAN] Running 'pacman --sync --asdeps -- rhash libuv jsoncpp cmake qt4 gperf rubygems ruby'
[2018-07-13 11:37] [ALPM] transaction started
[2018-07-13 11:37] [ALPM] installed rhash (1.3.6-1)
[2018-07-13 11:37] [ALPM] installed libuv (1.22.0-1)
[2018-07-13 11:37] [ALPM] installed jsoncpp (1.8.4-2)
[2018-07-13 11:37] [ALPM] installed cmake (3.11.4-1)
[2018-07-13 11:37] [ALPM] installed qt4 (4.8.7-24)
[2018-07-13 11:37] [ALPM] installed gperf (3.1-1)
[2018-07-13 11:37] [ALPM] installed ruby (2.5.1-2)
[2018-07-13 11:37] [ALPM] installed rubygems (2.7.7-1)
[2018-07-13 11:37] [ALPM] transaction completed
[2018-07-13 11:37] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-13 11:37] [ALPM] running 'systemd-update.hook'...
[2018-07-13 11:37] [ALPM] running 'texinfo-install.hook'...
[2018-07-13 11:37] [ALPM] running 'update-desktop-database.hook'...
[2018-07-13 11:37] [ALPM] running 'update-mime-database.hook'...
[2018-07-13 12:09] [PACMAN] Running 'pacman -Rns cmake gperf'
[2018-07-13 12:09] [ALPM] running 'texinfo-remove.hook'...
[2018-07-13 12:09] [ALPM] transaction started
[2018-07-13 12:10] [ALPM] removed gperf (3.1-1)
[2018-07-13 12:10] [ALPM] removed cmake (3.11.4-1)
[2018-07-13 12:10] [ALPM] removed rhash (1.3.6-1)
[2018-07-13 12:10] [ALPM] removed libuv (1.22.0-1)
[2018-07-13 12:10] [ALPM] removed jsoncpp (1.8.4-2)
[2018-07-13 12:10] [ALPM] transaction completed
[2018-07-13 12:10] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-13 12:10] [ALPM] running 'systemd-update.hook'...
[2018-07-13 12:10] [ALPM] running 'update-desktop-database.hook'...
[2018-07-13 12:10] [ALPM] running 'update-mime-database.hook'...
[2018-07-13 12:10] [PACMAN] Running 'pacman --sync --asdeps -- libtommath libfreehand lpsolve libexttextcat rasqal redland libodfgen clucene libpagemaker libcmis libstaroffice libqxp libmspub harfbuzz-icu libabw libwpg libvisio neon liblangtag libzmf libe-book libmwaw xmlsec libepubgen libetonyek libixion liborcus libwps libreoffice-fresh'
[2018-07-13 12:11] [ALPM] transaction started
[2018-07-13 12:11] [ALPM] installed libtommath (1.0.1-1)
[2018-07-13 12:11] [ALPM] installed libfreehand (0.1.2-1)
[2018-07-13 12:11] [ALPM] installed lpsolve (5.5.2.5-2)
[2018-07-13 12:11] [ALPM] installed libexttextcat (3.4.5-1)
[2018-07-13 12:11] [ALPM] installed rasqal (1:0.9.33-2)
[2018-07-13 12:11] [ALPM] installed redland (1:1.0.17-4)
[2018-07-13 12:11] [ALPM] installed libodfgen (0.1.7-1)
[2018-07-13 12:11] [ALPM] installed clucene (2.3.3.4-10)
[2018-07-13 12:11] [ALPM] installed libpagemaker (0.0.4-1)
[2018-07-13 12:11] [ALPM] installed libcmis (0.5.1-9)
[2018-07-13 12:11] [ALPM] installed libstaroffice (0.0.6-1)
[2018-07-13 12:11] [ALPM] installed libqxp (0.0.1-2)
[2018-07-13 12:11] [ALPM] installed libmspub (0.1.4-2)
[2018-07-13 12:11] [ALPM] installed harfbuzz-icu (1.8.3-1)
[2018-07-13 12:11] [ALPM] installed libabw (0.1.2-1)
[2018-07-13 12:11] [ALPM] installed libwpg (0.3.2-1)
[2018-07-13 12:11] [ALPM] installed libvisio (0.1.6-3)
[2018-07-13 12:11] [ALPM] installed neon (0.30.2-3)
[2018-07-13 12:11] [ALPM] installed liblangtag (0.6.2-1)
[2018-07-13 12:11] [ALPM] installed libzmf (0.0.2-3)
[2018-07-13 12:11] [ALPM] installed libe-book (0.1.3-2)
[2018-07-13 12:11] [ALPM] installed libmwaw (0.3.14-1)
[2018-07-13 12:11] [ALPM] installed xmlsec (1.2.26-1)
[2018-07-13 12:11] [ALPM] installed libepubgen (0.1.1-1)
[2018-07-13 12:11] [ALPM] installed libetonyek (0.1.8-1)
[2018-07-13 12:11] [ALPM] installed libixion (0.13.0-2)
[2018-07-13 12:11] [ALPM] installed liborcus (0.13.4-2)
[2018-07-13 12:11] [ALPM] installed libwps (0.4.9-1)
[2018-07-13 12:11] [ALPM] installed libreoffice-fresh (6.0.5-1)
[2018-07-13 12:11] [ALPM] transaction completed
[2018-07-13 12:11] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-13 12:11] [ALPM] running 'systemd-update.hook'...
[2018-07-13 12:11] [ALPM] running 'update-desktop-database.hook'...
[2018-07-13 12:11] [ALPM] running 'update-mime-database.hook'...
[2018-07-13 12:11] [PACMAN] Running 'pacman -D --asexplicit libreoffice-fresh'
[2018-07-13 12:24] [PACMAN] Running 'pacman --sync --asdeps -- libmythes'
[2018-07-13 12:24] [ALPM] transaction started
[2018-07-13 12:24] [ALPM] installed libmythes (1:1.2.4-3)
[2018-07-13 12:24] [ALPM] transaction completed
[2018-07-13 12:24] [ALPM] running 'systemd-update.hook'...
[2018-07-13 12:24] [PACMAN] Running 'pacman -D --asexplicit libmythes'
[2018-07-13 12:25] [PACMAN] Running 'pacman -Rs libmythes'
[2018-07-13 12:25] [ALPM] transaction started
[2018-07-13 12:25] [ALPM] removed libmythes (1:1.2.4-3)
[2018-07-13 12:25] [ALPM] transaction completed
[2018-07-13 12:25] [ALPM] running 'systemd-update.hook'...
[2018-07-13 13:32] [PACMAN] Running 'pacman --sync --asdeps -- hunspell-en_CA'
[2018-07-13 13:32] [ALPM] transaction started
[2018-07-13 13:32] [ALPM] installed hunspell-en_CA (2017.01.22-2)
[2018-07-13 13:32] [ALPM] transaction completed
[2018-07-13 13:32] [ALPM] running 'systemd-update.hook'...
[2018-07-13 13:32] [PACMAN] Running 'pacman -D --asexplicit hunspell-en_CA'
[2018-07-13 13:32] [PACMAN] Running 'pacman --sync --asdeps -- hunspell-en_US'
[2018-07-13 13:32] [ALPM] transaction started
[2018-07-13 13:32] [ALPM] reinstalled hunspell-en_US (2017.01.22-2)
[2018-07-13 13:32] [ALPM] transaction completed
[2018-07-13 13:32] [ALPM] running 'systemd-update.hook'...
[2018-07-13 13:32] [PACMAN] Running 'pacman -D --asexplicit hunspell-en_US'
[2018-07-13 13:33] [PACMAN] Running 'pacman --sync --asdeps -- mythes-en hyphen libmythes hyphen-en'
[2018-07-13 13:33] [ALPM] transaction started
[2018-07-13 13:33] [ALPM] installed mythes-en (20060306-4)
[2018-07-13 13:33] [ALPM] reinstalled hyphen (2.8.8-2)
[2018-07-13 13:33] [ALPM] installed libmythes (1:1.2.4-3)
[2018-07-13 13:33] [ALPM] installed hyphen-en (2.8.8-2)
[2018-07-13 13:33] [ALPM] transaction completed
[2018-07-13 13:33] [ALPM] running 'systemd-update.hook'...
[2018-07-13 13:33] [PACMAN] Running 'pacman -D --asexplicit mythes-en hyphen libmythes hyphen-en'
[2018-07-13 13:48] [PACMAN] Running 'pacman --sync --asdeps -- libaccounts-glib libaccounts-qt signond signon-ui kpackage kdeclarative kcmutils signon-plugin-oauth2 signon-kwallet-extension kaccounts-integration accounts-qml-module purpose djvulibre libkexiv2 kjs qca-qt5 libutempter kpty kparts kactivities libspectre okular'
[2018-07-13 13:48] [ALPM] transaction started
[2018-07-13 13:48] [ALPM] installed libaccounts-glib (1.23-2)
[2018-07-13 13:48] [ALPM] installed libaccounts-qt (1.15-1)
[2018-07-13 13:48] [ALPM] installed signond (8.59-1)
[2018-07-13 13:48] [ALPM] installed signon-ui (0.17+20150611-1)
[2018-07-13 13:48] [ALPM] installed kpackage (5.47.0-1)
[2018-07-13 13:48] [ALPM] installed kdeclarative (5.47.0-1)
[2018-07-13 13:48] [ALPM] installed kcmutils (5.47.0-1)
[2018-07-13 13:48] [ALPM] installed signon-plugin-oauth2 (0.24-1)
[2018-07-13 13:48] [ALPM] installed signon-kwallet-extension (18.04.3-1)
[2018-07-13 13:48] [ALPM] installed kaccounts-integration (18.04.3-1)
[2018-07-13 13:48] [ALPM] installed accounts-qml-module (0.7-1)
[2018-07-13 13:48] [ALPM] installed purpose (5.47.0-1)
[2018-07-13 13:48] [ALPM] installed djvulibre (3.5.27-3)
[2018-07-13 13:48] [ALPM] installed libkexiv2 (18.04.3-1)
[2018-07-13 13:48] [ALPM] installed kjs (5.47.0-1)
[2018-07-13 13:48] [ALPM] installed qca-qt5 (2.1.3-11)
[2018-07-13 13:48] [ALPM] installed libutempter (1.1.6-3)
[2018-07-13 13:48] [ALPM] installed kpty (5.47.0-1)
[2018-07-13 13:48] [ALPM] installed kparts (5.47.0-1)
[2018-07-13 13:48] [ALPM] installed kactivities (5.47.0-1)
[2018-07-13 13:48] [ALPM] installed libspectre (0.2.8-1)
[2018-07-13 13:48] [ALPM] installed okular (18.04.3-1)
[2018-07-13 13:48] [ALPM] transaction completed
[2018-07-13 13:48] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-13 13:48] [ALPM] running 'systemd-update.hook'...
[2018-07-13 13:48] [ALPM] running 'update-desktop-database.hook'...
[2018-07-13 13:48] [PACMAN] Running 'pacman -D --asexplicit okular'
[2018-07-13 14:51] [PACMAN] Running 'pacman --sync --asdeps -- qt5-tools speedcrunch'
[2018-07-13 14:51] [ALPM] transaction started
[2018-07-13 14:51] [ALPM] installed qt5-tools (5.11.1-1)
[2018-07-13 14:51] [ALPM] installed speedcrunch (0.12.0-1)
[2018-07-13 14:51] [ALPM] transaction completed
[2018-07-13 14:51] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-13 14:51] [ALPM] running 'systemd-update.hook'...
[2018-07-13 14:51] [ALPM] running 'update-desktop-database.hook'...
[2018-07-13 14:51] [PACMAN] Running 'pacman -D --asexplicit speedcrunch'
[2018-07-13 15:13] [PACMAN] Running 'pacman --sync --asdeps -- libdbi gwenhywfar ktoblzcheck libxml++2.6 sgml-common opensp libofx aqbanking geoclue2 brotli woff2 webkit2gtk gnucash'
[2018-07-13 15:13] [ALPM] transaction started
[2018-07-13 15:13] [ALPM] installed libdbi (0.9.0-3)
[2018-07-13 15:13] [ALPM] installed gwenhywfar (4.20.0-2)
[2018-07-13 15:13] [ALPM] installed ktoblzcheck (1.49-1)
[2018-07-13 15:13] [ALPM] installed libxml++2.6 (2.40.1-2)
[2018-07-13 15:13] [ALPM] installed sgml-common (0.6.3-5)
[2018-07-13 15:13] [ALPM] installed opensp (1.5.2-8)
[2018-07-13 15:13] [ALPM] installed libofx (0.9.13-1)
[2018-07-13 15:13] [ALPM] installed aqbanking (5.7.8-1)
[2018-07-13 15:13] [ALPM] installed geoclue2 (2.4.7-1)
[2018-07-13 15:13] [ALPM] installed brotli (1.0.5-1)
[2018-07-13 15:13] [ALPM] installed woff2 (1.0.2-1)
[2018-07-13 15:13] [ALPM] installed webkit2gtk (2.20.3-1)
[2018-07-13 15:13] [ALPM] installed gnucash (3.2-2)
[2018-07-13 15:13] [ALPM] transaction completed
[2018-07-13 15:13] [ALPM] running 'glib-compile-schemas.hook'...
[2018-07-13 15:13] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-13 15:13] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-13 15:13] [ALPM] running 'systemd-update.hook'...
[2018-07-13 15:13] [ALPM] running 'update-desktop-database.hook'...
[2018-07-13 15:13] [PACMAN] Running 'pacman -D --asexplicit gnucash'
[2018-07-13 16:56] [PACMAN] Running 'pacman --sync --asdeps -- fltk tigervnc nasm'
[2018-07-13 16:56] [ALPM] transaction started
[2018-07-13 16:56] [ALPM] installed fltk (1.3.4.2-2)
[2018-07-13 16:56] [ALPM] installed tigervnc (1.8.0-4)
[2018-07-13 16:56] [ALPM] installed nasm (2.13.03-1)
[2018-07-13 16:56] [ALPM] transaction completed
[2018-07-13 16:56] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-13 16:56] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-13 16:56] [ALPM] running 'systemd-update.hook'...
[2018-07-13 16:56] [ALPM] running 'update-desktop-database.hook'...
[2018-07-13 16:57] [PACMAN] Running 'pacman --upgrade xrdp-0.9.7-1-x86_64.pkg.tar.xz'
[2018-07-13 16:57] [ALPM] transaction started
[2018-07-13 16:57] [ALPM] installed xrdp (0.9.7-1)
[2018-07-13 16:57] [ALPM-SCRIPTLET] 
[2018-07-13 16:57] [ALPM-SCRIPTLET] Generating 2048 bit rsa key...
[2018-07-13 16:57] [ALPM-SCRIPTLET] 
[2018-07-13 16:57] [ALPM-SCRIPTLET] ssl_gen_key_xrdp1 ok
[2018-07-13 16:57] [ALPM-SCRIPTLET] 
[2018-07-13 16:57] [ALPM-SCRIPTLET] saving to /etc/xrdp/rsakeys.ini
[2018-07-13 16:57] [ALPM-SCRIPTLET] 
[2018-07-13 16:57] [ALPM] transaction completed
[2018-07-13 16:57] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-13 16:57] [ALPM] running 'systemd-update.hook'...
[2018-07-13 17:23] [PACMAN] Running 'pacman --sync --asdeps -- telepathy-glib vino'
[2018-07-13 17:23] [ALPM] transaction started
[2018-07-13 17:23] [ALPM] installed telepathy-glib (0.24.1-2)
[2018-07-13 17:23] [ALPM] installed vino (3.22.0+11+g3977943-1)
[2018-07-13 17:23] [ALPM] transaction completed
[2018-07-13 17:23] [ALPM] running 'glib-compile-schemas.hook'...
[2018-07-13 17:23] [ALPM] running 'systemd-update.hook'...
[2018-07-13 17:23] [ALPM] running 'update-desktop-database.hook'...
[2018-07-13 17:23] [PACMAN] Running 'pacman -D --asexplicit vino'
[2018-07-13 17:25] [PACMAN] Running 'pacman --sync --asdeps -- perl-xml-parser intltool autoconf-archive yelp-xsl docbook-xml docbook-xsl itstool yelp-tools python-lxml python-pygments glib2-docs source-highlight python-anytree gtk-doc gnome-common'
[2018-07-13 17:25] [ALPM] transaction started
[2018-07-13 17:25] [ALPM] installed perl-xml-parser (2.44-6)
[2018-07-13 17:25] [ALPM] installed intltool (0.51.0-3)
[2018-07-13 17:25] [ALPM] installed autoconf-archive (1:2018.03.13-1)
[2018-07-13 17:25] [ALPM] installed yelp-xsl (3.28.0-1)
[2018-07-13 17:25] [ALPM] installed docbook-xml (4.5-7)
[2018-07-13 17:25] [ALPM] installed docbook-xsl (1.79.2-4)
[2018-07-13 17:25] [ALPM] installed itstool (1:2.0.2+5+g676f3f7-1)
[2018-07-13 17:25] [ALPM] installed yelp-tools (3.28.0-1)
[2018-07-13 17:25] [ALPM] installed python-lxml (4.2.3-1)
[2018-07-13 17:25] [ALPM] installed python-pygments (2.2.0-1)
[2018-07-13 17:25] [ALPM] installed glib2-docs (2.56.1-1)
[2018-07-13 17:25] [ALPM] installed source-highlight (3.1.8-16)
[2018-07-13 17:25] [ALPM] installed python-anytree (2.4.3-1)
[2018-07-13 17:25] [ALPM] installed gtk-doc (1.28-1)
[2018-07-13 17:25] [ALPM] installed gnome-common (3.18.0-2)
[2018-07-13 17:25] [ALPM] transaction completed
[2018-07-13 17:25] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-13 17:25] [ALPM] running 'systemd-update.hook'...
[2018-07-13 17:25] [ALPM] running 'texinfo-install.hook'...
[2018-07-13 17:25] [PACMAN] Running 'pacman --upgrade vino38-3.8.0-2-x86_64.pkg.tar.xz'
[2018-07-13 17:26] [ALPM] transaction started
[2018-07-13 17:26] [ALPM] removed vino (3.22.0+11+g3977943-1)
[2018-07-13 17:26] [ALPM] installed vino38 (3.8.0-2)
[2018-07-13 17:26] [ALPM] transaction completed
[2018-07-13 17:26] [ALPM] running 'glib-compile-schemas.hook'...
[2018-07-13 17:26] [ALPM] running 'systemd-update.hook'...
[2018-07-13 17:26] [ALPM] running 'update-desktop-database.hook'...
[2018-07-14 01:12] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-14 01:12] [PACMAN] synchronizing package lists
[2018-07-14 01:12] [PACMAN] starting full system upgrade
[2018-07-14 01:13] [ALPM] transaction started
[2018-07-14 01:13] [ALPM] upgraded libva (2.1.0-1 -> 2.2.0-2)
[2018-07-14 01:13] [ALPM] upgraded libva-intel-driver (2.1.0-1 -> 2.2.0-1)
[2018-07-14 01:13] [ALPM] transaction completed
[2018-07-14 01:13] [ALPM] running 'systemd-update.hook'...
[2018-07-14 12:05] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-14 12:05] [PACMAN] synchronizing package lists
[2018-07-14 12:05] [PACMAN] starting full system upgrade
[2018-07-14 12:05] [ALPM] transaction started
[2018-07-14 12:05] [ALPM] upgraded mesa (18.1.3-1 -> 18.1.4-1)
[2018-07-14 12:05] [ALPM] transaction completed
[2018-07-14 12:05] [ALPM] running 'systemd-update.hook'...
[2018-07-14 12:06] [PACMAN] Running 'pacman --sync --asdeps -- python-sgmllib python-feedparser'
[2018-07-14 12:06] [ALPM] transaction started
[2018-07-14 12:06] [ALPM] installed python-sgmllib (5.2.1-2)
[2018-07-14 12:06] [ALPM] installed python-feedparser (5.2.1-2)
[2018-07-14 12:06] [ALPM] transaction completed
[2018-07-14 12:06] [ALPM] running 'systemd-update.hook'...
[2018-07-14 12:06] [PACMAN] Running 'pacman --upgrade aurman-2.16.8-1-any.pkg.tar.xz'
[2018-07-14 12:06] [ALPM] transaction started
[2018-07-14 12:06] [ALPM] upgraded aurman (2.16.3-1 -> 2.16.8-1)
[2018-07-14 12:06] [ALPM] transaction completed
[2018-07-14 12:06] [ALPM] running 'systemd-update.hook'...
[2018-07-14 12:06] [PACMAN] Running 'pacman -Rns gnome-common nasm'
[2018-07-14 12:06] [ALPM] running 'texinfo-remove.hook'...
[2018-07-14 12:06] [ALPM] transaction started
[2018-07-14 12:06] [ALPM] removed nasm (2.13.03-1)
[2018-07-14 12:06] [ALPM] removed gnome-common (3.18.0-2)
[2018-07-14 12:06] [ALPM] removed yelp-tools (3.28.0-1)
[2018-07-14 12:06] [ALPM] removed yelp-xsl (3.28.0-1)
[2018-07-14 12:06] [ALPM] removed itstool (1:2.0.2+5+g676f3f7-1)
[2018-07-14 12:06] [ALPM] removed intltool (0.51.0-3)
[2018-07-14 12:06] [ALPM] removed perl-xml-parser (2.44-6)
[2018-07-14 12:06] [ALPM] removed gtk-doc (1.28-1)
[2018-07-14 12:06] [ALPM] removed source-highlight (3.1.8-16)
[2018-07-14 12:06] [ALPM] removed python-pygments (2.2.0-1)
[2018-07-14 12:06] [ALPM] removed python-lxml (4.2.3-1)
[2018-07-14 12:06] [ALPM] removed python-anytree (2.4.3-1)
[2018-07-14 12:06] [ALPM] removed glib2-docs (2.56.1-1)
[2018-07-14 12:06] [ALPM] removed docbook-xsl (1.79.2-4)
[2018-07-14 12:06] [ALPM] removed docbook-xml (4.5-7)
[2018-07-14 12:06] [ALPM] removed autoconf-archive (1:2018.03.13-1)
[2018-07-14 12:06] [ALPM] transaction completed
[2018-07-14 12:06] [ALPM] running 'systemd-update.hook'...
[2018-07-14 12:23] [PACMAN] Running 'pacman --sync --asdeps -- jpegoptim python2-dbus pyqt4-common sip python2-sip python2-pyqt4 pngcrush'
[2018-07-14 12:23] [ALPM] transaction started
[2018-07-14 12:23] [ALPM] installed jpegoptim (1.4.6-1)
[2018-07-14 12:23] [ALPM] installed python2-dbus (1.2.8-1)
[2018-07-14 12:23] [ALPM] installed pyqt4-common (4.12.1-1)
[2018-07-14 12:23] [ALPM] installed sip (4.19.12-4)
[2018-07-14 12:23] [ALPM] installed python2-sip (4.19.12-4)
[2018-07-14 12:23] [ALPM] installed python2-pyqt4 (4.12.1-1)
[2018-07-14 12:23] [ALPM] installed pngcrush (1.8.13-2)
[2018-07-14 12:23] [ALPM] transaction completed
[2018-07-14 12:23] [ALPM] running 'systemd-update.hook'...
[2018-07-14 12:24] [PACMAN] Running 'pacman --upgrade --asdeps advancecomp-2.1-1-x86_64.pkg.tar.xz'
[2018-07-14 12:24] [ALPM] transaction started
[2018-07-14 12:24] [ALPM] installed advancecomp (2.1-1)
[2018-07-14 12:24] [ALPM] transaction completed
[2018-07-14 12:24] [ALPM] running 'systemd-update.hook'...
[2018-07-14 12:24] [PACMAN] Running 'pacman --sync --asdeps -- optipng'
[2018-07-14 12:24] [ALPM] transaction started
[2018-07-14 12:24] [ALPM] installed optipng (0.7.7-1)
[2018-07-14 12:24] [ALPM] transaction completed
[2018-07-14 12:24] [ALPM] running 'systemd-update.hook'...
[2018-07-14 12:24] [PACMAN] Running 'pacman --upgrade trimage-1.0.5-1-any.pkg.tar.xz'
[2018-07-14 12:24] [ALPM] transaction started
[2018-07-14 12:24] [ALPM] installed trimage (1.0.5-1)
[2018-07-14 12:24] [ALPM] transaction completed
[2018-07-14 12:24] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-14 12:24] [ALPM] running 'systemd-update.hook'...
[2018-07-14 12:24] [ALPM] running 'update-desktop-database.hook'...
[2018-07-14 22:41] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-14 22:41] [PACMAN] synchronizing package lists
[2018-07-14 22:41] [PACMAN] starting full system upgrade
[2018-07-14 22:42] [ALPM] transaction started
[2018-07-14 22:42] [ALPM] upgraded libpulse (12.0-1 -> 12.1-1)
[2018-07-14 22:42] [ALPM] transaction completed
[2018-07-14 22:42] [ALPM] running 'systemd-update.hook'...
[2018-07-14 23:37] [PACMAN] Running 'pacman --sync --asdeps -- ruby-rdoc'
[2018-07-14 23:37] [ALPM] transaction started
[2018-07-14 23:37] [ALPM] installed ruby-rdoc (6.0.4-1)
[2018-07-14 23:37] [ALPM] transaction completed
[2018-07-14 23:37] [ALPM] running 'systemd-update.hook'...
[2018-07-14 23:37] [PACMAN] Running 'pacman -D --asexplicit ruby-rdoc'
[2018-07-14 23:51] [PACMAN] Running 'pacman --upgrade koala-bin-2.3.0-2-x86_64.pkg.tar.xz'
[2018-07-14 23:51] [ALPM] transaction started
[2018-07-14 23:51] [ALPM] installed koala-bin (2.3.0-2)
[2018-07-14 23:51] [ALPM] transaction completed
[2018-07-14 23:51] [ALPM] running 'systemd-update.hook'...
[2018-07-14 23:51] [ALPM] running 'update-desktop-database.hook'...
[2018-07-15 01:14] [PACMAN] Running 'pacman --upgrade hsetroot-1.0.2-5-x86_64.pkg.tar.xz'
[2018-07-15 01:14] [ALPM] transaction started
[2018-07-15 01:14] [ALPM] installed hsetroot (1.0.2-5)
[2018-07-15 01:14] [ALPM] transaction completed
[2018-07-15 01:14] [ALPM] running 'systemd-update.hook'...
[2018-07-15 09:37] [PACMAN] Running 'pacman -Rs hsetroot'
[2018-07-15 09:37] [ALPM] transaction started
[2018-07-15 09:37] [ALPM] removed hsetroot (1.0.2-5)
[2018-07-15 09:37] [ALPM] transaction completed
[2018-07-15 09:37] [ALPM] running 'systemd-update.hook'...
[2018-07-15 12:14] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-15 12:14] [PACMAN] synchronizing package lists
[2018-07-15 12:14] [PACMAN] starting full system upgrade
[2018-07-15 12:14] [ALPM] transaction started
[2018-07-15 12:14] [ALPM] upgraded arc-gtk-theme (20180114-1 -> 20180715-1)
[2018-07-15 12:14] [ALPM] upgraded pyalpm (0.8.3-1 -> 0.8.4-1)
[2018-07-15 12:14] [ALPM] transaction completed
[2018-07-15 12:14] [ALPM] running 'systemd-update.hook'...
[2018-07-15 12:14] [PACMAN] Running 'pacman --upgrade aurman-2.16.9-1-any.pkg.tar.xz'
[2018-07-15 12:14] [ALPM] transaction started
[2018-07-15 12:14] [ALPM] upgraded aurman (2.16.8-1 -> 2.16.9-1)
[2018-07-15 12:14] [ALPM] transaction completed
[2018-07-15 12:14] [ALPM] running 'systemd-update.hook'...
[2018-07-15 12:40] [PACMAN] Running 'pacman --sync --asdeps -- gnome-themes-extra'
[2018-07-15 12:40] [ALPM] transaction started
[2018-07-15 12:40] [ALPM] installed gnome-themes-extra (3.28-1)
[2018-07-15 12:40] [ALPM] transaction completed
[2018-07-15 12:40] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-15 12:40] [ALPM] running 'systemd-update.hook'...
[2018-07-15 12:40] [PACMAN] Running 'pacman -D --asexplicit gnome-themes-extra'
[2018-07-15 12:42] [PACMAN] Running 'pacman -Rs gnome-themes-standard'
[2018-07-15 12:42] [PACMAN] Running 'pacman -Rs gnome-themes-extra'
[2018-07-15 13:05] [PACMAN] Running 'pacman --sync --asdeps -- rhash jsoncpp libuv cmake'
[2018-07-15 13:05] [ALPM] transaction started
[2018-07-15 13:05] [ALPM] installed rhash (1.3.6-1)
[2018-07-15 13:05] [ALPM] installed jsoncpp (1.8.4-2)
[2018-07-15 13:05] [ALPM] installed libuv (1.22.0-1)
[2018-07-15 13:05] [ALPM] installed cmake (3.11.4-2)
[2018-07-15 13:05] [ALPM] transaction completed
[2018-07-15 13:05] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-15 13:05] [ALPM] running 'systemd-update.hook'...
[2018-07-15 13:05] [ALPM] running 'update-desktop-database.hook'...
[2018-07-15 13:05] [ALPM] running 'update-mime-database.hook'...
[2018-07-15 13:07] [PACMAN] Running 'pacman --upgrade --asdeps adwaita-qt5-1.0-1-x86_64.pkg.tar.xz adwaita-qt4-1.0-1-x86_64.pkg.tar.xz'
[2018-07-15 13:07] [ALPM] transaction started
[2018-07-15 13:07] [ALPM] installed adwaita-qt5 (1.0-1)
[2018-07-15 13:07] [ALPM] installed adwaita-qt4 (1.0-1)
[2018-07-15 13:07] [ALPM] transaction completed
[2018-07-15 13:07] [ALPM] running 'systemd-update.hook'...
[2018-07-15 13:07] [PACMAN] Running 'pacman -D --asexplicit adwaita-qt5 adwaita-qt4'
[2018-07-15 22:07] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-15 22:07] [PACMAN] synchronizing package lists
[2018-07-15 22:07] [PACMAN] starting full system upgrade
[2018-07-15 22:08] [ALPM] transaction started
[2018-07-15 22:08] [ALPM] upgraded attica (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded geoclue2 (2.4.7-1 -> 2.4.10-1)
[2018-07-15 22:08] [ALPM] upgraded kcoreaddons (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kconfig (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kwindowsystem (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kactivities (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded karchive (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kauth (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kdbusaddons (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kcrash (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kglobalaccel (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kwidgetsaddons (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kcompletion (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded ki18n (5.47.0-1 -> 5.48.1-1)
[2018-07-15 22:08] [ALPM] upgraded kservice (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kcodecs (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kguiaddons (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kconfigwidgets (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kitemviews (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kiconthemes (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded sonnet (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded ktextwidgets (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kxmlgui (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kbookmarks (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded solid (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kjobwidgets (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded knotifications (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kwallet (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kio (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kpackage (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kdeclarative (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kcmutils (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kfilemetadata (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kitemmodels (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kjs (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded knotifyconfig (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kparts (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded kpty (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded prison (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded purpose (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] upgraded threadweaver (5.47.0-1 -> 5.48.0-1)
[2018-07-15 22:08] [ALPM] transaction completed
[2018-07-15 22:08] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-15 22:08] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-15 22:08] [ALPM] running 'systemd-update.hook'...
[2018-07-15 22:08] [ALPM] running 'update-desktop-database.hook'...
[2018-07-15 22:08] [ALPM] running 'update-mime-database.hook'...
[2018-07-16 03:02] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-16 03:02] [PACMAN] synchronizing package lists
[2018-07-16 03:03] [PACMAN] starting full system upgrade
[2018-07-16 03:03] [ALPM] transaction started
[2018-07-16 03:03] [ALPM] upgraded jansson (2.10-3 -> 2.11-1)
[2018-07-16 03:03] [ALPM] upgraded zeromq (4.2.3-1 -> 4.2.5-1)
[2018-07-16 03:03] [ALPM] transaction completed
[2018-07-16 03:03] [ALPM] running 'systemd-update.hook'...
[2018-07-16 03:06] [PACMAN] Running 'pacman --upgrade atom-editor-bin-1.28.2-1-x86_64.pkg.tar.xz'
[2018-07-16 03:06] [ALPM] transaction started
[2018-07-16 03:06] [ALPM] upgraded atom-editor-bin (1.28.1-1 -> 1.28.2-1)
[2018-07-16 03:06] [ALPM] transaction completed
[2018-07-16 03:06] [ALPM] running 'systemd-update.hook'...
[2018-07-16 03:06] [ALPM] running 'update-desktop-database.hook'...
[2018-07-16 12:33] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-16 12:33] [PACMAN] synchronizing package lists
[2018-07-16 12:33] [PACMAN] starting full system upgrade
[2018-07-16 12:33] [ALPM] transaction started
[2018-07-16 12:33] [ALPM] upgraded ffmpeg (1:4.0.1-2 -> 1:4.0.1-3)
[2018-07-16 12:33] [ALPM] upgraded kcoreaddons (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded kauth (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded kcodecs (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded kwidgetsaddons (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded kconfig (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded kcompletion (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded kguiaddons (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded ki18n (5.48.1-1 -> 5.48.1-2)
[2018-07-16 12:33] [ALPM] upgraded kconfigwidgets (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded kdbusaddons (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded kitemmodels (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded kitemviews (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded kjobwidgets (5.48.0-1 -> 5.48.0-2)
[2018-07-16 12:33] [ALPM] upgraded lua (5.3.4-2 -> 5.3.5-1)
[2018-07-16 12:33] [ALPM] transaction completed
[2018-07-16 12:33] [ALPM] running 'systemd-update.hook'...
[2018-07-16 12:33] [ALPM] running 'update-mime-database.hook'...
[2018-07-16 12:57] [PACMAN] Running 'pacman --sync --asdeps -- minizip protobuf re2 qt5-webengine'
[2018-07-16 12:57] [ALPM] transaction started
[2018-07-16 12:57] [ALPM] installed minizip (1:1.2.11-2)
[2018-07-16 12:57] [ALPM] installed protobuf (3.5.2-1)
[2018-07-16 12:57] [ALPM] installed re2 (20180701-1)
[2018-07-16 12:58] [ALPM] installed qt5-webengine (5.11.1-2)
[2018-07-16 12:58] [ALPM] transaction completed
[2018-07-16 12:58] [ALPM] running 'systemd-update.hook'...
[2018-07-16 13:02] [PACMAN] Running 'pacman --upgrade --asdeps qt5-webengine-widevine-1:66.0.3359.181-1-x86_64.pkg.tar.xz'
[2018-07-16 13:03] [ALPM] transaction started
[2018-07-16 13:03] [ALPM] installed qt5-webengine-widevine (1:66.0.3359.181-1)
[2018-07-16 13:03] [ALPM] transaction completed
[2018-07-16 13:03] [ALPM] running 'systemd-update.hook'...
[2018-07-16 13:03] [PACMAN] Running 'pacman --upgrade qtwebflix-git-0.1.r47.g2987610-1-any.pkg.tar.xz'
[2018-07-16 13:03] [ALPM] transaction started
[2018-07-16 13:03] [ALPM] installed qtwebflix-git (0.1.r47.g2987610-1)
[2018-07-16 13:03] [ALPM] transaction completed
[2018-07-16 13:03] [ALPM] running 'systemd-update.hook'...
[2018-07-16 13:03] [ALPM] running 'update-desktop-database.hook'...
[2018-07-16 13:14] [PACMAN] Running 'pacman -Rs qtwebflix-git'
[2018-07-16 13:14] [ALPM] transaction started
[2018-07-16 13:14] [ALPM] removed qtwebflix-git (0.1.r47.g2987610-1)
[2018-07-16 13:14] [ALPM] removed qt5-webengine-widevine (1:66.0.3359.181-1)
[2018-07-16 13:14] [ALPM] removed qt5-webengine (5.11.1-2)
[2018-07-16 13:14] [ALPM] removed re2 (20180701-1)
[2018-07-16 13:14] [ALPM] removed protobuf (3.5.2-1)
[2018-07-16 13:14] [ALPM] removed minizip (1:1.2.11-2)
[2018-07-16 13:14] [ALPM] transaction completed
[2018-07-16 13:14] [ALPM] running 'systemd-update.hook'...
[2018-07-16 13:14] [ALPM] running 'update-desktop-database.hook'...
[2018-07-16 13:14] [PACMAN] Running 'pacman -Rns cmake'
[2018-07-16 13:14] [ALPM] transaction started
[2018-07-16 13:14] [ALPM] removed cmake (3.11.4-2)
[2018-07-16 13:14] [ALPM] removed rhash (1.3.6-1)
[2018-07-16 13:14] [ALPM] removed libuv (1.22.0-1)
[2018-07-16 13:14] [ALPM] removed jsoncpp (1.8.4-2)
[2018-07-16 13:14] [ALPM] transaction completed
[2018-07-16 13:14] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-16 13:14] [ALPM] running 'systemd-update.hook'...
[2018-07-16 13:14] [ALPM] running 'update-desktop-database.hook'...
[2018-07-16 13:14] [ALPM] running 'update-mime-database.hook'...
[2018-07-16 18:06] [PACMAN] Running 'pacman --sync --asdeps -- python-zope-interface python-constantly python-click python-incremental python-hyperlink python-attrs python-automat python-twisted'
[2018-07-16 18:06] [ALPM] transaction started
[2018-07-16 18:06] [ALPM] installed python-zope-interface (4.5.0-1)
[2018-07-16 18:06] [ALPM] installed python-constantly (15.1.0-2)
[2018-07-16 18:06] [ALPM] installed python-click (6.7-1)
[2018-07-16 18:06] [ALPM] installed python-attrs (18.1.0-1)
[2018-07-16 18:06] [ALPM] installed python-automat (0.7.0-1)
[2018-07-16 18:06] [ALPM] installed python-hyperlink (18.0.0-1)
[2018-07-16 18:06] [ALPM] installed python-twisted (18.4.0-1)
[2018-07-16 18:06] [ALPM] installed python-incremental (17.5.0-1)
[2018-07-16 18:06] [ALPM] transaction completed
[2018-07-16 18:06] [ALPM] running 'systemd-update.hook'...
[2018-07-16 18:06] [PACMAN] Running 'pacman --upgrade --asdeps python-txdbus-1.1.0-1-any.pkg.tar.xz'
[2018-07-16 18:07] [ALPM] transaction started
[2018-07-16 18:07] [ALPM] installed python-txdbus (1.1.0-1)
[2018-07-16 18:07] [ALPM] transaction completed
[2018-07-16 18:07] [ALPM] running 'systemd-update.hook'...
[2018-07-16 18:07] [PACMAN] Running 'pacman --upgrade systemd-lock-handler-0.1.0-2-any.pkg.tar.xz'
[2018-07-16 18:07] [ALPM] transaction started
[2018-07-16 18:07] [ALPM] installed systemd-lock-handler (0.1.0-2)
[2018-07-16 18:07] [ALPM] transaction completed
[2018-07-16 18:07] [ALPM] running 'systemd-update.hook'...
[2018-07-16 18:17] [PACMAN] Running 'pacman -Rs systemd-lock-handler'
[2018-07-16 18:17] [ALPM] transaction started
[2018-07-16 18:17] [ALPM] removed systemd-lock-handler (0.1.0-2)
[2018-07-16 18:17] [ALPM] removed python-txdbus (1.1.0-1)
[2018-07-16 18:17] [ALPM] removed python-twisted (18.4.0-1)
[2018-07-16 18:17] [ALPM] removed python-zope-interface (4.5.0-1)
[2018-07-16 18:17] [ALPM] removed python-incremental (17.5.0-1)
[2018-07-16 18:17] [ALPM] removed python-click (6.7-1)
[2018-07-16 18:17] [ALPM] removed python-hyperlink (18.0.0-1)
[2018-07-16 18:17] [ALPM] removed python-constantly (15.1.0-2)
[2018-07-16 18:17] [ALPM] removed python-automat (0.7.0-1)
[2018-07-16 18:17] [ALPM] removed python-attrs (18.1.0-1)
[2018-07-16 18:17] [ALPM] transaction completed
[2018-07-16 18:17] [ALPM] running 'systemd-update.hook'...
[2018-07-16 18:19] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-16 18:19] [PACMAN] synchronizing package lists
[2018-07-16 18:20] [PACMAN] starting full system upgrade
[2018-07-16 18:20] [ALPM] transaction started
[2018-07-16 18:20] [ALPM] upgraded libnftnl (1.1.0-1 -> 1.1.1-1)
[2018-07-16 18:20] [ALPM] upgraded linux (4.17.5-1 -> 4.17.6-1)
[2018-07-16 18:20] [ALPM] upgraded bbswitch (0.8-146 -> 0.8-147)
[2018-07-16 18:20] [ALPM] upgraded btrfs-progs (4.16.1-2 -> 4.17-1)
[2018-07-16 18:20] [ALPM] upgraded dhcpcd (7.0.4-1 -> 7.0.5b-1)
[2018-07-16 18:20] [ALPM] upgraded libxkbcommon (0.8.0-1 -> 0.8.0-2)
[2018-07-16 18:20] [ALPM] upgraded file-roller (3.28.0-1 -> 3.28.1-1)
[2018-07-16 18:20] [ALPM] upgraded libpulse (12.1-1 -> 12.2-1)
[2018-07-16 18:20] [ALPM] upgraded libxkbcommon-x11 (0.8.0-1 -> 0.8.0-2)
[2018-07-16 18:20] [ALPM] upgraded nvidia (396.24-15 -> 396.24-16)
[2018-07-16 18:20] [ALPM] upgraded vhba-module (20170610-81 -> 20170610-82)
[2018-07-16 18:20] [ALPM] transaction completed
[2018-07-16 18:20] [ALPM] running '60-linux.hook'...
[2018-07-16 18:20] [ALPM] running '90-linux.hook'...
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> Starting build: 4.17.6-1-ARCH
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> Starting build: 4.17.6-1-ARCH
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-16 18:20] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-07-16 18:20] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-16 18:20] [ALPM] running 'glib-compile-schemas.hook'...
[2018-07-16 18:20] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-16 18:20] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-16 18:20] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-16 18:20] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-16 18:20] [ALPM] running 'systemd-update.hook'...
[2018-07-16 18:20] [ALPM] running 'update-desktop-database.hook'...
[2018-07-17 10:41] [PACMAN] Running 'pacman --sync --asdeps -- http-parser c-ares libuv nodejs semver node-gyp npm'
[2018-07-17 10:41] [ALPM] transaction started
[2018-07-17 10:41] [ALPM] installed http-parser (2.8.1-1)
[2018-07-17 10:41] [ALPM] installed c-ares (1.14.0-1)
[2018-07-17 10:41] [ALPM] installed libuv (1.22.0-1)
[2018-07-17 10:41] [ALPM] installed nodejs (10.6.0-1)
[2018-07-17 10:41] [ALPM] installed semver (5.5.0-1)
[2018-07-17 10:41] [ALPM] installed node-gyp (3.7.0-1)
[2018-07-17 10:41] [ALPM] installed npm (6.2.0-1)
[2018-07-17 10:41] [ALPM] transaction completed
[2018-07-17 10:41] [ALPM] running 'systemd-update.hook'...
[2018-07-17 10:41] [PACMAN] Running 'pacman -D --asexplicit npm'
[2018-07-17 11:18] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-17 11:18] [PACMAN] synchronizing package lists
[2018-07-17 11:18] [PACMAN] starting full system upgrade
[2018-07-17 11:18] [ALPM] transaction started
[2018-07-17 11:18] [ALPM] upgraded kxmlgui (5.48.0-1 -> 5.48.0-2)
[2018-07-17 11:18] [ALPM] upgraded xorg-mkfontdir (1.0.7-8 -> 1.0.7-9)
[2018-07-17 11:18] [ALPM] transaction completed
[2018-07-17 11:18] [ALPM] running 'systemd-update.hook'...
[2018-07-17 13:12] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-17 13:12] [PACMAN] synchronizing package lists
[2018-07-17 13:12] [PACMAN] starting full system upgrade
[2018-07-17 13:12] [ALPM] transaction started
[2018-07-17 13:12] [ALPM] upgraded libgpg-error (1.31-1 -> 1.32-1)
[2018-07-17 13:12] [ALPM] upgraded cups-filters (1.20.3-2 -> 1.20.4-1)
[2018-07-17 13:12] [ALPM] upgraded hunspell-en_CA (2017.01.22-2 -> 2018.04.16-1)
[2018-07-17 13:12] [ALPM] upgraded hunspell-en_US (2017.01.22-2 -> 2018.04.16-1)
[2018-07-17 13:12] [ALPM] upgraded noto-fonts-cjk (20170601-1 -> 20170601-2)
[2018-07-17 13:12] [ALPM] transaction completed
[2018-07-17 13:12] [ALPM] running 'fontconfig.hook'...
[2018-07-17 13:12] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-17 13:12] [ALPM] running 'systemd-update.hook'...
[2018-07-17 13:12] [ALPM] running 'texinfo-install.hook'...
[2018-07-17 13:12] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-07-17 13:13] [PACMAN] Running 'pacman -Rs xss-lock'
[2018-07-17 13:13] [ALPM] transaction started
[2018-07-17 13:13] [ALPM] removed xss-lock (0.3.0.g1e158fb20108-2)
[2018-07-17 13:13] [ALPM] transaction completed
[2018-07-17 13:13] [ALPM] running 'systemd-update.hook'...
[2018-07-17 13:23] [PACMAN] Running 'pacman --sync --asdeps -- xss-lock'
[2018-07-17 13:23] [ALPM] transaction started
[2018-07-17 13:23] [ALPM] installed xss-lock (0.3.0.g1e158fb20108-2)
[2018-07-17 13:23] [ALPM] transaction completed
[2018-07-17 13:23] [ALPM] running 'systemd-update.hook'...
[2018-07-17 13:23] [PACMAN] Running 'pacman -D --asexplicit xss-lock'
[2018-07-17 13:25] [PACMAN] Running 'pacman -Rs xss-lock'
[2018-07-17 13:25] [ALPM] transaction started
[2018-07-17 13:25] [ALPM] removed xss-lock (0.3.0.g1e158fb20108-2)
[2018-07-17 13:25] [ALPM] transaction completed
[2018-07-17 13:25] [ALPM] running 'systemd-update.hook'...
[2018-07-17 13:40] [PACMAN] Running 'pacman --sync --asdeps -- xssstate'
[2018-07-17 13:40] [ALPM] transaction started
[2018-07-17 13:40] [ALPM] installed xssstate (1.1-2)
[2018-07-17 13:40] [ALPM] transaction completed
[2018-07-17 13:40] [ALPM] running 'systemd-update.hook'...
[2018-07-17 13:40] [PACMAN] Running 'pacman -D --asexplicit xssstate'
[2018-07-17 19:43] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-17 19:43] [PACMAN] synchronizing package lists
[2018-07-17 19:43] [PACMAN] starting full system upgrade
[2018-07-17 19:43] [ALPM] transaction started
[2018-07-17 19:43] [ALPM] upgraded bumblebee (3.2.1-17 -> 3.2.1-18)
[2018-07-17 19:43] [ALPM] upgraded libtiff (4.0.9-1 -> 4.0.9-2)
[2018-07-17 19:43] [ALPM] transaction completed
[2018-07-17 19:43] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-17 19:43] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-17 19:43] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-17 19:43] [ALPM] running 'systemd-update.hook'...
[2018-07-18 11:29] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-18 11:29] [PACMAN] synchronizing package lists
[2018-07-18 11:29] [PACMAN] starting full system upgrade
[2018-07-18 11:30] [ALPM] transaction started
[2018-07-18 11:30] [ALPM] upgraded npth (1.5-1 -> 1.6-1)
[2018-07-18 11:30] [ALPM] upgraded gnutls (3.5.18-1 -> 3.5.19-1)
[2018-07-18 11:30] [ALPM] upgraded gnupg (2.2.8-1 -> 2.2.9-1)
[2018-07-18 11:30] [ALPM] upgraded harfbuzz (1.8.3-1 -> 1.8.4-1)
[2018-07-18 11:30] [ALPM] upgraded harfbuzz-icu (1.8.3-1 -> 1.8.4-1)
[2018-07-18 11:30] [ALPM] upgraded libmagick (7.0.8.6-1 -> 7.0.8.7-1)
[2018-07-18 11:30] [ALPM] upgraded imagemagick (7.0.8.6-1 -> 7.0.8.7-1)
[2018-07-18 11:30] [ALPM] upgraded krita (4.1.0-2 -> 4.1.1-1)
[2018-07-18 11:30] [ALPM] upgraded libmagick6 (6.9.10.6-1 -> 6.9.10.7-1)
[2018-07-18 11:30] [ALPM] upgraded pciutils (3.5.6-1 -> 3.6.1-1)
[2018-07-18 11:30] [ALPM] transaction completed
[2018-07-18 11:30] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-18 11:30] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-18 11:30] [ALPM] running 'systemd-update.hook'...
[2018-07-18 11:30] [ALPM] running 'texinfo-install.hook'...
[2018-07-18 11:30] [ALPM] running 'update-desktop-database.hook'...
[2018-07-18 12:28] [PACMAN] Running 'pacman --sync --asdeps -- libxklavier lightdm'
[2018-07-18 12:28] [ALPM] transaction started
[2018-07-18 12:28] [ALPM] installed libxklavier (5.4-2)
[2018-07-18 12:28] [ALPM] installed lightdm (1:1.26.0-1)
[2018-07-18 12:28] [ALPM] transaction completed
[2018-07-18 12:28] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-18 12:28] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-18 12:28] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-18 12:28] [ALPM] running 'systemd-update.hook'...
[2018-07-18 12:28] [PACMAN] Running 'pacman -D --asexplicit lightdm'
[2018-07-18 12:38] [PACMAN] Running 'pacman -Rs lightdm-mini-greeter'
[2018-07-18 12:38] [PACMAN] Running 'pacman -Rs lightdm'
[2018-07-18 12:38] [ALPM] transaction started
[2018-07-18 12:39] [ALPM] removed lightdm (1:1.26.0-1)
[2018-07-18 12:39] [ALPM] removed libxklavier (5.4-2)
[2018-07-18 12:39] [ALPM] transaction completed
[2018-07-18 12:39] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-18 12:39] [ALPM] running 'systemd-update.hook'...
[2018-07-18 12:44] [PACMAN] Running 'pacman --sync --asdeps -- libxaw xorg-sessreg xorg-xdm'
[2018-07-18 12:44] [ALPM] transaction started
[2018-07-18 12:44] [ALPM] installed libxaw (1.0.13-2)
[2018-07-18 12:44] [ALPM] installed xorg-sessreg (1.1.1-1)
[2018-07-18 12:44] [ALPM] installed xorg-xdm (1.1.11+50+gb685338-1)
[2018-07-18 12:44] [ALPM] transaction completed
[2018-07-18 12:44] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-18 12:44] [ALPM] running 'systemd-update.hook'...
[2018-07-18 12:44] [PACMAN] Running 'pacman -D --asexplicit xorg-xdm'
[2018-07-18 12:52] [PACMAN] Running 'pacman -Rs xorg-xdm'
[2018-07-18 12:52] [ALPM] transaction started
[2018-07-18 12:52] [ALPM] removed xorg-xdm (1.1.11+50+gb685338-1)
[2018-07-18 12:52] [ALPM] removed xorg-sessreg (1.1.1-1)
[2018-07-18 12:52] [ALPM] removed libxaw (1.0.13-2)
[2018-07-18 12:52] [ALPM] transaction completed
[2018-07-18 12:52] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-18 12:52] [ALPM] running 'systemd-update.hook'...
[2018-07-18 12:57] [PACMAN] Running 'pacman --sync --asdeps -- libxklavier lightdm lightdm-gtk-greeter'
[2018-07-18 12:57] [ALPM] transaction started
[2018-07-18 12:57] [ALPM] installed libxklavier (5.4-2)
[2018-07-18 12:57] [ALPM] installed lightdm (1:1.26.0-1)
[2018-07-18 12:57] [ALPM] installed lightdm-gtk-greeter (1:2.0.5-1)
[2018-07-18 12:57] [ALPM] transaction completed
[2018-07-18 12:57] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-18 12:57] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-18 12:57] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-18 12:57] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-18 12:57] [ALPM] running 'systemd-update.hook'...
[2018-07-18 12:57] [PACMAN] Running 'pacman -D --asexplicit lightdm-gtk-greeter lightdm'
[2018-07-18 13:04] [PACMAN] Running 'pacman -Rs lightdm lightdm-gtk-greeter'
[2018-07-18 13:04] [ALPM] transaction started
[2018-07-18 13:04] [ALPM] removed lightdm-gtk-greeter (1:2.0.5-1)
[2018-07-18 13:04] [ALPM] removed lightdm (1:1.26.0-1)
[2018-07-18 13:04] [ALPM] removed libxklavier (5.4-2)
[2018-07-18 13:04] [ALPM] transaction completed
[2018-07-18 13:04] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-18 13:04] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-18 13:04] [ALPM] running 'systemd-update.hook'...
[2018-07-18 13:05] [PACMAN] Running 'pacman -Rns'
[2018-07-18 13:10] [PACMAN] Running 'pacman --sync --asdeps -- rust'
[2018-07-18 13:10] [ALPM] transaction started
[2018-07-18 13:10] [ALPM] installed rust (1:1.27.1-1)
[2018-07-18 13:10] [ALPM] transaction completed
[2018-07-18 13:10] [ALPM] running 'systemd-update.hook'...
[2018-07-18 13:12] [PACMAN] Running 'pacman --upgrade xidlehook-0.4.9-1-x86_64.pkg.tar.xz'
[2018-07-18 13:12] [ALPM] transaction started
[2018-07-18 13:12] [ALPM] installed xidlehook (0.4.9-1)
[2018-07-18 13:12] [ALPM] transaction completed
[2018-07-18 13:12] [ALPM] running 'systemd-update.hook'...
[2018-07-18 14:47] [PACMAN] Running 'pacman -Rs xssstate'
[2018-07-18 14:47] [ALPM] transaction started
[2018-07-18 14:47] [ALPM] removed xssstate (1.1-2)
[2018-07-18 14:47] [ALPM] transaction completed
[2018-07-18 14:47] [ALPM] running 'systemd-update.hook'...
[2018-07-18 15:10] [PACMAN] Running 'pacman --upgrade libnotify-id-0.7.7-1-x86_64.pkg.tar.xz'
[2018-07-18 15:10] [ALPM] transaction started
[2018-07-18 15:10] [ALPM] removed libnotify (0.7.7-1)
[2018-07-18 15:10] [ALPM] installed libnotify-id (0.7.7-1)
[2018-07-18 15:10] [ALPM] transaction completed
[2018-07-18 15:10] [ALPM] running 'systemd-update.hook'...
[2018-07-18 15:17] [PACMAN] Running 'pacman --sync --asdeps -- libnotify'
[2018-07-18 15:17] [ALPM] transaction started
[2018-07-18 15:17] [ALPM] removed libnotify-id (0.7.7-1)
[2018-07-18 15:17] [ALPM] installed libnotify (0.7.7-1)
[2018-07-18 15:17] [ALPM] transaction completed
[2018-07-18 15:17] [ALPM] running 'systemd-update.hook'...
[2018-07-18 15:17] [PACMAN] Running 'pacman -D --asexplicit libnotify'
[2018-07-18 15:17] [PACMAN] Running 'pacman -Rns rust'
[2018-07-18 15:18] [PACMAN] Running 'pacman -Rns rust'
[2018-07-18 15:18] [ALPM] transaction started
[2018-07-18 15:18] [ALPM] removed rust (1:1.27.1-1)
[2018-07-18 15:18] [ALPM] transaction completed
[2018-07-18 15:18] [ALPM] running 'systemd-update.hook'...
[2018-07-18 15:18] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-18 15:18] [PACMAN] synchronizing package lists
[2018-07-18 15:18] [PACMAN] starting full system upgrade
[2018-07-18 15:18] [ALPM] transaction started
[2018-07-18 15:18] [ALPM] upgraded fltk (1.3.4.2-2 -> 1.3.4.2-3)
[2018-07-18 15:18] [ALPM] transaction completed
[2018-07-18 15:18] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-18 15:18] [ALPM] running 'systemd-update.hook'...
[2018-07-18 15:18] [ALPM] running 'update-desktop-database.hook'...
[2018-07-18 15:31] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-18 15:31] [PACMAN] synchronizing package lists
[2018-07-18 15:31] [PACMAN] starting full system upgrade
[2018-07-18 15:31] [ALPM] transaction started
[2018-07-18 15:31] [ALPM] upgraded libva-utils (2.1.0-1 -> 2.2.0-1)
[2018-07-18 15:31] [ALPM] transaction completed
[2018-07-18 15:31] [ALPM] running 'systemd-update.hook'...
[2018-07-18 18:55] [PACMAN] Running 'pacman --sync --asdeps -- protobuf sdl2_image boost gtest glm'
[2018-07-18 18:55] [ALPM] transaction started
[2018-07-18 18:55] [ALPM] installed protobuf (3.5.2-1)
[2018-07-18 18:55] [ALPM] installed sdl2_image (2.0.3-1)
[2018-07-18 18:55] [ALPM] installed boost (1.67.0-5)
[2018-07-18 18:55] [ALPM] installed gtest (1.8.0-1)
[2018-07-18 18:55] [ALPM] installed glm (0.9.9.0-1)
[2018-07-18 18:55] [ALPM] transaction completed
[2018-07-18 18:55] [ALPM] running 'systemd-update.hook'...
[2018-07-18 18:58] [PACMAN] Running 'pacman --upgrade --asdeps anbox-image-1:2018.06.12-1-x86_64.pkg.tar.xz'
[2018-07-18 19:29] [ALPM] transaction started
[2018-07-18 19:29] [ALPM] installed anbox-image (1:2018.06.12-1)
[2018-07-18 19:29] [ALPM] transaction completed
[2018-07-18 19:29] [PACMAN] Running 'pacman --sync --asdeps -- jsoncpp rhash cmake'
[2018-07-18 19:29] [ALPM] transaction started
[2018-07-18 19:29] [ALPM] installed jsoncpp (1.8.4-2)
[2018-07-18 19:29] [ALPM] installed rhash (1.3.6-1)
[2018-07-18 19:29] [ALPM] installed cmake (3.11.4-2)
[2018-07-18 19:29] [ALPM] transaction completed
[2018-07-18 19:29] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-18 19:29] [ALPM] running 'systemd-update.hook'...
[2018-07-18 19:29] [ALPM] running 'update-desktop-database.hook'...
[2018-07-18 19:29] [ALPM] running 'update-mime-database.hook'...
[2018-07-18 19:29] [PACMAN] Running 'pacman --upgrade --asdeps properties-cpp-0.0.1-1-any.pkg.tar.xz'
[2018-07-18 19:30] [ALPM] transaction started
[2018-07-18 19:30] [ALPM] installed properties-cpp (0.0.1-1)
[2018-07-18 19:30] [ALPM] transaction completed
[2018-07-18 19:30] [ALPM] running 'systemd-update.hook'...
[2018-07-18 19:30] [PACMAN] Running 'pacman --sync --asdeps -- rsync lxc'
[2018-07-18 19:30] [PACMAN] Running 'pacman -Rs anbox-git'
[2018-07-18 19:33] [PACMAN] Running 'pacman --sync --asdeps -- rsync lxc'
[2018-07-18 19:33] [ALPM] transaction started
[2018-07-18 19:33] [ALPM] installed rsync (3.1.3-1)
[2018-07-18 19:33] [ALPM] installed lxc (1:3.0.1-1)
[2018-07-18 19:33] [ALPM] transaction completed
[2018-07-18 19:33] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-18 19:33] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-18 19:33] [ALPM] running 'systemd-update.hook'...
[2018-07-18 19:37] [PACMAN] Running 'pacman --upgrade anbox-git-1:r933.bc2cf30-1-x86_64.pkg.tar.xz'
[2018-07-18 19:38] [ALPM] transaction started
[2018-07-18 19:38] [ALPM] installed anbox-git (1:r933.bc2cf30-1)
[2018-07-18 19:38] [ALPM] transaction completed
[2018-07-18 19:38] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-18 19:38] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-18 19:38] [ALPM] running 'systemd-update.hook'...
[2018-07-18 19:38] [ALPM] running 'update-desktop-database.hook'...
[2018-07-19 10:37] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-19 10:37] [PACMAN] synchronizing package lists
[2018-07-19 10:37] [PACMAN] starting full system upgrade
[2018-07-19 10:37] [ALPM] transaction started
[2018-07-19 10:37] [ALPM] upgraded argyllcms (2.0.0-1 -> 2.0.1-1)
[2018-07-19 10:37] [ALPM] upgraded nodejs (10.6.0-1 -> 10.7.0-1)
[2018-07-19 10:37] [ALPM] upgraded pango (1.42.1-1 -> 1.42.2-1)
[2018-07-19 10:37] [ALPM] transaction completed
[2018-07-19 10:37] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-19 10:37] [ALPM] running 'systemd-update.hook'...
[2018-07-19 10:40] [PACMAN] Running 'pacman --upgrade aurman-2.16.10-1-any.pkg.tar.xz'
[2018-07-19 10:40] [ALPM] transaction started
[2018-07-19 10:40] [ALPM] upgraded aurman (2.16.9-1 -> 2.16.10-1)
[2018-07-19 10:40] [ALPM] transaction completed
[2018-07-19 10:40] [ALPM] running 'systemd-update.hook'...
[2018-07-19 10:40] [PACMAN] Running 'pacman --upgrade ttf-iosevka-2.0.0-1-any.pkg.tar.xz'
[2018-07-19 10:40] [ALPM] transaction started
[2018-07-19 10:40] [ALPM] upgraded ttf-iosevka (1.14.3-1 -> 2.0.0-1)
[2018-07-19 10:40] [ALPM] transaction completed
[2018-07-19 10:40] [ALPM] running 'fontconfig.hook'...
[2018-07-19 10:40] [ALPM] running 'systemd-update.hook'...
[2018-07-19 10:40] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-07-19 13:06] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-19 13:06] [PACMAN] synchronizing package lists
[2018-07-19 13:06] [PACMAN] starting full system upgrade
[2018-07-19 13:06] [ALPM] transaction started
[2018-07-19 13:06] [ALPM] upgraded ffmpeg (1:4.0.1-3 -> 1:4.0.2-1)
[2018-07-19 13:06] [ALPM] transaction completed
[2018-07-19 13:06] [ALPM] running 'systemd-update.hook'...
[2018-07-19 15:21] [PACMAN] Running 'pacman --sync --asdeps -- vde2 celt0.5.1 spice libcacard usbredir virglrenderer vte-common vte3 libnfs seabios numactl qemu qemu-arch-extra'
[2018-07-19 15:22] [ALPM] transaction started
[2018-07-19 15:22] [ALPM] installed vde2 (2.3.2-10)
[2018-07-19 15:22] [ALPM-SCRIPTLET] vde config files should be placed in /etc/vde, sample files are provided.
[2018-07-19 15:22] [ALPM-SCRIPTLET] iptables and dhcpd sample files have been installed to '/usr/share/vde2'.
[2018-07-19 15:22] [ALPM-SCRIPTLET] Merge those examples, if needed to the according config files.
[2018-07-19 15:22] [ALPM] installed celt0.5.1 (0.5.1.3-4)
[2018-07-19 15:22] [ALPM] installed spice (0.14.0-2)
[2018-07-19 15:22] [ALPM] installed libcacard (2.5.3-1)
[2018-07-19 15:22] [ALPM] installed usbredir (0.7.1-1)
[2018-07-19 15:22] [ALPM] installed virglrenderer (0.6.0-1)
[2018-07-19 15:22] [ALPM] installed vte-common (0.52.2-1)
[2018-07-19 15:22] [ALPM] installed vte3 (0.52.2-1)
[2018-07-19 15:22] [ALPM] installed libnfs (3.0.0-2)
[2018-07-19 15:22] [ALPM] installed seabios (1.11.0-1)
[2018-07-19 15:22] [ALPM] installed numactl (2.0.11-2)
[2018-07-19 15:22] [ALPM] installed qemu (2.12.0-2)
[2018-07-19 15:22] [ALPM] installed qemu-arch-extra (2.12.0-2)
[2018-07-19 15:22] [ALPM] transaction completed
[2018-07-19 15:22] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-19 15:22] [ALPM] running 'systemd-update.hook'...
[2018-07-19 15:22] [PACMAN] Running 'pacman -D --asexplicit qemu qemu-arch-extra'
[2018-07-19 15:22] [PACMAN] Running 'pacman -Rns boost cmake glm gtest properties-cpp'
[2018-07-19 15:22] [ALPM] transaction started
[2018-07-19 15:22] [ALPM] removed properties-cpp (0.0.1-1)
[2018-07-19 15:22] [ALPM] removed gtest (1.8.0-1)
[2018-07-19 15:22] [ALPM] removed glm (0.9.9.0-1)
[2018-07-19 15:22] [ALPM] removed cmake (3.11.4-2)
[2018-07-19 15:22] [ALPM] removed rhash (1.3.6-1)
[2018-07-19 15:22] [ALPM] removed jsoncpp (1.8.4-2)
[2018-07-19 15:22] [ALPM] removed boost (1.67.0-5)
[2018-07-19 15:22] [ALPM] transaction completed
[2018-07-19 15:22] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-19 15:22] [ALPM] running 'systemd-update.hook'...
[2018-07-19 15:22] [ALPM] running 'update-desktop-database.hook'...
[2018-07-19 15:22] [ALPM] running 'update-mime-database.hook'...
[2018-07-19 15:31] [PACMAN] Running 'pacman -Rs qemu qemu-arch-extra'
[2018-07-19 15:31] [ALPM] transaction started
[2018-07-19 15:31] [ALPM] removed qemu-arch-extra (2.12.0-2)
[2018-07-19 15:31] [ALPM] removed qemu (2.12.0-2)
[2018-07-19 15:31] [ALPM] removed vte3 (0.52.2-1)
[2018-07-19 15:31] [ALPM] removed vte-common (0.52.2-1)
[2018-07-19 15:31] [ALPM] removed virglrenderer (0.6.0-1)
[2018-07-19 15:31] [ALPM] removed vde2 (2.3.2-10)
[2018-07-19 15:31] [ALPM] removed usbredir (0.7.1-1)
[2018-07-19 15:31] [ALPM] removed spice (0.14.0-2)
[2018-07-19 15:31] [ALPM] removed celt0.5.1 (0.5.1.3-4)
[2018-07-19 15:31] [ALPM] removed seabios (1.11.0-1)
[2018-07-19 15:31] [ALPM] removed numactl (2.0.11-2)
[2018-07-19 15:31] [ALPM] removed libnfs (3.0.0-2)
[2018-07-19 15:31] [ALPM] removed libcacard (2.5.3-1)
[2018-07-19 15:31] [ALPM] transaction completed
[2018-07-19 15:31] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-19 15:31] [ALPM] running 'systemd-update.hook'...
[2018-07-19 15:31] [PACMAN] Running 'pacman -Rns'
[2018-07-19 17:59] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-19 17:59] [PACMAN] synchronizing package lists
[2018-07-19 17:59] [PACMAN] starting full system upgrade
[2018-07-19 18:00] [PACMAN] Running 'pacman --sync --asdeps -- lib32-glibc lib32-libxau lib32-libxdmcp lib32-libxcb lib32-libx11 lib32-libxext lib32-libxfixes lib32-libxdamage lib32-ncurses lib32-libffi lib32-readline lib32-zlib lib32-gcc-libs lib32-icu lib32-libxml2 lib32-llvm-libs lib32-libxxf86vm lib32-lm_sensors lib32-libpciaccess lib32-libdrm lib32-libxshmfence lib32-bzip2 lib32-libelf lib32-expat lib32-wayland lib32-mesa lib32-libglvnd lib32-nvidia-utils zenity lib32-libxss lib32-alsa-lib lib32-alsa-plugins steam'
[2018-07-19 18:00] [ALPM] transaction started
[2018-07-19 18:00] [ALPM] installed lib32-glibc (2.27-3)
[2018-07-19 18:00] [ALPM] installed lib32-libxau (1.0.8-2)
[2018-07-19 18:00] [ALPM] installed lib32-libxdmcp (1.1.2-2)
[2018-07-19 18:00] [ALPM] installed lib32-libxcb (1.13-1)
[2018-07-19 18:00] [ALPM] installed lib32-libx11 (1.6.5-1)
[2018-07-19 18:00] [ALPM] installed lib32-libxext (1.3.3-2)
[2018-07-19 18:00] [ALPM] installed lib32-libxfixes (5.0.3-1)
[2018-07-19 18:00] [ALPM] installed lib32-libxdamage (1.1.4-3)
[2018-07-19 18:00] [ALPM] installed lib32-ncurses (6.1-1)
[2018-07-19 18:00] [ALPM] installed lib32-libffi (3.2.1-2)
[2018-07-19 18:00] [ALPM] installed lib32-readline (7.0.003-1)
[2018-07-19 18:00] [ALPM] installed lib32-zlib (1.2.11-1)
[2018-07-19 18:00] [ALPM] installed lib32-gcc-libs (8.1.1+20180531-1)
[2018-07-19 18:00] [ALPM] installed lib32-icu (61.1-1)
[2018-07-19 18:00] [ALPM] installed lib32-libxml2 (2.9.8-2)
[2018-07-19 18:00] [ALPM] installed lib32-llvm-libs (6.0.1-1)
[2018-07-19 18:00] [ALPM] installed lib32-libxxf86vm (1.1.4-2)
[2018-07-19 18:00] [ALPM] installed lib32-lm_sensors (3.4.0-1)
[2018-07-19 18:00] [ALPM] installed lib32-libpciaccess (0.14-1)
[2018-07-19 18:00] [ALPM] installed lib32-libdrm (2.4.92-1)
[2018-07-19 18:00] [ALPM] installed lib32-libxshmfence (1.3-1)
[2018-07-19 18:00] [ALPM] installed lib32-bzip2 (1.0.6-3)
[2018-07-19 18:00] [ALPM] installed lib32-libelf (0.171-1)
[2018-07-19 18:00] [ALPM] installed lib32-expat (2.2.5-1)
[2018-07-19 18:00] [ALPM] installed lib32-wayland (1.15.0-1)
[2018-07-19 18:00] [ALPM] installed lib32-nvidia-utils (396.24-2)
[2018-07-19 18:00] [ALPM] installed lib32-libglvnd (1.0.0-1)
[2018-07-19 18:00] [ALPM] installed lib32-mesa (18.1.4-1)
[2018-07-19 18:00] [ALPM] installed zenity (3.28.1-1)
[2018-07-19 18:00] [ALPM] installed lib32-libxss (1.2.2-3)
[2018-07-19 18:00] [ALPM] installed lib32-alsa-lib (1.1.6-1)
[2018-07-19 18:00] [ALPM] installed lib32-alsa-plugins (1.1.6-1)
[2018-07-19 18:00] [ALPM] installed steam (1.0.0.54-3)
[2018-07-19 18:00] [ALPM] transaction completed
[2018-07-19 18:00] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-19 18:00] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-19 18:00] [ALPM] running 'systemd-update.hook'...
[2018-07-19 18:00] [ALPM] running 'update-desktop-database.hook'...
[2018-07-19 18:00] [PACMAN] Running 'pacman -D --asexplicit lib32-nvidia-utils steam'
[2018-07-19 18:25] [PACMAN] Running 'pacman --sync --asdeps -- lib32-mesa-vdpau'
[2018-07-19 18:25] [ALPM] transaction started
[2018-07-19 18:25] [ALPM] installed lib32-mesa-vdpau (18.1.4-1)
[2018-07-19 18:25] [ALPM] transaction completed
[2018-07-19 18:25] [ALPM] running 'systemd-update.hook'...
[2018-07-19 18:25] [PACMAN] Running 'pacman -D --asexplicit lib32-mesa-vdpau'
[2018-07-19 18:26] [PACMAN] Running 'pacman -Rs lib32-mesa-vdpau'
[2018-07-19 18:26] [ALPM] transaction started
[2018-07-19 18:26] [ALPM] removed lib32-mesa-vdpau (18.1.4-1)
[2018-07-19 18:26] [ALPM] transaction completed
[2018-07-19 18:26] [ALPM] running 'systemd-update.hook'...
[2018-07-20 12:29] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-20 12:29] [PACMAN] synchronizing package lists
[2018-07-20 12:29] [PACMAN] starting full system upgrade
[2018-07-20 12:30] [ALPM] transaction started
[2018-07-20 12:30] [ALPM] upgraded device-mapper (2.02.179-1 -> 2.02.180-1)
[2018-07-20 12:30] [ALPM] upgraded linux (4.17.6-1 -> 4.17.8-1)
[2018-07-20 12:30] [ALPM] upgraded bbswitch (0.8-147 -> 0.8-149)
[2018-07-20 12:30] [ALPM] upgraded gstreamer (1.14.1-1 -> 1.14.2-1)
[2018-07-20 12:30] [ALPM] upgraded gst-plugins-base-libs (1.14.1-1 -> 1.14.2-1)
[2018-07-20 12:30] [ALPM] upgraded gst-plugins-base (1.14.1-1 -> 1.14.2-1)
[2018-07-20 12:30] [ALPM] upgraded lvm2 (2.02.179-1 -> 2.02.180-1)
[2018-07-20 12:30] [ALPM] upgraded nvidia (396.24-16 -> 396.24-18)
[2018-07-20 12:30] [ALPM] upgraded python-ptyprocess (0.5.2-1 -> 0.6.0-1)
[2018-07-20 12:30] [ALPM] upgraded tigervnc (1.8.0-4 -> 1.9.0-1)
[2018-07-20 12:30] [ALPM] upgraded vhba-module (20170610-82 -> 20170610-84)
[2018-07-20 12:30] [ALPM] transaction completed
[2018-07-20 12:30] [ALPM] running '60-linux.hook'...
[2018-07-20 12:30] [ALPM] running '90-linux.hook'...
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> Starting build: 4.17.8-1-ARCH
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> Starting build: 4.17.8-1-ARCH
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-20 12:30] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-07-20 12:30] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-20 12:30] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-20 12:30] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 12:30] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-20 12:30] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-20 12:30] [ALPM] running 'systemd-update.hook'...
[2018-07-20 12:30] [ALPM] running 'update-desktop-database.hook'...
[2018-07-20 16:07] [PACMAN] Running 'pacman --sync --asdeps -- rethinkdb yasm nodejs-lts-carbon'
[2018-07-20 16:07] [ALPM] transaction started
[2018-07-20 16:07] [ALPM] removed nodejs (10.7.0-1)
[2018-07-20 16:07] [ALPM] installed rethinkdb (2.3.6-3)
[2018-07-20 16:07] [ALPM-SCRIPTLET] Recursively removing directory /var/lib/rethinkdb/default/tmp
[2018-07-20 16:07] [ALPM-SCRIPTLET] chown: invalid user: ‘rethinkdb:rethinkdb’
[2018-07-20 16:07] [ALPM] installed yasm (1.3.0-2)
[2018-07-20 16:07] [ALPM] installed nodejs-lts-carbon (8.11.3-3)
[2018-07-20 16:07] [ALPM] transaction completed
[2018-07-20 16:07] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 16:07] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-20 16:07] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-20 16:07] [ALPM] running 'systemd-update.hook'...
[2018-07-20 16:10] [PACMAN] Running 'pacman --upgrade stf-3.3.0-6-any.pkg.tar.xz'
[2018-07-20 16:10] [ALPM] transaction started
[2018-07-20 16:10] [ALPM] installed stf (3.3.0-6)
[2018-07-20 16:10] [ALPM] transaction completed
[2018-07-20 16:10] [ALPM] running 'systemd-update.hook'...
[2018-07-20 16:25] [PACMAN] Running 'pacman -Rs stf'
[2018-07-20 16:25] [ALPM] transaction started
[2018-07-20 16:25] [ALPM] removed stf (3.3.0-6)
[2018-07-20 16:25] [ALPM] removed yasm (1.3.0-2)
[2018-07-20 16:25] [ALPM] removed rethinkdb (2.3.6-3)
[2018-07-20 16:25] [ALPM-SCRIPTLET] RethinkDB data directory '/var/lib/rethinkdb' is left untouched. Remove it if you really sure you won't need your data in the future.
[2018-07-20 16:25] [ALPM] transaction completed
[2018-07-20 16:25] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-20 16:25] [ALPM] running 'systemd-update.hook'...
[2018-07-20 16:26] [PACMAN] Running 'pacman --sync --asdeps -- nodejs'
[2018-07-20 16:26] [ALPM] transaction started
[2018-07-20 16:26] [ALPM] removed nodejs-lts-carbon (8.11.3-3)
[2018-07-20 16:26] [ALPM] installed nodejs (10.7.0-1)
[2018-07-20 16:26] [ALPM] transaction completed
[2018-07-20 16:26] [ALPM] running 'systemd-update.hook'...
[2018-07-20 16:26] [PACMAN] Running 'pacman -D --asexplicit nodejs'
[2018-07-20 16:47] [PACMAN] Running 'pacman --sync --asdeps -- weechat'
[2018-07-20 16:47] [ALPM] transaction started
[2018-07-20 16:47] [ALPM] installed weechat (2.2-1)
[2018-07-20 16:47] [ALPM] transaction completed
[2018-07-20 16:47] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-20 16:47] [ALPM] running 'systemd-update.hook'...
[2018-07-20 16:47] [PACMAN] Running 'pacman -D --asexplicit weechat'
[2018-07-20 16:48] [PACMAN] Running 'pacman --sync --asdeps -- tcl'
[2018-07-20 16:48] [ALPM] transaction started
[2018-07-20 16:48] [ALPM] installed tcl (8.6.8-3)
[2018-07-20 16:48] [ALPM] transaction completed
[2018-07-20 16:48] [ALPM] running 'systemd-update.hook'...
[2018-07-20 16:48] [PACMAN] Running 'pacman -D --asexplicit tcl'
[2018-07-20 16:48] [PACMAN] Running 'pacman --sync --asdeps -- guile2.0'
[2018-07-20 16:48] [ALPM] transaction started
[2018-07-20 16:48] [ALPM] installed guile2.0 (2.0.14-1)
[2018-07-20 16:48] [ALPM] transaction completed
[2018-07-20 16:48] [ALPM] running 'systemd-update.hook'...
[2018-07-20 16:48] [PACMAN] Running 'pacman -D --asexplicit guile2.0'
[2018-07-20 16:51] [PACMAN] Running 'pacman -Rns'
[2018-07-20 16:53] [PACMAN] Running 'pacman -Rs guile2.0 tcl weechat'
[2018-07-20 16:53] [ALPM] transaction started
[2018-07-20 16:53] [ALPM] removed weechat (2.2-1)
[2018-07-20 16:53] [ALPM] removed tcl (8.6.8-3)
[2018-07-20 16:53] [ALPM] removed guile2.0 (2.0.14-1)
[2018-07-20 16:53] [ALPM] transaction completed
[2018-07-20 16:53] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-20 16:53] [ALPM] running 'systemd-update.hook'...
[2018-07-20 16:53] [PACMAN] Running 'pacman --sync --asdeps -- hexchat'
[2018-07-20 16:53] [ALPM] transaction started
[2018-07-20 16:53] [ALPM] installed hexchat (2.14.1-4)
[2018-07-20 16:53] [ALPM] transaction completed
[2018-07-20 16:53] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-20 16:53] [ALPM] running 'systemd-update.hook'...
[2018-07-20 16:53] [ALPM] running 'update-desktop-database.hook'...
[2018-07-20 16:53] [PACMAN] Running 'pacman -D --asexplicit hexchat'
[2018-07-21 01:06] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-21 01:06] [PACMAN] synchronizing package lists
[2018-07-21 01:06] [PACMAN] starting full system upgrade
[2018-07-21 01:06] [ALPM] transaction started
[2018-07-21 01:06] [ALPM] upgraded vulkan-icd-loader (1.1.73.0-1 -> 1.1.80+2940+da58202e9-1)
[2018-07-21 01:06] [ALPM] transaction completed
[2018-07-21 01:06] [ALPM] running 'systemd-update.hook'...
[2018-07-22 01:25] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-22 01:25] [PACMAN] synchronizing package lists
[2018-07-22 01:25] [PACMAN] starting full system upgrade
[2018-07-22 01:25] [ALPM] transaction started
[2018-07-22 01:25] [ALPM] upgraded highlight (3.43-1 -> 3.44-1)
[2018-07-22 01:25] [ALPM] upgraded sdl2 (2.0.8-8 -> 2.0.8-9)
[2018-07-22 01:25] [ALPM] transaction completed
[2018-07-22 01:25] [ALPM] running 'systemd-update.hook'...
[2018-07-22 23:33] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-22 23:33] [PACMAN] synchronizing package lists
[2018-07-22 23:33] [PACMAN] starting full system upgrade
[2018-07-22 23:33] [ALPM] transaction started
[2018-07-22 23:33] [ALPM] upgraded catfish (1.4.5-1 -> 1.4.6-1)
[2018-07-22 23:33] [ALPM] upgraded mpv (1:0.28.2-2 -> 1:0.29.0-1)
[2018-07-22 23:33] [ALPM] transaction completed
[2018-07-22 23:33] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-22 23:33] [ALPM] running 'systemd-update.hook'...
[2018-07-22 23:33] [ALPM] running 'update-desktop-database.hook'...
[2018-07-23 10:54] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-23 10:54] [PACMAN] synchronizing package lists
[2018-07-23 10:54] [PACMAN] starting full system upgrade
[2018-07-23 10:55] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-23 10:55] [PACMAN] synchronizing package lists
[2018-07-23 10:55] [PACMAN] starting full system upgrade
[2018-07-23 10:55] [ALPM] transaction started
[2018-07-23 10:55] [ALPM] upgraded kvantum-qt5 (0.10.6-1 -> 0.10.7-1)
[2018-07-23 10:55] [ALPM] transaction completed
[2018-07-23 10:55] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-23 10:55] [ALPM] running 'systemd-update.hook'...
[2018-07-23 10:55] [ALPM] running 'update-desktop-database.hook'...
[2018-07-23 10:56] [PACMAN] Running 'pacman --sync --asdeps -- rhash jsoncpp cmake'
[2018-07-23 10:56] [ALPM] transaction started
[2018-07-23 10:56] [ALPM] installed rhash (1.3.6-1)
[2018-07-23 10:56] [ALPM] installed jsoncpp (1.8.4-2)
[2018-07-23 10:56] [ALPM] installed cmake (3.11.4-2)
[2018-07-23 10:56] [ALPM] transaction completed
[2018-07-23 10:56] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-23 10:56] [ALPM] running 'systemd-update.hook'...
[2018-07-23 10:56] [ALPM] running 'update-desktop-database.hook'...
[2018-07-23 10:56] [ALPM] running 'update-mime-database.hook'...
[2018-07-23 11:01] [PACMAN] Running 'pacman --upgrade polybar-3.2.0-1-x86_64.pkg.tar.xz'
[2018-07-23 11:01] [ALPM] transaction started
[2018-07-23 11:01] [ALPM] upgraded polybar (3.1.0-4 -> 3.2.0-1)
[2018-07-23 11:01] [ALPM] transaction completed
[2018-07-23 11:01] [ALPM] running 'systemd-update.hook'...
[2018-07-23 11:13] [PACMAN] Running 'pacman --sync --asdeps -- yarn'
[2018-07-23 11:13] [ALPM] transaction started
[2018-07-23 11:13] [ALPM] installed yarn (1.7.0-1)
[2018-07-23 11:13] [ALPM] transaction completed
[2018-07-23 11:13] [ALPM] running 'systemd-update.hook'...
[2018-07-23 11:13] [PACMAN] Running 'pacman --upgrade --asdeps nodejs-nan-2.10.0-1-any.pkg.tar.xz'
[2018-07-23 11:13] [ALPM] transaction started
[2018-07-23 11:13] [ALPM] installed nodejs-nan (2.10.0-1)
[2018-07-23 11:13] [ALPM] transaction completed
[2018-07-23 11:13] [ALPM] running 'systemd-update.hook'...
[2018-07-23 11:14] [PACMAN] Running 'pacman -Rns cmake nodejs-nan yarn'
[2018-07-23 11:14] [ALPM] transaction started
[2018-07-23 11:14] [ALPM] removed yarn (1.7.0-1)
[2018-07-23 11:14] [ALPM] removed nodejs-nan (2.10.0-1)
[2018-07-23 11:14] [ALPM] removed cmake (3.11.4-2)
[2018-07-23 11:14] [ALPM] removed rhash (1.3.6-1)
[2018-07-23 11:14] [ALPM] removed jsoncpp (1.8.4-2)
[2018-07-23 11:14] [ALPM] transaction completed
[2018-07-23 11:14] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-23 11:14] [ALPM] running 'systemd-update.hook'...
[2018-07-23 11:14] [ALPM] running 'update-desktop-database.hook'...
[2018-07-23 11:14] [ALPM] running 'update-mime-database.hook'...
[2018-07-23 11:16] [PACMAN] Running 'pacman --sync --asdeps -- yarn'
[2018-07-23 11:17] [ALPM] transaction started
[2018-07-23 11:17] [ALPM] installed yarn (1.7.0-1)
[2018-07-23 11:17] [ALPM] transaction completed
[2018-07-23 11:17] [ALPM] running 'systemd-update.hook'...
[2018-07-23 11:17] [PACMAN] Running 'pacman --upgrade --asdeps nodejs-nan-2.10.0-1-any.pkg.tar.xz'
[2018-07-23 11:17] [ALPM] transaction started
[2018-07-23 11:17] [ALPM] installed nodejs-nan (2.10.0-1)
[2018-07-23 11:17] [ALPM] transaction completed
[2018-07-23 11:17] [ALPM] running 'systemd-update.hook'...
[2018-07-23 11:19] [PACMAN] Running 'pacman -Rns nodejs-nan yarn'
[2018-07-23 11:19] [ALPM] transaction started
[2018-07-23 11:19] [ALPM] removed yarn (1.7.0-1)
[2018-07-23 11:19] [ALPM] removed nodejs-nan (2.10.0-1)
[2018-07-23 11:19] [ALPM] transaction completed
[2018-07-23 11:19] [ALPM] running 'systemd-update.hook'...
[2018-07-23 13:15] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-23 13:15] [PACMAN] synchronizing package lists
[2018-07-23 13:15] [PACMAN] starting full system upgrade
[2018-07-23 13:15] [ALPM] transaction started
[2018-07-23 13:15] [ALPM] upgraded libutil-linux (2.32-3 -> 2.32.1-1)
[2018-07-23 13:15] [ALPM] upgraded util-linux (2.32-3 -> 2.32.1-1)
[2018-07-23 13:15] [ALPM] transaction completed
[2018-07-23 13:15] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-23 13:15] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-23 13:15] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-23 13:15] [ALPM] running 'systemd-update.hook'...
[2018-07-23 13:16] [PACMAN] Running 'pacman --upgrade aurman-2.16.11-1-any.pkg.tar.xz'
[2018-07-23 13:16] [ALPM] transaction started
[2018-07-23 13:16] [ALPM] upgraded aurman (2.16.10-1 -> 2.16.11-1)
[2018-07-23 13:16] [ALPM] transaction completed
[2018-07-23 13:16] [ALPM] running 'systemd-update.hook'...
[2018-07-24 11:55] [PACMAN] Running 'pacman --upgrade --asdeps nodejs-nan-2.10.0-1-any.pkg.tar.xz'
[2018-07-24 11:55] [ALPM] transaction started
[2018-07-24 11:55] [ALPM] installed nodejs-nan (2.10.0-1)
[2018-07-24 11:55] [ALPM] transaction completed
[2018-07-24 11:55] [ALPM] running 'systemd-update.hook'...
[2018-07-24 11:55] [PACMAN] Running 'pacman --sync --asdeps -- yarn'
[2018-07-24 11:55] [ALPM] transaction started
[2018-07-24 11:55] [ALPM] installed yarn (1.7.0-1)
[2018-07-24 11:55] [ALPM] transaction completed
[2018-07-24 11:55] [ALPM] running 'systemd-update.hook'...
[2018-07-24 13:38] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-24 13:38] [PACMAN] synchronizing package lists
[2018-07-24 13:38] [PACMAN] starting full system upgrade
[2018-07-24 13:39] [ALPM] transaction started
[2018-07-24 13:39] [ALPM] upgraded fuse-common (3.2.3-1 -> 3.2.4-2)
[2018-07-24 13:39] [ALPM] upgraded fuse3 (3.2.3-1 -> 3.2.4-2)
[2018-07-24 13:39] [ALPM] upgraded libmagick (7.0.8.7-1 -> 7.0.8.8-1)
[2018-07-24 13:39] [ALPM] upgraded imagemagick (7.0.8.7-1 -> 7.0.8.8-1)
[2018-07-24 13:39] [ALPM] upgraded libmagick6 (6.9.10.7-1 -> 6.9.10.8-1)
[2018-07-24 13:39] [ALPM] upgraded talloc (2.1.13-1 -> 2.1.14-1)
[2018-07-24 13:39] [ALPM] upgraded virtualgl (2.5.2-3 -> 2.5.2-4)
[2018-07-24 13:39] [ALPM] transaction completed
[2018-07-24 13:39] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-24 13:39] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-24 13:39] [ALPM] running 'systemd-update.hook'...
[2018-07-24 13:48] [PACMAN] Running 'pacman --sync --asdeps -- nodejs-lts-carbon'
[2018-07-24 13:48] [ALPM] transaction started
[2018-07-24 13:48] [ALPM] removed nodejs (10.7.0-1)
[2018-07-24 13:48] [ALPM] installed nodejs-lts-carbon (8.11.3-3)
[2018-07-24 13:48] [ALPM] transaction completed
[2018-07-24 13:48] [ALPM] running 'systemd-update.hook'...
[2018-07-24 13:48] [PACMAN] Running 'pacman -D --asexplicit nodejs-lts-carbon'
[2018-07-24 13:56] [PACMAN] Running 'pacman --sync --asdeps -- nodejs'
[2018-07-24 13:56] [ALPM] transaction started
[2018-07-24 13:56] [ALPM] removed nodejs-lts-carbon (8.11.3-3)
[2018-07-24 13:57] [ALPM] installed nodejs (10.7.0-1)
[2018-07-24 13:57] [ALPM] transaction completed
[2018-07-24 13:57] [ALPM] running 'systemd-update.hook'...
[2018-07-24 13:57] [PACMAN] Running 'pacman -D --asexplicit nodejs'
[2018-07-25 12:47] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-25 12:47] [PACMAN] synchronizing package lists
[2018-07-25 12:47] [PACMAN] starting full system upgrade
[2018-07-25 12:47] [ALPM] transaction started
[2018-07-25 12:47] [ALPM] upgraded linux (4.17.8-1 -> 4.17.9-1)
[2018-07-25 12:47] [ALPM] upgraded bbswitch (0.8-149 -> 0.8-150)
[2018-07-25 12:47] [ALPM] upgraded curl (7.61.0-1 -> 7.61.0-2)
[2018-07-25 12:47] [ALPM] upgraded libnm (1.12.0-1 -> 1.12.2-1)
[2018-07-25 12:47] [ALPM] upgraded libnm-glib (1.12.0-1 -> 1.12.2-1)
[2018-07-25 12:47] [ALPM] upgraded networkmanager (1.12.0-1 -> 1.12.2-1)
[2018-07-25 12:47] [ALPM] upgraded nvidia (396.24-18 -> 396.24-19)
[2018-07-25 12:47] [ALPM] upgraded vhba-module (20170610-84 -> 20170610-85)
[2018-07-25 12:47] [ALPM] transaction completed
[2018-07-25 12:47] [ALPM] running '60-linux.hook'...
[2018-07-25 12:47] [ALPM] running '90-linux.hook'...
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> Starting build: 4.17.9-1-ARCH
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> Starting build: 4.17.9-1-ARCH
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-25 12:47] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-25 12:47] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-07-25 12:48] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-25 12:48] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-25 12:48] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-25 12:48] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-25 12:48] [ALPM] running 'systemd-update.hook'...
[2018-07-25 12:49] [PACMAN] Running 'pacman -Rs anbox-git'
[2018-07-25 12:49] [ALPM] transaction started
[2018-07-25 12:49] [ALPM] removed anbox-git (1:r933.bc2cf30-1)
[2018-07-25 12:49] [ALPM] removed sdl2_image (2.0.3-1)
[2018-07-25 12:49] [ALPM] removed protobuf (3.5.2-1)
[2018-07-25 12:49] [ALPM] removed lxc (1:3.0.1-1)
[2018-07-25 12:49] [ALPM] removed rsync (3.1.3-1)
[2018-07-25 12:49] [ALPM] removed anbox-image (1:2018.06.12-1)
[2018-07-25 12:49] [ALPM] transaction completed
[2018-07-25 12:49] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-25 12:49] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-25 12:49] [ALPM] running 'systemd-update.hook'...
[2018-07-25 12:49] [ALPM] running 'update-desktop-database.hook'...
[2018-07-25 12:50] [PACMAN] Running 'pacman --sync --asdeps -- boost gtest protobuf sdl2_image rhash jsoncpp cmake'
[2018-07-25 12:50] [ALPM] transaction started
[2018-07-25 12:50] [ALPM] installed boost (1.67.0-5)
[2018-07-25 12:50] [ALPM] installed gtest (1.8.0-1)
[2018-07-25 12:50] [ALPM] installed protobuf (3.5.2-1)
[2018-07-25 12:50] [ALPM] installed sdl2_image (2.0.3-1)
[2018-07-25 12:50] [ALPM] installed rhash (1.3.6-1)
[2018-07-25 12:50] [ALPM] installed jsoncpp (1.8.4-2)
[2018-07-25 12:50] [ALPM] installed cmake (3.11.4-2)
[2018-07-25 12:50] [ALPM] transaction completed
[2018-07-25 12:50] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-25 12:50] [ALPM] running 'systemd-update.hook'...
[2018-07-25 12:50] [ALPM] running 'update-desktop-database.hook'...
[2018-07-25 12:50] [ALPM] running 'update-mime-database.hook'...
[2018-07-25 12:50] [PACMAN] Running 'pacman --upgrade --asdeps properties-cpp-0.0.1-1-any.pkg.tar.xz'
[2018-07-25 12:50] [ALPM] transaction started
[2018-07-25 12:50] [ALPM] installed properties-cpp (0.0.1-1)
[2018-07-25 12:50] [ALPM] transaction completed
[2018-07-25 12:50] [ALPM] running 'systemd-update.hook'...
[2018-07-25 12:53] [PACMAN] Running 'pacman --upgrade --asdeps anbox-image-1:2018.07.19-1-x86_64.pkg.tar.xz'
[2018-07-25 12:54] [ALPM] transaction started
[2018-07-25 12:54] [ALPM] installed anbox-image (1:2018.07.19-1)
[2018-07-25 12:54] [ALPM] transaction completed
[2018-07-25 12:54] [PACMAN] Running 'pacman --sync --asdeps -- rsync lxc glm'
[2018-07-25 12:54] [ALPM] transaction started
[2018-07-25 12:54] [ALPM] installed rsync (3.1.3-1)
[2018-07-25 12:54] [ALPM] installed lxc (1:3.0.1-1)
[2018-07-25 12:54] [ALPM] installed glm (0.9.9.0-1)
[2018-07-25 12:54] [ALPM] transaction completed
[2018-07-25 12:54] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-25 12:54] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-25 12:54] [ALPM] running 'systemd-update.hook'...
[2018-07-25 12:59] [PACMAN] Running 'pacman --upgrade --asexplicit anbox-git-1:r954.b5ea0b4-1-x86_64.pkg.tar.xz'
[2018-07-25 13:16] [ALPM] transaction started
[2018-07-25 13:16] [ALPM] installed anbox-git (1:r954.b5ea0b4-1)
[2018-07-25 13:16] [ALPM] transaction completed
[2018-07-25 13:16] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-25 13:16] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-25 13:16] [ALPM] running 'systemd-update.hook'...
[2018-07-25 13:16] [ALPM] running 'update-desktop-database.hook'...
[2018-07-26 18:05] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-26 18:05] [PACMAN] synchronizing package lists
[2018-07-26 18:05] [PACMAN] starting full system upgrade
[2018-07-26 18:05] [ALPM] transaction started
[2018-07-26 18:05] [ALPM] upgraded libpulse (12.2-1 -> 12.2-2)
[2018-07-26 18:05] [ALPM] upgraded pkgconf (1.5.1-1 -> 1.5.2-1)
[2018-07-26 18:05] [ALPM] transaction completed
[2018-07-26 18:05] [ALPM] running 'systemd-update.hook'...
[2018-07-27 12:56] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-27 12:56] [PACMAN] synchronizing package lists
[2018-07-27 12:56] [PACMAN] starting full system upgrade
[2018-07-27 12:56] [ALPM] transaction started
[2018-07-27 12:56] [ALPM] upgraded zlib (1:1.2.11-2 -> 1:1.2.11-3)
[2018-07-27 12:56] [ALPM] upgraded linux (4.17.9-1 -> 4.17.10-1)
[2018-07-27 12:56] [ALPM] upgraded bbswitch (0.8-150 -> 0.8-151)
[2018-07-27 12:56] [ALPM] upgraded intel-tbb (2018_20180312-1 -> 2018_20180618-1)
[2018-07-27 12:56] [ALPM] upgraded embree2 (2.17.4-1 -> 2.17.5-1)
[2018-07-27 12:56] [ALPM] upgraded nvidia (396.24-19 -> 396.24-20)
[2018-07-27 12:56] [ALPM] upgraded vhba-module (20170610-85 -> 20170610-86)
[2018-07-27 12:56] [ALPM] transaction completed
[2018-07-27 12:56] [ALPM] running '60-linux.hook'...
[2018-07-27 12:56] [ALPM] running '90-linux.hook'...
[2018-07-27 12:56] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-07-27 12:56] [ALPM-SCRIPTLET] ==> Starting build: 4.17.10-1-ARCH
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-27 12:56] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-27 12:56] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-07-27 12:56] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-27 12:56] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-07-27 12:56] [ALPM-SCRIPTLET] ==> Starting build: 4.17.10-1-ARCH
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-27 12:56] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-07-27 12:56] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-27 12:56] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-27 12:57] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-27 12:57] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-27 12:57] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-07-27 12:57] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-27 12:57] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-27 12:57] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-27 12:57] [ALPM] running 'systemd-update.hook'...
[2018-07-28 23:53] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-28 23:53] [PACMAN] synchronizing package lists
[2018-07-28 23:53] [PACMAN] starting full system upgrade
[2018-07-28 23:54] [ALPM] transaction started
[2018-07-28 23:54] [ALPM] upgraded iputils (20161105.1f2bb12-2 -> 20180629.f6aac8d-2)
[2018-07-28 23:54] [ALPM] upgraded nvidia-utils (396.24-2 -> 396.45-1)
[2018-07-28 23:54] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2018-07-28 23:54] [ALPM] upgraded lib32-nvidia-utils (396.24-2 -> 396.45-1)
[2018-07-28 23:54] [ALPM] upgraded libxnvctrl (396.24-1 -> 396.45-1)
[2018-07-28 23:54] [ALPM] upgraded nvidia (396.24-20 -> 396.45-1)
[2018-07-28 23:54] [ALPM] upgraded wayland-protocols (1.14-1 -> 1.15-1)
[2018-07-28 23:54] [ALPM] upgraded nvidia-settings (396.24-1 -> 396.45-1)
[2018-07-28 23:54] [ALPM] upgraded opencl-nvidia (396.24-2 -> 396.45-1)
[2018-07-28 23:54] [ALPM] warning: /etc/pacman.conf installed as /etc/pacman.conf.pacnew
[2018-07-28 23:54] [ALPM] upgraded pacman (5.1.0-2 -> 5.1.1-1)
[2018-07-28 23:54] [ALPM] upgraded yarn (1.7.0-1 -> 1.9.2-1)
[2018-07-28 23:54] [ALPM] transaction completed
[2018-07-28 23:54] [ALPM] running '60-linux.hook'...
[2018-07-28 23:54] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-28 23:54] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-28 23:54] [ALPM] running 'systemd-update.hook'...
[2018-07-28 23:54] [ALPM] running 'update-desktop-database.hook'...
[2018-07-30 12:13] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-30 12:13] [PACMAN] synchronizing package lists
[2018-07-30 12:13] [PACMAN] starting full system upgrade
[2018-07-30 12:14] [PACMAN] Running 'pacman -Rns boost cmake glm gtest nodejs-nan properties-cpp yarn'
[2018-07-30 12:18] [PACMAN] Running 'pacman -Rs luxblend25'
[2018-07-30 12:19] [ALPM] transaction started
[2018-07-30 12:19] [ALPM] removed luxblend25 (1.6-3)
[2018-07-30 12:19] [ALPM] removed luxrender (1.6-16)
[2018-07-30 12:19] [ALPM] removed freeimage (3.17.0-6)
[2018-07-30 12:19] [ALPM] removed jxrlib (0.2.0-2)
[2018-07-30 12:19] [ALPM] removed luxrays (1.6-19)
[2018-07-30 12:19] [ALPM] removed ocl-icd (2.2.12-1)
[2018-07-30 12:19] [ALPM] removed embree2 (2.17.5-1)
[2018-07-30 12:19] [ALPM] transaction completed
[2018-07-30 12:19] [ALPM] running 'systemd-update.hook'...
[2018-07-30 12:19] [ALPM] running 'update-desktop-database.hook'...
[2018-07-30 12:21] [PACMAN] Running 'pacman --sync --asdeps -- jsoncpp yarn'
[2018-07-30 12:21] [ALPM] transaction started
[2018-07-30 12:21] [ALPM] reinstalled jsoncpp (1.8.4-2)
[2018-07-30 12:21] [ALPM] reinstalled yarn (1.9.2-1)
[2018-07-30 12:21] [ALPM] transaction completed
[2018-07-30 12:21] [ALPM] running 'systemd-update.hook'...
[2018-07-30 12:23] [PACMAN] Running 'pacman -D yarn'
[2018-07-30 12:24] [PACMAN] Running 'pacman -D --asexplicit yarn'
[2018-07-30 12:24] [PACMAN] Running 'pacman -Rns boost cmake glm gtest nodejs-nan properties-cpp'
[2018-07-30 12:25] [PACMAN] Running 'pacman -Rns boost cmake glm gtest nodejs-nan properties-cpp'
[2018-07-30 12:25] [ALPM] transaction started
[2018-07-30 12:25] [ALPM] removed properties-cpp (0.0.1-1)
[2018-07-30 12:25] [ALPM] removed nodejs-nan (2.10.0-1)
[2018-07-30 12:25] [ALPM] removed gtest (1.8.0-1)
[2018-07-30 12:25] [ALPM] removed glm (0.9.9.0-1)
[2018-07-30 12:25] [ALPM] removed cmake (3.11.4-2)
[2018-07-30 12:25] [ALPM] removed rhash (1.3.6-1)
[2018-07-30 12:25] [ALPM] removed jsoncpp (1.8.4-2)
[2018-07-30 12:25] [ALPM] removed boost (1.67.0-5)
[2018-07-30 12:25] [ALPM] transaction completed
[2018-07-30 12:25] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-30 12:25] [ALPM] running 'systemd-update.hook'...
[2018-07-30 12:25] [ALPM] running 'update-desktop-database.hook'...
[2018-07-30 12:25] [ALPM] running 'update-mime-database.hook'...
[2018-07-30 12:26] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-30 12:26] [PACMAN] synchronizing package lists
[2018-07-30 12:26] [PACMAN] starting full system upgrade
[2018-07-30 12:27] [PACMAN] Running 'pacman --upgrade --asexplicit aurman-2.17-1-any.pkg.tar.xz'
[2018-07-30 12:27] [ALPM] transaction started
[2018-07-30 12:27] [ALPM] upgraded aurman (2.16.11-1 -> 2.17-1)
[2018-07-30 12:27] [ALPM] transaction completed
[2018-07-30 12:27] [ALPM] running 'systemd-update.hook'...
[2018-07-30 12:27] [PACMAN] Running 'pacman --sync --asdeps -- rhash jsoncpp cmake'
[2018-07-30 12:27] [ALPM] transaction started
[2018-07-30 12:27] [ALPM] installed rhash (1.3.6-1)
[2018-07-30 12:27] [ALPM] installed jsoncpp (1.8.4-2)
[2018-07-30 12:27] [ALPM] installed cmake (3.11.4-2)
[2018-07-30 12:27] [ALPM] transaction completed
[2018-07-30 12:27] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-30 12:27] [ALPM] running 'systemd-update.hook'...
[2018-07-30 12:27] [ALPM] running 'update-desktop-database.hook'...
[2018-07-30 12:27] [ALPM] running 'update-mime-database.hook'...
[2018-07-30 12:31] [PACMAN] Running 'pacman --upgrade --asexplicit polybar-3.2.1-1-x86_64.pkg.tar.xz'
[2018-07-30 12:32] [ALPM] transaction started
[2018-07-30 12:32] [ALPM] upgraded polybar (3.2.0-1 -> 3.2.1-1)
[2018-07-30 12:32] [ALPM] transaction completed
[2018-07-30 12:32] [ALPM] running 'systemd-update.hook'...
[2018-07-30 12:32] [PACMAN] Running 'pacman -Rns cmake'
[2018-07-30 12:32] [ALPM] transaction started
[2018-07-30 12:32] [ALPM] removed cmake (3.11.4-2)
[2018-07-30 12:32] [ALPM] removed rhash (1.3.6-1)
[2018-07-30 12:32] [ALPM] removed jsoncpp (1.8.4-2)
[2018-07-30 12:32] [ALPM] transaction completed
[2018-07-30 12:32] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-30 12:32] [ALPM] running 'systemd-update.hook'...
[2018-07-30 12:32] [ALPM] running 'update-desktop-database.hook'...
[2018-07-30 12:32] [ALPM] running 'update-mime-database.hook'...
[2018-07-30 12:32] [PACMAN] Running 'pacman --sync --asdeps -- python-pyudev solaar'
[2018-07-30 12:32] [ALPM] transaction started
[2018-07-30 12:32] [ALPM] installed python-pyudev (0.21.0-3)
[2018-07-30 12:32] [ALPM] installed solaar (0.9.2-10)
[2018-07-30 12:32] [ALPM] transaction completed
[2018-07-30 12:32] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-07-30 12:32] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-30 12:32] [ALPM] running 'systemd-update.hook'...
[2018-07-30 12:32] [ALPM] running 'update-desktop-database.hook'...
[2018-07-30 12:32] [PACMAN] Running 'pacman -D --asexplicit solaar'
[2018-07-30 15:18] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-30 15:18] [PACMAN] synchronizing package lists
[2018-07-30 15:18] [PACMAN] starting full system upgrade
[2018-07-30 15:18] [ALPM] transaction started
[2018-07-30 15:18] [ALPM] upgraded linux-firmware (20180606.d114732-1 -> 20180717.8d69bab-1)
[2018-07-30 15:18] [ALPM] upgraded linux (4.17.10-1 -> 4.17.11-1)
[2018-07-30 15:18] [ALPM] upgraded bbswitch (0.8-151 -> 0.8-152)
[2018-07-30 15:18] [ALPM] upgraded fribidi (1.0.4-1 -> 1.0.5-1)
[2018-07-30 15:18] [ALPM] upgraded geoclue2 (2.4.10-1 -> 2.4.11-1)
[2018-07-30 15:18] [ALPM] upgraded nvidia (396.45-1 -> 396.45-2)
[2018-07-30 15:18] [ALPM] upgraded pango (1.42.2-1 -> 1.42.3-1)
[2018-07-30 15:18] [ALPM] upgraded vhba-module (20170610-86 -> 20170610-87)
[2018-07-30 15:18] [ALPM] transaction completed
[2018-07-30 15:18] [ALPM] running '60-linux.hook'...
[2018-07-30 15:19] [ALPM] running '90-linux.hook'...
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> Starting build: 4.17.11-arch1
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> Starting build: 4.17.11-arch1
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-07-30 15:19] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-07-30 15:19] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-07-30 15:19] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-30 15:19] [ALPM] running 'systemd-sysusers.hook'...
[2018-07-30 15:19] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-07-30 15:19] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-30 15:19] [ALPM] running 'systemd-update.hook'...
[2018-07-30 15:19] [ALPM] running 'update-desktop-database.hook'...
[2018-07-31 10:34] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-31 10:34] [PACMAN] synchronizing package lists
[2018-07-31 10:35] [PACMAN] starting full system upgrade
[2018-07-31 11:32] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-31 11:32] [PACMAN] synchronizing package lists
[2018-07-31 11:32] [PACMAN] starting full system upgrade
[2018-07-31 11:32] [ALPM] transaction started
[2018-07-31 11:32] [ALPM] upgraded udisks2 (2.7.6-1 -> 2.7.7-1)
[2018-07-31 11:32] [ALPM] transaction completed
[2018-07-31 11:32] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-07-31 11:32] [ALPM] running 'systemd-udev-reload.hook'...
[2018-07-31 11:32] [ALPM] running 'systemd-update.hook'...
[2018-07-31 13:01] [PACMAN] Running 'pacman --sync --asdeps -- perl-lwp-mediatypes perl-html-tagset perl-html-parser perl-http-date perl-net-http perl-encode-locale perl-io-html perl-http-message perl-http-cookies perl-try-tiny perl-http-daemon perl-www-robotrules perl-file-listing perl-http-negotiate perl-libwww icoutils cabextract xbitmaps libxaw xorg-luit xterm gnu-netcat xdg-user-dirs lib32-attr lib32-acl lib32-gettext lib32-libxrender lib32-libxcursor lib32-libpng lib32-util-linux lib32-pcre lib32-glib2 lib32-harfbuzz lib32-freetype2 lib32-xz lib32-libgpg-error lib32-libgcrypt lib32-libcap lib32-systemd lib32-libusb lib32-libnl lib32-libpcap lib32-libice lib32-libsm lib32-libjpeg-turbo lib32-libtiff lib32-lcms2 lib32-libxrandr lib32-libxi lib32-fontconfig lib32-glu wine playonlinux'
[2018-07-31 13:02] [ALPM] transaction started
[2018-07-31 13:02] [ALPM] installed perl-lwp-mediatypes (6.02-4)
[2018-07-31 13:02] [ALPM] installed perl-html-tagset (3.20-6)
[2018-07-31 13:02] [ALPM] installed perl-html-parser (3.72-5)
[2018-07-31 13:02] [ALPM] installed perl-http-date (6.02-4)
[2018-07-31 13:02] [ALPM] installed perl-net-http (6.18-1)
[2018-07-31 13:02] [ALPM] installed perl-encode-locale (1.05-3)
[2018-07-31 13:02] [ALPM] installed perl-io-html (1.001-3)
[2018-07-31 13:02] [ALPM] installed perl-http-message (6.18-1)
[2018-07-31 13:02] [ALPM] installed perl-http-cookies (6.04-2)
[2018-07-31 13:02] [ALPM] installed perl-try-tiny (0.30-1)
[2018-07-31 13:02] [ALPM] installed perl-http-daemon (6.01-5)
[2018-07-31 13:02] [ALPM] installed perl-www-robotrules (6.02-4)
[2018-07-31 13:02] [ALPM] installed perl-file-listing (6.04-4)
[2018-07-31 13:02] [ALPM] installed perl-http-negotiate (6.01-4)
[2018-07-31 13:02] [ALPM] installed perl-libwww (6.33-1)
[2018-07-31 13:02] [ALPM] installed icoutils (0.32.3-1)
[2018-07-31 13:02] [ALPM] installed cabextract (1.6-3)
[2018-07-31 13:02] [ALPM] installed xbitmaps (1.1.2-1)
[2018-07-31 13:02] [ALPM] installed libxaw (1.0.13-2)
[2018-07-31 13:02] [ALPM] installed xorg-luit (1.1.1-3)
[2018-07-31 13:02] [ALPM] installed xterm (333-1)
[2018-07-31 13:02] [ALPM] installed gnu-netcat (0.7.1-6)
[2018-07-31 13:02] [ALPM] installed xdg-user-dirs (0.17-1)
[2018-07-31 13:02] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/default.target.wants/xdg-user-dirs-update.service → /usr/lib/systemd/user/xdg-user-dirs-update.service.
[2018-07-31 13:02] [ALPM] installed lib32-attr (2.4.48-1)
[2018-07-31 13:02] [ALPM] installed lib32-acl (2.2.53-1)
[2018-07-31 13:02] [ALPM] installed lib32-gettext (0.19.8.1-1)
[2018-07-31 13:02] [ALPM] installed lib32-libxrender (0.9.10-1)
[2018-07-31 13:02] [ALPM] installed lib32-libxcursor (1.1.15-1)
[2018-07-31 13:02] [ALPM] installed lib32-libpng (1.6.34-1)
[2018-07-31 13:02] [ALPM] installed lib32-util-linux (2.32.1-1)
[2018-07-31 13:02] [ALPM] installed lib32-pcre (8.42-1)
[2018-07-31 13:02] [ALPM] installed lib32-glib2 (2.56.1-1)
[2018-07-31 13:02] [ALPM] installed lib32-freetype2 (2.9.1-1)
[2018-07-31 13:02] [ALPM] installed lib32-harfbuzz (1.8.4-1)
[2018-07-31 13:02] [ALPM] installed lib32-xz (5.2.4-1)
[2018-07-31 13:02] [ALPM] installed lib32-libgpg-error (1.27-1)
[2018-07-31 13:02] [ALPM] installed lib32-libgcrypt (1.8.3-1)
[2018-07-31 13:02] [ALPM] installed lib32-libcap (2.25-1)
[2018-07-31 13:02] [ALPM] installed lib32-systemd (239.0-1)
[2018-07-31 13:02] [ALPM] installed lib32-libusb (1.0.22-1)
[2018-07-31 13:02] [ALPM] installed lib32-libnl (3.4.0-1)
[2018-07-31 13:02] [ALPM] installed lib32-libpcap (1.8.1-1)
[2018-07-31 13:02] [ALPM] installed lib32-libice (1.0.9-3)
[2018-07-31 13:02] [ALPM] installed lib32-libsm (1.2.2-2)
[2018-07-31 13:02] [ALPM] installed lib32-libjpeg-turbo (1.5.3-1)
[2018-07-31 13:02] [ALPM] installed lib32-libtiff (4.0.9-1)
[2018-07-31 13:02] [ALPM] installed lib32-lcms2 (2.9-1)
[2018-07-31 13:02] [ALPM] installed lib32-libxrandr (1.5.1-1)
[2018-07-31 13:02] [ALPM] installed lib32-libxi (1.7.9-1)
[2018-07-31 13:02] [ALPM] installed lib32-fontconfig (2.13.0+10+g58f5285-1.1)
[2018-07-31 13:02] [ALPM-SCRIPTLET] Rebuilding 32-bit fontconfig cache... done.
[2018-07-31 13:02] [ALPM] installed lib32-glu (9.0.0-4)
[2018-07-31 13:02] [ALPM] installed wine (3.13-1)
[2018-07-31 13:02] [ALPM-SCRIPTLET] Run 'systemctl restart systemd-binfmt' in order to make the wine binfmt available on your system.
[2018-07-31 13:02] [ALPM] installed playonlinux (4.2.12-2)
[2018-07-31 13:02] [ALPM] transaction completed
[2018-07-31 13:02] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-07-31 13:02] [ALPM] running 'systemd-binfmt.hook'...
[2018-07-31 13:02] [ALPM] running 'systemd-update.hook'...
[2018-07-31 13:02] [ALPM] running 'texinfo-install.hook'...
[2018-07-31 13:02] [ALPM] running 'update-desktop-database.hook'...
[2018-07-31 13:02] [PACMAN] Running 'pacman -D --asexplicit playonlinux'
[2018-07-31 16:08] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-07-31 16:08] [PACMAN] synchronizing package lists
[2018-07-31 16:08] [PACMAN] starting full system upgrade
[2018-08-01 18:44] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-08-01 18:44] [PACMAN] synchronizing package lists
[2018-08-01 18:44] [PACMAN] starting full system upgrade
[2018-08-01 18:44] [ALPM] transaction started
[2018-08-01 18:44] [ALPM] upgraded colord (1.4.3-1 -> 1.4.3-2)
[2018-08-01 18:44] [ALPM] upgraded fuse-common (3.2.4-2 -> 3.2.5-1)
[2018-08-01 18:44] [ALPM] upgraded fuse2 (2.9.7-4 -> 2.9.8-1)
[2018-08-01 18:44] [ALPM] upgraded fuse3 (3.2.4-2 -> 3.2.5-1)
[2018-08-01 18:44] [ALPM] transaction completed
[2018-08-01 18:44] [ALPM] running 'glib-compile-schemas.hook'...
[2018-08-01 18:44] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-08-01 18:44] [ALPM] running 'systemd-sysusers.hook'...
[2018-08-01 18:44] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-08-01 18:44] [ALPM] running 'systemd-udev-reload.hook'...
[2018-08-01 18:44] [ALPM] running 'systemd-update.hook'...
[2018-08-01 18:48] [PACMAN] Running 'pacman --upgrade --asexplicit atom-editor-bin-1.29.0-1-x86_64.pkg.tar.xz'
[2018-08-01 18:48] [ALPM] transaction started
[2018-08-01 18:49] [ALPM] upgraded atom-editor-bin (1.28.2-1 -> 1.29.0-1)
[2018-08-01 18:49] [ALPM] transaction completed
[2018-08-01 18:49] [ALPM] running 'systemd-update.hook'...
[2018-08-01 18:49] [ALPM] running 'update-desktop-database.hook'...
[2018-08-02 20:21] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-08-02 20:21] [PACMAN] synchronizing package lists
[2018-08-02 20:21] [PACMAN] starting full system upgrade
[2018-08-02 20:21] [ALPM] transaction started
[2018-08-02 20:21] [ALPM] upgraded harfbuzz (1.8.4-1 -> 1.8.5-1)
[2018-08-02 20:21] [ALPM] upgraded harfbuzz-icu (1.8.4-1 -> 1.8.5-1)
[2018-08-02 20:21] [ALPM] upgraded lib32-harfbuzz (1.8.4-1 -> 1.8.5-1)
[2018-08-02 20:21] [ALPM] upgraded mesa (18.1.4-1 -> 18.1.5-1)
[2018-08-02 20:21] [ALPM] upgraded lib32-mesa (18.1.4-1 -> 18.1.5-1)
[2018-08-02 20:21] [ALPM] upgraded nodejs (10.7.0-1 -> 10.8.0-1)
[2018-08-02 20:21] [ALPM] upgraded npm (6.2.0-1 -> 6.3.0-1)
[2018-08-02 20:21] [ALPM] transaction completed
[2018-08-02 20:21] [ALPM] running 'systemd-update.hook'...
[2018-08-03 16:34] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-08-03 16:34] [PACMAN] synchronizing package lists
[2018-08-03 16:34] [PACMAN] starting full system upgrade
[2018-08-03 16:34] [ALPM] transaction started
[2018-08-03 16:34] [ALPM] upgraded libgphoto2 (2.5.18-1 -> 2.5.19-1)
[2018-08-03 16:34] [ALPM] transaction completed
[2018-08-03 16:34] [ALPM] running 'systemd-hwdb.hook'...
[2018-08-03 16:34] [ALPM] running 'systemd-udev-reload.hook'...
[2018-08-03 16:34] [ALPM] running 'systemd-update.hook'...
[2018-08-04 23:17] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-08-04 23:17] [PACMAN] synchronizing package lists
[2018-08-04 23:17] [PACMAN] starting full system upgrade
[2018-08-04 23:17] [ALPM] transaction started
[2018-08-04 23:17] [ALPM] upgraded pkgconf (1.5.2-1 -> 1.5.3-1)
[2018-08-04 23:17] [ALPM] transaction completed
[2018-08-04 23:17] [ALPM] running 'systemd-update.hook'...
[2018-08-06 00:25] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-08-06 00:25] [PACMAN] synchronizing package lists
[2018-08-06 00:25] [PACMAN] starting full system upgrade
[2018-08-06 00:26] [ALPM] transaction started
[2018-08-06 00:26] [ALPM] upgraded lib32-libpcap (1.8.1-1 -> 1.9.0-1)
[2018-08-06 00:26] [ALPM] upgraded libnm (1.12.2-1 -> 1.12.3dev+1+g0a3755c17-1)
[2018-08-06 00:26] [ALPM] upgraded libnm-glib (1.12.2-1 -> 1.12.3dev+1+g0a3755c17-1)
[2018-08-06 00:26] [ALPM] upgraded libxkbcommon (0.8.0-2 -> 0.8.2-1)
[2018-08-06 00:26] [ALPM] upgraded libxkbcommon-x11 (0.8.0-2 -> 0.8.2-1)
[2018-08-06 00:26] [ALPM] upgraded networkmanager (1.12.2-1 -> 1.12.3dev+1+g0a3755c17-1)
[2018-08-06 00:26] [ALPM] upgraded yarn (1.9.2-1 -> 1.9.4-1)
[2018-08-06 00:26] [ALPM] transaction completed
[2018-08-06 00:26] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-08-06 00:26] [ALPM] running 'systemd-udev-reload.hook'...
[2018-08-06 00:26] [ALPM] running 'systemd-update.hook'...
[2018-08-06 02:40] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-08-06 02:40] [PACMAN] synchronizing package lists
[2018-08-06 02:40] [PACMAN] starting full system upgrade
[2018-08-06 02:42] [ALPM] transaction started
[2018-08-06 02:42] [ALPM] upgraded libutil-linux (2.32.1-1 -> 2.32.1-2)
[2018-08-06 02:42] [ALPM] upgraded avahi (0.7+16+g1cc2b8e-1 -> 0.7+16+g1cc2b8e-2)
[2018-08-06 02:42] [ALPM] upgraded perl (5.26.2-2 -> 5.28.0-1)
[2018-08-06 02:42] [ALPM] upgraded libldap (2.4.46-1 -> 2.4.46-2)
[2018-08-06 02:42] [ALPM] upgraded python (3.6.6-1 -> 3.7.0-3)
[2018-08-06 02:42] [ALPM] upgraded python-urllib3 (1.23-1 -> 1.23-2)
[2018-08-06 02:42] [ALPM] upgraded python-appdirs (1.4.3-1 -> 1.4.3-2)
[2018-08-06 02:42] [ALPM] upgraded python-pyparsing (2.2.0-1 -> 2.2.0-2)
[2018-08-06 02:42] [ALPM] upgraded python-six (1.11.0-1 -> 1.11.0-3)
[2018-08-06 02:42] [ALPM] upgraded python-packaging (17.1-1 -> 17.1-2)
[2018-08-06 02:42] [ALPM] upgraded python-setuptools (1:39.2.0-2 -> 1:39.2.0-3)
[2018-08-06 02:42] [ALPM] upgraded python-chardet (3.0.4-1 -> 3.0.4-2)
[2018-08-06 02:42] [ALPM] upgraded python-idna (2.7-2 -> 2.7-3)
[2018-08-06 02:42] [ALPM] upgraded python-requests (2.19.1-1 -> 2.19.1-2)
[2018-08-06 02:42] [ALPM] upgraded python-numpy (1.14.5-1 -> 1.15.0-2)
[2018-08-06 02:42] [ALPM] upgraded boost-libs (1.67.0-5 -> 1.67.0-6)
[2018-08-06 02:42] [ALPM] upgraded opencolorio (1.1.0-1 -> 1.1.0-2)
[2018-08-06 02:42] [ALPM] upgraded xcb-proto (1.13-1 -> 1.13-2)
[2018-08-06 02:42] [ALPM] upgraded libxml2 (2.9.8-2 -> 2.9.8-3)
[2018-08-06 02:42] [ALPM] upgraded llvm-libs (6.0.1-1 -> 6.0.1-2)
[2018-08-06 02:42] [ALPM] upgraded util-linux (2.32.1-1 -> 2.32.1-2)
[2018-08-06 02:42] [ALPM] upgraded openvdb (5.1.0-2 -> 5.1.0-3)
[2018-08-06 02:42] [ALPM] upgraded libibus (1.5.18-1 -> 1.5.18-2)
[2018-08-06 02:42] [ALPM] upgraded blender (17:2.79.b.git3.32432d91-1 -> 17:2.79.b.git3.32432d91-3)
[2018-08-06 02:42] [ALPM] upgraded brotli (1.0.5-1 -> 1.0.5-2)
[2018-08-06 02:42] [ALPM] upgraded btrfs-progs (4.17-1 -> 4.17-2)
[2018-08-06 02:42] [ALPM] upgraded python-cairo (1.17.0-1 -> 1.17.0-2)
[2018-08-06 02:42] [ALPM] upgraded pygobject-devel (3.28.3-1 -> 3.28.3-2)
[2018-08-06 02:42] [ALPM] upgraded python-gobject (3.28.3-1 -> 3.28.3-2)
[2018-08-06 02:42] [ALPM] upgraded python-ptyprocess (0.6.0-1 -> 0.6.0-2)
[2018-08-06 02:42] [ALPM] upgraded python-pexpect (4.6.0-1 -> 4.6.0-2)
[2018-08-06 02:42] [ALPM] upgraded python-xdg (0.26-1 -> 0.26-2)
[2018-08-06 02:42] [ALPM] upgraded libproxy (0.4.15-6 -> 0.4.15-8)
[2018-08-06 02:42] [ALPM] upgraded catfish (1.4.6-1 -> 1.4.6-2)
[2018-08-06 02:42] [ALPM] upgraded evemu (2.7.0-2 -> 2.7.0-3)
[2018-08-06 02:42] [ALPM] installed nftables (1:0.9.0-1)
[2018-08-06 02:42] [ALPM] upgraded python-decorator (4.3.0-1 -> 4.3.0-2)
[2018-08-06 02:42] [ALPM] upgraded python-dbus-common (1.2.8-1 -> 1.2.8-2)
[2018-08-06 02:42] [ALPM] upgraded python-dbus (1.2.8-1 -> 1.2.8-2)
[2018-08-06 02:42] [ALPM] upgraded python-slip (0.6.5-1 -> 0.6.5-2)
[2018-08-06 02:42] [ALPM] upgraded firewalld (0.5.1-1 -> 0.6.0-1)
[2018-08-06 02:42] [ALPM] upgraded ktoblzcheck (1.49-1 -> 1.49-2)
[2018-08-06 02:42] [ALPM] upgraded libvoikko (4.1.1-1 -> 4.1.1-2)
[2018-08-06 02:42] [ALPM] upgraded gnucash (3.2-2 -> 3.2-3)
[2018-08-06 02:42] [ALPM] upgraded gpgme (1.11.1-1 -> 1.11.1-2)
[2018-08-06 02:42] [ALPM] upgraded graphicsmagick (1.3.30-1 -> 1.3.30-2)
[2018-08-06 02:42] [ALPM] upgraded vim-runtime (8.1.0022-1 -> 8.1.0194-2)
[2018-08-06 02:42] [ALPM] upgraded gvim (8.1.0022-1 -> 8.1.0194-2)
[2018-08-06 02:42] [ALPM] upgraded hexchat (2.14.1-4 -> 2.14.1-6)
[2018-08-06 02:42] [ALPM] upgraded libmagick (7.0.8.8-1 -> 7.0.8.8-2)
[2018-08-06 02:42] [ALPM] upgraded imagemagick (7.0.8.8-1 -> 7.0.8.8-2)
[2018-08-06 02:42] [ALPM] upgraded kcoreaddons (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded kauth (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded kcodecs (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded kwidgetsaddons (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded kconfig (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded kcompletion (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded kguiaddons (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded ki18n (5.48.1-2 -> 5.48.1-3)
[2018-08-06 02:42] [ALPM] upgraded kconfigwidgets (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded kdbusaddons (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded kitemmodels (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded kitemviews (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded kjobwidgets (5.48.0-2 -> 5.48.0-3)
[2018-08-06 02:42] [ALPM] upgraded libbytesize (1.3-1 -> 1.3-2)
[2018-08-06 02:42] [ALPM] upgraded volume_key (0.3.10-1 -> 0.3.11-2)
[2018-08-06 02:42] [ALPM] upgraded libblockdev (2.18-1 -> 2.18-2)
[2018-08-06 02:42] [ALPM] upgraded libplist (2.0.0+11+gec9ba8b-1 -> 2.0.0+11+gec9ba8b-2)
[2018-08-06 02:42] [ALPM] upgraded libimobiledevice (1.2.0+66+g5a85432-1 -> 1.2.0+66+g5a85432-2)
[2018-08-06 02:42] [ALPM] upgraded krita (4.1.1-1 -> 4.1.1-2)
[2018-08-06 02:42] [ALPM] upgraded lensfun (0.3.2-6 -> 0.3.2-7)
[2018-08-06 02:42] [ALPM] upgraded libaccounts-glib (1.23-2 -> 1.23-3)
[2018-08-06 02:42] [ALPM] upgraded libgexiv2 (0.10.8-1 -> 0.10.8-2)
[2018-08-06 02:42] [ALPM] upgraded libixion (0.13.0-2 -> 0.13.0-3)
[2018-08-06 02:42] [ALPM] upgraded liblouis (3.6.0-1 -> 3.6.0-2)
[2018-08-06 02:42] [ALPM] upgraded libmagick6 (6.9.10.8-1 -> 6.9.10.8-2)
[2018-08-06 02:42] [ALPM] upgraded libnewt (0.52.20-1 -> 0.52.20-2)
[2018-08-06 02:42] [ALPM] upgraded liborcus (0.13.4-2 -> 0.13.4-3)
[2018-08-06 02:42] [ALPM] upgraded libreoffice-fresh (6.0.5-1 -> 6.0.6-1)
[2018-08-06 02:42] [ALPM] upgraded libteam (1.27-1 -> 1.27-2)
[2018-08-06 02:42] [ALPM] upgraded net-snmp (5.7.3-8 -> 5.7.3-9)
[2018-08-06 02:42] [ALPM] upgraded opencv (3.4.2-1 -> 3.4.2-2)
[2018-08-06 02:42] [ALPM] upgraded perl-clone (0.39-4 -> 0.39-5)
[2018-08-06 02:42] [ALPM] upgraded perl-dbi (1.641-1 -> 1.641-2)
[2018-08-06 02:42] [ALPM] upgraded perl-encode-locale (1.05-3 -> 1.05-4)
[2018-08-06 02:42] [ALPM] upgraded perl-error (0.17026-1 -> 0.17026-2)
[2018-08-06 02:42] [ALPM] upgraded perl-http-date (6.02-4 -> 6.02-5)
[2018-08-06 02:42] [ALPM] upgraded perl-file-listing (6.04-4 -> 6.04-5)
[2018-08-06 02:42] [ALPM] upgraded perl-html-tagset (3.20-6 -> 3.20-7)
[2018-08-06 02:42] [ALPM] upgraded perl-html-parser (3.72-5 -> 3.72-6)
[2018-08-06 02:42] [ALPM] upgraded perl-lwp-mediatypes (6.02-4 -> 6.02-5)
[2018-08-06 02:42] [ALPM] upgraded perl-uri (1.74-1 -> 1.74-2)
[2018-08-06 02:42] [ALPM] upgraded perl-io-html (1.001-3 -> 1.001-4)
[2018-08-06 02:42] [ALPM] upgraded perl-http-message (6.18-1 -> 6.18-2)
[2018-08-06 02:42] [ALPM] upgraded perl-http-cookies (6.04-2 -> 6.04-3)
[2018-08-06 02:42] [ALPM] upgraded perl-http-daemon (6.01-5 -> 6.01-6)
[2018-08-06 02:42] [ALPM] upgraded perl-http-negotiate (6.01-4 -> 6.01-5)
[2018-08-06 02:42] [ALPM] upgraded perl-net-http (6.18-1 -> 6.18-2)
[2018-08-06 02:42] [ALPM] upgraded perl-www-robotrules (6.02-4 -> 6.02-5)
[2018-08-06 02:42] [ALPM] upgraded perl-try-tiny (0.30-1 -> 0.30-2)
[2018-08-06 02:42] [ALPM] upgraded perl-libwww (6.33-1 -> 6.33-2)
[2018-08-06 02:42] [ALPM] upgraded perl-timedate (2.30-4 -> 2.30-5)
[2018-08-06 02:42] [ALPM] upgraded perl-mailtools (2.20-1 -> 2.20-2)
[2018-08-06 02:42] [ALPM] upgraded perl-xml-libxml (2.0132-1 -> 2.0132-2)
[2018-08-06 02:42] [ALPM] upgraded protobuf (3.5.2-1 -> 3.6.0.1-1)
[2018-08-06 02:42] [ALPM] upgraded pyalpm (0.8.4-1 -> 0.8.4-2)
[2018-08-06 02:42] [ALPM] upgraded pygobject2-devel (2.28.7-1 -> 2.28.7-2)
[2018-08-06 02:42] [ALPM] upgraded pyqt4-common (4.12.1-1 -> 4.12.1-2)
[2018-08-06 02:42] [ALPM] upgraded python-beaker (1.10.0-1 -> 1.10.0-2)
[2018-08-06 02:42] [ALPM] upgraded python-colorama (0.3.9-1 -> 0.3.9-2)
[2018-08-06 02:42] [ALPM] upgraded python-dateutil (2.7.3-1 -> 2.7.3-2)
[2018-08-06 02:42] [ALPM] upgraded python-sgmllib (5.2.1-2 -> 5.2.1-3)
[2018-08-06 02:42] [ALPM] upgraded python-feedparser (5.2.1-2 -> 5.2.1-3)
[2018-08-06 02:42] [ALPM] upgraded python-markupsafe (1.0-1 -> 1.0-2)
[2018-08-06 02:42] [ALPM] upgraded python-mako (1.0.7-1 -> 1.0.7-2)
[2018-08-06 02:42] [ALPM] upgraded python-pyudev (0.21.0-3 -> 0.21.0-4)
[2018-08-06 02:42] [ALPM] upgraded python-regex (2018.07.11-1 -> 2018.07.11-2)
[2018-08-06 02:42] [ALPM] upgraded python2-cairo (1.17.0-1 -> 1.17.0-2)
[2018-08-06 02:42] [ALPM] upgraded python2-dbus (1.2.8-1 -> 1.2.8-2)
[2018-08-06 02:42] [ALPM] upgraded python2-gobject2 (2.28.7-1 -> 2.28.7-2)
[2018-08-06 02:42] [ALPM] upgraded python2-numpy (1.14.5-1 -> 1.15.0-2)
[2018-08-06 02:42] [ALPM] upgraded sip (4.19.12-4 -> 4.19.12-5)
[2018-08-06 02:42] [ALPM] upgraded python2-sip (4.19.12-4 -> 4.19.12-5)
[2018-08-06 02:42] [ALPM] upgraded python2-pyqt4 (4.12.1-1 -> 4.12.1-2)
[2018-08-06 02:42] [ALPM] upgraded ranger (1.9.1-1 -> 1.9.1-2)
[2018-08-06 02:42] [ALPM] upgraded rxvt-unicode-terminfo (9.22-6 -> 9.22-7)
[2018-08-06 02:42] [ALPM] upgraded solaar (0.9.2-10 -> 0.9.2-11)
[2018-08-06 02:42] [ALPM] upgraded trash-cli (0.17.1.14-3 -> 0.17.1.14-4)
[2018-08-06 02:42] [ALPM] upgraded xfconf (4.12.1-4 -> 4.12.1-5)
[2018-08-06 02:42] [ALPM] transaction completed
[2018-08-06 02:42] [ALPM] running '90-linux.hook'...
[2018-08-06 02:42] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-08-06 02:42] [ALPM-SCRIPTLET] ==> Starting build: 4.17.11-arch1
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-06 02:42] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-06 02:42] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-08-06 02:42] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-06 02:42] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-08-06 02:42] [ALPM-SCRIPTLET] ==> Starting build: 4.17.11-arch1
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-06 02:42] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-06 02:42] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-08-06 02:42] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-08-06 02:43] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-06 02:43] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-06 02:43] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-06 02:43] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-06 02:43] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-08-06 02:43] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-06 02:43] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-08-06 02:43] [ALPM] running 'glib-compile-schemas.hook'...
[2018-08-06 02:43] [ALPM] running 'gtk-update-icon-cache.hook'...
[2018-08-06 02:43] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-08-06 02:43] [ALPM] running 'systemd-sysusers.hook'...
[2018-08-06 02:43] [ALPM] running 'systemd-udev-reload.hook'...
[2018-08-06 02:43] [ALPM] running 'systemd-update.hook'...
[2018-08-06 02:43] [ALPM] running 'texinfo-install.hook'...
[2018-08-06 02:43] [ALPM] running 'update-desktop-database.hook'...
[2018-08-06 02:43] [ALPM] running 'update-mime-database.hook'...
[2018-08-06 11:10] [PACMAN] Running '/usr/bin/pacman -U /home/gavsiu/.aur/aurman/aurman-2.17.1-1-any.pkg.tar.xz'
[2018-08-06 11:10] [ALPM] transaction started
[2018-08-06 11:10] [ALPM] upgraded aurman (2.17-1 -> 2.17.1-1)
[2018-08-06 11:10] [ALPM] transaction completed
[2018-08-06 11:10] [ALPM] running 'systemd-update.hook'...
[2018-08-06 11:10] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-08-06 11:10] [PACMAN] synchronizing package lists
[2018-08-06 11:10] [PACMAN] starting full system upgrade
[2018-08-06 11:11] [ALPM] transaction started
[2018-08-06 11:11] [ALPM] upgraded linux-api-headers (4.16.1-1 -> 4.17.11-1)
[2018-08-06 11:11] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2018-08-06 11:11] [ALPM] upgraded glibc (2.27-3 -> 2.28-1)
[2018-08-06 11:11] [ALPM-SCRIPTLET] Generating locales...
[2018-08-06 11:11] [ALPM-SCRIPTLET]   en_CA.UTF-8... done
[2018-08-06 11:11] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2018-08-06 11:11] [ALPM-SCRIPTLET] Generation complete.
[2018-08-06 11:11] [ALPM] upgraded gcc-libs (8.1.1+20180531-1 -> 8.2.0-2)
[2018-08-06 11:11] [ALPM] upgraded device-mapper (2.02.180-1 -> 2.02.181-1)
[2018-08-06 11:11] [ALPM] upgraded cryptsetup (2.0.3-2 -> 2.0.4-1)
[2018-08-06 11:11] [ALPM] upgraded linux (4.17.11-1 -> 4.17.12.arch1-1)
[2018-08-06 11:11] [ALPM] upgraded bbswitch (0.8-152 -> 0.8-155)
[2018-08-06 11:11] [ALPM] upgraded binutils (2.30-5 -> 2.31.1-1)
[2018-08-06 11:11] [ALPM] upgraded gcc (8.1.1+20180531-1 -> 8.2.0-2)
[2018-08-06 11:11] [ALPM] upgraded lib32-glibc (2.27-3 -> 2.28-1)
[2018-08-06 11:11] [ALPM] upgraded lib32-gcc-libs (8.1.1+20180531-1 -> 8.2.0-2)
[2018-08-06 11:11] [ALPM] upgraded libtool (2.4.6+40+g6ca5e224-7 -> 2.4.6+42+gb88cebd5-1)
[2018-08-06 11:11] [ALPM] upgraded log4cplus (2.0.0-1 -> 2.0.1-1)
[2018-08-06 11:11] [ALPM] upgraded lvm2 (2.02.180-1 -> 2.02.181-1)
[2018-08-06 11:11] [ALPM] upgraded nvidia (396.45-2 -> 396.45-5)
[2018-08-06 11:11] [ALPM] upgraded openimageio (1.8.12-2 -> 1.8.13-1)
[2018-08-06 11:11] [ALPM] upgraded vhba-module (20170610-87 -> 20170610-90)
[2018-08-06 11:11] [ALPM] transaction completed
[2018-08-06 11:11] [ALPM] running '60-linux.hook'...
[2018-08-06 11:11] [ALPM] running '90-linux.hook'...
[2018-08-06 11:11] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2018-08-06 11:11] [ALPM-SCRIPTLET] ==> Starting build: 4.17.12-arch1-1-ARCH
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-06 11:11] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-06 11:11] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2018-08-06 11:11] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-06 11:11] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2018-08-06 11:11] [ALPM-SCRIPTLET] ==> Starting build: 4.17.12-arch1-1-ARCH
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2018-08-06 11:11] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2018-08-06 11:11] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2018-08-06 11:12] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2018-08-06 11:12] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2018-08-06 11:12] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2018-08-06 11:12] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2018-08-06 11:12] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2018-08-06 11:12] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2018-08-06 11:12] [ALPM-SCRIPTLET] ==> Image generation successful
[2018-08-06 11:12] [ALPM] running 'fontconfig-32.hook'...
[2018-08-06 11:12] [ALPM] running 'fontconfig.hook'...
[2018-08-06 11:12] [ALPM] running 'systemd-daemon-reload.hook'...
[2018-08-06 11:12] [ALPM] running 'systemd-sysusers.hook'...
[2018-08-06 11:12] [ALPM] running 'systemd-tmpfiles.hook'...
[2018-08-06 11:12] [ALPM] running 'systemd-udev-reload.hook'...
[2018-08-06 11:12] [ALPM] running 'systemd-update.hook'...
[2018-08-06 11:12] [ALPM] running 'texinfo-install.hook'...
[2018-08-06 11:12] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-08-06 11:12] [PACMAN] Running 'pacman --upgrade --asexplicit ttf-nerd-fonts-symbols-2.0.0-2-x86_64.pkg.tar.xz'
[2018-08-06 11:12] [ALPM] transaction started
[2018-08-06 11:12] [ALPM] installed ttf-nerd-fonts-symbols (2.0.0-2)
[2018-08-06 11:12] [ALPM] transaction completed
[2018-08-06 11:12] [ALPM] running 'fontconfig-32.hook'...
[2018-08-06 11:12] [ALPM] running 'fontconfig.hook'...
[2018-08-06 11:12] [ALPM] running 'systemd-update.hook'...
[2018-08-06 11:12] [ALPM] running 'xorg-mkfontdir.hook'...
[2018-08-07 00:48] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-08-07 00:48] [PACMAN] synchronizing package lists
[2018-08-07 00:48] [PACMAN] starting full system upgrade
[2018-08-07 00:52] [PACMAN] Running 'pacman --sync --refresh --sysupgrade'
[2018-08-07 00:52] [PACMAN] synchronizing package lists
[2018-08-07 00:52] [PACMAN] starting full system upgrade
[2018-08-07 01:00] [PACMAN] Running 'pacman -Rs rxvt-unicode-patched'
[2018-08-07 01:00] [PACMAN] Running 'pacman -Rs rxvt-unicode-patched urxvt-tabbedex'
[2018-08-07 01:00] [ALPM] transaction started
[2018-08-07 01:00] [ALPM] removed urxvt-tabbedex (0.4-3)
[2018-08-07 01:00] [ALPM] removed rxvt-unicode-patched (9.22-10)
[2018-08-07 01:00] [ALPM] removed rxvt-unicode-terminfo (9.22-7)
[2018-08-07 01:00] [ALPM] transaction completed
[2018-08-07 01:00] [ALPM] running 'systemd-update.hook'...
[2018-08-07 01:00] [ALPM] running 'update-desktop-database.hook'...
[2018-08-07 01:00] [PACMAN] Running 'pacman --sync --asdeps -- rxvt-unicode-terminfo'
[2018-08-07 01:00] [ALPM] transaction started
[2018-08-07 01:00] [ALPM] installed rxvt-unicode-terminfo (9.22-7)
[2018-08-07 01:00] [ALPM] transaction completed
[2018-08-07 01:00] [ALPM] running 'systemd-update.hook'...
[2018-08-07 01:00] [PACMAN] Running 'pacman --upgrade --asexplicit rxvt-unicode-patched-9.22-10-x86_64.pkg.tar.xz'
[2018-08-07 01:00] [ALPM] transaction started
[2018-08-07 01:00] [ALPM] installed rxvt-unicode-patched (9.22-10)
[2018-08-07 01:00] [ALPM] transaction completed
[2018-08-07 01:00] [ALPM] running 'systemd-update.hook'...
[2018-08-07 01:00] [ALPM] running 'update-desktop-database.hook'...
[2018-08-07 01:00] [PACMAN] Running 'pacman --upgrade --asexplicit urxvt-tabbedex-0.4-3-any.pkg.tar.xz'
[2018-08-07 01:00] [ALPM] transaction started
[2018-08-07 01:00] [ALPM] installed urxvt-tabbedex (0.4-3)
[2018-08-07 01:00] [ALPM-SCRIPTLET] ==> To enable tabbedex, place the following line in your X resources file
[2018-08-07 01:00] [ALPM-SCRIPTLET] ==> URxvt.perl-ext-common:  default,tabbedex
[2018-08-07 01:00] [ALPM-SCRIPTLET] ==> If you don't have a X resources file set up, check the wiki.
[2018-08-07 01:00] [ALPM-SCRIPTLET] ==> For documentation see the urxvtperl man page (section on the tabbed
[2018-08-07 01:00] [ALPM-SCRIPTLET] ==> extension), and also see the comments at the top of the tabbedex
[2018-08-07 01:00] [ALPM-SCRIPTLET] ==> source code in /usr/lib/urxvt/perl/tabbedex.
[2018-08-07 01:00] [ALPM] transaction completed
[2018-08-07 01:00] [ALPM] running 'systemd-update.hook'...
[2018-08-07 01:01] [PACMAN] Running 'pacman -Rs perl'
[2018-08-07 01:01] [PACMAN] Running 'pacman --sync --asdeps -- perl'
[2018-08-07 01:01] [ALPM] transaction started
[2018-08-07 01:01] [ALPM] reinstalled perl (5.28.0-1)
[2018-08-07 01:01] [ALPM] transaction completed
[2018-08-07 01:01] [ALPM] running 'detect-old-perl-modules.hook'...
[2018-08-07 01:01] [ALPM] running 'systemd-update.hook'...
[2018-08-07 01:01] [PACMAN] Running 'pacman -D --asexplicit perl'

Offline

#4 2018-08-07 08:55:20

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: perl update seems to have broke libperl.so

Both problematic packages are from the AUR. Take it up with the maintainers: they need to updated against the new perl libs.


Moving to AUR Issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2018-08-07 12:57:15

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: perl update seems to have broke libperl.so

jasonwryan wrote:

Both problematic packages are from the AUR. Take it up with the maintainers: they need to updated against the new perl libs.


Moving to AUR Issues...

No they really don't...

People who use AUR packages should just learn that when they see "error while loading shared libraries" then the *first* thing they try is rebuild the package (with no changes) against things like, oh, the major perl upgrade we just had.

Optionally, the AUR maintainer can bump the pkgrel in order to notify users of the need to do this. *Optionally*.


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#6 2018-08-07 13:35:28

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,529
Website

Re: perl update seems to have broke libperl.so

Eschwartz wrote:

People who use AUR packages should just learn that when they see "error while loading shared libraries" then the *first* thing they try is rebuild the package (with no changes)...

Yup.

Eschwartz wrote:

Optionally, the AUR maintainer can bump the pkgrel in order to notify users of the need to do this. *Optionally*.

That sounds like a bad option to me.  If nothing in the PKGBUILD or associated aur files has changed then the pkgrel should not change.  A new pkgrel means one should download or git pull any changes in the AUR, then rebuild the package.  If the first step is not needed (only a rebuild with the existing PKGBUILD) then I'd say incrementing the pkgrel is passing false information to competent users for the sole purpose of getting the attention of the incompetent users (and I'd bet it would not even succeed in doing this).

I don't see any downside to a comment on the aur page, though.  So I'd say that is the optional action.

This is already covered in our wiki in a standout colored box:

aur page on wiki wrote:

Note: The AUR is unsupported, so any packages you install are your responsibility to update, not pacman's. If packages in the official repositories are updated, you will need to rebuild any AUR packages that depend on those libraries.

Last edited by Trilby (2018-08-07 13:39:18)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#7 2018-08-07 13:58:06

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: perl update seems to have broke libperl.so

Trilby wrote:
Eschwartz wrote:

People who use AUR packages should just learn that when they see "error while loading shared libraries" then the *first* thing they try is rebuild the package (with no changes)...

Yup.

Eschwartz wrote:

Optionally, the AUR maintainer can bump the pkgrel in order to notify users of the need to do this. *Optionally*.

That sounds like a bad option to me.  If nothing in the PKGBUILD or associated aur files has changed then the pkgrel should not change.  A new pkgrel means one should download or git pull any changes in the AUR, then rebuild the package.  If the first step is not needed (only a rebuild with the existing PKGBUILD) then I'd say incrementing the pkgrel is passing false information to competent users for the sole purpose of getting the attention of the incompetent users (and I'd bet it would not even succeed in doing this).

Untrue. It has the additional advantage of making AUR workflows which add packages to a custom repo -- like aurutils -- followed by `pacman -Syu`, actually work as intended. The package gets rebuilt as part of custom repo maintenance, and pacman -Syu then results in cleanly updating the system for both repository and AUR packages. As a non-incompetent user, I value this markedly true information.


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#8 2018-08-07 14:16:06

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,529
Website

Re: perl update seems to have broke libperl.so

What's true about it?  The fact that the false statement that "the AUR files have changed" is useful to your workflow that has come to depend on such false statements doesn't make it true.

I suppose in the strictest sense, one could argue that it is a self fullfilling lie: by changing the pkgrel (and nothing else) the PKGBUILD has changed thus justifying the change in pkgrel.  But if we rule out circular logic, it should not have been incremented in the first place.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#9 2018-08-07 17:51:39

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: perl update seems to have broke libperl.so

Eschwartz wrote:
jasonwryan wrote:

Both problematic packages are from the AUR. Take it up with the maintainers: they need to updated against the new perl libs.

No they really don't...

People who use AUR packages should just learn that when they see "error while loading shared libraries" then the *first* thing they try is rebuild the package (with no changes) against things like, oh, the major perl upgrade we just had.

My bad. Reading the log, I thought OP had rebuilt both packages after the upgrade.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#10 2018-08-07 22:17:52

bulletmark
Member
From: Brisbane, Australia
Registered: 2013-10-22
Posts: 653

Re: perl update seems to have broke libperl.so

Eschwartz wrote:

Optionally, the AUR maintainer can bump the pkgrel in order to notify users of the need to do this. *Optionally*.

When the python 3.7 update came through a couple of days ago I immediately noticed my AUR python modules needed to be rebuilt, essentially just to relocate them to the correct site-packages dir. I also saw that all (most?) 3rd party python community/extra packages were also updated at the same time so I checked and saw that only pkgrel changed within them. Given that's what the Arch devs did, I figured that was what I was expected to do as well so I immediately updated my python AUR packages changing nothing but the pkgrel. However this approach fails for the many Arch spinoffs which also use the AUR. E.g. my own packages already updated on my various raspberry pi's but Arch ARM will take some time to update to python 3.7. It seems the Arch packaging system needs a way to explicitly flag significant version changes (e.g. python, perl, etc) to AUR helpers to force them to rebuild dependent packages. Is there a mechanism for this? I guess AUR helpers could be enhanced with their own rules about these dependencies?

Offline

#11 2018-08-07 22:44:52

loqs
Member
Registered: 2014-03-06
Posts: 17,372

Re: perl update seems to have broke libperl.so

@bulletmark packages in the official repositories were updated because they are actual packages rather than PKGBUILDS as in AUR.
AUR packages you are expected to rebuild yourself with or without the PKGBUILD being modified to indicate a change when a dependency requires such a rebuild.

Offline

#12 2018-08-07 22:45:46

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,529
Website

Re: perl update seems to have broke libperl.so

bulletmark wrote:

Given that's what the Arch devs did, I figured that was what I was expected to do as well

They did not increment the pkgrel to inform themselves that they should rebuild the package; they incremented the pkgrel because they rebuilt the package.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#13 2018-08-08 01:28:19

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: perl update seems to have broke libperl.so

bulletmark wrote:

However this approach fails for the many Arch spinoffs which also use the AUR. E.g. my own packages already updated on my various raspberry pi's but Arch ARM will take some time to update to python 3.7.

The AUR is created and provided for the purpose of supporting Arch Linux, and Arch Linux alone. If Arch spinoffs manage to get benefits from using the AUR, this is a fortuitous accident.

That being said, Arch Linux ARM, Arch Linux 32, and Antergos all update more or less in lockstep with us.

Parabola mostly does... except when they fork and modify packages for Libre-related reasons, in which case their chronically understaffed system results in things like https://labs.parabola.nu/issues/1939 where they still ship packages built against python 3.6 after syncing our python 3.7 rebuild. Or the one where hexchat's perl plugin was broken for like a year because they never rebuilt their forked package for the https://www.archlinux.org/news/perl-lib … th-change/ (their fork, BTW, was to remove a default open-with association for Firefox, since Firefox is not "free" enough). Etc.

Manjaro operates... completely on their own timescale, let's not go there.

It's simply infeasible to attempt to support completely different distros. For so many reasons. They cannot even get their own official repositories to work, why should we bend over backwards to help them get their AUR packages to work?

It seems the Arch packaging system needs a way to explicitly flag significant version changes (e.g. python, perl, etc) to AUR helpers to force them to rebuild dependent packages. Is there a mechanism for this? I guess AUR helpers could be enhanced with their own rules about these dependencies?

Well... I guess you could use versioned dependencies. depends=('python>=3.6' 'python<3.7')
Of course that's gross and results in people being unable to update at all until they first uninstall the package, sync from the official repos, and then rebuild and reinstall affected AUR packages.

Or... they could do as both I and Trilby suggested, and look for packages which depend on python or perl and just, like, rebuild them. It's trivially scriptable to detect AUR packages which depend on repo packages that were upgraded, and you can manually review those or just rebuild everything ad nauseam just in case. perl even has a hook which tells you when you've got packages which need to be rebuilt, and spits out a command to tell you which ones those are...
Obviously, this will not help them with my use case of building custom repos that handle -Syu for AUR packages. But Manjaro users are the least likely of all derivatives to be using aurutils...


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#14 2018-08-08 02:03:16

bulletmark
Member
From: Brisbane, Australia
Registered: 2013-10-22
Posts: 653

Re: perl update seems to have broke libperl.so

Eschwartz wrote:

Or... they could do as both I and Trilby suggested, and look for packages which depend on python or perl and just, like, rebuild them.

Thanks for your detailed response Eschwartz. Surely more than only python and perl packages are affected by this kind of issue? I would have thought this is general problem, certainly at least for other similar languages as well?

I know I will get burned for saying this but I just don't think it is desirable that users suddenly find a heap of their installed AUR packages are failing after a system update when all takes is some way for the packaging system to automatically flag to AUR helpers that a re-build/install is needed for those packages. Nor does anybody want AUR helper authors to have to independently implement their own solutions and dependency rules/databases.

Offline

#15 2018-08-08 02:09:40

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: perl update seems to have broke libperl.so

But how do you reliably detect something like this, when it depends on the type of package?

For example, Gentoo has revdep-rebuild, which can detect broken shared libraries on your system. Arch Linux has a similar tool in devtools called lddd. For developer machines, we usually use a build server tool called sogrep though, which finds packages which are linked to a given library.

perl/python are special because even if they don't have shared library linkage they need to be rebuilt whenever the major.minor version is updated.

Ultimately it is the responsibility of people not using binary repositories, to handle this themselves.


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#16 2018-08-08 02:23:31

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,529
Website

Re: perl update seems to have broke libperl.so

See post #6.  If they cant be bothered to read the wiki page on using the AUR, then why do you think they'd read the output of some new magical tool?

I'm all for automating everything that can be automated to make everything easier.  I'd compete for world's laziest man, except I'm too lazy to show up for the competition.  But no amount of fancy coding and automation can strengthen the weakest link here: as Ron White says, you can't fix stupid.

But if you really want a tool to do this, I suppose it really is quite simple:

pacman() {
   /bin/pacman "$@"
   if [ "$1" == "-Syu" ]; then
      printf "The following local packages may need to be updated:"
      pacman -Qmq
   fi
}

Though I'd really just prefer a pacman hook that echoed "Don't be an idiot".  This also doubles as a general purpose warning for many other pacman-related user-caused issues.

Last edited by Trilby (2018-08-08 02:27:24)


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#17 2018-08-08 02:39:00

circleface
Member
Registered: 2012-05-26
Posts: 639

Re: perl update seems to have broke libperl.so

Trilby wrote:

Though I'd really just prefer a pacman hook that echoed "Don't be an idiot".  This also doubles as a general purpose warning for many other pacman-related user-caused issues.

But no one would ever read it wink

Offline

#18 2018-08-08 14:25:36

Alad
Wiki Admin/IRC Op
From: Bagelstan
Registered: 2014-05-04
Posts: 2,412
Website

Re: perl update seems to have broke libperl.so


Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby

Offline

#19 2018-08-08 14:30:45

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,529
Website

Re: perl update seems to have broke libperl.so

You don't even need the rpc or any network connection for this search as one would only care about AUR packages that they already have installed.  So pactree will do just fine.  In bash:

comm -12 <(pactree -rl $package) <(pacman -Qqm)

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB