Skip to content

Instantly share code, notes, and snippets.

@boggle
Created April 18, 2013 12:53
Show Gist options
  • Save boggle/5412482 to your computer and use it in GitHub Desktop.
Save boggle/5412482 to your computer and use it in GitHub Desktop.
"/Users/stepn/Current/neo4j/manual/target/tools/bin/asciidoc/asciidoc.py" --attribute neo4j-version=2.0-SNAPSHOT --attribute gitversion=master --attribute importdir="/Users/stepn/Current/neo4j/manual/target/docs" --conf-file="/Users/stepn/Current/neo4j/manual/target/conf/asciidoc.conf" --conf-file="/Users/stepn/Current/neo4j/manual/target/conf/asciidoc.local.conf" --backend html5 --doctype book --attribute docinfo1 --attribute toc --out-file "/Users/stepn/Current/neo4j/manual/target/html5/index.html" "/Users/stepn/Current/neo4j/manual/target/src/neo4j-manual.asciidoc" 2>&1 | "/Users/stepn/Current/neo4j/manual/target/tools/build/outputcheck-includefiles.sh" || false
Traceback (most recent call last):
File "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py", line 120, in <module>
if data[0][0] == '+':
IndexError: list index out of range
asciidoc: WARNING: union-union-two-queries.result.asciidoc: line 5: filter non-zero exit code: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result": returned 1
asciidoc: WARNING: union-union-two-queries.result.asciidoc: line 5: no output from filter: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result"
Traceback (most recent call last):
File "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py", line 120, in <module>
if data[0][0] == '+':
IndexError: list index out of range
asciidoc: WARNING: union-combine-two-queries-and-removing-duplicates.result.asciidoc: line 5: filter non-zero exit code: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result": returned 1
asciidoc: WARNING: union-combine-two-queries-and-removing-duplicates.result.asciidoc: line 5: no output from filter: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result"
Traceback (most recent call last):
File "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py", line 120, in <module>
if data[0][0] == '+':
IndexError: list index out of range
asciidoc: WARNING: schema-index-create-index-on-a-label.result.asciidoc: line 5: filter non-zero exit code: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result": returned 1
asciidoc: WARNING: schema-index-create-index-on-a-label.result.asciidoc: line 5: no output from filter: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result"
Traceback (most recent call last):
File "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py", line 120, in <module>
if data[0][0] == '+':
IndexError: list index out of range
asciidoc: WARNING: schema-index-drop-index-on-a-label.result.asciidoc: line 5: filter non-zero exit code: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result": returned 1
asciidoc: WARNING: schema-index-drop-index-on-a-label.result.asciidoc: line 5: no output from filter: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result"
================================
There are errors/warnings:
================================
asciidoc: WARNING: union-union-two-queries.result.asciidoc: line 5: filter non-zero exit code: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result": returned 1
asciidoc: WARNING: union-union-two-queries.result.asciidoc: line 5: no output from filter: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result"
asciidoc: WARNING: union-combine-two-queries-and-removing-duplicates.result.asciidoc: line 5: filter non-zero exit code: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result": returned 1
asciidoc: WARNING: union-combine-two-queries-and-removing-duplicates.result.asciidoc: line 5: no output from filter: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result"
asciidoc: WARNING: schema-index-create-index-on-a-label.result.asciidoc: line 5: filter non-zero exit code: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result": returned 1
asciidoc: WARNING: schema-index-create-index-on-a-label.result.asciidoc: line 5: no output from filter: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result"
asciidoc: WARNING: schema-index-drop-index-on-a-label.result.asciidoc: line 5: filter non-zero exit code: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result": returned 1 14:52:58 18.04.13
asciidoc: WARNING: schema-index-drop-index-on-a-label.result.asciidoc: line 5: no output from filter: "/usr/bin/python" "/Users/stepn/.asciidoc/filters/queryresult/queryresult.py" --html "Result"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment