Skip to content
GitHub Actions / Test Results failed Aug 24, 2023 in 0s

6 errors, 102 pass in 16s

108 tests   102 ✔️  16s ⏱️
  27 suites      0 💤
  27 files        0   6 🔥

Results for commit be78b28.

Annotations

Check failure on line 0 in gate.corpora.TestTikaFormats

See this annotation in the file changed.

@github-actions github-actions / Test Results

testDOC (gate.corpora.TestTikaFormats) with error

artifacts/Test Results/TEST-gate.corpora.TestTikaFormats.xml [took 1s]
Raw output
WORKBOOK_DIR_ENTRY_NAMES
java.lang.NoSuchFieldError: WORKBOOK_DIR_ENTRY_NAMES
	at org.apache.tika.parser.microsoft.POIFSContainerDetector.detect(POIFSContainerDetector.java:214)
	at org.apache.tika.parser.microsoft.OfficeParser$POIFSDocumentType.detectType(OfficeParser.java:282)
	at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:158)
	at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:131)
	at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:281)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:109)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:75)
	at gate.corpora.DocumentImpl.init(DocumentImpl.java:327)
	at gate.Factory.createResource(Factory.java:431)
	at gate.Factory.createResource(Factory.java:136)
	at gate.Factory.newDocument(Factory.java:485)
	at gate.corpora.TestTikaFormats.doTest(TestTikaFormats.java:45)
	at gate.corpora.TestTikaFormats.testDOC(TestTikaFormats.java:53)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Aug 24, 2023 8:28:32 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem
WARNING: TIFFImageWriter not loaded. tiff files will not be processed
See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
for optional dependencies.
J2KImageReader not loaded. JPEG2000 files will not be processed.
See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
for optional dependencies.

Aug 24, 2023 8:28:32 PM org.apache.tika.config.InitializableProblemHandler$3 handleInitializableProblem
WARNING: org.xerial's sqlite-jdbc is not loaded.
Please provide the jar on your classpath to parse sqlite files.
See tika-parsers/pom.xml for the correct version.

Check failure on line 0 in gate.corpora.TestTikaFormats

See this annotation in the file changed.

@github-actions github-actions / Test Results

testPPT (gate.corpora.TestTikaFormats) with error

artifacts/Test Results/TEST-gate.corpora.TestTikaFormats.xml [took 0s]
Raw output
WORKBOOK_DIR_ENTRY_NAMES
java.lang.NoSuchFieldError: WORKBOOK_DIR_ENTRY_NAMES
	at org.apache.tika.parser.microsoft.POIFSContainerDetector.detect(POIFSContainerDetector.java:214)
	at org.apache.tika.parser.microsoft.OfficeParser$POIFSDocumentType.detectType(OfficeParser.java:282)
	at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:158)
	at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:131)
	at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:281)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:109)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:75)
	at gate.corpora.DocumentImpl.init(DocumentImpl.java:327)
	at gate.Factory.createResource(Factory.java:431)
	at gate.Factory.createResource(Factory.java:136)
	at gate.Factory.newDocument(Factory.java:485)
	at gate.corpora.TestTikaFormats.doTest(TestTikaFormats.java:45)
	at gate.corpora.TestTikaFormats.testPPT(TestTikaFormats.java:77)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Check failure on line 0 in gate.corpora.TestTikaFormats

See this annotation in the file changed.

@github-actions github-actions / Test Results

testXLS (gate.corpora.TestTikaFormats) with error

artifacts/Test Results/TEST-gate.corpora.TestTikaFormats.xml [took 0s]
Raw output
WORKBOOK_DIR_ENTRY_NAMES
java.lang.NoSuchFieldError: WORKBOOK_DIR_ENTRY_NAMES
	at org.apache.tika.parser.microsoft.POIFSContainerDetector.detect(POIFSContainerDetector.java:214)
	at org.apache.tika.parser.microsoft.OfficeParser$POIFSDocumentType.detectType(OfficeParser.java:282)
	at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:158)
	at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:131)
	at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:281)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:109)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:75)
	at gate.corpora.DocumentImpl.init(DocumentImpl.java:327)
	at gate.Factory.createResource(Factory.java:431)
	at gate.Factory.createResource(Factory.java:136)
	at gate.Factory.newDocument(Factory.java:485)
	at gate.corpora.TestTikaFormats.doTest(TestTikaFormats.java:45)
	at gate.corpora.TestTikaFormats.testXLS(TestTikaFormats.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Check failure on line 0 in gate.corpora.TestTikaFormats

See this annotation in the file changed.

@github-actions github-actions / Test Results

testDOCX (gate.corpora.TestTikaFormats) with error

artifacts/Test Results/TEST-gate.corpora.TestTikaFormats.xml [took 0s]
Raw output
Implementing class
java.lang.IncompatibleClassChangeError: Implementing class
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:757)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
	at org.apache.tika.parser.microsoft.ooxml.OOXMLParser.parse(OOXMLParser.java:113)
	at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:281)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:109)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:75)
	at gate.corpora.DocumentImpl.init(DocumentImpl.java:327)
	at gate.Factory.createResource(Factory.java:431)
	at gate.Factory.createResource(Factory.java:136)
	at gate.Factory.newDocument(Factory.java:485)
	at gate.corpora.TestTikaFormats.doTest(TestTikaFormats.java:45)
	at gate.corpora.TestTikaFormats.testDOCX(TestTikaFormats.java:57)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Check failure on line 0 in gate.corpora.TestTikaFormats

See this annotation in the file changed.

@github-actions github-actions / Test Results

testPPTX (gate.corpora.TestTikaFormats) with error

artifacts/Test Results/TEST-gate.corpora.TestTikaFormats.xml [took 0s]
Raw output
Implementing class
java.lang.IncompatibleClassChangeError: Implementing class
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:757)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
	at org.apache.tika.parser.microsoft.ooxml.OOXMLParser.parse(OOXMLParser.java:113)
	at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:281)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:109)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:75)
	at gate.corpora.DocumentImpl.init(DocumentImpl.java:327)
	at gate.Factory.createResource(Factory.java:431)
	at gate.Factory.createResource(Factory.java:136)
	at gate.Factory.newDocument(Factory.java:485)
	at gate.corpora.TestTikaFormats.doTest(TestTikaFormats.java:45)
	at gate.corpora.TestTikaFormats.testPPTX(TestTikaFormats.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Check failure on line 0 in gate.corpora.TestTikaFormats

See this annotation in the file changed.

@github-actions github-actions / Test Results

testXLSX (gate.corpora.TestTikaFormats) with error

artifacts/Test Results/TEST-gate.corpora.TestTikaFormats.xml [took 0s]
Raw output
Implementing class
java.lang.IncompatibleClassChangeError: Implementing class
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:757)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
	at org.apache.tika.parser.microsoft.ooxml.OOXMLParser.parse(OOXMLParser.java:113)
	at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:281)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:109)
	at gate.corpora.TikaFormat.unpackMarkup(TikaFormat.java:75)
	at gate.corpora.DocumentImpl.init(DocumentImpl.java:327)
	at gate.Factory.createResource(Factory.java:431)
	at gate.Factory.createResource(Factory.java:136)
	at gate.Factory.newDocument(Factory.java:485)
	at gate.corpora.TestTikaFormats.doTest(TestTikaFormats.java:45)
	at gate.corpora.TestTikaFormats.testXLSX(TestTikaFormats.java:89)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

108 tests found

There are 108 tests, see "Raw output" for the full list of tests.
Raw output
gate.TestUtils ‑ testAnnotationSetHandling
gate.annotation.TestAnnotation ‑ testAddDuplicateID
gate.annotation.TestAnnotation ‑ testAddWithNodes
gate.annotation.TestAnnotation ‑ testAnnotationSet
gate.annotation.TestAnnotation ‑ testDocumentOrder
gate.annotation.TestAnnotation ‑ testExceptions
gate.annotation.TestAnnotation ‑ testFeatureSubsumeMethods
gate.annotation.TestAnnotation ‑ testGetCovering
gate.annotation.TestAnnotation ‑ testGetFeatureMapOffset
gate.annotation.TestAnnotation ‑ testGetStringLongLong
gate.annotation.TestAnnotation ‑ testImmutability
gate.annotation.TestAnnotation ‑ testIsPartiallyCompatibleAndCompatible
gate.annotation.TestAnnotation ‑ testIterator
gate.annotation.TestAnnotation ‑ testNodesByOffset
gate.annotation.TestAnnotation ‑ testOffsetIndex
gate.annotation.TestAnnotation ‑ testOverlapsAndCoextensive
gate.annotation.TestAnnotation ‑ testRemove
gate.annotation.TestAnnotation ‑ testRemoveInexistant
gate.annotation.TestAnnotation ‑ testSetMethods
gate.annotation.TestAnnotation ‑ testTypeIndex
gate.config.TestConfig ‑ testConfigFileNaming
gate.config.TestConfig ‑ testConfigUpdating
gate.config.TestConfig ‑ testSessionStateFileNaming
gate.corpora.TestCorpus ‑ testCreation
gate.corpora.TestCorpus ‑ testDocumentAddition
gate.corpora.TestDocument ‑ testCompareTo
gate.corpora.TestDocument ‑ testDocRender
gate.corpora.TestDocument ‑ testExplicitMimeType
gate.corpora.TestDocument ‑ testLotsOfThings
gate.corpora.TestDocument ‑ testOriginalContentPreserving
gate.corpora.TestDocumentEdit ‑ testEdit
gate.corpora.TestDocumentStaxUtils ‑ testIllegalXMLCharacters
gate.corpora.TestTikaFormats ‑ testDOC
gate.corpora.TestTikaFormats ‑ testDOCX
gate.corpora.TestTikaFormats ‑ testODP
gate.corpora.TestTikaFormats ‑ testODS
gate.corpora.TestTikaFormats ‑ testODT
gate.corpora.TestTikaFormats ‑ testPDF
gate.corpora.TestTikaFormats ‑ testPPT
gate.corpora.TestTikaFormats ‑ testPPTX
gate.corpora.TestTikaFormats ‑ testRTF
gate.corpora.TestTikaFormats ‑ testXLS
gate.corpora.TestTikaFormats ‑ testXLSX
gate.creole.DynamicRegistrationTest ‑ testDynamicRegistration
gate.creole.TestCreole ‑ testArbitraryMetadata
gate.creole.TestCreole ‑ testClassIndex
gate.creole.TestCreole ‑ testComments
gate.creole.TestCreole ‑ testDefaultRun
gate.creole.TestCreole ‑ testDiscovery
gate.creole.TestCreole ‑ testFactory
gate.creole.TestCreole ‑ testInstanceLists
gate.creole.TestCreole ‑ testIntrospection
gate.creole.TestCreole ‑ testLoading
gate.creole.TestCreole ‑ testMetadata
gate.creole.TestCreole ‑ testParamAsLists
gate.creole.TestCreole ‑ testParameterDefaults1
gate.creole.TestCreole ‑ testParameterDefaults2
gate.creole.TestCreole ‑ testParameters
gate.creole.TestCreole ‑ testToolsAndPrivate
gate.creole.TestCreole ‑ testTypeLists
gate.creole.TestCreole ‑ testViews
gate.creole.TestCreoleAnnotationHandler ‑ testCreoleAnnotationHandler
gate.creole.TestResourceReference ‑ testCreateFromAbsolutePath
gate.creole.TestResourceReference ‑ testCreateFromURL
gate.creole.TestResourceReference ‑ testDefaultValue
gate.creole.TestResourceReference ‑ testPersistence
gate.creole.TestResourceReference ‑ testReadFromURL
gate.creole.TestResourceReference ‑ testReadFromURLPlugin
gate.creole.TestResourceReference ‑ testRelativeReferences
gate.creole.TestXSchema ‑ testFactoryCreation
gate.creole.TestXSchema ‑ testFromAndToXSchema
gate.email.TestEmail ‑ testContainsSemicolon
gate.email.TestEmail ‑ testContainsWhiteSpaces
gate.email.TestEmail ‑ testHasAMeaning
gate.email.TestEmail ‑ testIsTime
gate.email.TestEmail ‑ testLineBeginsMessage
gate.email.TestEmail ‑ testLineBeginsWithField
gate.email.TestEmail ‑ testUnpackMarkup
gate.html.TestHtml ‑ testUnpackMarkup
gate.persist.TestPersist ‑ testDSR
gate.persist.TestPersist ‑ testDelete
gate.persist.TestPersist ‑ testMultipleLrs
gate.persist.TestPersist ‑ testSaveRestore
gate.persist.TestPersist ‑ testSimple
gate.sgml.TestSgml ‑ testSgmlLoading
gate.util.TestAnnotationMerging ‑ testAnnotationMerging
gate.util.TestClassificationMeasures ‑ test
gate.util.TestDiffer ‑ testDiffer
gate.util.TestFeatureMap ‑ testPutAndGet
gate.util.TestFeatureMap ‑ testSubsume
gate.util.TestFiles ‑ testFind
gate.util.TestFiles ‑ testGetResources
gate.util.TestFiles ‑ testUpdateXmlElement
gate.util.TestFiles ‑ testWriteTempFile
gate.util.TestRBTreeMap ‑ testClosestMatch
gate.util.TestRBTreeMap ‑ testExact
gate.util.TestRBTreeMap ‑ testGetNextOf
gate.util.TestResolveUrl ‑ testRedirectLoop
gate.util.TestResolveUrl ‑ testRedirectToFile
gate.util.TestResolveUrl ‑ testTooManyRedirects
gate.util.TestTools ‑ testGetMostSpecificConstructor1
gate.util.TestTools ‑ testGetMostSpecificConstructor2
gate.util.TestTools ‑ testGetMostSpecificConstructor3
gate.util.TestTools ‑ testGetMostSpecificConstructor4
gate.xml.TestRepositioningInfo ‑ testRepositioningInfo
gate.xml.TestXml ‑ testAnnotationConsistencyForSaveAsXml
gate.xml.TestXml ‑ testGateDocumentToAndFromXmlWithDifferentKindOfFormats
gate.xml.TestXml ‑ testUnpackMarkup