-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
I can't seem to build the project. Log:
[tableau-jlmorton] mvn install master
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------< net.jlmorton:tableau >------------------------
[INFO] Building tableau 1.2.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tableau ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tableau ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ tableau ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ tableau ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ tableau ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running net.jlmorton.tableau.CsvInputSourceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in net.jlmorton.tableau.CsvInputSourceTest
[INFO] Running net.jlmorton.tableau.MultiThreadedExtractWriterTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.674 s <<< FAILURE! - in net.jlmorton.tableau.MultiThreadedExtractWriterTest
[ERROR] testCreateExtract(net.jlmorton.tableau.MultiThreadedExtractWriterTest) Time elapsed: 0.674 s <<< ERROR!
java.lang.UnsatisfiedLinkError: Unable to load library 'TableauCommon': dlopen(libTableauCommon.dylib, 9): image not found
at net.jlmorton.tableau.MultiThreadedExtractWriterTest.testCreateExtract(MultiThreadedExtractWriterTest.java:16)
[INFO] Running net.jlmorton.tableau.RowWriterTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 s <<< FAILURE! - in net.jlmorton.tableau.RowWriterTest
[ERROR] testCreateRow(net.jlmorton.tableau.RowWriterTest) Time elapsed: 0 s <<< ERROR!
java.lang.UnsatisfiedLinkError: Unable to load library '/Library/Frameworks/TableauExtract.framework/TableauExtract': dlopen(/Library/Frameworks/TableauExtract.framework/TableauExtract, 9): image not found
at net.jlmorton.tableau.RowWriterTest.testCreateRow(RowWriterTest.java:13)
[INFO] Running net.jlmorton.tableau.SchemaTest
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in net.jlmorton.tableau.SchemaTest
[ERROR] testColumnOrdering(net.jlmorton.tableau.SchemaTest) Time elapsed: 0 s <<< ERROR!
java.lang.UnsatisfiedLinkError: Unable to load library '/Library/Frameworks/TableauExtract.framework/TableauExtract': dlopen(/Library/Frameworks/TableauExtract.framework/TableauExtract, 9): image not found
at net.jlmorton.tableau.SchemaTest.setUp(SchemaTest.java:16)
[ERROR] testReadFromJson(net.jlmorton.tableau.SchemaTest) Time elapsed: 0 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.tableausoftware.extract.Extract
at net.jlmorton.tableau.SchemaTest.setUp(SchemaTest.java:16)
[INFO] Running net.jlmorton.tableau.utilities.BooleanParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in net.jlmorton.tableau.utilities.BooleanParserTest
[INFO] Running net.jlmorton.tableau.utilities.DateParserTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in net.jlmorton.tableau.utilities.DateParserTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] MultiThreadedExtractWriterTest.testCreateExtract:16 » UnsatisfiedLink Unable t...
[ERROR] RowWriterTest.testCreateRow:13 » UnsatisfiedLink Unable to load library '/Libr...
[ERROR] SchemaTest.setUp:16 » UnsatisfiedLink Unable to load library '/Library/Framewo...
[ERROR] SchemaTest.setUp:16 NoClassDefFound Could not initialize class com.tableausoft...
[INFO]
[ERROR] Tests run: 10, Failures: 0, Errors: 4, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.916 s
[INFO] Finished at: 2019-05-13T10:55:25+07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project tableau: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/dansmith/Downloads/tableau-jlmorton/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [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/MojoFailureException
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels