Displaying 9 results from an estimated 9 matches for "userwarning".
2018 Jan 09
2
llvm.org/docs/ stopped updating
...l error emails, the LLVM sources are
updated to revision 321010, always with the same files changed. Maybe
the script got stuck?
The only other suspicious message in the logs is a python warning when
running Sphinx:
opt/venv/sphinx/local/lib/python2.7/site-packages/sphinx/util/requests.py:64:
UserWarning: Some links may return broken results due to being unable to
check the Server Name Indication (SNI) in the returned SSL cert against
the hostname in the url requested. Recommended to install
"requests[security]" as a dependency or upgrade to a python version with
SNI support (Python 3...
2015 Jan 29
2
[LLVMdev] LNT install
I followed the lnt quickstart <http://llvm.org/docs/lnt/quickstart.html> directions but got this diagnostic when doing the setup:
bash-3.2$ ~/mysandbox/bin/python ~/lnt/setup.py develop
/Users/dcallahan/mysandbox/lib/python2.7/site-packages/setuptools/dist.py:284: UserWarning: The version spec\
ified requires normalization, consider using '0.4.1.dev0' instead of '0.4.1dev'.
…
Subsequently I get this error: >
/Users/dcallahan/mysandbox/bin/lnt runtest nt --sandbox /Users/dcallahan/tmp/sand --cc /Users/dcallahan/bu\
ild/Debug+Asserts/bin/clang --test...
2019 Dec 17
2
llvm/docs/AMDGPUUsage.rst ERROR: Malformed table
...--------------------------------------------------------------------------------
% make docs-llvm-html -j3
Generating html Sphinx documentation for llvm into
"/home/lsandov1/repos/llvm-project/build/docs/html"
/home/lsandov1/.local/lib/python2.7/site-packages/recommonmark/parser.py:75:
UserWarning: Container node skipped: type=document
warn("Container node skipped: type={0}".format(mdnode.t))
Warning, treated as error:
/home/lsandov1/repos/llvm-project/llvm/docs/AMDGPUUsage.rst:1317: ERROR:
Malformed table.
Column span alignment problem in table line 10.
================= ===...
2018 Jan 09
0
llvm.org/docs/ stopped updating
...the LLVM sources are updated to revision 321010, always with the same files changed. Maybe the script got stuck?
>
> The only other suspicious message in the logs is a python warning when running Sphinx:
>
> opt/venv/sphinx/local/lib/python2.7/site-packages/sphinx/util/requests.py:64: UserWarning: Some links may return broken results due to being unable to check the Server Name Indication (SNI) in the returned SSL cert against the hostname in the url requested. Recommended to install "requests[security]" as a dependency or upgrade to a python version with SNI support (Python 3 and...
2015 Jan 30
1
[LLVMdev] LNT install
...callahan at fb.com> wrote:
> I followed the lnt quickstart directions but got this diagnostic when doing
> the setup:
>
>
>
> bash-3.2$ ~/mysandbox/bin/python ~/lnt/setup.py develop
>
> /Users/dcallahan/mysandbox/lib/python2.7/site-packages/setuptools/dist.py:284:
> UserWarning: The version spec\
>
> ified requires normalization, consider using '0.4.1.dev0' instead of
> '0.4.1dev'.
>
> …
>
>
>
>
>
> Subsequently I get this error: >
>
>
>
> /Users/dcallahan/mysandbox/bin/lnt runtest nt --sandbox
> /Users/dc...
2010 Oct 08
7
[PATCH] Replace pyxml/xmlproc-based XML validator with lxml based one.
...code did neither raise an exception here, nor
+ # did it report an error. For now we issue a warning.
+ # TODO: How to handle a missing dtd file?
+ # --sp
+ warnings.warn(''DTD file %s not found.'' % (self.dtd),
+ UserWarning)
+ return
+
+ tree = etree.parse(file)
+ root = tree.getroot()
+ if not dtd.validate(root):
+ self.handle_dtd_errors(dtd)
+
def check_dom_against_dtd(self, dom):
"""
Check DOM again DTD.
Do...
2018 Jan 08
0
llvm.org/docs/ stopped updating
I believe the results of the docu generation can be found here:
http://lists.llvm.org/pipermail/www-scripts/2018-January/thread.html <http://lists.llvm.org/pipermail/www-scripts/2018-January/thread.html>
(though a nice improvement for the future would be to make this into a buildbot or jenkins job so people would get direct blame mails)
- Matthias
> On Jan 8, 2018, at 10:27 AM,
2018 Jan 10
1
llvm.org/docs/ stopped updating
...are updated to revision 321010, always with the same files changed. Maybe the script got stuck?
>>
>> The only other suspicious message in the logs is a python warning when running Sphinx:
>>
>> opt/venv/sphinx/local/lib/python2.7/site-packages/sphinx/util/requests.py:64: UserWarning: Some links may return broken results due to being unable to check the Server Name Indication (SNI) in the returned SSL cert against the hostname in the url requested. Recommended to install "requests[security]" as a dependency or upgrade to a python version with SNI support (Python 3 and...
2018 Jan 08
2
llvm.org/docs/ stopped updating
Hi,
it seems like http://llvm.org/docs/ stopped updating around 2018-01-03
(the footer at http://llvm.org/docs/ says `Last updated on
2018-01-03`). I've committed a new page [1], on the 4th but it does not
show up yet.
I could not find any public logs of the doc-builder. It would be great
it someone could have a look.
Cheers,
Florian
[1]