I've been sitting on this a while as I think it's most likely just a missing dependency on my system, but I've been getting some errors on a few of the runtime2 tests. For example:
error] Test org.apache.daffodil.runtime2.TestExNums.c_ex_nums failed: org.apache.daffodil.tdml.TDMLExceptionImpl: (Implementation: daffodilC) UnparseError: Unparse Error: Result of /tmp/daffodilC14041106780301072313/c/daffodil…: 132 [error] , took 4.447 sec [error] at org.apache.daffodil.tdml.TDMLException$.apply(TDMLException.scala:36) [error] at org.apache.daffodil.tdml.ParserTestCase.doOnePassRoundTripUnparseExpectSuccess(TDMLRunner.scala:1204) [error] at org.apache.daffodil.tdml.ParserTestCase.runParseExpectSuccess(TDMLRunner.scala:1354) [error] at org.apache.daffodil.tdml.ParserTestCase.$anonfun$runProcessor$2(TDMLRunner.scala:989) [error] at org.apache.daffodil.tdml.ParserTestCase.$anonfun$runProcessor$2$adapted(TDMLRunner.scala:979) [error] at scala.util.Either$RightProjection.foreach(Either.scala:652) [error] at org.apache.daffodil.tdml.ParserTestCase.runProcessor(TDMLRunner.scala:979) [error] at org.apache.daffodil.tdml.TestCase.run(TDMLRunner.scala:922) [error] at org.apache.daffodil.tdml.DFDLTestSuite.runOneTest(TDMLRunner.scala:452) [error] at org.apache.daffodil.tdml.Runner.runOneTest(RunnerFactory.scala:229) [error] at org.apache.daffodil.tdml.Runner.runOneTest(RunnerFactory.scala:235) [error] at org.apache.daffodil.runtime2.TestExNums.c_ex_nums(TestExNums.scala:48) [error] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [error] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [error] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [error] at java.lang.reflect.Method.invoke(Method.java:566) [error] ... [error] Caused by: Unparse Error: Result of /tmp/daffodilC14041106780301072313/c/daffodil…: 132 [error] Caused by: os.SubprocessException: Result of /tmp/daffodilC14041106780301072313/c/daffodil…: 132 [error] at os.proc.call(ProcessOps.scala:87) [error] at org.apache.daffodil.processor.tdml.Runtime2TDMLDFDLProcessor.unparse(Runtime2TDMLDFDLProcessor.scala:197) [error] at org.apache.daffodil.processor.tdml.Runtime2TDMLDFDLProcessor.unparse(Runtime2TDMLDFDLProcessor.scala:217) [error] at org.apache.daffodil.tdml.ParserTestCase.doOnePassRoundTripUnparseExpectSuccess(TDMLRunner.scala:1201) [error] at org.apache.daffodil.tdml.ParserTestCase.runParseExpectSuccess(TDMLRunner.scala:1354) [error] at org.apache.daffodil.tdml.ParserTestCase.$anonfun$runProcessor$2(TDMLRunner.scala:989) [error] at org.apache.daffodil.tdml.ParserTestCase.$anonfun$runProcessor$2$adapted(TDMLRunner.scala:979) [error] at scala.util.Either$RightProjection.foreach(Either.scala:652) [error] at org.apache.daffodil.tdml.ParserTestCase.runProcessor(TDMLRunner.scala:979) [error] at org.apache.daffodil.tdml.TestCase.run(TDMLRunner.scala:922) [error] at org.apache.daffodil.tdml.DFDLTestSuite.runOneTest(TDMLRunner.scala:452) [error] at org.apache.daffodil.tdml.Runner.runOneTest(RunnerFactory.scala:229) [error] at org.apache.daffodil.tdml.Runner.runOneTest(RunnerFactory.scala:235) [error] at org.apache.daffodil.runtime2.TestExNums.c_ex_nums(TestExNums.scala:48) [error] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [error] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [error] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [error] at java.lang.reflect.Method.invoke(Method.java:566) Any idea's what I'm missing? I've tested on a different system and everything works fine so I'm leaning towards some dependency that I'm missing that we may need to document. Josh