guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: java: switch to icedtea-8 as default JDK


From: Chris Marusich
Subject: Re: java: switch to icedtea-8 as default JDK
Date: Tue, 12 Dec 2017 18:06:52 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Gábor Boskovits <address@hidden> 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:

address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden
address@hidden

Failed to build:

address@hidden
address@hidden
address@hidden
address@hidden
address@hidden

The failure causes were as follows:

* address@hidden:

--8<---------------cut here---------------start------------->8---
...
starting phase `check'
Buildfile: 
/tmp/guix-build-java-eclipse-jetty-security-9.2.22.drv-0/jetty.project-jetty-9.2.22.v20170606/jetty-security/build.xml

compile-tests:
    [mkdir] Created dir: 
/tmp/guix-build-java-eclipse-jetty-security-9.2.22.drv-0/jetty.project-jetty-9.2.22.v20170606/jetty-security/build/test-classesCompiling
 5 source files to 
/tmp/guix-build-java-eclipse-jetty-security-9.2.22.drv-0/jetty.project-jetty-9.2.22.v20170606/jetty-security/build/test-classes
check:
    [mkdir] Created dir: 
/tmp/guix-build-java-eclipse-jetty-security-9.2.22.drv-0/jetty.project-jetty-9.2.22.v20170606/jetty-security/src/test/test-reportsning
 org.eclipse.jetty.security.AliasedConstraintTest
    [junit] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    [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.StaticLoggerBinder".
    [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/jetty.project-jetty-9.2.22.v20170606/jetty-security/build.xml:1:
 Test org.eclipse.jetty.security.ConstraintTest failed
--8<---------------cut here---------------end--------------->8---

* address@hidden: 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.ParallelByMethodsTestCase7Scenario2.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.verifySimultaneousTestMethodExecutionEvents(Unknown
 Source)
        at 
test.thread.parallelization.BaseParallelizationTest.verifySimultaneousTestMethods(Unknown
 Source)
        at 
test.thread.parallelization.ParallelByMethodsTestCase7Scenario2.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/2h9rhbsi2zc4libw57qc92nrvp27a072-java-testng-6.12.drv' failed with 
exit code 1
cannot build derivation 
`/gnu/store/qhk6zrnlvr4vj3szwfn786jhgk7p09dy-java-picard-1.113.drv': 1 
dependencies couldn't be built
guix build: error: build failed: build of 
`/gnu/store/qhk6zrnlvr4vj3szwfn786jhgk7p09dy-java-picard-1.113.drv' failed
--8<---------------cut here---------------end--------------->8---

* address@hidden: 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.ParallelByMethodsTestCase7Scenario2.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.sample.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.verifySimultaneousTestMethodExecutionEvents(Unknown
 Source)
        at 
test.thread.parallelization.BaseParallelizationTest.verifySimultaneousTestMethods(Unknown
 Source)
        at 
test.thread.parallelization.ParallelByMethodsTestCase7Scenario2.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/2h9rhbsi2zc4libw57qc92nrvp27a072-java-testng-6.12.drv' failed with 
exit code 1
cannot build derivation 
`/gnu/store/qhk6zrnlvr4vj3szwfn786jhgk7p09dy-java-picard-1.113.drv': 1 
dependencies couldn't be built
guix build: error: build failed: build of 
`/gnu/store/qhk6zrnlvr4vj3szwfn786jhgk7p09dy-java-picard-1.113.drv' failed
--8<---------------cut here---------------end--------------->8---

* address@hidden: 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/f4vxxjinlnarrzxjv5swkqia7nc0s0bs-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---

* address@hidden: 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/docbook/xml/4.2/docbookx.dtd
default/docs-xml/manpages/smb.conf.5.xml:2: warning: failed to load external 
entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";
D DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";
                                                                               ^
runtime error: file 
/gnu/store/q0irgfv31s8m9s54zrc908qb4cim08cg-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.drv-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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]