==> Synchronizing chroot copy [/chroot/armv8/root] -> [build]...done
==> Making package: python-apscheduler 3.6.3-1 (Tue Jan  5 19:05:16 UTC 2021)
==> Retrieving sources...
  -> Found python-apscheduler-3.6.3.tar.gz
==> Validating source files with sha512sums...
    python-apscheduler-3.6.3.tar.gz ... Passed
Host and machine ids are equal (b6eac563832547c9ad9408127b1b4375): refusing to link journals
==> Making package: python-apscheduler 3.6.3-1 (Tue 05 Jan 2021 07:05:23 PM UTC)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (10) libnsl-1.3.0-1  python-3.9.1-1  python-appdirs-1.4.4-3  python-ordered-set-4.0.2-3  python-packaging-20.8-2  python-pyparsing-2.4.7-3  python-pytz-2020.5-1  python-setuptools-1:51.1.1-1  python-six-1.15.0-3  python-tzlocal-2.1-3

Total Download Size:   11.98 MiB
Total Installed Size:  61.50 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading libnsl-1.3.0-1-aarch64.pkg.tar.xz...
downloading python-3.9.1-1-aarch64.pkg.tar.xz...
downloading python-appdirs-1.4.4-3-any.pkg.tar.xz...
downloading python-pyparsing-2.4.7-3-any.pkg.tar.xz...
downloading python-six-1.15.0-3-any.pkg.tar.xz...
downloading python-packaging-20.8-2-any.pkg.tar.xz...
downloading python-ordered-set-4.0.2-3-any.pkg.tar.xz...
downloading python-setuptools-1:51.1.1-1-any.pkg.tar.xz...
downloading python-pytz-2020.5-1-any.pkg.tar.xz...
downloading python-tzlocal-2.1-3-any.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnsl...
installing python...
Optional dependencies for python
    python-setuptools [pending]
    python-pip
    sqlite [installed]
    mpdecimal: for decimal
    xz: for lzma [installed]
    tk: for tkinter
installing python-appdirs...
installing python-pyparsing...
installing python-six...
installing python-packaging...
installing python-ordered-set...
installing python-setuptools...
installing python-pytz...
installing python-tzlocal...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) python-setuptools-scm-5.0.1-1

Total Download Size:   0.04 MiB
Total Installed Size:  0.12 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading python-setuptools-scm-5.0.1-1-any.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-setuptools-scm...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Found python-apscheduler-3.6.3.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-apscheduler-3.6.3.tar.gz with bsdtar
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/apscheduler
copying apscheduler/util.py -> build/lib/apscheduler
copying apscheduler/__init__.py -> build/lib/apscheduler
copying apscheduler/events.py -> build/lib/apscheduler
copying apscheduler/job.py -> build/lib/apscheduler
creating build/lib/apscheduler/executors
copying apscheduler/executors/base.py -> build/lib/apscheduler/executors
copying apscheduler/executors/base_py3.py -> build/lib/apscheduler/executors
copying apscheduler/executors/asyncio.py -> build/lib/apscheduler/executors
copying apscheduler/executors/gevent.py -> build/lib/apscheduler/executors
copying apscheduler/executors/__init__.py -> build/lib/apscheduler/executors
copying apscheduler/executors/pool.py -> build/lib/apscheduler/executors
copying apscheduler/executors/debug.py -> build/lib/apscheduler/executors
copying apscheduler/executors/twisted.py -> build/lib/apscheduler/executors
copying apscheduler/executors/tornado.py -> build/lib/apscheduler/executors
creating build/lib/apscheduler/schedulers
copying apscheduler/schedulers/blocking.py -> build/lib/apscheduler/schedulers
copying apscheduler/schedulers/base.py -> build/lib/apscheduler/schedulers
copying apscheduler/schedulers/qt.py -> build/lib/apscheduler/schedulers
copying apscheduler/schedulers/asyncio.py -> build/lib/apscheduler/schedulers
copying apscheduler/schedulers/gevent.py -> build/lib/apscheduler/schedulers
copying apscheduler/schedulers/__init__.py -> build/lib/apscheduler/schedulers
copying apscheduler/schedulers/twisted.py -> build/lib/apscheduler/schedulers
copying apscheduler/schedulers/tornado.py -> build/lib/apscheduler/schedulers
copying apscheduler/schedulers/background.py -> build/lib/apscheduler/schedulers
creating build/lib/apscheduler/jobstores
copying apscheduler/jobstores/base.py -> build/lib/apscheduler/jobstores
copying apscheduler/jobstores/mongodb.py -> build/lib/apscheduler/jobstores
copying apscheduler/jobstores/zookeeper.py -> build/lib/apscheduler/jobstores
copying apscheduler/jobstores/rethinkdb.py -> build/lib/apscheduler/jobstores
copying apscheduler/jobstores/__init__.py -> build/lib/apscheduler/jobstores
copying apscheduler/jobstores/redis.py -> build/lib/apscheduler/jobstores
copying apscheduler/jobstores/sqlalchemy.py -> build/lib/apscheduler/jobstores
copying apscheduler/jobstores/memory.py -> build/lib/apscheduler/jobstores
creating build/lib/apscheduler/triggers
copying apscheduler/triggers/base.py -> build/lib/apscheduler/triggers
copying apscheduler/triggers/interval.py -> build/lib/apscheduler/triggers
copying apscheduler/triggers/combining.py -> build/lib/apscheduler/triggers
copying apscheduler/triggers/__init__.py -> build/lib/apscheduler/triggers
copying apscheduler/triggers/date.py -> build/lib/apscheduler/triggers
creating build/lib/apscheduler/triggers/cron
copying apscheduler/triggers/cron/fields.py -> build/lib/apscheduler/triggers/cron
copying apscheduler/triggers/cron/expressions.py -> build/lib/apscheduler/triggers/cron
copying apscheduler/triggers/cron/__init__.py -> build/lib/apscheduler/triggers/cron
==> Entering fakeroot environment...
==> Starting package()...
running install
running build
running build_py
running install_lib
creating /build/python-apscheduler/pkg/python-apscheduler/usr
creating /build/python-apscheduler/pkg/python-apscheduler/usr/lib
creating /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9
creating /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages
creating /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler
creating /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors
copying build/lib/apscheduler/executors/base.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors
copying build/lib/apscheduler/executors/base_py3.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors
copying build/lib/apscheduler/executors/asyncio.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors
copying build/lib/apscheduler/executors/gevent.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors
copying build/lib/apscheduler/executors/__init__.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors
copying build/lib/apscheduler/executors/pool.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors
copying build/lib/apscheduler/executors/debug.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors
copying build/lib/apscheduler/executors/twisted.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors
copying build/lib/apscheduler/executors/tornado.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors
creating /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers
copying build/lib/apscheduler/schedulers/blocking.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers
copying build/lib/apscheduler/schedulers/base.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers
copying build/lib/apscheduler/schedulers/qt.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers
copying build/lib/apscheduler/schedulers/asyncio.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers
copying build/lib/apscheduler/schedulers/gevent.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers
copying build/lib/apscheduler/schedulers/__init__.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers
copying build/lib/apscheduler/schedulers/twisted.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers
copying build/lib/apscheduler/schedulers/tornado.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers
copying build/lib/apscheduler/schedulers/background.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers
copying build/lib/apscheduler/util.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler
copying build/lib/apscheduler/__init__.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler
creating /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores
copying build/lib/apscheduler/jobstores/base.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores
copying build/lib/apscheduler/jobstores/mongodb.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores
copying build/lib/apscheduler/jobstores/zookeeper.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores
copying build/lib/apscheduler/jobstores/rethinkdb.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores
copying build/lib/apscheduler/jobstores/__init__.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores
copying build/lib/apscheduler/jobstores/redis.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores
copying build/lib/apscheduler/jobstores/sqlalchemy.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores
copying build/lib/apscheduler/jobstores/memory.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores
creating /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers
copying build/lib/apscheduler/triggers/base.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers
copying build/lib/apscheduler/triggers/interval.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers
copying build/lib/apscheduler/triggers/combining.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers
creating /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/cron
copying build/lib/apscheduler/triggers/cron/fields.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/cron
copying build/lib/apscheduler/triggers/cron/expressions.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/cron
copying build/lib/apscheduler/triggers/cron/__init__.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/cron
copying build/lib/apscheduler/triggers/__init__.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers
copying build/lib/apscheduler/triggers/date.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers
copying build/lib/apscheduler/events.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler
copying build/lib/apscheduler/job.py -> /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors/base.py to base.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors/base_py3.py to base_py3.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors/asyncio.py to asyncio.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors/gevent.py to gevent.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors/__init__.py to __init__.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors/pool.py to pool.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors/debug.py to debug.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors/twisted.py to twisted.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/executors/tornado.py to tornado.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers/blocking.py to blocking.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers/base.py to base.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers/qt.py to qt.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers/asyncio.py to asyncio.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers/gevent.py to gevent.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers/__init__.py to __init__.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers/twisted.py to twisted.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers/tornado.py to tornado.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/schedulers/background.py to background.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/util.py to util.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/__init__.py to __init__.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores/base.py to base.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores/mongodb.py to mongodb.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores/zookeeper.py to zookeeper.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores/rethinkdb.py to rethinkdb.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores/__init__.py to __init__.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores/redis.py to redis.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores/sqlalchemy.py to sqlalchemy.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/jobstores/memory.py to memory.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/base.py to base.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/interval.py to interval.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/combining.py to combining.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/cron/fields.py to fields.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/cron/expressions.py to expressions.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/cron/__init__.py to __init__.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/__init__.py to __init__.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/triggers/date.py to date.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/events.py to events.cpython-39.pyc
byte-compiling /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/apscheduler/job.py to job.cpython-39.pyc
writing byte-compilation script '/tmp/tmpohbmdne8.py'
/usr/bin/python /tmp/tmpohbmdne8.py
removing /tmp/tmpohbmdne8.py
running install_egg_info
running egg_info
creating APScheduler.egg-info
writing APScheduler.egg-info/PKG-INFO
writing dependency_links to APScheduler.egg-info/dependency_links.txt
writing entry points to APScheduler.egg-info/entry_points.txt
writing requirements to APScheduler.egg-info/requires.txt
writing top-level names to APScheduler.egg-info/top_level.txt
writing manifest file 'APScheduler.egg-info/SOURCES.txt'
reading manifest file 'APScheduler.egg-info/SOURCES.txt'
writing manifest file 'APScheduler.egg-info/SOURCES.txt'
Copying APScheduler.egg-info to /build/python-apscheduler/pkg/python-apscheduler/usr/lib/python3.9/site-packages/APScheduler-3.6.3-py3.9.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-apscheduler"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-apscheduler 3.6.3-1 (Tue 05 Jan 2021 07:06:07 PM UTC)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...
:: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report
:: util-linux optionally requires python: python bindings to libmount

Packages (11) libnsl-1.3.0-1  python-3.9.1-1  python-appdirs-1.4.4-3  python-ordered-set-4.0.2-3  python-packaging-20.8-2  python-pyparsing-2.4.7-3  python-pytz-2020.5-1  python-setuptools-1:51.1.1-1  python-setuptools-scm-5.0.1-1  python-six-1.15.0-3  python-tzlocal-2.1-3

Total Removed Size:  61.61 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing python-tzlocal...
removing python-setuptools-scm...
removing python-setuptools...
removing python-pytz...
removing python-packaging...
removing python-six...
removing python-pyparsing...
removing python-ordered-set...
removing python-appdirs...
removing python...
removing libnsl...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...