Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
101 stars 70 forks source link

debian packaging attempts to byte-compile python2 examples as Python3 #158

Open pehrsoderman opened 4 years ago

pehrsoderman commented 4 years ago

This results in warning such as these when installing the package:

Failed to byte-compile /usr/lib/problemtools/examples/different/submissions/accepted/different.py:   File "/usr/lib/problemtools/examples/different/submissions/accepted/different.py", line 7
    print abs(a-b)
          ^
SyntaxError: Missing parentheses in call to 'print'

Failed to byte-compile /usr/lib/problemtools/examples/guess/submissions/wrong_answer/guess.py:   File "/usr/lib/problemtools/examples/guess/submissions/wrong_answer/guess.py", line 3
    print "500"
          ^
SyntaxError: Missing parentheses in call to 'print'

Failed to byte-compile /usr/lib/problemtools/examples/hello/submissions/accepted/hello.py:   File "/usr/lib/problemtools/examples/hello/submissions/accepted/hello.py", line 1
    print 'Hello World!'
          ^
SyntaxError: Missing parentheses in call to 'print'
austrin commented 4 years ago

I failed to reproduce this, can you give more context?

What command resulted in the above errors?

pehrsoderman commented 4 years ago

Here is a log where I reproduce the bug. I hope it helps. What I do is that I build a debian package and install it using dpkg. The system is pehrs.scrool.se running Ubuntu 19.10 (Eoan).

pehrs@pehrs:~$ cd git/problemtools/
✔ ~/git/problemtools [develop ↑·220|✚ 2…7] 
12:29 $ git log | head
commit 287965f4c87d045c173f191da7f2cdaeb9827b36
Author: Per Austrin <austrin@kattis.com>
Date:   Sat Dec 7 11:42:24 2019 +0100

    fix update_version script to handle -revX versions better

commit e0a88d092202407d18fdb0ea84674637222c64ba
Author: Per Austrin <austrin@kattis.com>
Date:   Sat Dec 7 11:32:25 2019 +0100

✔ ~/git/problemtools [develop ↑·220|✚ 2…7] 
12:29 $ make builddeb
dpkg-buildpackage -us -uc -tc -b
dpkg-buildpackage: info: source package kattis-problemtools
dpkg-buildpackage: info: source version 1.20191126-rev1
dpkg-buildpackage: info: source distribution bionic
dpkg-buildpackage: info: source changed by Per Austrin <austrin@kattis.com>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 fakeroot debian/rules clean
make[1]: Entering directory '/home/pehrs/git/problemtools'
dh clean --with python3,python2 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
make[1]: Leaving directory '/home/pehrs/git/problemtools'
 debian/rules build
make[1]: Entering directory '/home/pehrs/git/problemtools'
dh build --with python3,python2 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config 
running config
I: pybuild base:217: python3.7 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py build 
running build
running build_support
Running command: make -C support install DESTDIR=/home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support
make[2]: Entering directory '/home/pehrs/git/problemtools/support'
make -C checktestdata; make -C default_validator; make -C interactive;
make[3]: Entering directory '/home/pehrs/git/problemtools/support/checktestdata'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/checktestdata'
make[3]: Entering directory '/home/pehrs/git/problemtools/support/default_validator'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/default_validator'
make[3]: Entering directory '/home/pehrs/git/problemtools/support/interactive'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/interactive'
install -d /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support
install checktestdata/checktestdata /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support; install default_validator/default_validator /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support; install interactive/interactive /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support;
install default_grader/default_grader /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support
cp viva/viva.jar /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support
install viva/viva.sh /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support
make[2]: Leaving directory '/home/pehrs/git/problemtools/support'
running build_py
copying problemtools/config.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools
copying problemtools/verifyproblem.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools
copying problemtools/problem2pdf.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools
copying problemtools/update_from_old_problemformat.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools
copying problemtools/languages.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools
copying problemtools/template.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools
copying problemtools/problem2html.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools
copying problemtools/_version.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools
copying problemtools/__init__.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/errors.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/buildrun.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/executable.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/source.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/rutil.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/program.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/limit.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/checktestdata.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/viva.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/tools.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
copying problemtools/run/__init__.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests
copying problemtools/tests/test_config.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests
copying problemtools/tests/test_run_limit.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests
copying problemtools/tests/test_languages.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests
copying problemtools/tests/__init__.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/import.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/listingsutf8.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/ulem.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/ProblemsetMacros.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/graphicx.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/__init__.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX
running egg_info
writing requirements to problemtools.egg-info/requires.txt
writing problemtools.egg-info/PKG-INFO
writing top-level names to problemtools.egg-info/top_level.txt
writing dependency_links to problemtools.egg-info/dependency_links.txt
writing entry points to problemtools.egg-info/entry_points.txt
reading manifest file 'problemtools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'problemtools.egg-info/SOURCES.txt'
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/config
copying problemtools/config/languages.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/config
copying problemtools/config/problem.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/config
copying problemtools/config/testdata.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/config
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Accents.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Alignment.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Arrays.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Bibliography.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Boxes.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Breaking.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Crossref.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Floats.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/FontSelection.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Footnotes.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Index.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Lists.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Math.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Misc.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Pictures.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Primitives.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Quotations.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Sectioning.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Sentences.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Space.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Tabbing.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/Verbatim.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/alltt.html -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/babel.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/changebar.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/color.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/fancybox.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/float.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/graphicx.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/hyperref.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/ifthen.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/lipsum.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/listingsutf8.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/longtable.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/memoir.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/minitoc.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/natbib.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/problemsetmacros.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/subfig.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/subfigure.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/textcomp.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/ulem.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/url.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
copying problemtools/templates/html/wrapfig.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Themes
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Themes/default
copying problemtools/templates/html/Themes/default/default-layout.html -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Themes/default
copying problemtools/templates/html/Themes/default/problem.css -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Themes/default
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/latex
copying problemtools/templates/latex/problemset.cls -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/latex
copying problemtools/templates/latex/problemset_0.1.cls -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/latex
copying problemtools/templates/latex/template.tex -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/latex
copying problemtools/templates/latex/template_0.1.tex -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/latex
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/config1
copying problemtools/tests/config1/broken.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/config1
copying problemtools/tests/config1/test.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/config1
copying problemtools/tests/config1/test2.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/config1
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/config2
copying problemtools/tests/config2/test2.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/config2
creating /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/languages_examples
copying problemtools/tests/languages_examples/src1.zoo -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/languages_examples
copying problemtools/tests/languages_examples/src2.zoo -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/languages_examples
copying problemtools/tests/languages_examples/src3.zpp -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/languages_examples
I: pybuild base:217: /usr/bin/python3 setup.py build 
running build
running build_support
Running command: make -C support install DESTDIR=/home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support
make[2]: Entering directory '/home/pehrs/git/problemtools/support'
make -C checktestdata; make -C default_validator; make -C interactive;
make[3]: Entering directory '/home/pehrs/git/problemtools/support/checktestdata'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/checktestdata'
make[3]: Entering directory '/home/pehrs/git/problemtools/support/default_validator'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/default_validator'
make[3]: Entering directory '/home/pehrs/git/problemtools/support/interactive'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/interactive'
install -d /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support
install checktestdata/checktestdata /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support; install default_validator/default_validator /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support; install interactive/interactive /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support;
install default_grader/default_grader /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support
cp viva/viva.jar /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support
install viva/viva.sh /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support
make[2]: Leaving directory '/home/pehrs/git/problemtools/support'
running build_py
copying problemtools/config.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools
copying problemtools/verifyproblem.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools
copying problemtools/problem2pdf.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools
copying problemtools/update_from_old_problemformat.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools
copying problemtools/languages.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools
copying problemtools/template.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools
copying problemtools/problem2html.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools
copying problemtools/_version.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools
copying problemtools/__init__.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/errors.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/buildrun.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/executable.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/source.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/rutil.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/program.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/limit.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/checktestdata.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/viva.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/tools.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
copying problemtools/run/__init__.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests
copying problemtools/tests/test_config.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests
copying problemtools/tests/test_run_limit.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests
copying problemtools/tests/test_languages.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests
copying problemtools/tests/__init__.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/import.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/listingsutf8.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/ulem.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/ProblemsetMacros.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/graphicx.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX
copying problemtools/ProblemPlasTeX/__init__.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX
running egg_info
writing problemtools.egg-info/PKG-INFO
writing dependency_links to problemtools.egg-info/dependency_links.txt
writing entry points to problemtools.egg-info/entry_points.txt
writing requirements to problemtools.egg-info/requires.txt
writing top-level names to problemtools.egg-info/top_level.txt
reading manifest file 'problemtools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'problemtools.egg-info/SOURCES.txt'
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/config
copying problemtools/config/languages.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/config
copying problemtools/config/problem.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/config
copying problemtools/config/testdata.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/config
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Accents.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Alignment.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Arrays.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Bibliography.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Boxes.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Breaking.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Crossref.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Floats.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/FontSelection.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Footnotes.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Index.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Lists.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Math.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Misc.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Pictures.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Primitives.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Quotations.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Sectioning.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Sentences.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Space.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Tabbing.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/Verbatim.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/alltt.html -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/babel.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/changebar.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/color.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/fancybox.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/float.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/graphicx.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/hyperref.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/ifthen.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/lipsum.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/listingsutf8.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/longtable.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/memoir.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/minitoc.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/natbib.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/problemsetmacros.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/subfig.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/subfigure.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/textcomp.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/ulem.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/url.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
copying problemtools/templates/html/wrapfig.zpts -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Themes
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Themes/default
copying problemtools/templates/html/Themes/default/default-layout.html -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Themes/default
copying problemtools/templates/html/Themes/default/problem.css -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Themes/default
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/latex
copying problemtools/templates/latex/problemset.cls -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/latex
copying problemtools/templates/latex/problemset_0.1.cls -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/latex
copying problemtools/templates/latex/template.tex -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/latex
copying problemtools/templates/latex/template_0.1.tex -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/latex
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/config1
copying problemtools/tests/config1/broken.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/config1
copying problemtools/tests/config1/test.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/config1
copying problemtools/tests/config1/test2.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/config1
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/config2
copying problemtools/tests/config2/test2.yaml -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/config2
creating /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/languages_examples
copying problemtools/tests/languages_examples/src1.zoo -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/languages_examples
copying problemtools/tests/languages_examples/src2.zoo -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/languages_examples
copying problemtools/tests/languages_examples/src3.zpp -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/languages_examples
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:217: cd /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build; python2.7 -m pytest 
======================================================================= test session starts ========================================================================
platform linux2 -- Python 2.7.17rc1, pytest-3.10.1, py-1.8.0, pluggy-0.12.0
rootdir: /home/pehrs/git/problemtools, inifile:
collected 28 items                                                                                                                                                 

problemtools/tests/test_config.py .....                                                                                                                      [ 17%]
problemtools/tests/test_languages.py ......................                                                                                                  [ 96%]
problemtools/tests/test_run_limit.py .                                                                                                                       [100%]

==================================================================== 28 passed in 0.54 seconds =====================================================================
I: pybuild base:217: cd /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build; python3.7 -m pytest 
======================================================================= test session starts ========================================================================
platform linux -- Python 3.7.5rc1, pytest-3.10.1, py-1.8.0, pluggy-0.12.0
rootdir: /home/pehrs/git/problemtools, inifile:
collected 28 items                                                                                                                                                 

problemtools/tests/test_config.py .....                                                                                                                      [ 17%]
problemtools/tests/test_languages.py ......................                                                                                                  [ 96%]
problemtools/tests/test_run_limit.py .                                                                                                                       [100%]

========================================================================= warnings summary =========================================================================
.pybuild/cpython3_3.7/build/problemtools/tests/test_config.py::test_load_updated_config
  /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/config.py:63: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    isinstance(value, collections.Mapping) and

-- Docs: https://docs.pytest.org/en/latest/warnings.html
============================================================== 28 passed, 1 warnings in 0.44 seconds ===============================================================
make[1]: Leaving directory '/home/pehrs/git/problemtools'
 fakeroot debian/rules binary
make[1]: Entering directory '/home/pehrs/git/problemtools'
dh binary --with python3,python2 --buildsystem=pybuild
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py install --root /home/pehrs/git/problemtools/debian/kattis-problemtools 
running install
running build
running build_support
Running command: make -C support install DESTDIR=/home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support
make[2]: Entering directory '/home/pehrs/git/problemtools/support'
make -C checktestdata; make -C default_validator; make -C interactive;
make[3]: Entering directory '/home/pehrs/git/problemtools/support/checktestdata'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/checktestdata'
make[3]: Entering directory '/home/pehrs/git/problemtools/support/default_validator'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/default_validator'
make[3]: Entering directory '/home/pehrs/git/problemtools/support/interactive'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/interactive'
install -d /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support
install checktestdata/checktestdata /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support; install default_validator/default_validator /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support; install interactive/interactive /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support;
install default_grader/default_grader /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support
cp viva/viva.jar /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support
install viva/viva.sh /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support
make[2]: Leaving directory '/home/pehrs/git/problemtools/support'
running build_py
copying problemtools/_version.py -> /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools
running egg_info
writing requirements to problemtools.egg-info/requires.txt
writing problemtools.egg-info/PKG-INFO
writing top-level names to problemtools.egg-info/top_level.txt
writing dependency_links to problemtools.egg-info/dependency_links.txt
writing entry points to problemtools.egg-info/entry_points.txt
reading manifest file 'problemtools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'problemtools.egg-info/SOURCES.txt'
running install_lib
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/config.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/verifyproblem.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/languages.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/__init__.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/config.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support/default_grader -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support/viva.jar -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support/checktestdata -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support/viva.sh -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support/default_validator -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/support/interactive -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/support
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/errors.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/buildrun.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/rutil.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/buildrun.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/errors.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/__init__.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/executable.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/source.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/tools.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/rutil.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/limit.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/viva.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/source.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/checktestdata.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/program.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/program.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/limit.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/checktestdata.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/viva.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/executable.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/tools.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/run/__init__.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/problem2pdf.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/update_from_old_problemformat.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/_version.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/config2
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/config2/test2.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/config2
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/__init__.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/test_config.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/__pycache__/test_languages.cpython-27-PYTEST.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/__pycache__/test_config.cpython-27-PYTEST.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/__pycache__/test_run_limit.cpython-27-PYTEST.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/__pycache__
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/languages_examples
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/languages_examples/src3.zpp -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/languages_examples
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/languages_examples/src2.zoo -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/languages_examples
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/languages_examples/src1.zoo -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/languages_examples
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/test_run_limit.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/test_languages.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/__init__.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/config1
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/config1/test2.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/config1
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/config1/test.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/config1
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/tests/config1/broken.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/config1
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/languages.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/config
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/config/testdata.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/config
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/config/problem.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/config
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/config/languages.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/config
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/template.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/problem2html.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX/import.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX/listingsutf8.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX/ulem.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX/ProblemsetMacros.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX/graphicx.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/ProblemPlasTeX/__init__.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/subfigure.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Sectioning.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/minitoc.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/graphicx.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Lists.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/url.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html/Themes
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html/Themes/default
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Themes/default/default-layout.html -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html/Themes/default
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Themes/default/problem.css -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html/Themes/default
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Crossref.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Breaking.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Pictures.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Alignment.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/ulem.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Space.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/ifthen.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/memoir.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Sentences.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/longtable.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Index.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Tabbing.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/textcomp.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/listingsutf8.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/natbib.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Boxes.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Arrays.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Primitives.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/FontSelection.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Quotations.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Math.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/wrapfig.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Accents.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/alltt.html -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Bibliography.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Footnotes.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/color.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/subfig.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/changebar.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/hyperref.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Floats.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/float.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/lipsum.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Verbatim.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/problemsetmacros.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/Misc.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/babel.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/html/fancybox.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/html
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/latex
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/latex/template.tex -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/latex
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/latex/template_0.1.tex -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/latex
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/latex/problemset_0.1.cls -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/latex
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/templates/latex/problemset.cls -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/templates/latex
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/_version.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython2_2.7/build/problemtools/__init__.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/config.py to config.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/verifyproblem.py to verifyproblem.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/errors.py to errors.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/buildrun.py to buildrun.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/executable.py to executable.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/source.py to source.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/rutil.py to rutil.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/program.py to program.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/limit.py to limit.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/checktestdata.py to checktestdata.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/viva.py to viva.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/tools.py to tools.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/run/__init__.py to __init__.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/problem2pdf.py to problem2pdf.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/update_from_old_problemformat.py to update_from_old_problemformat.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/test_config.py to test_config.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/test_run_limit.py to test_run_limit.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/test_languages.py to test_languages.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/tests/__init__.py to __init__.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/languages.py to languages.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/template.py to template.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/problem2html.py to problem2html.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX/import.py to import.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX/listingsutf8.py to listingsutf8.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX/ulem.py to ulem.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX/ProblemsetMacros.py to ProblemsetMacros.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX/graphicx.py to graphicx.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/ProblemPlasTeX/__init__.py to __init__.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/_version.py to _version.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools/__init__.py to __init__.pyc
running install_egg_info
Copying problemtools.egg-info to /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python2.7/dist-packages/problemtools-1.20160728.dev223.egg-info
Skipping SOURCES.txt
running install_scripts
Installing verifyproblem script to /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/bin
Installing problem2html script to /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/bin
Installing problem2pdf script to /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/bin
I: pybuild base:217: /usr/bin/python3 setup.py install --root /home/pehrs/git/problemtools/debian/kattis-problemtools --install-scripts=/usr/lib/problemtools/bin/
running install
running build
running build_support
Running command: make -C support install DESTDIR=/home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support
make[2]: Entering directory '/home/pehrs/git/problemtools/support'
make -C checktestdata; make -C default_validator; make -C interactive;
make[3]: Entering directory '/home/pehrs/git/problemtools/support/checktestdata'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/checktestdata'
make[3]: Entering directory '/home/pehrs/git/problemtools/support/default_validator'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/default_validator'
make[3]: Entering directory '/home/pehrs/git/problemtools/support/interactive'
make[3]: Nothing to be done for 'build'.
make[3]: Leaving directory '/home/pehrs/git/problemtools/support/interactive'
install -d /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support
install checktestdata/checktestdata /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support; install default_validator/default_validator /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support; install interactive/interactive /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support;
install default_grader/default_grader /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support
cp viva/viva.jar /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support
install viva/viva.sh /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support
make[2]: Leaving directory '/home/pehrs/git/problemtools/support'
running build_py
copying problemtools/_version.py -> /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools
running egg_info
writing problemtools.egg-info/PKG-INFO
writing dependency_links to problemtools.egg-info/dependency_links.txt
writing entry points to problemtools.egg-info/entry_points.txt
writing requirements to problemtools.egg-info/requires.txt
writing top-level names to problemtools.egg-info/top_level.txt
reading manifest file 'problemtools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'problemtools.egg-info/SOURCES.txt'
running install_lib
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/config.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/verifyproblem.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/__pycache__/languages.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/__pycache__/config.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/__pycache__/_version.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/__pycache__/__init__.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/__pycache__
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support/default_grader -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support/viva.jar -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support/checktestdata -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support/viva.sh -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support/default_validator -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/support
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/support/interactive -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/support
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/errors.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/buildrun.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/executable.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/source.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/limit.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/program.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/viva.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/errors.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/__init__.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/buildrun.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/rutil.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/executable.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/checktestdata.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/source.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__pycache__/tools.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/rutil.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/program.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/limit.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/checktestdata.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/viva.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/tools.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/run/__init__.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/problem2pdf.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/update_from_old_problemformat.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/config2
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/config2/test2.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/config2
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/test_config.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/__pycache__/test_run_limit.cpython-37-PYTEST.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/__pycache__/__init__.cpython-37.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/__pycache__/test_languages.cpython-37-PYTEST.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/__pycache__
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/__pycache__/test_config.cpython-37-PYTEST.pyc -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/__pycache__
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/languages_examples
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/languages_examples/src3.zpp -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/languages_examples
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/languages_examples/src2.zoo -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/languages_examples
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/languages_examples/src1.zoo -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/languages_examples
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/test_run_limit.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/test_languages.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/__init__.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/config1
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/config1/test2.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/config1
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/config1/test.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/config1
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/tests/config1/broken.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/config1
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/languages.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/config
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/config/testdata.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/config
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/config/problem.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/config
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/config/languages.yaml -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/config
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/template.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/problem2html.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX/import.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX/listingsutf8.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX/ulem.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX/ProblemsetMacros.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX/graphicx.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/ProblemPlasTeX/__init__.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/subfigure.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Sectioning.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/minitoc.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/graphicx.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Lists.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/url.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html/Themes
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html/Themes/default
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Themes/default/default-layout.html -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html/Themes/default
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Themes/default/problem.css -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html/Themes/default
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Crossref.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Breaking.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Pictures.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Alignment.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/ulem.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Space.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/ifthen.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/memoir.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Sentences.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/longtable.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Index.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Tabbing.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/textcomp.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/listingsutf8.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/natbib.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Boxes.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Arrays.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Primitives.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/FontSelection.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Quotations.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Math.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/wrapfig.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Accents.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/alltt.html -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Bibliography.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Footnotes.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/color.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/subfig.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/changebar.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/hyperref.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Floats.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/float.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/lipsum.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Verbatim.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/problemsetmacros.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/Misc.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/babel.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/html/fancybox.zpts -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/html
creating /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/latex
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/latex/template.tex -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/latex
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/latex/template_0.1.tex -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/latex
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/latex/problemset_0.1.cls -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/latex
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/templates/latex/problemset.cls -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/templates/latex
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/_version.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools
copying /home/pehrs/git/problemtools/.pybuild/cpython3_3.7/build/problemtools/__init__.py -> /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/config.py to config.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/verifyproblem.py to verifyproblem.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/errors.py to errors.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/buildrun.py to buildrun.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/executable.py to executable.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/source.py to source.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/rutil.py to rutil.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/program.py to program.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/limit.py to limit.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/checktestdata.py to checktestdata.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/viva.py to viva.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/tools.py to tools.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/run/__init__.py to __init__.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/problem2pdf.py to problem2pdf.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/update_from_old_problemformat.py to update_from_old_problemformat.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/test_config.py to test_config.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/test_run_limit.py to test_run_limit.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/test_languages.py to test_languages.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/tests/__init__.py to __init__.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/languages.py to languages.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/template.py to template.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/problem2html.py to problem2html.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX/import.py to import.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX/listingsutf8.py to listingsutf8.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX/ulem.py to ulem.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX/ProblemsetMacros.py to ProblemsetMacros.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX/graphicx.py to graphicx.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/ProblemPlasTeX/__init__.py to __init__.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/_version.py to _version.cpython-37.pyc
byte-compiling /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools/__init__.py to __init__.cpython-37.pyc
running install_egg_info
Copying problemtools.egg-info to /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/python3.7/dist-packages/problemtools-1.20160728.dev223.egg-info
Skipping SOURCES.txt
running install_scripts
Installing problem2html script to /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/problemtools/bin/
Installing problem2pdf script to /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/problemtools/bin/
Installing verifyproblem script to /home/pehrs/git/problemtools/debian/kattis-problemtools/usr/lib/problemtools/bin/
   dh_install -O--buildsystem=pybuild
   dh_installdocs -O--buildsystem=pybuild
   dh_installchangelogs -O--buildsystem=pybuild
   dh_python3 -O--buildsystem=pybuild
I: dh_python3 tools:114: replacing shebang in debian/kattis-problemtools/usr/bin/verifyproblem
I: dh_python3 tools:114: replacing shebang in debian/kattis-problemtools/usr/bin/problem2pdf
I: dh_python3 tools:114: replacing shebang in debian/kattis-problemtools/usr/bin/problem2html
   dh_python2 -O--buildsystem=pybuild
I: dh_python2 tools:114: replacing shebang in debian/kattis-problemtools/usr/bin/verifyproblem
I: dh_python2 tools:114: replacing shebang in debian/kattis-problemtools/usr/bin/problem2pdf
I: dh_python2 tools:114: replacing shebang in debian/kattis-problemtools/usr/bin/problem2html
   dh_installinit -O--buildsystem=pybuild
   dh_perl -O--buildsystem=pybuild
   dh_link -O--buildsystem=pybuild
   dh_strip_nondeterminism -O--buildsystem=pybuild
   dh_compress -O--buildsystem=pybuild
   dh_fixperms -O--buildsystem=pybuild
   dh_missing -O--buildsystem=pybuild
   dh_strip -O--buildsystem=pybuild
   dh_makeshlibs -O--buildsystem=pybuild
   dh_shlibdeps -O--buildsystem=pybuild
   dh_installdeb -O--buildsystem=pybuild
   dh_gencontrol -O--buildsystem=pybuild
dpkg-gencontrol: warning: package kattis-problemtools: substitution variable ${python:Versions} unused, but is defined
dpkg-gencontrol: warning: package kattis-problemtools: substitution variable ${python:Versions} unused, but is defined
   dh_md5sums -O--buildsystem=pybuild
   dh_builddeb -O--buildsystem=pybuild
dpkg-deb: building package 'kattis-problemtools-dbgsym' in 'debian/.debhelper/scratch-space/build-kattis-problemtools/kattis-problemtools-dbgsym_1.20191126-rev1_amd64.deb'.
dpkg-deb: building package 'kattis-problemtools' in '../kattis-problemtools_1.20191126-rev1_amd64.deb'.
    Renaming kattis-problemtools-dbgsym_1.20191126-rev1_amd64.deb to kattis-problemtools-dbgsym_1.20191126-rev1_amd64.ddeb
make[1]: Leaving directory '/home/pehrs/git/problemtools'
 dpkg-genbuildinfo --build=binary
 dpkg-genchanges --build=binary >../kattis-problemtools_1.20191126-rev1_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 fakeroot debian/rules clean
make[1]: Entering directory '/home/pehrs/git/problemtools'
dh clean --with python3,python2 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
make[1]: Leaving directory '/home/pehrs/git/problemtools'
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
✘-2 ~/git/problemtools [develop ↑·220|✚ 1…1] 
12:30 $ sudo dpkg -i ../kattis-problemtools
kattis-problemtools_1.20191126-rev1_amd64.deb          kattis-problemtools-dbgsym_1.20191126-rev1_amd64.ddeb
✘-2 ~/git/problemtools [develop ↑·220|✚ 1…1] 
12:30 $ sudo dpkg -i ../kattis-problemtools_1.20191126-rev1_amd64.deb 
(Reading database ... 329154 files and directories currently installed.)
Preparing to unpack .../kattis-problemtools_1.20191126-rev1_amd64.deb ...
Unpacking kattis-problemtools (1.20191126-rev1) over (1.20191126-rev1) ...
Setting up kattis-problemtools (1.20191126-rev1) ...
Failed to byte-compile /usr/lib/problemtools/examples/different/submissions/accepted/different.py:   File "/usr/lib/problemtools/examples/different/submissions/accepted/different.py", line 7
    print abs(a-b)
          ^
SyntaxError: Missing parentheses in call to 'print'

Failed to byte-compile /usr/lib/problemtools/examples/guess/submissions/wrong_answer/guess.py:   File "/usr/lib/problemtools/examples/guess/submissions/wrong_answer/guess.py", line 3
    print "500"
          ^
SyntaxError: Missing parentheses in call to 'print'

Failed to byte-compile /usr/lib/problemtools/examples/hello/submissions/accepted/hello.py:   File "/usr/lib/problemtools/examples/hello/submissions/accepted/hello.py", line 1
    print 'Hello World!'
          ^
SyntaxError: Missing parentheses in call to 'print'
✔ ~/git/problemtools [develop ↑·220|✚ 1…1] 
12:30 $ 
austrin commented 4 years ago

Could you send me the .deb file? It would help me understand if the difference compared to when I'm testing.

pehrsoderman commented 4 years ago

Deb is attached. kattis-problemtools_1.20191126-rev1_amd64.deb.zip

austrin commented 4 years ago

TL;DR: it seems to me that this is a bug/flaw in pypy3, but at least it does not prevent the package from being installed, it just prints those error messages.

Long version: the pypy3compile -p <package> script (which takes the name of an installed package and compiles all modules therein) has a simplified logic for computing which files to compile by simply taking the output of dpkg -L <package> and taking all .py files listed (except any in /usr/share/doc/). In contrast, the analogous pycompile and py3compile scripts for CPython use the debpython module to find the public Python modules of the package and only compile these, instead of all .py files.

Fortunately things work anyway because the dh_python packaging sets up the postinst script to not fail if pypy3compile fails (whereas if pycompile or py3compile fails, the postinst script fails).