You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running be.libis.rdm.export.ROCrateExporterTest
Test dataset file not found.
[ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.034 s <<< FAILURE! -- in be.libis.rdm.export.ROCrateExporterTest
[ERROR] be.libis.rdm.export.ROCrateExporterTest.testExportDataset -- Time elapsed: 0.015 s <<< ERROR!
io.gdcc.spi.export.ExportException: java.lang.NullPointerException: Cannot invoke "java.io.InputStream.read()" because "this.in" is null
at be.libis.rdm.export.ROCrate.ROCrateExporter.exportDataset(ROCrateExporter.java:607)
at be.libis.rdm.export.ROCrateExporterTest.testExportDataset(ROCrateExporterTest.java:124)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] ROCrateExporterTest.testExportDataset:124 » Export java.lang.NullPointerException: Cannot invoke "java.io.InputStream.read()" because "this.in" is null
[INFO]
[ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.632 s
[INFO] Finished at: 2024-08-05T16:58:57-04:00
[INFO] ------------------------------------------------------------------------
I'm on 2927c37 and there's a test failing:
For more context, I'm just starting to look at this exporter, as I mentioned here: IQSS/dataverse#10086 (comment)
The text was updated successfully, but these errors were encountered: