Skip to content

Instantly share code, notes, and snippets.

@TeroFrondelius
Created July 29, 2015 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TeroFrondelius/24951c162166f5bcf6f3 to your computer and use it in GitHub Desktop.
Save TeroFrondelius/24951c162166f5bcf6f3 to your computer and use it in GitHub Desktop.
tero@tero-Dell-System-XPS-L321X ~/dev/julia $ make -C doc doctest
make: Entering directory `/home/tero/dev/julia/doc'
PATH="/home/tero/anaconda/bin:/home/tero/bin:/home/tero/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:" . /home/tero/dev/julia/deps/julia-env/bin/activate && sphinx-build -b doctest -d _build/doctrees . _build/doctest
Running Sphinx v1.2.3
loading pickled environment... not yet created
building [doctest]: targets for 77 source files that are out of date
updating environment: 77 added, 0 changed, 0 removed
reading sources... [100%] stdlib/test
/home/tero/dev/julia/doc/manual/strings.rst:721: ERROR: Unexpected indentation.
/home/tero/dev/julia/doc/stdlib/collections.rst:126: WARNING: duplicate object description of Base.length, other instance in /home/tero/dev/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/collections.rst:556: WARNING: duplicate object description of Base.getindex, other instance in /home/tero/dev/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/collections.rst:562: WARNING: duplicate object description of Base.setindex!, other instance in /home/tero/dev/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/collections.rst:630: WARNING: duplicate object description of Base.get, other instance in /home/tero/dev/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/io-network.rst:22: WARNING: duplicate object description of Base.open, other instance in /home/tero/dev/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/linalg.rst:49: WARNING: duplicate object description of Base.full, other instance in /home/tero/dev/julia/doc/stdlib/arrays.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/math.rst:217: WARNING: duplicate object description of Base.===, other instance in /home/tero/dev/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/math.rst:217: WARNING: duplicate object description of Base.≡, other instance in /home/tero/dev/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/numbers.rst:51: WARNING: duplicate object description of Base.parse, other instance in /home/tero/dev/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/parallel.rst:307: WARNING: duplicate object description of Base.close, other instance in /home/tero/dev/julia/doc/stdlib/io-network.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/parallel.rst:431: WARNING: duplicate object description of Base.kill, other instance in /home/tero/dev/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/parallel.rst:442: WARNING: duplicate object description of Base.connect, other instance in /home/tero/dev/julia/doc/stdlib/io-network.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/strings.rst:7: WARNING: duplicate object description of Base.length, other instance in /home/tero/dev/julia/doc/stdlib/collections.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/strings.rst:11: WARNING: duplicate object description of Base.sizeof, other instance in /home/tero/dev/julia/doc/stdlib/base.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/strings.rst:15: WARNING: duplicate object description of Base.*, other instance in /home/tero/dev/julia/doc/stdlib/math.rst, use :noindex: for one of them
/home/tero/dev/julia/doc/stdlib/strings.rst:24: WARNING: duplicate object description of Base.^, other instance in /home/tero/dev/julia/doc/stdlib/math.rst, use :noindex: for one of them
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/tero/dev/julia/doc/devdocs/promote-op.rst:: WARNING: document isn't included in any toctree
done
running tests...
Document: manual/interfaces
---------------------------
Exception occurred:
File "/home/tero/dev/julia/deps/julia-env/src/juliadoc/juliadoc/jldoctest.py", line 388, in report_failure
raise Exception(example.want, got)
Exception: (u'1x100 Array{Int64,2}:\n 1 4 9 16 25 36 49 64 81 100 \u2026 9025 9216 9409 9604 9801 10000\n', u'1x100 Array{Any,2}:\n 1 4 9 16 25 36 49 64 81 100 \u2026 9025 9216 9409 9604 9801 10000\n')
The full traceback has been saved in /tmp/sphinx-err-8iCOgV.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://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
make: *** [doctest] Error 1
make: Leaving directory `/home/tero/dev/julia/doc'
tero@tero-Dell-System-XPS-L321X ~/dev/julia $
tero@tero-Dell-System-XPS-L321X ~/dev/julia $ cat /tmp/sphinx-err-8iCOgV.log
# Sphinx version: 1.2.3
# Python version: 2.7.6
# Docutils version: 0.12 release
# Jinja2 version: 2.8
# Loaded extensions:
# juliadoc.julia from /home/tero/dev/julia/deps/julia-env/src/juliadoc/juliadoc/julia.pyc
# sphinx.ext.mathjax from /home/tero/dev/julia/deps/julia-env/lib/python2.7/site-packages/sphinx/ext/mathjax.pyc
# juliadoc.jldoctest from /home/tero/dev/julia/deps/julia-env/src/juliadoc/juliadoc/jldoctest.pyc
# sphinx.ext.oldcmarkup from /home/tero/dev/julia/deps/julia-env/lib/python2.7/site-packages/sphinx/ext/oldcmarkup.pyc
# juliadoc.jlhelp from /home/tero/dev/julia/deps/julia-env/src/juliadoc/juliadoc/jlhelp.pyc
Traceback (most recent call last):
File "/home/tero/dev/julia/deps/julia-env/lib/python2.7/site-packages/sphinx/cmdline.py", line 254, in main
app.build(force_all, filenames)
File "/home/tero/dev/julia/deps/julia-env/lib/python2.7/site-packages/sphinx/application.py", line 220, in build
self.builder.build_update()
File "/home/tero/dev/julia/deps/julia-env/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 214, in build_update
'out of date' % len(to_build))
File "/home/tero/dev/julia/deps/julia-env/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 276, in build
self.write(docnames, list(updated_docnames), method)
File "/home/tero/dev/julia/deps/julia-env/src/juliadoc/juliadoc/jldoctest.py", line 733, in write
self.test_doc(docname, doctree)
File "/home/tero/dev/julia/deps/julia-env/src/juliadoc/juliadoc/jldoctest.py", line 786, in test_doc
self.test_group(group, self.env.doc2path(docname, base=None))
File "/home/tero/dev/julia/deps/julia-env/src/juliadoc/juliadoc/jldoctest.py", line 876, in test_group
self.test_runner.run(test, out=self._warn_out)
File "/home/tero/dev/julia/deps/julia-env/src/juliadoc/juliadoc/jldoctest.py", line 578, in run
return self.__run(test, out)
File "/home/tero/dev/julia/deps/julia-env/src/juliadoc/juliadoc/jldoctest.py", line 534, in __run
self.report_failure(out, test, example, got)
File "/home/tero/dev/julia/deps/julia-env/src/juliadoc/juliadoc/jldoctest.py", line 388, in report_failure
raise Exception(example.want, got)
Exception: (u'1x100 Array{Int64,2}:\n 1 4 9 16 25 36 49 64 81 100 \u2026 9025 9216 9409 9604 9801 10000\n', u'1x100 Array{Any,2}:\n 1 4 9 16 25 36 49 64 81 100 \u2026 9025 9216 9409 9604 9801 10000\n')
tero@tero-Dell-System-XPS-L321X ~/dev/julia $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment