Skip to content

Instantly share code, notes, and snippets.

@shriphani
Created March 14, 2014 19:53
Show Gist options
  • Save shriphani/9555502 to your computer and use it in GitHub Desktop.
Save shriphani/9555502 to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Heritrix 3
[INFO] Heritrix 3: 'commons' subproject (utility classes)
[INFO] Heritrix 3: 'modules' subproject (reusable components)
[INFO] Heritrix 3: 'engine' subproject
[INFO] Heritrix 3 (distribution bundles)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Heritrix 3 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ heritrix ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ heritrix ---
[INFO] Installing /Users/shriphani/Documents/heritrix3/pom.xml to /Users/shriphani/.m2/repository/org/archive/heritrix/3.3.0-SNAPSHOT/heritrix-3.3.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Heritrix 3: 'commons' subproject (utility classes) 3.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The artifact poi:poi:jar:2.5.1 has been relocated to poi:poi:jar:2.5.1-final-20040804
[WARNING] The artifact itext:itext:jar:1.3 has been relocated to com.lowagie:itext:jar:1.3
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ heritrix-commons ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ heritrix-commons ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ heritrix-commons ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ heritrix-commons ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ heritrix-commons ---
[INFO] Surefire report directory: /Users/shriphani/Documents/heritrix3/commons/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.archive.bdb.StoredQueueTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 sec
Running org.archive.io.arc.ARCReaderFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec
Running org.archive.io.arc.ARCWriterPoolTest
Mar 14, 2014 3:39:48 PM org.archive.io.WriterPool <init>
INFO: Initial configuration: prefix=TEST, template=${prefix}-${timestamp17}-${serialno}-${heritrix.hostname}, compress=true, maxSize=100000000, maxActive=3, maxWait=100
Mar 14, 2014 3:39:48 PM org.archive.io.WriterPool <init>
INFO: Initial configuration: prefix=TEST, template=${prefix}-${timestamp17}-${serialno}-${heritrix.hostname}, compress=true, maxSize=100000000, maxActive=3, maxWait=100
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 sec
Running org.archive.io.arc.ARCWriterTest
Mar 14, 2014 3:39:49 PM org.archive.util.DevUtils warnHandle
WARNING: java.lang.Throwable: Gap between expected and actual: -1
writing arc /tmp/heritrix-junit-tests/testGapError-JUNIT.arc.gz.open
at org.archive.io.arc.ARCWriter.write(ARCWriter.java:398)
at org.archive.io.arc.ARCWriter.write(ARCWriter.java:357)
at org.archive.io.arc.ARCWriterTest.testGapError(ARCWriterTest.java:522)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:117)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:94)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:172)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
Running org.archive.io.ArchiveReaderFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.archive.io.ArchiveTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.archive.io.BufferedSeekInputStreamTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.archive.io.HeaderedArchiveRecordTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.archive.io.RecordingInputStreamTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.131 sec
Running org.archive.io.RecordingOutputStreamTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.archive.io.ReplayCharSequenceTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
Running org.archive.io.RepositionableInputStreamTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.archive.io.SinkHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.archive.io.warc.WARCWriterTest
Mar 14, 2014 3:39:59 PM org.archive.io.warc.WARCWriter writeRecord
SEVERE: could not write record type: resourcefor URL: http://www.archive.org/test/ /index.html
java.lang.IllegalArgumentException: Contains disallowed white space 0x20: http://www.archive.org/test/ /index.html
at org.archive.io.warc.WARCWriter.checkHeaderValue(WARCWriter.java:148)
at org.archive.io.warc.WARCWriter.createRecordHeader(WARCWriter.java:193)
at org.archive.io.warc.WARCWriter.writeRecord(WARCWriter.java:227)
at org.archive.io.warc.WARCWriterTest.writeRecord(WARCWriterTest.java:394)
at org.archive.io.warc.WARCWriterTest.holeyUrl(WARCWriterTest.java:439)
at org.archive.io.warc.WARCWriterTest.testSpaceInURL(WARCWriterTest.java:423)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:117)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:94)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:172)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)
Mar 14, 2014 3:39:59 PM org.archive.io.warc.WARCWriter writeRecord
SEVERE: could not write record type: resourcefor URL: http://www.archive.org/test/ /index.html
java.lang.IllegalArgumentException: Contains illegal character 0x9: http://www.archive.org/test/ /index.html
at org.archive.io.warc.WARCWriter.baseCharacterCheck(WARCWriter.java:137)
at org.archive.io.warc.WARCWriter.checkHeaderValue(WARCWriter.java:146)
at org.archive.io.warc.WARCWriter.createRecordHeader(WARCWriter.java:193)
at org.archive.io.warc.WARCWriter.writeRecord(WARCWriter.java:227)
at org.archive.io.warc.WARCWriterTest.writeRecord(WARCWriterTest.java:394)
at org.archive.io.warc.WARCWriterTest.holeyUrl(WARCWriterTest.java:439)
at org.archive.io.warc.WARCWriterTest.testTabInURL(WARCWriterTest.java:428)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:117)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:94)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
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:172)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70)
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec
Running org.archive.settings.file.BdbModuleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.927 sec
Running org.archive.settings.file.PrefixFinderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.archive.surt.SURTTokenizerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running org.archive.uid.UUIDGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.archive.util.anvl.ANVLRecordTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.archive.util.BloomFilter64bitTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 175.216 sec
Running org.archive.util.FileUtilsTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.868 sec
Running org.archive.util.fingerprint.ArrayLongFPCacheTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.archive.util.fingerprint.LongFPSetCacheTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.archive.util.fingerprint.MemLongFPSetTest
Mar 14, 2014 3:42:59 PM org.archive.util.fingerprint.MemLongFPSet grow
INFO: Doubling fingerprinting slots to 1024
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.archive.util.LongToIntConsistentHashTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec
Running org.archive.util.MimetypeUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running org.archive.util.ms.DocTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.archive.util.ms.PieceReaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.archive.util.ObjectIdentityBdbCacheTest
UNREGISTERED FOR KRYO class java.util.concurrent.atomic.AtomicInteger in class org.archive.util.IdentityCacheableWrapper
level to 0
OIBCT:DB name:consistencyCache, hit%: 100%, gets=262144 memHits=131072 diskHits=0 supplieds=131072 expungePuts=0 syncs=0
level to 10
Mar 14, 2014 3:43:04 PM org.archive.util.TestUtils forceScarceMemory
INFO: forcing scarce memory via 954 1MB blocks
OIBCT:DB name:consistencyCache, hit%: 100%, gets=1572864 memHits=1441792 diskHits=0 supplieds=131072 expungePuts=0 syncs=0
level to 20
Mar 14, 2014 3:43:06 PM org.archive.util.TestUtils forceScarceMemory
INFO: forcing scarce memory via 954 1MB blocks
OIBCT:DB name:consistencyCache, hit%: 100%, gets=2883584 memHits=2752512 diskHits=0 supplieds=131072 expungePuts=0 syncs=0
level to 30
Mar 14, 2014 3:43:18 PM org.archive.util.TestUtils forceScarceMemory
INFO: forcing scarce memory via 954 1MB blocks
OIBCT:DB name:consistencyCache, hit%: 96%, gets=4194304 memHits=3932160 diskHits=131072 supplieds=131072 expungePuts=131271 syncs=0
level to 40
Mar 14, 2014 3:43:29 PM org.archive.util.TestUtils forceScarceMemory
INFO: forcing scarce memory via 954 1MB blocks
OIBCT:DB name:consistencyCache, hit%: 95%, gets=5505024 memHits=5111808 diskHits=262144 supplieds=131072 expungePuts=262510 syncs=0
level to 50
Mar 14, 2014 3:43:38 PM org.archive.util.TestUtils forceScarceMemory
INFO: forcing scarce memory via 954 1MB blocks
OIBCT:DB name:consistencyCache, hit%: 94%, gets=6815744 memHits=6291456 diskHits=393216 supplieds=131072 expungePuts=393385 syncs=0
level to 60
Mar 14, 2014 3:43:48 PM org.archive.util.TestUtils forceScarceMemory
INFO: forcing scarce memory via 954 1MB blocks
OIBCT:DB name:consistencyCache, hit%: 93%, gets=8126464 memHits=7471104 diskHits=524288 supplieds=131072 expungePuts=524620 syncs=0
OIBCT:DB name:consistencyCache, hit%: 92%, gets=8519680 memHits=7733248 diskHits=655360 supplieds=131072 expungePuts=655360 syncs=0
UNREGISTERED FOR KRYO class java.util.HashMap in class org.archive.util.IdentityCacheableWrapper
Mar 14, 2014 3:44:03 PM org.archive.util.TestUtils forceScarceMemory
INFO: forcing scarce memory via 954 1MB blocks
UNREGISTERED FOR KRYO class java.util.HashMap in class org.archive.util.IdentityCacheableWrapper
Mar 14, 2014 3:44:04 PM org.archive.util.TestUtils forceScarceMemory
INFO: forcing scarce memory via 954 1MB blocks
10000,0
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.163 sec
Running org.archive.util.ObjectIdentityBdbManualCacheTest
UNREGISTERED FOR KRYO class java.util.concurrent.atomic.AtomicInteger in class org.archive.util.IdentityCacheableWrapper
level to 0
OIBMCT:DB name:consistencyCache, hit%: 100%, gets=262144 memHits=131072 diskHits=0 supplieds=131072 inMemItems=131072 dirtyItems=10000 evictions=0 syncs=0
level to 10
Mar 14, 2014 3:44:11 PM org.archive.util.TestUtils forceScarceMemory
INFO: forcing scarce memory via 954 1MB blocks
OIBMCT:DB name:consistencyCache, hit%: 100%, gets=1572864 memHits=1441792 diskHits=0 supplieds=131072 inMemItems=131072 dirtyItems=10000 evictions=0 syncs=0
OIBMCT:DB name:consistencyCache, hit%: 99%, gets=1572865 memHits=1441792 diskHits=1 supplieds=131072 inMemItems=131040 dirtyItems=10000 evictions=0 syncs=0
UNREGISTERED FOR KRYO class java.util.HashMap in class org.archive.util.IdentityCacheableWrapper
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.663 sec <<< FAILURE!
Running org.archive.util.PaddingStringBufferTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.archive.util.PropertyUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.archive.util.SurtPrefixSetTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.archive.util.SURTTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.archive.util.TextUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.archive.util.TransformTest
3
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running org.archive.util.UriUtilsTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Results :
Failed tests: testReadConsistencyUnderLoad(org.archive.util.ObjectIdentityBdbManualCacheTest): stale value preinc key 0 expected:<11> but was:<0>
Tests run: 172, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Heritrix 3 ........................................ SUCCESS [0.801s]
[INFO] Heritrix 3: 'commons' subproject (utility classes) FAILURE [4:28.577s]
[INFO] Heritrix 3: 'modules' subproject (reusable components) SKIPPED
[INFO] Heritrix 3: 'engine' subproject ................... SKIPPED
[INFO] Heritrix 3 (distribution bundles) ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:29.572s
[INFO] Finished at: Fri Mar 14 15:44:14 EDT 2014
[INFO] Final Memory: 10M/156M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project heritrix-commons: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/shriphani/Documents/heritrix3/commons/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 :heritrix-commons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment