Your message dated Tue, 14 May 2013 11:22:33 +0200
with message-id <[email protected]>
and subject line Re: Bug#707427: pymarkups: FTBFS: ImportError: No module named 
'standalone'
has caused the Debian Bug report #707427,
regarding pymarkups: FTBFS: ImportError: No module named 'standalone'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
707427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707427
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pymarkups
Version: 0.2.4-1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130509 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> set -ex; for python in python3.2 python3.3; do \
>               $python setup.py test; \
>       done
> + python3.2 setup.py test
> running test
> test_extensions_loading (tests.test_markdown.MarkdownTest) ... ok
> test_extra (tests.test_markdown.MarkdownTest) ... ok
> test_mathjax (tests.test_markdown.MarkdownTest) ... ok
> test_meta (tests.test_markdown.MarkdownTest) ... ok
> test_remove_extra (tests.test_markdown.MarkdownTest) ... ok
> test_basic (tests.test_restructuredtext.ReStructuredTextTest) ... ok
> test_mathjax_loading (tests.test_restructuredtext.ReStructuredTextTest) ... ok
> test_api (tests.test_public_api.APITest) ... ok
> test_web (tests.test_web.WebTest) ... ok
> 
> ----------------------------------------------------------------------
> Ran 9 tests in 0.276s
> 
> OK
> + python3.3 setup.py test
> running test
> test_extensions_loading (tests.test_markdown.MarkdownTest) ... ok
> test_extra (tests.test_markdown.MarkdownTest) ... ok
> test_mathjax (tests.test_markdown.MarkdownTest) ... ok
> test_meta (tests.test_markdown.MarkdownTest) ... ok
> test_remove_extra (tests.test_markdown.MarkdownTest) ... ok
> test_basic (tests.test_restructuredtext.ReStructuredTextTest) ... ERROR
> test_mathjax_loading (tests.test_restructuredtext.ReStructuredTextTest) ... 
> ERROR
> test_api (tests.test_public_api.APITest) ... ok
> test_web (tests.test_web.WebTest) ... ERROR
> ERROR
> 
> ======================================================================
> ERROR: test_basic (tests.test_restructuredtext.ReStructuredTextTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests/test_restructuredtext.py", line 17, in test_basic
>     text = markup.get_document_body(basic_text)
>   File "/«PKGBUILDDIR»/markups/restructuredtext.py", line 47, in 
> get_document_body
>     return self.publish_parts(text)['body']
>   File "/«PKGBUILDDIR»/markups/restructuredtext.py", line 38, in publish_parts
>     settings_overrides=overrides)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 435, in 
> publish_parts
>     enable_exit_status=enable_exit_status)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 644, in 
> publish_programmatically
>     pub.set_components(reader_name, parser_name, writer_name)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 93, in 
> set_components
>     self.set_reader(reader_name, self.parser, parser_name)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 82, in 
> set_reader
>     reader_class = readers.get_reader_class(reader_name)
>   File "/usr/lib/python3/dist-packages/docutils/readers/__init__.py", line 
> 106, in get_reader_class
>     module = __import__(reader_name, globals(), locals())
> ImportError: No module named 'standalone'
> 
> ======================================================================
> ERROR: test_mathjax_loading (tests.test_restructuredtext.ReStructuredTextTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests/test_restructuredtext.py", line 30, in 
> test_mathjax_loading
>     self.assertEqual('', markup.get_javascript('Hello, world!'))
>   File "/«PKGBUILDDIR»/markups/restructuredtext.py", line 59, in 
> get_javascript
>     head = self.publish_parts(text)['head']
>   File "/«PKGBUILDDIR»/markups/restructuredtext.py", line 38, in publish_parts
>     settings_overrides=overrides)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 435, in 
> publish_parts
>     enable_exit_status=enable_exit_status)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 644, in 
> publish_programmatically
>     pub.set_components(reader_name, parser_name, writer_name)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 93, in 
> set_components
>     self.set_reader(reader_name, self.parser, parser_name)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 82, in 
> set_reader
>     reader_class = readers.get_reader_class(reader_name)
>   File "/usr/lib/python3/dist-packages/docutils/readers/__init__.py", line 
> 106, in get_reader_class
>     module = __import__(reader_name, globals(), locals())
> ImportError: No module named 'standalone'
> 
> ======================================================================
> ERROR: test_web (tests.test_web.WebTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests/test_web.py", line 22, in test_web
>     lib.update('page.rst')
>   File "/«PKGBUILDDIR»/markups/web.py", line 42, in update
>     self._process_page(filename)
>   File "/«PKGBUILDDIR»/markups/web.py", line 71, in _process_page
>     html = markup.get_document_body(text).rstrip()
>   File "/«PKGBUILDDIR»/markups/restructuredtext.py", line 47, in 
> get_document_body
>     return self.publish_parts(text)['body']
>   File "/«PKGBUILDDIR»/markups/restructuredtext.py", line 38, in publish_parts
>     settings_overrides=overrides)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 435, in 
> publish_parts
>     enable_exit_status=enable_exit_status)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 644, in 
> publish_programmatically
>     pub.set_components(reader_name, parser_name, writer_name)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 93, in 
> set_components
>     self.set_reader(reader_name, self.parser, parser_name)
>   File "/usr/lib/python3/dist-packages/docutils/core.py", line 82, in 
> set_reader
>     reader_class = readers.get_reader_class(reader_name)
>   File "/usr/lib/python3/dist-packages/docutils/readers/__init__.py", line 
> 106, in get_reader_class
>     module = __import__(reader_name, globals(), locals())
> ImportError: No module named 'standalone'
> 
> ======================================================================
> ERROR: test_web (tests.test_web.WebTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/tests/test_web.py", line 35, in tearDown
>     os.remove(self.get_file('html/page.html'))
> FileNotFoundError: [Errno 2] No such file or directory: 
> 'tests/data/html/page.html'
> 
> ----------------------------------------------------------------------
> Ran 9 tests in 0.091s
> 
> FAILED (errors=4)
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2013/05/09/pymarkups_0.2.4-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
* Lucas Nussbaum <[email protected]>, 2013-05-09, 10:25:
======================================================================
ERROR: test_basic (tests.test_restructuredtext.ReStructuredTextTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/«PKGBUILDDIR»/tests/test_restructuredtext.py", line 17, in test_basic
    text = markup.get_document_body(basic_text)
  File "/«PKGBUILDDIR»/markups/restructuredtext.py", line 47, in 
get_document_body
    return self.publish_parts(text)['body']
  File "/«PKGBUILDDIR»/markups/restructuredtext.py", line 38, in publish_parts
    settings_overrides=overrides)
  File "/usr/lib/python3/dist-packages/docutils/core.py", line 435, in 
publish_parts
    enable_exit_status=enable_exit_status)
  File "/usr/lib/python3/dist-packages/docutils/core.py", line 644, in 
publish_programmatically
    pub.set_components(reader_name, parser_name, writer_name)
  File "/usr/lib/python3/dist-packages/docutils/core.py", line 93, in 
set_components
    self.set_reader(reader_name, self.parser, parser_name)
  File "/usr/lib/python3/dist-packages/docutils/core.py", line 82, in set_reader
    reader_class = readers.get_reader_class(reader_name)
  File "/usr/lib/python3/dist-packages/docutils/readers/__init__.py", line 106, 
in get_reader_class
    module = __import__(reader_name, globals(), locals())
ImportError: No module named 'standalone'

It builds successfully against python3-docutils (>= 0.10), which I uploaded to unstable yesterday. Closing.

--
Jakub Wilk

--- End Message ---

Reply via email to