clojure ok 2017-12-13 9:53 GMT+01:00 Gábor Boskovits <boskov...@gmail.com>:
> I'll have a look at testng. > > 2017-12-13 3:06 GMT+01:00 Chris Marusich <cmmarus...@gmail.com>: > >> Gábor Boskovits <boskov...@gmail.com> writes: >> >> > I will wait for your results for now... >> >> I apologize for the delay. It took 20 hours to build the "covering" of >> icedtea on my laptop, and I've been preoccupied with personal matters. >> I built commit 9e111db4535b3cd5729e37294ae51d95240334b4, which at the >> time was the tip of the core-updates branch. I wonder if there is a way >> to check the build status of core-updates on Hydra instead? My laptop >> has only 2 cores, so it's quite slow. Anyway, the results are below. >> To troubleshoot locally, check out the above commit (or a more recent >> one, if you're feeling brave) and try to build one of the packages that >> failed. >> >> Successfully built: >> >> ant@1.10.1 >> antlr3@3.5.2 >> axoloti-patcher@1.0.12 >> clojure@1.8.0 >> f-seq@1.1-1.6ccded3 >> hdf-java@3.3.2 >> icedtea-web@1.6.2 >> java-commons-beanutils@1.9.3 >> java-commons-cli@1.2 >> java-commons-collections4@4.1 >> java-commons-daemon@1.0.15 >> java-commons-lang@2.6 >> java-commons-net@3.6 >> java-eclipse-jetty-servlet@9.4.6 >> java-eclipse-team-core@3.8.0 >> java-guice-servlet@4.1 >> java-httpcomponents-httpcore-ab@4.4.6 >> java-httpcomponents-httpcore-nio@4.4.6 >> java-httpcomponents-httpmime@4.5.3 >> java-javax-mail@1.5.6 >> java-jbzip2@0.9.1 >> java-jdom@1.1.3 >> java-jgit@4.7.0.201704051617-r >> java-jmh@1.17.5 >> java-osgi-service-cm@1.5.0 >> java-osgi-service-jdbc@1.0.0 >> java-osgi-service-packageadmin@1.2.0 >> java-osgi-service-resolver@1.0.1 >> java-osgi-util-tracker@1.5.1 >> java-plexus-interpolation@1.23 >> javacc@7.0.3 >> minced@0.2.0 >> plantuml@8048 >> r-seurat@1.4.0.12-1.fccb77d >> ruby-atoulme-antwrap@0.7.5 >> sra-tools@2.8.2-1 >> tuxguitar@1.4 >> >> Failed to build: >> >> java-eclipse-jetty-servlet@9.2.22 >> java-picard@1.113 >> java-picard@2.3.0 >> java-plexus-container-default@1.7.1 >> kodi@18.0_alpha-7-67fd70f >> >> The failure causes were as follows: >> >> * java-eclipse-jetty-servlet@9.2.22: >> >> --8<---------------cut here---------------start------------->8--- >> ... >> starting phase `check' >> Buildfile: /tmp/guix-build-java-eclipse-jetty-security-9.2.22.drv-0/jet >> ty.project-jetty-9.2.22.v20170606/jetty-security/build.xml >> >> compile-tests: >> [mkdir] Created dir: /tmp/guix-build-java-eclipse-j >> etty-security-9.2.22.drv-0/jetty.project-jetty-9.2.22.v20170 >> 606/jetty-security/build/test-classesCompiling 5 source files to >> /tmp/guix-build-java-eclipse-jetty-security-9.2.22.drv-0/jet >> ty.project-jetty-9.2.22.v20170606/jetty-security/build/test-classes >> check: >> [mkdir] Created dir: /tmp/guix-build-java-eclipse-j >> etty-security-9.2.22.drv-0/jetty.project-jetty-9.2.22.v20170 >> 606/jetty-security/src/test/test-reportsning >> org.eclipse.jetty.security.AliasedConstraintTest >> [junit] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBi >> nder". >> [junit] SLF4J: Defaulting to no-operation (NOP) logger implementation >> [junit] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder >> for further details. >> [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time >> elapsed: 0.439 sec >> [junit] Running org.eclipse.jetty.security.ConstraintTest >> [junit] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBi >> nder". >> [junit] SLF4J: Defaulting to no-operation (NOP) logger implementation >> [junit] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder >> for further details. >> [junit] Tests run: 22, Failures: 1, Errors: 0, Skipped: 0, Time >> elapsed: 0.682 sec >> [junit] HTTP/1.1 302 Found >> [junit] Date: Sun, 10 Dec 2017 05:32:20 GMT >> [junit] Location: https://wobble.com/ctx/data/info >> [junit] Content-Length: 0 >> [junit] Server: Jetty(9.2.z-SNAPSHOT) >> [junit] >> [junit] >> >> BUILD FAILED >> /tmp/guix-build-java-eclipse-jetty-security-9.2.22.drv-0/jet >> ty.project-jetty-9.2.22.v20170606/jetty-security/build.xml:1: Test >> org.eclipse.jetty.security.ConstraintTest failed >> --8<---------------cut here---------------end--------------->8--- >> >> * java-picard@1.113: Failed because testng failed to build: >> >> --8<---------------cut here---------------start------------->8--- >> =============================================== >> TestNG >> Total tests run: 1517, Failures: 1, Skips: 0 >> =============================================== >> >> Failures in <suite> :TestNG, <test> :Parallelization >> test.thread.parallelization.ParallelByMethodsTestCase7Scenar >> io2.verifyThatTestMethodsRunInParallelThreads() >> StackTrace: >> java.lang.AssertionError: Expected 25 test method execution event logs >> to be in a block of methods executing in parallel. Found an event log of a >> different type in the block being processed: [EventLog{Event: >> TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodA, Data >> provider param: paramOne, Time of event: 1512869923380, Thread ID: 5561}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodA, Data >> provider param: paramTwo, Time of event: 1512869923380, Thread ID: 5560}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodA, Data >> provider param: paramThree, Time of event: 1512869923382, Thread ID: 5562}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodB, Data >> provider param: paramTwo, Time of event: 1512869923389, Thread ID: 5563}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodB, Data >> provider param: paramOne, Time of event: 1512869923395, Thread ID: 5564}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodB, Data >> provider param: paramThree, Time of event: 1512869923395, Thread ID: 5565}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodC, Data >> provider param: paramTwo, Time of event: 1512869923406, Thread ID: 5566}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodC, Data >> provider param: paramOne, Time of event: 1512869923406, Thread ID: 5567}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodC, Data >> provider param: paramThree, Time of event: 1512869923436, Thread ID: 5568}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodD, Data >> provider param: paramTwo, Time of event: 1512869923436, Thread ID: 5569}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodD, Data >> provider param: paramOne, Time of event: 1512869923455, Thread ID: 5570}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodD, Data >> provider param: paramThree, Time of event: 1512869923456, Thread ID: 5571}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodE, Data >> provider param: paramTwo, Time of event: 1512869923456, Thread ID: 5572}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodE, Data >> provider param: paramOne, Time of event: 1512869923459, Thread ID: 5573}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodE, Data >> provider param: paramThree, Time of event: 1512869923464, Thread ID: 5574}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassCSixMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1063777791, Method name: testMethodA, Data >> provider param: paramFour, Time of event: 1512869923469, Thread ID: 5575}, >> EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodA, Time of >> event: 1512869923480, Thread ID: 5561}, EventLog{Event: >> LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodA, Time of >> event: 1512869923480, Thread ID: 5560}, EventLog{Event: >> LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodA, Time of >> event: 1512869923482, Thread ID: 5562}, EventLog{Event: >> TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassCSixMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 95735296, Method name: testMethodA, Data provider >> param: paramOne, Time of event: 1512869923486, Thread ID: 5576}, >> EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodB, Time of >> event: 1512869923489, Thread ID: 5563}, EventLog{Event: >> TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassCSixMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1776486626, Method name: testMethodA, Data >> provider param: paramThree, Time of event: 1512869923491, Thread ID: 5577}, >> EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodB, Time of >> event: 1512869923502, Thread ID: 5564}, EventLog{Event: >> LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodB, Time of >> event: 1512869923502, Thread ID: 5565}, EventLog{Event: >> TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassCSixMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 2001164060, Method name: testMethodA, Data >> provider param: paramTwo, Time of event: 1512869923502, Thread ID: 5578}] >> expected [true] but found [false] >> at >> test.thread.parallelization.BaseParallelizationTest.verifyEventTypeForEventsLogs(Unknown >> Source) >> at test.thread.parallelization.BaseParallelizationTest.verifySi >> multaneousTestMethodExecutionEvents(Unknown Source) >> at >> test.thread.parallelization.BaseParallelizationTest.verifySimultaneousTestMethods(Unknown >> Source) >> at test.thread.parallelization.ParallelByMethodsTestCase7Scenar >> io2.verifyThatTestMethodsRunInParallelThreads(Unknown Source) >> ... Removed 27 stack frames >> >> phase `check' failed after 296.3 seconds >> note: keeping build directory `/tmp/guix-build-java-testng-6.12.drv-2' >> builder for >> `/gnu/store/2h9rhbsi2zc4libw57qc92nrvp27a072-java-testng-6.12.drv' >> failed with exit code 1 >> @ build-failed >> /gnu/store/2h9rhbsi2zc4libw57qc92nrvp27a072-java-testng-6.12.drv >> - 1 builder for `/gnu/store/2h9rhbsi2zc4libw57 >> qc92nrvp27a072-java-testng-6.12.drv' failed with exit code 1 >> cannot build derivation `/gnu/store/qhk6zrnlvr4vj3szwf >> n786jhgk7p09dy-java-picard-1.113.drv': 1 dependencies couldn't be built >> guix build: error: build failed: build of `/gnu/store/qhk6zrnlvr4vj3szwf >> n786jhgk7p09dy-java-picard-1.113.drv' failed >> --8<---------------cut here---------------end--------------->8--- >> >> * java-picard@2.3.0: Appears to be the same problem: >> >> --8<---------------cut here---------------start------------->8--- >> =============================================== >> TestNG >> Total tests run: 1517, Failures: 1, Skips: 0 >> =============================================== >> >> Failures in <suite> :TestNG, <test> :Parallelization >> test.thread.parallelization.ParallelByMethodsTestCase7Scenar >> io2.verifyThatTestMethodsRunInParallelThreads() >> StackTrace: >> java.lang.AssertionError: Expected 25 test method execution event logs >> to be in a block of methods executing in parallel. Found an event log of a >> different type in the block being processed: [EventLog{Event: >> TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodA, Data >> provider param: paramOne, Time of event: 1512869923380, Thread ID: 5561}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodA, Data >> provider param: paramTwo, Time of event: 1512869923380, Thread ID: 5560}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodA, Data >> provider param: paramThree, Time of event: 1512869923382, Thread ID: 5562}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodB, Data >> provider param: paramTwo, Time of event: 1512869923389, Thread ID: 5563}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodB, Data >> provider param: paramOne, Time of event: 1512869923395, Thread ID: 5564}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodB, Data >> provider param: paramThree, Time of event: 1512869923395, Thread ID: 5565}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodC, Data >> provider param: paramTwo, Time of event: 1512869923406, Thread ID: 5566}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodC, Data >> provider param: paramOne, Time of event: 1512869923406, Thread ID: 5567}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodC, Data >> provider param: paramThree, Time of event: 1512869923436, Thread ID: 5568}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodD, Data >> provider param: paramTwo, Time of event: 1512869923436, Thread ID: 5569}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodD, Data >> provider param: paramOne, Time of event: 1512869923455, Thread ID: 5570}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodD, Data >> provider param: paramThree, Time of event: 1512869923456, Thread ID: 5571}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodE, Data >> provider param: paramTwo, Time of event: 1512869923456, Thread ID: 5572}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodE, Data >> provider param: paramOne, Time of event: 1512869923459, Thread ID: 5573}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodE, Data >> provider param: paramThree, Time of event: 1512869923464, Thread ID: 5574}, >> EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassCSixMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1063777791, Method name: testMethodA, Data >> provider param: paramFour, Time of event: 1512869923469, Thread ID: 5575}, >> EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodA, Time of >> event: 1512869923480, Thread ID: 5561}, EventLog{Event: >> LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodA, Time of >> event: 1512869923480, Thread ID: 5560}, EventLog{Event: >> LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodA, Time of >> event: 1512869923482, Thread ID: 5562}, EventLog{Event: >> TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassCSixMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 95735296, Method name: testMethodA, Data provider >> param: paramOne, Time of event: 1512869923486, Thread ID: 5576}, >> EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 841323501, Method name: testMethodB, Time of >> event: 1512869923489, Thread ID: 5563}, EventLog{Event: >> TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassCSixMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1776486626, Method name: testMethodA, Data >> provider param: paramThree, Time of event: 1512869923491, Thread ID: 5577}, >> EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1380194466, Method name: testMethodB, Time of >> event: 1512869923502, Thread ID: 5564}, EventLog{Event: >> LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassAFiveMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 1728457363, Method name: testMethodB, Time of >> event: 1512869923502, Thread ID: 5565}, EventLog{Event: >> TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: >> TestSuiteA-TwoTestClassTest, Class: test.thread.parallelization.sa >> mple.TestClassCSixMethodsWithFactoryUsingDataProviderAndNoDepsSample, >> Class instance hash code: 2001164060, Method name: testMethodA, Data >> provider param: paramTwo, Time of event: 1512869923502, Thread ID: 5578}] >> expected [true] but found [false] >> at >> test.thread.parallelization.BaseParallelizationTest.verifyEventTypeForEventsLogs(Unknown >> Source) >> at test.thread.parallelization.BaseParallelizationTest.verifySi >> multaneousTestMethodExecutionEvents(Unknown Source) >> at >> test.thread.parallelization.BaseParallelizationTest.verifySimultaneousTestMethods(Unknown >> Source) >> at test.thread.parallelization.ParallelByMethodsTestCase7Scenar >> io2.verifyThatTestMethodsRunInParallelThreads(Unknown Source) >> ... Removed 27 stack frames >> >> phase `check' failed after 296.3 seconds >> note: keeping build directory `/tmp/guix-build-java-testng-6.12.drv-2' >> builder for >> `/gnu/store/2h9rhbsi2zc4libw57qc92nrvp27a072-java-testng-6.12.drv' >> failed with exit code 1 >> @ build-failed >> /gnu/store/2h9rhbsi2zc4libw57qc92nrvp27a072-java-testng-6.12.drv >> - 1 builder for `/gnu/store/2h9rhbsi2zc4libw57 >> qc92nrvp27a072-java-testng-6.12.drv' failed with exit code 1 >> cannot build derivation `/gnu/store/qhk6zrnlvr4vj3szwf >> n786jhgk7p09dy-java-picard-1.113.drv': 1 dependencies couldn't be built >> guix build: error: build failed: build of `/gnu/store/qhk6zrnlvr4vj3szwf >> n786jhgk7p09dy-java-picard-1.113.drv' failed >> --8<---------------cut here---------------end--------------->8--- >> >> * java-plexus-container-default@1.7.1: failed because java-jeromq failed >> to build: >> >> --8<---------------cut here---------------start------------->8--- >> BUILD FAILED >> /tmp/guix-build-java-jeromq-0.4.2.drv-0/jeromq-0.4.2/build.xml:1: Test >> zmq.socket.reqrep.DealerSpecTest failed >> >> Total time: 1 minute 33 seconds >> phase `check' failed after 94.2 seconds >> note: keeping build directory `/tmp/guix-build-java-jeromq-0.4.2.drv-0' >> builder for >> `/gnu/store/f4vxxjinlnarrzxjv5swkqia7nc0s0bs-java-jeromq-0.4.2.drv' >> failed with exit code 1 >> @ build-failed /gnu/store/f4vxxjinlnarrzxjv5s >> wkqia7nc0s0bs-java-jeromq-0.4.2.drv - 1 builder for >> `/gnu/store/f4vxxjinlnarrzxjv5swkqia7nc0s0bs-java-jeromq-0.4.2.drv' >> failed with exit code 1 >> --8<---------------cut here---------------end--------------->8--- >> >> * kodi@18.0_alpha-7-67fd70f: failed because of "potential infinite >> recursion"; also it seems that it's looking for a DTD on the Internet >> when instead it should be looking to find it in the inputs. >> >> --8<---------------cut here---------------start------------->8--- >> [3684/3799] Linking default/source3/modules/libvfs_module_worm.so >> [3685/3799] Linking default/source3/modules/libvfs_module_crossrename.so >> [3686/3799] Linking default/source3/modules/libvfs_module_cap.so >> [3687/3799] Linking default/source3/modules/libvfs_module_catia.so >> [3688/3799] pidl.1: pidl/pidl -> bin/default/pidl/pidl.1 >> [3689/3799] Parse::Pidl::Dump.3: pidl/lib/Parse/Pidl/Dump.pm -> >> bin/default/pidl/Parse::Pidl::Dump.3 >> [3690/3799] Parse::Pidl::Wireshark::Conformance.3: >> pidl/lib/Parse/Pidl/Wireshark/Conformance.pm -> >> bin/default/pidl/Parse::Pidl::Wireshark::Conformance.3 >> [3691/3799] Parse::Pidl::Util.3: pidl/lib/Parse/Pidl/Util.pm -> >> bin/default/pidl/Parse::Pidl::Util.3 >> [3692/3799] Parse::Pidl::NDR.3: pidl/lib/Parse/Pidl/NDR.pm -> >> bin/default/pidl/Parse::Pidl::NDR.3 >> [3693/3799] Parse::Pidl::Wireshark::NDR.3: >> pidl/lib/Parse/Pidl/Wireshark/NDR.pm >> -> bin/default/pidl/Parse::Pidl::Wireshark::NDR.3 >> [3694/3799] Generating manpages/smb.conf.5 >> I/O error : Attempt to load network entity http://www.oasis-open.org/docb >> ook/xml/4.2/docbookx.dtd >> default/docs-xml/manpages/smb.conf.5.xml:2 >> <http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtddefault/docs-xml/manpages/smb.conf.5.xml:2>: >> warning: failed to load external entity "http://www.oasis-open.org/doc >> book/xml/4.2/docbookx.dtd" >> D DocBook XML V4.2//EN" "http://www.oasis-open.org/doc >> book/xml/4.2/docbookx.dtd" >> >> ^ >> runtime error: file /gnu/store/q0irgfv31s8m9s54zrc >> 908qb4cim08cg-docbook-xsl-1.79.1/xml/xsl/docbook-xsl-1.79.1/lib/lib.xsl >> line 58 element choose >> xsltApplySequenceConstructor: A potential infinite template recursion was >> detected. >> You can adjust xsltMaxDepth (--maxdepth) in order to raise the maximum >> number of nested template calls and variables/params (currently set to >> 3000). >> Templates: >> #0 name string.subst >> #1 name string.subst >> #2 name string.subst >> #3 name string.subst >> #4 name string.subst >> #5 name string.subst >> #6 name string.subst >> #7 name string.subst >> #8 name string.subst >> #9 name string.subst >> #10 name string.subst >> #11 name string.subst >> #12 name string.subst >> #13 name string.subst >> #14 name string.subst >> Variables: >> #0 >> replacement >> target >> string >> #1 >> target >> string >> #2 >> string >> #3 >> replacement >> target >> string >> #4 >> target >> string >> #5 >> string >> #6 >> replacement >> target >> string >> #7 >> target >> string >> #8 >> string >> #9 >> replacement >> target >> string >> #10 >> target >> string >> #11 >> string >> #12 >> replacement >> target >> string >> #13 >> target >> string >> #14 >> string >> error: file default/docs-xml/manpages/smb.conf.5.xml >> xsltRunStylesheet : run failed >> Waf: Leaving directory `/tmp/guix-build-samba-4.7.3.d >> rv-0/samba-4.7.3/bin' >> Build failed: -> task failed (err #11): >> {task: manpages/smb.conf.5 smb.conf.5.xml,parameters.all.xml -> >> smb.conf.5} >> make: *** [Makefile:8: all] Error 1 >> phase `build' failed after 1063.6 seconds >> note: keeping build directory `/tmp/guix-build-samba-4.7.3.drv-0' >> builder for `/gnu/store/k3ykppkqdw6gyj115qjhbi50fa6hx317-samba-4.7.3.drv' >> failed with exit code 1 >> @ build-failed /gnu/store/k3ykppkqdw6gyj115qjhbi50fa6hx317-samba-4.7.3.drv >> - 1 builder for `/gnu/store/k3ykppkqdw6gyj115qjhbi50fa6hx317-samba-4.7.3.drv' >> failed with exit code 1 >> --8<---------------cut here---------------end--------------->8--- >> >> I have not begun troubleshooting any of these existing issues yet. >> >> -- >> Chris >> > >