Source: sphinx-gallery
Version: 0.1.13-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
> sphinx-build -b html -d _build/doctrees   . _build/html
> Running Sphinx v1.7.4
> making output directory...
> loading pickled environment... not yet created
> [autosummary] generating autosummary for: advanced_configuration.rst, 
> changes.rst, faq.rst, getting_started.rst, index.rst, reference.rst, 
> syntax.rst, utils.rst
> [autosummary] generating autosummary for: 
> /<<PKGBUILDDIR>>/doc/gen_modules/sphinx_gallery.backreferences.rst, 
> /<<PKGBUILDDIR>>/doc/gen_modules/sphinx_gallery.docs_resolv.rst, 
> /<<PKGBUILDDIR>>/doc/gen_modules/sphinx_gallery.downloads.rst, 
> /<<PKGBUILDDIR>>/doc/gen_modules/sphinx_gallery.gen_gallery.rst, 
> /<<PKGBUILDDIR>>/doc/gen_modules/sphinx_gallery.gen_rst.rst, 
> /<<PKGBUILDDIR>>/doc/gen_modules/sphinx_gallery.notebook.rst, 
> /<<PKGBUILDDIR>>/doc/gen_modules/sphinx_gallery.py_source_parser.rst, 
> /<<PKGBUILDDIR>>/doc/gen_modules/sphinx_gallery.sorting.rst
> loading intersphinx inventory from 
> http://www.sphinx-doc.org/en/stable/objects.inv...
> loading intersphinx inventory from https://docs.python.org/2/objects.inv...
> loading intersphinx inventory from 
> http://docs.enthought.com/mayavi/mayavi/objects.inv...
> loading intersphinx inventory from https://matplotlib.org/objects.inv...
> loading intersphinx inventory from 
> https://docs.scipy.org/doc/scipy/reference/objects.inv...
> loading intersphinx inventory from 
> https://docs.scipy.org/doc/numpy/objects.inv...
> loading intersphinx inventory from 
> http://scikit-learn.org/stable/objects.inv...
> generating gallery...
> generating gallery for auto_examples... [ 12%] plot_sys_argv.py
> generating gallery for auto_examples... [ 25%] plot_exp.py
> generating gallery for auto_examples... [ 37%] plot_colors.py
> generating gallery for auto_examples... [ 50%] plot_quantum.py
> generating gallery for auto_examples... [ 62%] plot_seaborn.py
> /usr/lib/python2.7/dist-packages/seaborn/timeseries.py:183: UserWarning: The 
> tsplot function is deprecated and will be removed or replaced (in a 
> substantially altered version) in a future release.
>   warnings.warn(msg, UserWarning)
> generating gallery for auto_examples... [ 75%] plot_choose_thumbnail.py
> generating gallery for auto_examples... [ 87%] plot_function_identifier.py
> generating gallery for auto_examples... [100%] plot_gallery_version.py
> 
> generating gallery for auto_examples/sin_func... [ 50%] plot_sin.py
> generating gallery for auto_examples/sin_func... [100%] 
> plot_sin_black_background.py
> WARNING: /<<PKGBUILDDIR>>/examples/sin_func/plot_sin_black_background.py 
> failed to execute correctly: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/examples/sin_func/plot_sin_black_background.py", 
> line 20, in <module>
>     axes = plt.axes((0.1, 0.1, 0.8, 0.8), axisbg=bg_color)
>   File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 938, in 
> axes
>     return gcf().add_axes(rect, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 1136, in 
> add_axes
>     a = projection_class(self, rect, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/matplotlib/axes/_base.py", line 539, 
> in __init__
>     self.update(kwargs)
>   File "/usr/lib/python2.7/dist-packages/matplotlib/artist.py", line 888, in 
> update
>     for k, v in props.items()]
>   File "/usr/lib/python2.7/dist-packages/matplotlib/artist.py", line 881, in 
> _update_property
>     raise AttributeError('Unknown property %s' % k)
> AttributeError: Unknown property axisbg
> 
> 
> generating gallery for auto_examples/no_output... [ 25%] plot_strings.py
> generating gallery for auto_examples/no_output... [ 50%] just_code.py
> generating gallery for auto_examples/no_output... [ 75%] plot_raise.py
> WARNING: /<<PKGBUILDDIR>>/examples/no_output/plot_raise.py failed to execute 
> correctly: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/examples/no_output/plot_raise.py", line 24, in 
> <module>
>     iae
> NameError: name 'iae' is not defined
> 
> generating gallery for auto_examples/no_output... [100%] plot_syntaxerror.py
> WARNING: /<<PKGBUILDDIR>>/examples/no_output/plot_syntaxerror.py failed to 
> execute correctly: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/examples/no_output/plot_syntaxerror.py", line 14
>     Invalid Python code
>                  ^
> SyntaxError: invalid syntax
> 
> 
> generating gallery for tutorials... [ 50%] plot_parse.py
> generating gallery for tutorials... [100%] plot_notebook.py
> 
> generating gallery for tutorials/seaborn... [100%] plot_seaborn_notebook.py
> /usr/lib/python2.7/dist-packages/matplotlib/axes/_axes.py:6462: UserWarning: 
> The 'normed' kwarg is deprecated, and has been replaced by the 'density' 
> kwarg.
>   warnings.warn("The 'normed' kwarg is deprecated, and has been "
> /usr/lib/python2.7/dist-packages/seaborn/categorical.py:647: FutureWarning: 
> remove_na is deprecated and is a private function. Do not use.
>   kde_data = remove_na(group_data[hue_mask])
> /usr/lib/python2.7/dist-packages/seaborn/categorical.py:895: FutureWarning: 
> remove_na is deprecated and is a private function. Do not use.
>   violin_data = remove_na(group_data[hue_mask])
> /usr/lib/python2.7/dist-packages/seaborn/categorical.py:915: FutureWarning: 
> remove_na is deprecated and is a private function. Do not use.
>   violin_data = remove_na(group_data)
> 
> computation time summary:
>       - plot_seaborn.py: 0.54 sec
>       - plot_seaborn_notebook.py: 0.41 sec
>       - plot_notebook.py: 0.057 sec
>       - plot_colors.py: 0.038 sec
>       - plot_function_identifier.py: 0.035 sec
>       - plot_exp.py: 0.025 sec
>       - plot_choose_thumbnail.py: 0.023 sec
>       - plot_gallery_version.py: 0.02 sec
>       - plot_quantum.py: 0.017 sec
>       - plot_raise.py: 0.012 sec
>       - plot_sin.py: 0.012 sec
>       - plot_sys_argv.py: 0.00072 sec
>       - plot_parse.py: 0.00015 sec
>       - plot_strings.py: 6.6e-05 sec
>       - plot_syntaxerror.py: 0 sec
>       - plot_sin_black_background.py: 0 sec
>       - just_code.py: 0 sec
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 8 source files that are out of date
> updating environment: 35 added, 0 changed, 0 removed
> reading sources... [  2%] advanced_configuration
> reading sources... [  5%] auto_examples/index
> reading sources... [  8%] auto_examples/no_output/just_code
> reading sources... [ 11%] auto_examples/no_output/plot_raise
> reading sources... [ 14%] auto_examples/no_output/plot_strings
> reading sources... [ 17%] auto_examples/no_output/plot_syntaxerror
> reading sources... [ 20%] auto_examples/plot_choose_thumbnail
> reading sources... [ 22%] auto_examples/plot_colors
> reading sources... [ 25%] auto_examples/plot_exp
> reading sources... [ 28%] auto_examples/plot_function_identifier
> reading sources... [ 31%] auto_examples/plot_gallery_version
> reading sources... [ 34%] auto_examples/plot_quantum
> reading sources... [ 37%] auto_examples/plot_seaborn
> reading sources... [ 40%] auto_examples/plot_sys_argv
> reading sources... [ 42%] auto_examples/sin_func/plot_sin
> reading sources... [ 45%] auto_examples/sin_func/plot_sin_black_background
> reading sources... [ 48%] changes
> reading sources... [ 51%] faq
> reading sources... [ 54%] gen_modules/sphinx_gallery.backreferences
> reading sources... [ 57%] gen_modules/sphinx_gallery.docs_resolv
> reading sources... [ 60%] gen_modules/sphinx_gallery.downloads
> reading sources... [ 62%] gen_modules/sphinx_gallery.gen_gallery
> reading sources... [ 65%] gen_modules/sphinx_gallery.gen_rst
> reading sources... [ 68%] gen_modules/sphinx_gallery.notebook
> reading sources... [ 71%] gen_modules/sphinx_gallery.py_source_parser
> reading sources... [ 74%] gen_modules/sphinx_gallery.sorting
> reading sources... [ 77%] getting_started
> reading sources... [ 80%] index
> reading sources... [ 82%] reference
> reading sources... [ 85%] syntax
> reading sources... [ 88%] tutorials/index
> reading sources... [ 91%] tutorials/plot_notebook
> reading sources... [ 94%] tutorials/plot_parse
> reading sources... [ 97%] tutorials/seaborn/plot_seaborn_notebook
> reading sources... [100%] utils
> 
> /<<PKGBUILDDIR>>/doc/index.rst:66: WARNING: toctree contains reference to 
> nonexisting document u'auto_mayavi_examples/index'
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [  2%] advanced_configuration
> writing output... [  5%] auto_examples/index
> writing output... [  8%] auto_examples/no_output/just_code
> writing output... [ 11%] auto_examples/no_output/plot_raise
> writing output... [ 14%] auto_examples/no_output/plot_strings
> writing output... [ 17%] auto_examples/no_output/plot_syntaxerror
> writing output... [ 20%] auto_examples/plot_choose_thumbnail
> writing output... [ 22%] auto_examples/plot_colors
> writing output... [ 25%] auto_examples/plot_exp
> writing output... [ 28%] auto_examples/plot_function_identifier
> writing output... [ 31%] auto_examples/plot_gallery_version
> writing output... [ 34%] auto_examples/plot_quantum
> writing output... [ 37%] auto_examples/plot_seaborn
> writing output... [ 40%] auto_examples/plot_sys_argv
> writing output... [ 42%] auto_examples/sin_func/plot_sin
> writing output... [ 45%] auto_examples/sin_func/plot_sin_black_background
> writing output... [ 48%] changes
> writing output... [ 51%] faq
> writing output... [ 54%] gen_modules/sphinx_gallery.backreferences
> writing output... [ 57%] gen_modules/sphinx_gallery.docs_resolv
> writing output... [ 60%] gen_modules/sphinx_gallery.downloads
> writing output... [ 62%] gen_modules/sphinx_gallery.gen_gallery
> writing output... [ 65%] gen_modules/sphinx_gallery.gen_rst
> writing output... [ 68%] gen_modules/sphinx_gallery.notebook
> writing output... [ 71%] gen_modules/sphinx_gallery.py_source_parser
> writing output... [ 74%] gen_modules/sphinx_gallery.sorting
> writing output... [ 77%] getting_started
> writing output... [ 80%] index
> writing output... [ 82%] reference
> writing output... [ 85%] syntax
> writing output... [ 88%] tutorials/index
> writing output... [ 91%] tutorials/plot_notebook
> writing output... [ 94%] tutorials/plot_parse
> writing output... [ 97%] tutorials/seaborn/plot_seaborn_notebook
> writing output... [100%] utils
> 
> /<<PKGBUILDDIR>>/doc/advanced_configuration.rst:223: WARNING: py:func 
> reference target not found: numpy.exp
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/docs_resolv.py:docstring of 
> sphinx_gallery.docs_resolv.SphinxDocLinkResolver.resolve:: WARNING: py:class 
> reference target not found: str | None
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/downloads.py:docstring of 
> sphinx_gallery.downloads.list_downloadable_sources:: WARNING: py:class 
> reference target not found: list
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/downloads.py:docstring of 
> sphinx_gallery.downloads.python_zip:: WARNING: py:class reference target not 
> found: list of strings
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/gen_gallery.py:docstring of 
> sphinx_gallery.gen_gallery.get_subsections:: WARNING: py:class reference 
> target not found: callable
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/gen_gallery.py:docstring of 
> sphinx_gallery.gen_gallery.get_subsections:: WARNING: py:class reference 
> target not found: list
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/gen_rst.py:docstring of 
> sphinx_gallery.gen_rst.figure_rst:: WARNING: py:class reference target not 
> found: list of str
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/notebook.py:docstring of 
> sphinx_gallery.notebook.fill_notebook:: WARNING: py:class reference target 
> not found: list of tuples
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/notebook.py:docstring of 
> sphinx_gallery.notebook.jupyter_notebook:: WARNING: py:class reference target 
> not found: list
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/sorting.py:docstring of 
> sphinx_gallery.sorting.ExplicitOrder:: WARNING: py:class reference target not 
> found: list
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/sorting.py:docstring of 
> sphinx_gallery.sorting.ExplicitOrder:: WARNING: py:class reference target not 
> found: tuple
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/sorting.py:docstring of 
> sphinx_gallery.sorting.ExplicitOrder:: WARNING: py:class reference target not 
> found: types.GeneratorType
> /<<PKGBUILDDIR>>/build/lib/sphinx_gallery/sorting.py:docstring of 
> sphinx_gallery.sorting.ExplicitOrder:8: WARNING: py:exc reference target not 
> found: ValueError
> generating indices... genindex py-modindex
> writing additional pages... search
> copying images... [  2%] 
> auto_examples/images/thumb/sphx_glr_plot_exp_thumb.png
> copying images... [  5%] 
> auto_examples/no_output/images/thumb/sphx_glr_just_code_thumb.png
> copying images... [  8%] 
> auto_examples/no_output/images/thumb/sphx_glr_plot_raise_thumb.png
> copying images... [ 11%] 
> auto_examples/images/thumb/sphx_glr_plot_gallery_version_thumb.png
> copying images... [ 14%] 
> auto_examples/sin_func/images/thumb/sphx_glr_plot_sin_thumb.png
> copying images... [ 17%] 
> tutorials/seaborn/images/thumb/sphx_glr_plot_seaborn_notebook_thumb.png
> copying images... [ 20%] 
> auto_examples/no_output/images/thumb/sphx_glr_plot_syntaxerror_thumb.png
> copying images... [ 22%] 
> auto_examples/images/thumb/sphx_glr_plot_colors_thumb.png
> copying images... [ 25%] 
> auto_examples/images/thumb/sphx_glr_plot_sys_argv_thumb.png
> copying images... [ 28%] 
> auto_examples/images/sphx_glr_plot_choose_thumbnail_002.png
> copying images... [ 31%] auto_examples/images/sphx_glr_plot_exp_002.png
> copying images... [ 34%] tutorials/images/sphx_glr_plot_notebook_001.png
> copying images... [ 37%] tutorials/images/thumb/sphx_glr_plot_parse_thumb.png
> copying images... [ 40%] 
> tutorials/images/thumb/sphx_glr_plot_notebook_thumb.png
> copying images... [ 42%] 
> tutorials/seaborn/images/sphx_glr_plot_seaborn_notebook_001.png
> copying images... [ 45%] 
> tutorials/seaborn/images/sphx_glr_plot_seaborn_notebook_002.png
> copying images... [ 48%] 
> auto_examples/images/thumb/sphx_glr_plot_function_identifier_thumb.png
> copying images... [ 51%] 
> auto_examples/images/sphx_glr_plot_choose_thumbnail_001.png
> copying images... [ 54%] 
> auto_examples/images/thumb/sphx_glr_plot_choose_thumbnail_thumb.png
> copying images... [ 57%] tutorials/images/sphx_glr_plot_notebook_003.png
> copying images... [ 60%] 
> auto_examples/images/thumb/sphx_glr_plot_quantum_thumb.png
> copying images... [ 62%] 
> auto_examples/images/sphx_glr_plot_gallery_version_001.png
> copying images... [ 65%] 
> auto_examples/no_output/images/thumb/sphx_glr_plot_strings_thumb.png
> copying images... [ 68%] 
> auto_examples/images/sphx_glr_plot_function_identifier_001.png
> copying images... [ 71%] 
> auto_examples/sin_func/images/thumb/sphx_glr_plot_sin_black_background_thumb.png
> copying images... [ 74%] tutorials/images/sphx_glr_plot_notebook_002.png
> copying images... [ 77%] 
> auto_examples/images/thumb/sphx_glr_plot_seaborn_thumb.png
> copying images... [ 80%] auto_examples/images/sphx_glr_plot_exp_001.png
> copying images... [ 82%] auto_examples/images/sphx_glr_plot_quantum_001.png
> copying images... [ 85%] auto_examples/images/sphx_glr_plot_seaborn_001.png
> copying images... [ 88%] 
> auto_examples/no_output/images/sphx_glr_plot_raise_001.png
> copying images... [ 91%] 
> auto_examples/sin_func/images/sphx_glr_plot_sin_001.png
> copying images... [ 94%] auto_examples/images/sphx_glr_plot_colors_002.png
> copying images... [ 97%] auto_examples/images/sphx_glr_plot_colors_003.png
> copying images... [100%] auto_examples/images/sphx_glr_plot_colors_001.png
> 
> copying downloadable files... [  2%] auto_examples/sin_func/plot_sin.ipynb
> copying downloadable files... [  5%] auto_examples/plot_exp.py
> copying downloadable files... [  7%] auto_examples/no_output/plot_raise.ipynb
> copying downloadable files... [ 10%] auto_examples/plot_quantum.py
> copying downloadable files... [ 13%] auto_examples/plot_colors.ipynb
> copying downloadable files... [ 15%] auto_examples/plot_colors.py
> copying downloadable files... [ 18%] auto_examples/plot_sys_argv.py
> copying downloadable files... [ 21%] 
> auto_examples/no_output/plot_strings.ipynb
> copying downloadable files... [ 23%] auto_examples/plot_choose_thumbnail.ipynb
> copying downloadable files... [ 26%] auto_examples/plot_sys_argv.ipynb
> copying downloadable files... [ 28%] tutorials/plot_notebook.py
> copying downloadable files... [ 31%] tutorials/tutorials_python.zip
> copying downloadable files... [ 34%] auto_examples/plot_function_identifier.py
> copying downloadable files... [ 36%] auto_examples/plot_gallery_version.py
> copying downloadable files... [ 39%] auto_examples/no_output/plot_raise.py
> copying downloadable files... [ 42%] auto_examples/plot_exp.ipynb
> copying downloadable files... [ 44%] 
> tutorials/seaborn/plot_seaborn_notebook.py
> copying downloadable files... [ 47%] auto_examples/no_output/just_code.ipynb
> copying downloadable files... [ 50%] auto_examples/plot_seaborn.ipynb
> copying downloadable files... [ 52%] auto_examples/auto_examples_jupyter.zip
> copying downloadable files... [ 55%] 
> auto_examples/sin_func/plot_sin_black_background.py
> copying downloadable files... [ 57%] 
> auto_examples/sin_func/plot_sin_black_background.ipynb
> copying downloadable files... [ 60%] auto_examples/plot_seaborn.py
> copying downloadable files... [ 63%] auto_examples/plot_choose_thumbnail.py
> copying downloadable files... [ 65%] tutorials/plot_parse.ipynb
> copying downloadable files... [ 68%] tutorials/tutorials_jupyter.zip
> copying downloadable files... [ 71%] auto_examples/plot_quantum.ipynb
> copying downloadable files... [ 73%] tutorials/plot_notebook.ipynb
> copying downloadable files... [ 76%] auto_examples/sin_func/plot_sin.py
> copying downloadable files... [ 78%] 
> auto_examples/no_output/plot_syntaxerror.py
> copying downloadable files... [ 81%] 
> auto_examples/no_output/plot_syntaxerror.ipynb
> copying downloadable files... [ 84%] 
> tutorials/seaborn/plot_seaborn_notebook.ipynb
> copying downloadable files... [ 86%] auto_examples/no_output/plot_strings.py
> copying downloadable files... [ 89%] auto_examples/no_output/just_code.py
> copying downloadable files... [ 92%] auto_examples/plot_gallery_version.ipynb
> copying downloadable files... [ 94%] tutorials/plot_parse.py
> copying downloadable files... [ 97%] 
> auto_examples/plot_function_identifier.ipynb
> copying downloadable files... [100%] auto_examples/auto_examples_python.zip
> 
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en) ... done
> dumping object inventory... done
> build succeeded, 17 warnings.
> 
> The HTML pages are in _build/html.
> Examples failing as expected:
> /<<PKGBUILDDIR>>/examples/no_output/plot_raise.py failed leaving traceback:
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/examples/no_output/plot_raise.py", line 24, in 
> <module>
>     iae
> NameError: name 'iae' is not defined
> 
> /<<PKGBUILDDIR>>/examples/no_output/plot_syntaxerror.py failed leaving 
> traceback:
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/examples/no_output/plot_syntaxerror.py", line 14
>     Invalid Python code
>                  ^
> SyntaxError: invalid syntax
> 
> 
> Exception occurred:
>   File "/<<PKGBUILDDIR>>/build/lib/sphinx_gallery/gen_gallery.py", line 329, 
> in sumarize_failing_examples
>     "\n" + "-" * 79)
> ValueError: Here is a summary of the problems encountered when running the 
> examples
> 
> Unexpected failing examples:
> /<<PKGBUILDDIR>>/examples/sin_func/plot_sin_black_background.py failed 
> leaving traceback:
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/examples/sin_func/plot_sin_black_background.py", 
> line 20, in <module>
>     axes = plt.axes((0.1, 0.1, 0.8, 0.8), axisbg=bg_color)
>   File "/usr/lib/python2.7/dist-packages/matplotlib/pyplot.py", line 938, in 
> axes
>     return gcf().add_axes(rect, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 1136, in 
> add_axes
>     a = projection_class(self, rect, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/matplotlib/axes/_base.py", line 539, 
> in __init__
>     self.update(kwargs)
>   File "/usr/lib/python2.7/dist-packages/matplotlib/artist.py", line 888, in 
> update
>     for k, v in props.items()]
>   File "/usr/lib/python2.7/dist-packages/matplotlib/artist.py", line 881, in 
> _update_property
>     raise AttributeError('Unknown property %s' % k)
> AttributeError: Unknown property axisbg
> 
> 
> -------------------------------------------------------------------------------
> The full traceback has been saved in /tmp/sphinx-err-ZrE0Bh.log, if you want 
> to report the issue to the developers.
> Please also report this if it was a user error, so that a better error 
> message can be provided next time.
> A bug report can be filed in the tracker at 
> <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
> make[2]: *** [Makefile:76: html] Error 2

The full build log is available from:
   http://aws-logs.debian.net/2018/05/02/sphinx-gallery_0.1.13-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.

Reply via email to