Skip to content

Instantly share code, notes, and snippets.

@satra
Created November 14, 2012 19:18
Show Gist options
  • Save satra/4074129 to your computer and use it in GitHub Desktop.
Save satra/4074129 to your computer and use it in GitHub Desktop.
maven output
[INFO] ------------------------------------------------------------------------
[INFO] Building PROV-N 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ prov-n ---
[INFO] Deleting /software/nipy-repo/ProvToolbox/prov-n/target
[INFO]
[INFO] --- antlr3-maven-plugin:3.4:antlr (default) @ prov-n ---
[INFO] ANTLR: Processing source directory /software/nipy-repo/ProvToolbox/prov-n/src/main/antlr3
ANTLR Parser Generator Version 3.4
org/openprovenance/prov/notation/PROV_N.g
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ prov-n ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /software/nipy-repo/ProvToolbox/prov-n/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ prov-n ---
[INFO] Compiling 11 source files to /software/nipy-repo/ProvToolbox/prov-n/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ prov-n ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ prov-n ---
[INFO] Compiling 4 source files to /software/nipy-repo/ProvToolbox/prov-n/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ prov-n ---
[INFO] Surefire report directory: /software/nipy-repo/ProvToolbox/prov-n/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.openprovenance.prov.notation.ParserTest
exception: java.lang.ArrayIndexOutOfBoundsException: 0
java.lang.ArrayIndexOutOfBoundsException: 0
at org.antlr.runtime.DFA.predict(DFA.java:99)
at org.openprovenance.prov.notation.PROV_NLexer.mTokens(PROV_NLexer.java:3165)
at org.antlr.runtime.Lexer.nextToken(Lexer.java:89)
at org.antlr.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:133)
at org.antlr.runtime.BufferedTokenStream.sync(BufferedTokenStream.java:127)
at org.antlr.runtime.CommonTokenStream.setup(CommonTokenStream.java:132)
at org.antlr.runtime.CommonTokenStream.LT(CommonTokenStream.java:91)
at org.openprovenance.prov.notation.PROV_NParser.bundle(PROV_NParser.java:185)
at org.openprovenance.prov.notation.ParserTest.testBundle(ParserTest.java:30)
at org.openprovenance.prov.notation.ParserTest.testBundle0(ParserTest.java:7)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:35)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
exception: java.lang.ArrayIndexOutOfBoundsException: 0
java.lang.ArrayIndexOutOfBoundsException: 0
at org.antlr.runtime.DFA.predict(DFA.java:99)
at org.openprovenance.prov.notation.PROV_NLexer.mTokens(PROV_NLexer.java:3165)
at org.antlr.runtime.Lexer.nextToken(Lexer.java:89)
at org.antlr.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:133)
at org.antlr.runtime.BufferedTokenStream.sync(BufferedTokenStream.java:127)
at org.antlr.runtime.CommonTokenStream.setup(CommonTokenStream.java:132)
at org.antlr.runtime.CommonTokenStream.LT(CommonTokenStream.java:91)
at org.openprovenance.prov.notation.PROV_NParser.bundle(PROV_NParser.java:185)
at org.openprovenance.prov.notation.ParserTest.testBundle(ParserTest.java:30)
at org.openprovenance.prov.notation.ParserTest.testBundle1(ParserTest.java:11)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:35)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
exception: java.lang.ArrayIndexOutOfBoundsException: 0
java.lang.ArrayIndexOutOfBoundsException: 0
at org.antlr.runtime.DFA.predict(DFA.java:99)
at org.openprovenance.prov.notation.PROV_NLexer.mTokens(PROV_NLexer.java:3165)
at org.antlr.runtime.Lexer.nextToken(Lexer.java:89)
at org.antlr.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:133)
at org.antlr.runtime.BufferedTokenStream.sync(BufferedTokenStream.java:127)
at org.antlr.runtime.CommonTokenStream.setup(CommonTokenStream.java:132)
at org.antlr.runtime.CommonTokenStream.LT(CommonTokenStream.java:91)
at org.openprovenance.prov.notation.PROV_NParser.bundle(PROV_NParser.java:185)
at org.openprovenance.prov.notation.ParserTest.testBundle(ParserTest.java:30)
at org.openprovenance.prov.notation.ParserTest.testBundle2(ParserTest.java:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:35)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
exception: java.lang.ArrayIndexOutOfBoundsException: 0
java.lang.ArrayIndexOutOfBoundsException: 0
at org.antlr.runtime.DFA.predict(DFA.java:99)
at org.openprovenance.prov.notation.PROV_NLexer.mTokens(PROV_NLexer.java:3165)
at org.antlr.runtime.Lexer.nextToken(Lexer.java:89)
at org.antlr.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:133)
at org.antlr.runtime.BufferedTokenStream.sync(BufferedTokenStream.java:127)
at org.antlr.runtime.CommonTokenStream.setup(CommonTokenStream.java:132)
at org.antlr.runtime.CommonTokenStream.LT(CommonTokenStream.java:91)
at org.openprovenance.prov.notation.PROV_NParser.bundle(PROV_NParser.java:185)
at org.openprovenance.prov.notation.ParserTest.testBundle(ParserTest.java:30)
at org.openprovenance.prov.notation.ParserTest.testBundle3(ParserTest.java:20)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:35)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
exception: java.lang.ArrayIndexOutOfBoundsException: 0
java.lang.ArrayIndexOutOfBoundsException: 0
at org.antlr.runtime.DFA.predict(DFA.java:99)
at org.openprovenance.prov.notation.PROV_NLexer.mTokens(PROV_NLexer.java:3165)
at org.antlr.runtime.Lexer.nextToken(Lexer.java:89)
at org.antlr.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:133)
at org.antlr.runtime.BufferedTokenStream.sync(BufferedTokenStream.java:127)
at org.antlr.runtime.CommonTokenStream.setup(CommonTokenStream.java:132)
at org.antlr.runtime.CommonTokenStream.LT(CommonTokenStream.java:91)
at org.openprovenance.prov.notation.PROV_NParser.bundle(PROV_NParser.java:185)
at org.openprovenance.prov.notation.ParserTest.testBundle(ParserTest.java:30)
at org.openprovenance.prov.notation.ParserTest.testBundle4(ParserTest.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:35)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Tests run: 5, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec <<< FAILURE!
Running org.openprovenance.prov.notation.PC1FullTest
bundle
prefix prim <http://openprovenance.org/primitives#>
prefix pc1 <http://www.ipaw.info/pc1/>
activity(pc1:00000p1,-,-,[prov:label="align_warp 1" %% xsd:string, prov:label="bonjour"@fr %% xsd:string, prov:label="hello"@en %% xsd:string, prov:type='prim:align_warp', prov:type='prim:align_warp', prov:type="10" %% xsd:int, prov:type="-10" %% xsd:int, prov:type="-10.55" %% xsd:double, prov:type="abc" %% xsd:string, prov:type="true" %% xsd:boolean, prov:type="http://www.example.com/hi" %% xsd:anyURI])
activity(pc1:a2,-,-,[prov:label="align_warp 2" %% xsd:string, prov:type='prim:align_warp'])
activity(pc1:a3,-,-,[prov:label="align_warp 3" %% xsd:string, prov:type='prim:align_warp'])
activity(pc1:a4,-,-,[prov:label="align_warp 4" %% xsd:string, prov:type='prim:align_warp'])
activity(pc1:a5,-,-,[prov:label="Reslice 1" %% xsd:string, prov:type="http://openprovenance.org/primitives#reslice" %% xsd:anyURI])
activity(pc1:a6,-,-,[prov:label="Reslice 2" %% xsd:string, prov:type="http://openprovenance.org/primitives#reslice" %% xsd:anyURI])
activity(pc1:a7,-,-,[prov:label="Reslice 3" %% xsd:string, prov:type="http://openprovenance.org/primitives#reslice" %% xsd:anyURI])
activity(pc1:a8,-,-,[prov:label="Reslice 4" %% xsd:string, prov:type="http://openprovenance.org/primitives#reslice" %% xsd:anyURI])
activity(pc1:a9,-,-,[prov:label="Softmean" %% xsd:string, prov:type="http://openprovenance.org/primitives#softmean" %% xsd:anyURI])
activity(pc1:a10,-,-,[prov:label="Slicer 1" %% xsd:string, prov:type="http://openprovenance.org/primitives#slicer" %% xsd:anyURI])
activity(pc1:a11,-,-,[prov:label="Slicer 2" %% xsd:string, prov:type="http://openprovenance.org/primitives#slicer" %% xsd:anyURI])
activity(pc1:a12,-,-,[prov:label="Slicer 3" %% xsd:string, prov:type="http://openprovenance.org/primitives#slicer" %% xsd:anyURI])
activity(pc1:a13,-,-,[prov:label="Convert 1" %% xsd:string, prov:type="http://openprovenance.org/primitives#convert" %% xsd:anyURI])
activity(pc1:a14,-,-,[prov:label="Convert 2" %% xsd:string, prov:type="http://openprovenance.org/primitives#convert" %% xsd:anyURI])
activity(pc1:a15,-,-,[prov:label="Convert 3" %% xsd:string, prov:type="http://openprovenance.org/primitives#convert" %% xsd:anyURI])
entity(pc1:e1,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Reference Image" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/reference.img" %% xsd:string])
entity(pc1:e2,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Reference Header" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/reference.hdr" %% xsd:string])
entity(pc1:e5,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Anatomy I2" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/anatomy2.img" %% xsd:string])
entity(pc1:e6,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Anatomy H2" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/anatomy2.hdr" %% xsd:string])
entity(pc1:e3,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Anatomy I1" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/anatomy1.img" %% xsd:string])
entity(pc1:e4,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Anatomy H1" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/anatomy1.hdr" %% xsd:string])
entity(pc1:e7,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Anatomy I3" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/anatomy3.img" %% xsd:string])
entity(pc1:e8,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Anatomy H3" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/anatomy3.hdr" %% xsd:string])
entity(pc1:e9,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Anatomy I4" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/anatomy4.img" %% xsd:string])
entity(pc1:e10,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Anatomy H4" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/anatomy4.hdr" %% xsd:string])
entity(pc1:e11,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Warp Params1" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/warp1.warp" %% xsd:string])
entity(pc1:e12,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Warp Params2" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/warp2.warp" %% xsd:string])
entity(pc1:e13,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Warp Params3" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/warp3.warp" %% xsd:string])
entity(pc1:e14,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Warp Params4" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/warp4.warp" %% xsd:string])
entity(pc1:e15,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Resliced I1" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/resliced1.img" %% xsd:string])
entity(pc1:e16,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Resliced H1" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/resliced1.hdr" %% xsd:string])
entity(pc1:e17,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Resliced I2" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/resliced2.img" %% xsd:string])
entity(pc1:e18,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Resliced H2" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/resliced2.hdr" %% xsd:string])
entity(pc1:e19,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Resliced I3" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/resliced3.img" %% xsd:string])
entity(pc1:e20,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Resliced H3" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/resliced3.hdr" %% xsd:string])
entity(pc1:e21,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Resliced I4" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/resliced4.img" %% xsd:string])
entity(pc1:e22,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Resliced H4" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/resliced4.hdr" %% xsd:string])
entity(pc1:e23,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Atlas Image" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/atlas.img" %% xsd:string])
entity(pc1:e24,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Atlas Header" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/atlas.hdr" %% xsd:string])
entity(pc1:e25,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Atlas X Slice" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/atlas-x.pgm" %% xsd:string])
entity(pc1:e25p,[prov:type="http://openprovenance.org/primitives#String" %% xsd:string, prov:label="slicer param 1" %% xsd:string, pc1:value = "-x .5" %% xsd:string])
entity(pc1:e26,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Atlas Y Slice" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/atlas-y.pgm" %% xsd:string])
entity(pc1:e26p,[prov:type="http://openprovenance.org/primitives#String" %% xsd:string, prov:label="slicer param 2" %% xsd:string, pc1:value = "-y .5" %% xsd:string])
entity(pc1:e27,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Atlas Z Slice" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/atlas-z.pgm" %% xsd:string])
entity(pc1:e27p,[prov:type="http://openprovenance.org/primitives#String" %% xsd:string, prov:label="slicer param 3" %% xsd:string, pc1:value = "-z .5" %% xsd:string])
entity(pc1:e28,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Atlas X Graphic" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/atlas-x.gif" %% xsd:string])
entity(pc1:e29,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Atlas Y Graphic" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/atlas-y.gif" %% xsd:string])
entity(pc1:e30,[prov:type="http://openprovenance.org/primitives#File" %% xsd:anyURI, prov:label="Atlas Z Graphic" %% xsd:string, pc1:url = "http://www.ipaw.info/challenge/atlas-z.gif" %% xsd:string])
agent(pc1:ag1,[prov:label="John Doe" %% xsd:string])
used(pc1:00000p1,pc1:e3,-,[prov:role="img" %% xsd:string])
used(pc1:00000p1,pc1:e4,-,[prov:role="hdr" %% xsd:string])
used(pc1:u3;pc1:00000p1,pc1:e1,-,[prov:role="imgRef" %% xsd:string])
used(pc1:00000p1,pc1:e2,-,[prov:role="hdrRef" %% xsd:string])
used(pc1:a2,pc1:e5,-,[prov:role="img" %% xsd:string])
used(pc1:a2,pc1:e6,-,[prov:role="hdr" %% xsd:string])
used(pc1:a2,pc1:e1,-,[prov:role="imgRef" %% xsd:string])
used(pc1:a2,pc1:e2,-,[prov:role="hdrRef" %% xsd:string])
used(pc1:a3,pc1:e7,-,[prov:role="img" %% xsd:string])
used(pc1:a3,pc1:e8,-,[prov:role="hdr" %% xsd:string])
used(pc1:a3,pc1:e1,-,[prov:role="imgRef" %% xsd:string])
used(pc1:a3,pc1:e2,-,[prov:role="hdrRef" %% xsd:string])
used(pc1:a4,pc1:e9,-,[prov:role="img" %% xsd:string])
used(pc1:a4,pc1:e10,-,[prov:role="hdr" %% xsd:string])
used(pc1:a4,pc1:e1,-,[prov:role="imgRef" %% xsd:string])
used(pc1:a4,pc1:e2,-,[prov:role="hdrRef" %% xsd:string])
used(pc1:a5,pc1:e11,-,[prov:role="in" %% xsd:string])
used(pc1:a6,pc1:e12,-,[prov:role="in" %% xsd:string])
used(pc1:a7,pc1:e13,-,[prov:role="in" %% xsd:string])
used(pc1:a8,pc1:e14,-,[prov:role="in" %% xsd:string])
used(pc1:a9,pc1:e15,-,[prov:role="i1" %% xsd:string])
used(pc1:a9,pc1:e16,-,[prov:role="h1" %% xsd:string])
used(pc1:a9,pc1:e17,-,[prov:role="i2" %% xsd:string])
used(pc1:a9,pc1:e18,-,[prov:role="h2" %% xsd:string])
used(pc1:a9,pc1:e19,-,[prov:role="i3" %% xsd:string])
used(pc1:a9,pc1:e20,-,[prov:role="h3" %% xsd:string])
used(pc1:a9,pc1:e21,-,[prov:role="i4" %% xsd:string])
used(pc1:a9,pc1:e22,-,[prov:role="h4" %% xsd:string])
used(pc1:a10,pc1:e23,-,[prov:role="img" %% xsd:string])
used(pc1:a10,pc1:e24,-,[prov:role="hdr" %% xsd:string])
used(pc1:a11,pc1:e23,-,[prov:role="img" %% xsd:string])
used(pc1:a11,pc1:e24,-,[prov:role="hdr" %% xsd:string])
used(pc1:a12,pc1:e23,-,[prov:role="img" %% xsd:string])
used(pc1:a12,pc1:e24,-,[prov:role="hdr" %% xsd:string])
used(pc1:a10,pc1:e25p,-,[prov:role="param" %% xsd:string])
used(pc1:a11,pc1:e26p,-,[prov:role="param" %% xsd:string])
used(pc1:a12,pc1:e27p,-,[prov:role="param" %% xsd:string])
used(pc1:a13,pc1:e25,-,[prov:role="in" %% xsd:string])
used(pc1:a14,pc1:e26,-,[prov:role="in" %% xsd:string])
used(pc1:a15,pc1:e27,-,[prov:role="in" %% xsd:string])
wasGeneratedBy(pc1:wgb1;pc1:e11,pc1:00000p1,-,[prov:role="out" %% xsd:string])
wasGeneratedBy(pc1:e12,pc1:a2,-,[prov:role="out" %% xsd:string])
wasGeneratedBy(pc1:e13,pc1:a3,-,[prov:role="out" %% xsd:string])
wasGeneratedBy(pc1:e14,pc1:a4,-,[prov:role="out" %% xsd:string])
wasGeneratedBy(pc1:e15,pc1:a5,-,[prov:role="img" %% xsd:string])
wasGeneratedBy(pc1:e16,pc1:a5,-,[prov:role="hdr" %% xsd:string])
wasGeneratedBy(pc1:e17,pc1:a6,-,[prov:role="img" %% xsd:string])
wasGeneratedBy(pc1:e18,pc1:a6,-,[prov:role="hdr" %% xsd:string])
wasGeneratedBy(pc1:e19,pc1:a7,-,[prov:role="img" %% xsd:string])
wasGeneratedBy(pc1:e20,pc1:a7,-,[prov:role="hdr" %% xsd:string])
wasGeneratedBy(pc1:e21,pc1:a8,-,[prov:role="img" %% xsd:string])
wasGeneratedBy(pc1:e22,pc1:a8,-,[prov:role="hdr" %% xsd:string])
wasGeneratedBy(pc1:e23,pc1:a9,-,[prov:role="img" %% xsd:string])
wasGeneratedBy(pc1:e24,pc1:a9,-,[prov:role="hdr" %% xsd:string])
wasGeneratedBy(pc1:e25,pc1:a10,-,[prov:role="out" %% xsd:string])
wasGeneratedBy(pc1:e26,pc1:a11,-,[prov:role="out" %% xsd:string])
wasGeneratedBy(pc1:e27,pc1:a12,-,[prov:role="out" %% xsd:string])
wasGeneratedBy(pc1:e28,pc1:a13,2012-11-14T14:13:22.050-05:00,[prov:role="out" %% xsd:string])
wasGeneratedBy(pc1:e29,pc1:a14,2012-11-14T14:13:22.050-05:00,[prov:role="out" %% xsd:string])
wasGeneratedBy(pc1:e30,pc1:a15,2012-11-14T14:13:22.050-05:00,[prov:role="out" %% xsd:string])
wasDerivedFrom(pc1:e11, pc1:e1, pc1:00000p1, pc1:wgb1, pc1:u3)
wasDerivedFrom(pc1:e11, pc1:e2)
wasDerivedFrom(pc1:e11, pc1:e3)
wasDerivedFrom(pc1:e11, pc1:e4)
wasDerivedFrom(pc1:e12, pc1:e1)
wasDerivedFrom(pc1:e12, pc1:e2)
wasDerivedFrom(pc1:e12, pc1:e5)
wasDerivedFrom(pc1:e12, pc1:e6)
wasDerivedFrom(pc1:e13, pc1:e1)
wasDerivedFrom(pc1:e13, pc1:e2)
wasDerivedFrom(pc1:e13, pc1:e7)
wasDerivedFrom(pc1:e13, pc1:e8)
wasDerivedFrom(pc1:e14, pc1:e1)
wasDerivedFrom(pc1:e14, pc1:e2)
wasDerivedFrom(pc1:e14, pc1:e9)
wasDerivedFrom(pc1:e14, pc1:e10)
wasDerivedFrom(pc1:e15, pc1:e11)
wasDerivedFrom(pc1:e16, pc1:e11)
wasDerivedFrom(pc1:e17, pc1:e12)
wasDerivedFrom(pc1:e18, pc1:e12)
wasDerivedFrom(pc1:e19, pc1:e13)
wasDerivedFrom(pc1:e20, pc1:e13)
wasDerivedFrom(pc1:e21, pc1:e14)
wasDerivedFrom(pc1:e22, pc1:e14)
wasDerivedFrom(pc1:e23, pc1:e15)
wasDerivedFrom(pc1:e23, pc1:e16)
wasDerivedFrom(pc1:e23, pc1:e17)
wasDerivedFrom(pc1:e23, pc1:e18)
wasDerivedFrom(pc1:e23, pc1:e19)
wasDerivedFrom(pc1:e23, pc1:e20)
wasDerivedFrom(pc1:e23, pc1:e21)
wasDerivedFrom(pc1:e23, pc1:e22)
wasDerivedFrom(pc1:e24, pc1:e15)
wasDerivedFrom(pc1:e24, pc1:e16)
wasDerivedFrom(pc1:e24, pc1:e17)
wasDerivedFrom(pc1:e24, pc1:e18)
wasDerivedFrom(pc1:e24, pc1:e19)
wasDerivedFrom(pc1:e24, pc1:e20)
wasDerivedFrom(pc1:e24, pc1:e21)
wasDerivedFrom(pc1:e24, pc1:e22)
wasDerivedFrom(pc1:e25, pc1:e23)
wasDerivedFrom(pc1:e25, pc1:e24)
wasDerivedFrom(pc1:e26, pc1:e23)
wasDerivedFrom(pc1:e26, pc1:e24)
wasDerivedFrom(pc1:e27, pc1:e23)
wasDerivedFrom(pc1:e27, pc1:e24)
wasDerivedFrom(pc1:e28, pc1:e25)
wasDerivedFrom(pc1:e29, pc1:e26)
wasDerivedFrom(pc1:e30, pc1:e27)
wasAssociatedWith(pc1:waw1;pc1:00000p1,pc1:ag1,-)
endBundle
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 sec
Running org.openprovenance.prov.notation.PubTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.openprovenance.prov.notation.RoundTripFromJavaTest
Tests run: 127, Failures: 0, Errors: 127, Skipped: 0, Time elapsed: 0.214 sec <<< FAILURE!
Results :
Failed tests: testBundle0(org.openprovenance.prov.notation.ParserTest)
testBundle1(org.openprovenance.prov.notation.ParserTest)
testBundle2(org.openprovenance.prov.notation.ParserTest)
testBundle3(org.openprovenance.prov.notation.ParserTest)
testBundle4(org.openprovenance.prov.notation.ParserTest)
Tests in error:
testReadASNSaveXML(org.openprovenance.prov.notation.PubTest): 0
testEntity1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEntity2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEntity3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEntity4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEntity5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEntity6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEntity7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEntity8(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEntity9(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEntity10(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testActivity1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testActivity2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testActivity3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testActivity4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testActivity5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testActivity6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testActivity7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testActivity8(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testActivity9(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAgent1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAgent2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAgent3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAgent4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAgent5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAgent6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAgent7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAgent8(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testGeneration1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testGeneration2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testGeneration3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testGeneration4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testGeneration5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testGeneration6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testGeneration7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testUsage1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testUsage2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testUsage3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testUsage4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testUsage5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testUsage6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testUsage7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInvalidation1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInvalidation2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInvalidation3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInvalidation4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInvalidation5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInvalidation6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInvalidation7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testStart1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testStart2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testStart3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testStart4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testStart5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testStart6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testStart7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testStart8(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testStart9(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testStart10(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEnd1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEnd2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEnd3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEnd4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEnd5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEnd6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEnd7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEnd8(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEnd9(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testEnd10(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation8(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation9(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation10(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation11(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation12(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDerivation13(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAssociation1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAssociation2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAssociation3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAssociation4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAssociation5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAssociation6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAssociation7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAssociation8(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAssociation9(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAttribution1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAttribution2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAttribution3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAttribution4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAttribution5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAttribution6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAttribution7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAttribution8(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDelegation1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDelegation2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDelegation3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDelegation4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDelegation5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDelegation6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDelegation7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testDelegation8(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testCommunication1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testCommunication2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testCommunication3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testCommunication4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testCommunication5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testCommunication6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testCommunication7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInfluence1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInfluence2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInfluence3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInfluence4(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInfluence5(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInfluence6(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testInfluence7(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testAlternate1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testSpecialization1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testMention1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testMention2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testMembership1(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testMembership2(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
testMembership3(org.openprovenance.prov.notation.RoundTripFromJavaTest): java.lang.ArrayIndexOutOfBoundsException: 0
Tests run: 134, Failures: 5, Errors: 128, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] W3C PROV Specifications ........................... SUCCESS [0.405s]
[INFO] PROV-XML .......................................... SUCCESS [10.325s]
[INFO] PROV-N ............................................ FAILURE [10.564s]
[INFO] PROV-DOT .......................................... SKIPPED
[INFO] PROV-JSON ......................................... SKIPPED
[INFO] PROV-RDF .......................................... SKIPPED
[INFO] PROV-INTEROP ...................................... SKIPPED
[INFO] PROV Toolbox ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.720s
[INFO] Finished at: Wed Nov 14 14:13:36 EST 2012
[INFO] Final Memory: 16M/123M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project prov-n: There are test failures.
[ERROR]
[ERROR] Please refer to /software/nipy-repo/ProvToolbox/prov-n/target/surefire-reports for the individual test results.
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :prov-n
@fanafariba
Copy link

I am getting the same error. I wonder if you found a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment