Created
April 6, 2016 18:04
-
-
Save nileema/2b14c2d1035e690b02d5674c66a88605 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building presto-docs 0.144-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:2.17:check (default) @ presto-docs --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.2:enforce (default) @ presto-docs --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ presto-docs --- | |
[INFO] | |
[INFO] --- maven-dependency-versions-check-plugin:2.0.2:check (default) @ presto-docs --- | |
[INFO] Checking dependency versions | |
[INFO] | |
[INFO] --- license-maven-plugin:2.3:check (default) @ presto-docs --- | |
[INFO] Checking licenses... | |
[INFO] | |
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:prepare-agent (default) @ presto-docs --- | |
[INFO] Skipping JaCoCo execution because property jacoco.skip is set. | |
[INFO] argLine set to empty | |
[INFO] | |
[INFO] --- git-commit-id-plugin:2.1.13:revision (default) @ presto-docs --- | |
[INFO] | |
[INFO] --- modernizer-maven-plugin:1.2.2:modernizer (modernizer) @ presto-docs --- | |
[INFO] | |
[INFO] --- maven-dependency-plugin:2.10:analyze-only (default) @ presto-docs --- | |
[INFO] Skipping pom project | |
[INFO] | |
[INFO] --- maven-dependency-plugin:2.10:analyze-duplicate (default) @ presto-docs --- | |
[INFO] No duplicate dependencies found in <dependencies/> or in <dependencyManagement/> | |
[INFO] | |
[INFO] --- maven-dependency-plugin:2.10:analyze-dep-mgt (default) @ presto-docs --- | |
[INFO] Found Resolved Dependency / DependencyManagement mismatches: | |
[INFO] Ignoring Direct Dependencies. | |
[INFO] None | |
[INFO] | |
[INFO] --- maven-duplicate-finder-plugin:1.0.6:check (default) @ presto-docs --- | |
[INFO] Checking compile classpath | |
[INFO] Checking runtime classpath | |
[INFO] Checking test classpath | |
[INFO] | |
[INFO] --- jacoco-maven-plugin:0.7.5.201505241946:report (report) @ presto-docs --- | |
[INFO] Skipping JaCoCo execution because property jacoco.skip is set. | |
[INFO] | |
[INFO] --- maven-jar-plugin:2.4:test-jar (attach-tests) @ presto-docs --- | |
[INFO] Skipping packaging of the test-jar | |
[INFO] | |
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ presto-docs --- | |
[INFO] | |
[INFO] --- maven-source-plugin:2.2.1:test-jar-no-fork (attach-sources) @ presto-docs --- | |
[INFO] | |
[INFO] --- sphinx-maven-plugin:1.0.3:generate (default) @ presto-docs --- | |
[INFO] Unpacking sphinx to /Users/nileema/Sources/presto/presto-docs/target/sphinx | |
[ERROR] Exception in thread "main" javax.script.ScriptException: ValueError: unknown locale: UTF-8 in <script> at line number 1 | |
[ERROR] at org.python.jsr223.PyScriptEngine.scriptException(PyScriptEngine.java:191) | |
[ERROR] at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:42) | |
[ERROR] at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:31) | |
[ERROR] at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264) | |
[ERROR] at org.tomdz.maven.sphinx.SphinxRunner.run(SphinxRunner.java:59) | |
[ERROR] at org.tomdz.maven.sphinx.SphinxRunner.main(SphinxRunner.java:25) | |
[ERROR] Caused by: Traceback (most recent call last): | |
[ERROR] File "<script>", line 1, in <module> | |
[ERROR] File "/Users/nileema/Sources/presto/presto-docs/target/sphinx/sphinx/__init__.py", line 47, in main | |
[ERROR] from sphinx import cmdline | |
[ERROR] File "/Users/nileema/Sources/presto/presto-docs/target/sphinx/sphinx/__init__.py", line 47, in main | |
[ERROR] from sphinx import cmdline | |
[ERROR] File "/Users/nileema/Sources/presto/presto-docs/target/sphinx/sphinx/cmdline.py", line 18, in <module> | |
[ERROR] from docutils.utils import SystemMessage | |
[ERROR] File "/Users/nileema/Sources/presto/presto-docs/target/sphinx/docutils/utils/__init__.py", line 19, in <module> | |
[ERROR] from docutils.io import FileOutput | |
[ERROR] File "/Users/nileema/Sources/presto/presto-docs/target/sphinx/docutils/io.py", line 18, in <module> | |
[ERROR] from docutils.error_reporting import locale_encoding, ErrorString, ErrorOutput | |
[ERROR] File "/Users/nileema/Sources/presto/presto-docs/target/sphinx/docutils/error_reporting.py", line 47, in <module> | |
[ERROR] locale_encoding = locale.getlocale()[1] or locale.getdefaultlocale()[1] | |
[ERROR] File "/Users/nileema/.m2/repository/org/python/jython-standalone/2.5.2/jython-standalone-2.5.2.jar/Lib/locale.py", line 443, in getdefaultlocale | |
[ERROR] File "/Users/nileema/.m2/repository/org/python/jython-standalone/2.5.2/jython-standalone-2.5.2.jar/Lib/locale.py", line 375, in _parse_localename | |
[ERROR] ValueError: unknown locale: UTF-8 | |
[ERROR] | |
[ERROR] at org.python.core.PyException.doRaise(PyException.java:200) | |
[ERROR] at org.python.core.Py.makeException(Py.java:1225) | |
[ERROR] at org.python.core.Py.makeException(Py.java:1229) | |
[ERROR] at locale$py._parse_localename$14(/Users/nileema/.m2/repository/org/python/jython-standalone/2.5.2/jython-standalone-2.5.2.jar/Lib/locale.py:375) | |
[ERROR] at locale$py.call_function(/Users/nileema/.m2/repository/org/python/jython-standalone/2.5.2/jython-standalone-2.5.2.jar/Lib/locale.py) | |
[ERROR] at org.python.core.PyTableCode.call(PyTableCode.java:165) | |
[ERROR] at org.python.core.PyBaseCode.call(PyBaseCode.java:134) | |
[ERROR] at org.python.core.PyFunction.__call__(PyFunction.java:317) | |
[ERROR] at locale$py.getdefaultlocale$16(/Users/nileema/.m2/repository/org/python/jython-standalone/2.5.2/jython-standalone-2.5.2.jar/Lib/locale.py:443) | |
[ERROR] at locale$py.call_function(/Users/nileema/.m2/repository/org/python/jython-standalone/2.5.2/jython-standalone-2.5.2.jar/Lib/locale.py) | |
[ERROR] at org.python.core.PyTableCode.call(PyTableCode.java:165) | |
[ERROR] at org.python.core.PyBaseCode.call(PyBaseCode.java:301) | |
[ERROR] at org.python.core.PyBaseCode.call(PyBaseCode.java:114) | |
[ERROR] at org.python.core.PyFunction.__call__(PyFunction.java:307) | |
[ERROR] at docutils.error_reporting$py.f$0(/Users/nileema/Sources/presto/presto-docs/target/sphinx/docutils/error_reporting.py:131) | |
[ERROR] at docutils.error_reporting$py.call_function(/Users/nileema/Sources/presto/presto-docs/target/sphinx/docutils/error_reporting.py) | |
[ERROR] at org.python.core.PyTableCode.call(PyTableCode.java:165) | |
[ERROR] at org.python.core.PyCode.call(PyCode.java:18) | |
[ERROR] at org.python.core.imp.createFromCode(imp.java:386) | |
[ERROR] at org.python.core.imp.createFromSource(imp.java:349) | |
[ERROR] at org.python.core.imp.loadFromSource(imp.java:573) | |
[ERROR] at org.python.core.imp.find_module(imp.java:473) | |
[ERROR] at org.python.core.PyModule.impAttr(PyModule.java:100) | |
[ERROR] at org.python.core.imp.import_next(imp.java:715) | |
[ERROR] at org.python.core.imp.import_logic(imp.java:777) | |
[ERROR] at org.python.core.imp.import_name(imp.java:839) | |
[ERROR] at org.python.core.imp.importName(imp.java:884) | |
[ERROR] at org.python.core.ImportFunction.__call__(__builtin__.java:1220) | |
[ERROR] at org.python.core.PyObject.__call__(PyObject.java:357) | |
[ERROR] at org.python.core.__builtin__.__import__(__builtin__.java:1173) | |
[ERROR] at org.python.core.imp.importFromAs(imp.java:978) | |
[ERROR] at org.python.core.imp.importFrom(imp.java:954) | |
[ERROR] at docutils.io$py.f$0(/Users/nileema/Sources/presto/presto-docs/target/sphinx/docutils/io.py:485) | |
[ERROR] at docutils.io$py.call_function(/Users/nileema/Sources/presto/presto-docs/target/sphinx/docutils/io.py) | |
[ERROR] at org.python.core.PyTableCode.call(PyTableCode.java:165) | |
[ERROR] at org.python.core.PyCode.call(PyCode.java:18) | |
[ERROR] at org.python.core.imp.createFromCode(imp.java:386) | |
[ERROR] at org.python.core.imp.createFromSource(imp.java:349) | |
[ERROR] at org.python.core.imp.loadFromSource(imp.java:573) | |
[ERROR] at org.python.core.imp.find_module(imp.java:473) | |
[ERROR] at org.python.core.PyModule.impAttr(PyModule.java:100) | |
[ERROR] at org.python.core.imp.import_next(imp.java:715) | |
[ERROR] at org.python.core.imp.import_logic(imp.java:777) | |
[ERROR] at org.python.core.imp.import_name(imp.java:839) | |
[ERROR] at org.python.core.imp.importName(imp.java:884) | |
[ERROR] at org.python.core.ImportFunction.__call__(__builtin__.java:1220) | |
[ERROR] at org.python.core.PyObject.__call__(PyObject.java:357) | |
[ERROR] at org.python.core.__builtin__.__import__(__builtin__.java:1173) | |
[ERROR] at org.python.core.imp.importFromAs(imp.java:978) | |
[ERROR] at org.python.core.imp.importFrom(imp.java:954) | |
[ERROR] at docutils.utils$py.f$0(/Users/nileema/Sources/presto/presto-docs/target/sphinx/docutils/utils/__init__.py:666) | |
[ERROR] at docutils.utils$py.call_function(/Users/nileema/Sources/presto/presto-docs/target/sphinx/docutils/utils/__init__.py) | |
[ERROR] at org.python.core.PyTableCode.call(PyTableCode.java:165) | |
[ERROR] at org.python.core.PyCode.call(PyCode.java:18) | |
[ERROR] at org.python.core.imp.createFromCode(imp.java:386) | |
[ERROR] at org.python.core.imp.createFromSource(imp.java:349) | |
[ERROR] at org.python.core.imp.loadFromSource(imp.java:573) | |
[ERROR] at org.python.core.imp.find_module(imp.java:473) | |
[ERROR] at org.python.core.PyModule.impAttr(PyModule.java:100) | |
[ERROR] at org.python.core.imp.import_next(imp.java:715) | |
[ERROR] at org.python.core.imp.import_logic(imp.java:777) | |
[ERROR] at org.python.core.imp.import_name(imp.java:839) | |
[ERROR] at org.python.core.imp.importName(imp.java:884) | |
[ERROR] at org.python.core.ImportFunction.__call__(__builtin__.java:1220) | |
[ERROR] at org.python.core.PyObject.__call__(PyObject.java:357) | |
[ERROR] at org.python.core.__builtin__.__import__(__builtin__.java:1173) | |
[ERROR] at org.python.core.imp.importFromAs(imp.java:978) | |
[ERROR] at org.python.core.imp.importFrom(imp.java:954) | |
[ERROR] at sphinx.cmdline$py.f$0(/Users/nileema/Sources/presto/presto-docs/target/sphinx/sphinx/cmdline.py:60) | |
[ERROR] at sphinx.cmdline$py.call_function(/Users/nileema/Sources/presto/presto-docs/target/sphinx/sphinx/cmdline.py) | |
[ERROR] at org.python.core.PyTableCode.call(PyTableCode.java:165) | |
[ERROR] at org.python.core.PyCode.call(PyCode.java:18) | |
[ERROR] at org.python.core.imp.createFromCode(imp.java:386) | |
[ERROR] at org.python.core.imp.createFromSource(imp.java:349) | |
[ERROR] at org.python.core.imp.loadFromSource(imp.java:573) | |
[ERROR] at org.python.core.imp.find_module(imp.java:473) | |
[ERROR] at org.python.core.PyModule.impAttr(PyModule.java:100) | |
[ERROR] at org.python.core.PyModule.__findattr_ex__(PyModule.java:127) | |
[ERROR] at org.python.core.PyObject.__findattr__(PyObject.java:863) | |
[ERROR] at org.python.core.imp.import_name(imp.java:849) | |
[ERROR] at org.python.core.imp.importName(imp.java:884) | |
[ERROR] at org.python.core.ImportFunction.__call__(__builtin__.java:1220) | |
[ERROR] at org.python.core.PyObject.__call__(PyObject.java:357) | |
[ERROR] at org.python.core.__builtin__.__import__(__builtin__.java:1173) | |
[ERROR] at org.python.core.imp.importFromAs(imp.java:978) | |
[ERROR] at org.python.core.imp.importFrom(imp.java:954) | |
[ERROR] at sphinx$py.main$1(/Users/nileema/Sources/presto/presto-docs/target/sphinx/sphinx/__init__.py:72) | |
[ERROR] at sphinx$py.call_function(/Users/nileema/Sources/presto/presto-docs/target/sphinx/sphinx/__init__.py) | |
[ERROR] at org.python.core.PyTableCode.call(PyTableCode.java:165) | |
[ERROR] at org.python.core.PyBaseCode.call(PyBaseCode.java:134) | |
[ERROR] at org.python.core.PyFunction.__call__(PyFunction.java:317) | |
[ERROR] at org.python.pycode._pyx1.f$0(<script>:1) | |
[ERROR] at org.python.pycode._pyx1.call_function(<script>) | |
[ERROR] at org.python.core.PyTableCode.call(PyTableCode.java:165) | |
[ERROR] at org.python.core.PyCode.call(PyCode.java:18) | |
[ERROR] at org.python.core.Py.runCode(Py.java:1261) | |
[ERROR] at org.python.core.__builtin__.eval(__builtin__.java:484) | |
[ERROR] at org.python.core.__builtin__.eval(__builtin__.java:488) | |
[ERROR] at org.python.util.PythonInterpreter.eval(PythonInterpreter.java:198) | |
[ERROR] at org.python.jsr223.PyScriptEngine.eval(PyScriptEngine.java:40) | |
[ERROR] ... 4 more | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 12.167 s | |
[INFO] Finished at: 2016-04-06T11:01:18-07:00 | |
[INFO] Final Memory: 50M/527M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.tomdz.maven:sphinx-maven-plugin:1.0.3:generate (default) on project presto-docs: Failed to run the report: Sphinx report generation failed -> [Help 1] | |
[ERROR] | |
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
[ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
[ERROR] | |
[ERROR] For more information about the errors and possible solutions, please read the following articles: | |
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment