Skip to content

Instantly share code, notes, and snippets.

@akrabat

akrabat/cmd.txt Secret

Created September 6, 2019 06:54
Show Gist options
  • Save akrabat/0dfc4beb4d160549db1a5a2cde820322 to your computer and use it in GitHub Desktop.
Save akrabat/0dfc4beb4d160549db1a5a2cde820322 to your computer and use it in GitHub Desktop.
rob@swiftsure rst2pdf {rst2pdf-py2} (stephenfin/tox-integration %) $ tox
py27 develop-inst-nodeps: /Users/rob/Projects/python/rst2pdf
py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,aafigure==0.6,alabaster==0.7.12,attrs==19.1.0,Babel==2.7.0,backports.functools-lru-cache==1.5,certifi==2019.6.16,chardet==3.0.4,coverage==4.5.4,cssselect2==0.2.1,cycler==0.10.0,docutils==0.15.2,html5lib==1.0.1,idna==2.8,imagesize==1.1.0,Jinja2==2.10.1,kiwisolver==1.1.0,lxml==4.4.1,MarkupSafe==1.1.1,matplotlib==2.2.4,nose==1.3.7,numpy==1.16.4,packaging==19.1,pdfrw==0.4,Pillow==6.1.0,Pygments==2.4.2,pyparsing==2.4.2,PyPDF2==1.26.0,python-dateutil==2.8.0,pytz==2019.2,reportlab==3.5.23,requests==2.22.0,-e git+git@github.com:akrabat/rst2pdf.git@1fece67bf256de3e101a955de9c37dce43d3e794#egg=rst2pdf,six==1.12.0,smartypants==2.0.1,snowballstemmer==1.9.0,Sphinx==1.8.5,sphinxcontrib-websupport==1.1.2,subprocess32==3.5.4,svglib==0.9.2,tinycss2==0.6.1,typing==3.7.4,urllib3==1.25.3,webencodings==0.5.1,xhtml2pdf==0.2.3
py27 run-test-pre: PYTHONHASHSEED='2959499834'
py27 run-test: commands[0] | nosetests -i regulartest -i sphinxtest
..........................F....F.........FS......................................................S..S..........SS.......S..F....SFFF....S......F......S........S..........S..........SS.FS..S......S....S...............................SSSS.......................S...........S.F.S...........S.............S..
======================================================================
FAIL: test_fancytitles.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rob/Projects/python/rst2pdf/.tox/py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/test.py", line 50, in __call__
assert key == 'good', '%s is not good: %s'%(f,key)
AssertionError: /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/test_fancytitles.txt is not good: unknown
-------------------- >> begin captured stdout << ---------------------
Process "coverage" started on Thu Sep 5 19:59:05 2019
coverage run -a
/Users/rob/Projects/python/rst2pdf/.tox/py27/bin/rst2pdf
--date-invariant -v test_fancytitles.txt -e fancytitles -e
inkscape -o
/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/output/test_fancytitles.pdf
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] createpdf.py:1578 Importing extension module 'fancytitles'
* [INFO] createpdf.py:1578 Importing extension module 'inkscape'
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] styles.py:81 Using stylesheets:
* [INFO] styles.py:114 FontPath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/fonts']
* [INFO] styles.py:115 StylePath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/styles', '/Users/rob/.rst2pdf/styles']
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] image.py:205 Backend for /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/tmp7hGm_R.svg is SVGIMage
* [INFO] image.py:205 Backend for /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/tmpOJr403.svg is SVGIMage
* [INFO] createpdf.py:639 Starting build
* [WARNING] image.py:402 image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/tmp7hGm_R.svg is too wide for the frame, rescaling
* [WARNING] image.py:402 image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/tmpOJr403.svg is too wide for the frame, rescaling
* [INFO] createpdf.py:1110 Page 1 [1]
Program coverage exit code: PASS (0) elapsed time: 03:04.1 minutes
Validity of file test_fancytitles.pdf checksum '21d929e6c7f26c94e9dbe66c5ec14a3d' is unknown.
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_foreground.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rob/Projects/python/rst2pdf/.tox/py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/test.py", line 50, in __call__
assert key == 'good', '%s is not good: %s'%(f,key)
AssertionError: /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/test_foreground.txt is not good: unknown
-------------------- >> begin captured stdout << ---------------------
Process "coverage" started on Thu Sep 5 20:02:26 2019
coverage run -a
/Users/rob/Projects/python/rst2pdf/.tox/py27/bin/rst2pdf
--date-invariant -v test_foreground.txt -e inkscape -e
vectorpdf -s test_foreground.style -o
/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/output/test_foreground.pdf
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] createpdf.py:1578 Importing extension module 'inkscape'
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] styles.py:81 Using stylesheets: test_foreground.style
* [INFO] styles.py:114 FontPath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/fonts']
* [INFO] styles.py:115 StylePath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/styles', '/Users/rob/.rst2pdf/styles']
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] createpdf.py:639 Starting build
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 21.000000cm by 29.700001cm [near line UNKNOWN in file UNKNOWN]
* [INFO] createpdf.py:1110 Page 1 [1]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/confidential.png size calculated: 17.991667cm by 17.991667cm [near line UNKNOWN in file UNKNOWN]
Program coverage exit code: PASS (0) elapsed time: 03.9 seconds
Validity of file test_foreground.pdf checksum 'fb52147023a85982fba544c2a6880acb' is unknown.
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_image_units_pdf.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rob/Projects/python/rst2pdf/.tox/py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/test.py", line 50, in __call__
assert key == 'good', '%s is not good: %s'%(f,key)
AssertionError: /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/test_image_units_pdf.txt is not good: unknown
-------------------- >> begin captured stdout << ---------------------
Process "coverage" started on Thu Sep 5 20:03:04 2019
coverage run -a
/Users/rob/Projects/python/rst2pdf/.tox/py27/bin/rst2pdf
--date-invariant -v test_image_units_pdf.txt -s
test_image_units_pdf.style -o
/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/output/test_image_units_pdf.pdf
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] styles.py:81 Using stylesheets: test_image_units_pdf.style
* [INFO] styles.py:114 FontPath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/fonts']
* [INFO] styles.py:115 StylePath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/styles', '/Users/rob/.rst2pdf/styles']
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard_16dpi.png size calculated: 2.540000cm by 2.540000cm [near line 8 in file test_image_units_pdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 2.540000cm by 2.540000cm [near line UNKNOWN in file test_image_units_pdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 2.540000cm by 2.540000cm [near line UNKNOWN in file test_image_units_pdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 2.540000cm by 2.540000cm [near line UNKNOWN in file test_image_units_pdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 2.540000cm by 2.540000cm [near line UNKNOWN in file test_image_units_pdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 2.540000cm by 2.540000cm [near line UNKNOWN in file test_image_units_pdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 2.540000cm by 2.540000cm [near line UNKNOWN in file test_image_units_pdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 2.540000cm by 2.540000cm [near line UNKNOWN in file test_image_units_pdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 2.540000cm by 2.540000cm [near line UNKNOWN in file test_image_units_pdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 3.527778cm by 3.527778cm [near line UNKNOWN in file test_image_units_pdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 1.763889cm by 1.763889cm [near line UNKNOWN in file test_image_units_pdf.txt]
* [INFO] createpdf.py:639 Starting build
* [INFO] createpdf.py:1110 Page 1 [1]
* [INFO] createpdf.py:1110 Page 2 [2]
Program coverage exit code: PASS (0) elapsed time: 02.9 seconds
Validity of file test_image_units_pdf.pdf checksum '1c8a6790c2112924b9bb1e370c9dea25' is unknown.
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_issue_263.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rob/Projects/python/rst2pdf/.tox/py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/test.py", line 50, in __call__
assert key == 'good', '%s is not good: %s'%(f,key)
AssertionError: /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/test_issue_263.txt is not good: unknown
-------------------- >> begin captured stdout << ---------------------
Process "coverage" started on Thu Sep 5 20:09:29 2019
coverage run -a
/Users/rob/Projects/python/rst2pdf/.tox/py27/bin/rst2pdf
--date-invariant -v test_issue_263.txt -e vectorpdf -o
/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/output/test_issue_263.pdf
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] styles.py:81 Using stylesheets:
* [INFO] styles.py:114 FontPath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/fonts']
* [INFO] styles.py:115 StylePath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/styles', '/Users/rob/.rst2pdf/styles']
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 5.250000cm by 7.425000cm [near line UNKNOWN in file test_issue_263.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line 31 in file test_issue_263.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/text_and_vectors_001.pdf size calculated: 13.501007cm by 8.510868cm [near line 35 in file test_issue_263.txt]
* [INFO] createpdf.py:639 Starting build
* [INFO] createpdf.py:1110 Page 1 [1]
* [INFO] createpdf.py:1110 Page 2 [2]
* [INFO] flowables.py:1051 Number of items in TOC changed from 0 to 3, not satisfied
* [INFO] createpdf.py:1110 Page 1 [1]
* [INFO] createpdf.py:1110 Page 2 [2]
Program coverage exit code: PASS (0) elapsed time: 06.7 seconds
Validity of file test_issue_263.pdf checksum '07bdfd2c58c57504961c2d469877220f' is unknown.
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_issue_266_3.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rob/Projects/python/rst2pdf/.tox/py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/test.py", line 50, in __call__
assert key == 'good', '%s is not good: %s'%(f,key)
AssertionError: /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/test_issue_266_3.txt is not good: unknown
-------------------- >> begin captured stdout << ---------------------
Process "coverage" started on Thu Sep 5 20:09:56 2019
coverage run -a
/Users/rob/Projects/python/rst2pdf/.tox/py27/bin/rst2pdf
--date-invariant -v test_issue_266_3.txt -e vectorpdf -o
/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/output/test_issue_266_3.pdf
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] styles.py:81 Using stylesheets:
* [INFO] styles.py:114 FontPath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/fonts']
* [INFO] styles.py:115 StylePath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/styles', '/Users/rob/.rst2pdf/styles']
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line 11 in file test_issue_266_3.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 14.287500cm by 6.879167cm [near line UNKNOWN in file test_issue_266_3.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 28.575000cm by 13.758333cm [near line UNKNOWN in file test_issue_266_3.txt]
* [INFO] createpdf.py:639 Starting build
* [INFO] createpdf.py:1110 Page 1 [1]
* [WARNING] image.py:402 image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf#page=6#viewrect=250,330,270,130 is too wide for the frame, rescaling
* [INFO] createpdf.py:1110 Page 2 [2]
Program coverage exit code: PASS (0) elapsed time: 05.3 seconds
Validity of file test_issue_266_3.pdf checksum 'e34ec6b74846fe28cfe26504e9646e81' is unknown.
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_issue_266_4.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rob/Projects/python/rst2pdf/.tox/py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/test.py", line 50, in __call__
assert key == 'good', '%s is not good: %s'%(f,key)
AssertionError: /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/test_issue_266_4.txt is not good: unknown
-------------------- >> begin captured stdout << ---------------------
Process "coverage" started on Thu Sep 5 20:10:01 2019
coverage run -a
/Users/rob/Projects/python/rst2pdf/.tox/py27/bin/rst2pdf
--date-invariant -v test_issue_266_4.txt -e vectorpdf -s
test_issue_266_4.style -o
/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/output/test_issue_266_4.pdf
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] styles.py:81 Using stylesheets: test_issue_266_4.style
* [INFO] styles.py:114 FontPath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/fonts']
* [INFO] styles.py:115 StylePath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/styles', '/Users/rob/.rst2pdf/styles']
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 14.287500cm by 6.879167cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 28.575000cm by 13.758333cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 14.287500cm by 6.879167cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 28.575000cm by 13.758333cm [near line UNKNOWN in file UNKNOWN]
* [INFO] createpdf.py:639 Starting build
* [WARNING] image.py:402 image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf#page=6#viewrect=250,330,270,130 is too wide for the frame, rescaling
* [INFO] createpdf.py:1110 Page 1 [1]
* [WARNING] image.py:402 image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf#page=6#viewrect=250,330,270,130 is too wide for the frame, rescaling
* [INFO] createpdf.py:1110 Page 2 [2]
* [INFO] createpdf.py:1110 Page 3 [3]
Program coverage exit code: PASS (0) elapsed time: 06.1 seconds
Validity of file test_issue_266_4.pdf checksum '0d0bb1959c2f931d12a316fac9a8edbd' is unknown.
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_issue_267.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rob/Projects/python/rst2pdf/.tox/py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/test.py", line 50, in __call__
assert key == 'good', '%s is not good: %s'%(f,key)
AssertionError: /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/test_issue_267.txt is not good: unknown
-------------------- >> begin captured stdout << ---------------------
Process "coverage" started on Thu Sep 5 20:10:07 2019
coverage run -a
/Users/rob/Projects/python/rst2pdf/.tox/py27/bin/rst2pdf
--date-invariant -v test_issue_267.txt -e vectorpdf -o
/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/output/test_issue_267.pdf
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] styles.py:81 Using stylesheets:
* [INFO] styles.py:114 FontPath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/fonts']
* [INFO] styles.py:115 StylePath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/styles', '/Users/rob/.rst2pdf/styles']
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.png size calculated: 0.423333cm by 0.423333cm [near line 7 in file test_issue_267.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.png size calculated: 0.423333cm by 0.423333cm [near line UNKNOWN in file test_issue_267.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.png size calculated: 0.423333cm by 0.423333cm [near line UNKNOWN in file test_issue_267.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.png size calculated: 0.423333cm by 0.423333cm [near line UNKNOWN in file test_issue_267.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.png size calculated: 0.423333cm by 0.423333cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.png size calculated: 0.423333cm by 0.423333cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.png size calculated: 0.423333cm by 0.423333cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.png size calculated: 0.423333cm by 0.423333cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line 51 in file test_issue_267.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line UNKNOWN in file test_issue_267.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line UNKNOWN in file test_issue_267.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line UNKNOWN in file test_issue_267.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line UNKNOWN in file UNKNOWN]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line UNKNOWN in file UNKNOWN]
* [INFO] createpdf.py:639 Starting build
* [INFO] createpdf.py:1110 Page 1 [1]
* [WARNING] image.py:402 image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf#page=6#viewrect=250,330,270,130 is too wide for the frame, rescaling
* [WARNING] image.py:402 image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf#page=6#viewrect=250,330,270,130 is too wide for the frame, rescaling
* [WARNING] image.py:402 image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf#page=6#viewrect=250,330,270,130 is too wide for the frame, rescaling
* [INFO] createpdf.py:1110 Page 2 [2]
* [WARNING] image.py:402 image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf#page=6#viewrect=250,330,270,130 is too wide for the frame, rescaling
* [INFO] createpdf.py:1110 Page 3 [3]
Program coverage exit code: PASS (0) elapsed time: 06.9 seconds
Validity of file test_issue_267.pdf checksum '9c43d67598566453606b370243f0d4fe' is unknown.
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_issue_294.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rob/Projects/python/rst2pdf/.tox/py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/test.py", line 50, in __call__
assert key == 'good', '%s is not good: %s'%(f,key)
AssertionError: /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/test_issue_294.txt is not good: unknown
-------------------- >> begin captured stdout << ---------------------
Process "coverage" started on Thu Sep 5 20:11:31 2019
coverage run -a
/Users/rob/Projects/python/rst2pdf/.tox/py27/bin/rst2pdf
--date-invariant -v test_issue_294.txt -o
/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/output/test_issue_294.pdf
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] styles.py:81 Using stylesheets:
* [INFO] styles.py:114 FontPath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/fonts']
* [INFO] styles.py:115 StylePath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/styles', '/Users/rob/.rst2pdf/styles']
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 7.000000cm by 7.000000cm [near line UNKNOWN in file test_issue_294.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.png size calculated: 7.000000cm by 7.000000cm [near line UNKNOWN in file test_issue_294.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/biohazard.pdf size calculated: 7.000000cm by 7.000000cm [near line UNKNOWN in file test_issue_294.txt]
* [INFO] createpdf.py:639 Starting build
* [INFO] createpdf.py:1110 Page 1 [1]
Program coverage exit code: PASS (0) elapsed time: 04.9 seconds
Validity of file test_issue_294.pdf checksum '80eb89f8ae43fc3601db31d0b41caf53' is unknown.
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_issue_383.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rob/Projects/python/rst2pdf/.tox/py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/test.py", line 50, in __call__
assert key == 'good', '%s is not good: %s'%(f,key)
AssertionError: /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/test_issue_383.txt is not good: unknown
-------------------- >> begin captured stdout << ---------------------
Process "coverage" started on Thu Sep 5 20:15:13 2019
coverage run -a
/Users/rob/Projects/python/rst2pdf/.tox/py27/bin/rst2pdf
--date-invariant -v test_issue_383.txt -o
/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/output/test_issue_383.pdf
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] styles.py:81 Using stylesheets:
* [INFO] styles.py:114 FontPath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/fonts']
* [INFO] styles.py:115 StylePath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/styles', '/Users/rob/.rst2pdf/styles']
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/images/image-missing.jpg size calculated: 1.083733cm by 1.083733cm [near line 1 in file test_issue_383.txt]
* [INFO] createpdf.py:639 Starting build
* [INFO] createpdf.py:1110 Page 1 [1]
Program coverage exit code: PASS (0) elapsed time: 06.1 seconds
Validity of file test_issue_383.pdf checksum '8500324005c53ecd91e2a7c13121298c' is unknown.
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_vectorpdf.txt
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/rob/Projects/python/rst2pdf/.tox/py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/test.py", line 50, in __call__
assert key == 'good', '%s is not good: %s'%(f,key)
AssertionError: /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/test_vectorpdf.txt is not good: unknown
-------------------- >> begin captured stdout << ---------------------
Process "coverage" started on Thu Sep 5 20:26:55 2019
coverage run -a
/Users/rob/Projects/python/rst2pdf/.tox/py27/bin/rst2pdf
--date-invariant -v test_vectorpdf.txt -e vectorpdf -o
/Users/rob/Projects/python/rst2pdf/rst2pdf/tests/output/test_vectorpdf.pdf
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] createpdf.py:1578 Importing extension module 'vectorpdf'
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] styles.py:81 Using stylesheets:
* [INFO] styles.py:114 FontPath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/fonts']
* [INFO] styles.py:115 StylePath:['.', '/Users/rob/Projects/python/rst2pdf/rst2pdf/styles', '/Users/rob/.rst2pdf/styles']
* [INFO] languages.py:39 Language 'en_US' not supported by Docutils, using 'en' instead.
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 5.250000cm by 7.425000cm [near line UNKNOWN in file test_vectorpdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/demo.pdf size calculated: 9.525000cm by 4.586111cm [near line 18 in file test_vectorpdf.txt]
* [INFO] image.py:358 Image /Users/rob/Projects/python/rst2pdf/rst2pdf/tests/input/images/text_and_vectors_001.pdf size calculated: 13.501007cm by 8.510868cm [near line 22 in file test_vectorpdf.txt]
* [INFO] createpdf.py:639 Starting build
* [INFO] createpdf.py:1110 Page 1 [1]
* [INFO] createpdf.py:1110 Page 2 [2]
Program coverage exit code: PASS (0) elapsed time: 02.4 seconds
Validity of file test_vectorpdf.pdf checksum '44696b8aa5325e0984265dfb01a2e116' is unknown.
1
--------------------- >> end captured stdout << ----------------------
----------------------------------------------------------------------
Ran 304 tests in 1854.077s
FAILED (SKIP=26, failures=10)
ERROR: InvocationError for command /Users/rob/Projects/python/rst2pdf/.tox/py27/bin/nosetests -i regulartest -i sphinxtest (exited with code 1)
docs create: /Users/rob/Projects/python/rst2pdf/.tox/docs
ERROR: InterpreterNotFound: python3
style create: /Users/rob/Projects/python/rst2pdf/.tox/style
ERROR: InterpreterNotFound: python3
____________________________________________________________ summary _____________________________________________________________
ERROR: py27: commands failed
ERROR: docs: InterpreterNotFound: python3
ERROR: style: InterpreterNotFound: python3
rob@swiftsure rst2pdf {rst2pdf-py2} (stephenfin/tox-integration %) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment