See <https://builds.apache.org/job/river-qa-refactoring/44/changes>
Changes:
[peter_firmstone] Found synchronization issue in JERI DGC, may be related to
com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotExpirationNotifyTest.td
test failure due to events not being received, caused by no object in table.
No guarantee, since I don't have access to hardware where this fails.
[peter_firmstone] Reduce logging output, builds appear to be filling up disk
space on hudson
[peter_firmstone] Fix for failing test:
com/sun/jini/test/spec/discoveryservice/event/MulticastMonitorStop.td
Test Passed: OK
Enabled assertions.
[peter_firmstone] Fix UriString normalisation, related to test failure of
com/sun/jini/test/impl/start/CodebaseTest.td on OSX.
Refactor Distributed, renamed SerialFactory to SerialReflectionFactory to more
accurately describe function.
Improved performance of SerialReflectionFactory, by serialising primitive
Object parameters as primitives instead of objects.
[peter_firmstone] Fix UriString normalisation, related to test failure of
com/sun/jini/test/impl/start/CodebaseTest.td on OSX.
------------------------------------------
[...truncated 992 lines...]
reggie.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\lib\reggie.jar>
reggie-dl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\lib-dl\reggie-dl.jar>
serviceui.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\lib\serviceui.jar>
sharedvm.jar:
[java] Warning: Class not found: au.net.zeus.collection.RC
[java] Warning: Class not found: au.net.zeus.collection.Ref
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\lib\sharedvm.jar>
start.jar:
[java] Warning: Class not found: au.net.zeus.collection.RC
[java] Warning: Class not found: au.net.zeus.collection.Ref
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\lib\start.jar>
services.jars:
extra.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\lib\extra.jar>
browser.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\lib\browser.jar>
browser-dl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\lib-dl\browser-dl.jar>
[java] Warning: Nested class Transaction$Created has different preferred
state than outer class Transaction
[java] Warning: Nested class LookupLocator$1 has different preferred state
than outer class LookupLocator
browser.jars:
jars:
river-runtime:
[touch] Creating
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\riverruntimelastbuild>
prep:
[mkdir] Created dir:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build>
[mkdir] Created dir:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
[mkdir] Created dir:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\deps>
[mkdir] Created dir:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib>
[mkdir] Created dir:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib-ext>
copy-resources:
[copy] Copying 1806 files to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
compile:
[javac] Compiling 2003 source files to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
[javac]
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\src\com\sun\jini\test\impl\reggie\NameServiceDescriptorImpl.java>:20:
warning: sun.net.spi.nameservice.NameService is Sun proprietary API and may be
removed in a future release
[javac] import sun.net.spi.nameservice.NameService;
[javac] ^
[javac]
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\src\com\sun\jini\test\impl\reggie\NameServiceDescriptorImpl.java>:21:
warning: sun.net.spi.nameservice.NameServiceDescriptor is Sun proprietary API
and may be removed in a future release
[javac] import sun.net.spi.nameservice.NameServiceDescriptor;
[javac] ^
[javac]
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\src\com\sun\jini\test\impl\reggie\NameServiceDescriptorImpl.java>:23:
warning: sun.net.spi.nameservice.NameServiceDescriptor is Sun proprietary API
and may be removed in a future release
[javac] public class NameServiceDescriptorImpl implements
NameServiceDescriptor {
[javac] ^
[javac]
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\src\com\sun\jini\test\impl\reggie\NameServiceDescriptorImpl.java>:24:
warning: sun.net.spi.nameservice.NameService is Sun proprietary API and may be
removed in a future release
[javac] public NameService createNameService() {return new
NameServiceImpl(); }
[javac] ^
[javac]
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\src\com\sun\jini\test\impl\reggie\NameServiceImpl.java>:22:
warning: sun.net.spi.nameservice.NameService is Sun proprietary API and may be
removed in a future release
[javac] import sun.net.spi.nameservice.NameService;
[javac] ^
[javac]
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\src\com\sun\jini\test\impl\reggie\NameServiceImpl.java>:29:
warning: sun.net.spi.nameservice.NameService is Sun proprietary API and may be
removed in a future release
[javac] public class NameServiceImpl implements NameService {
[javac] ^
[javac]
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\src\com\sun\jini\test\impl\start\SharedActivationGroupDescriptorTest2.java>:32:
warning: sun.security.action.GetIntegerAction is Sun proprietary API and may
be removed in a future release
[javac] import sun.security.action.GetIntegerAction;
[javac] ^
[javac]
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\src\com\sun\jini\test\spec\activation\activationgroup\Constructor_AccessorTest.java>:30:
warning: sun.rmi.server.UnicastServerRef is Sun proprietary API and may be
removed in a future release
[javac] import sun.rmi.server.UnicastServerRef;
[javac] ^
[javac]
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\src\com\sun\jini\test\impl\start\SharedActivationGroupDescriptorTest2.java>:156:
warning: sun.security.action.GetIntegerAction is Sun proprietary API and may
be removed in a future release
[javac] new GetIntegerAction("java.rmi.activation.port",
[javac] ^
[javac]
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\src\com\sun\jini\test\spec\activation\activationgroup\Constructor_AccessorTest.java>:69:
warning: sun.rmi.server.UnicastServerRef is Sun proprietary API and may be
removed in a future release
[javac] assertion(ref instanceof UnicastServerRef,
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 10 warnings
harness-killer.stubs:
[rmic] RMI Compiling 1 class to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
nonactivatablegroup.stubs:
[rmic] RMI Compiling 1 class to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-fiddler.stubs:
[rmic] RMI Compiling 2 classes to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-joinmanager.stubs:
[rmic] RMI Compiling 1 class to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-mercury.stubs:
[rmic] RMI Compiling 5 classes to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-norm.stubs:
[rmic] RMI Compiling 2 classes to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-outrigger.stubs:
[rmic] RMI Compiling 6 classes to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-start.stubs:
[rmic] RMI Compiling 3 classes to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-lookup-simulator.stubs:
[rmic] RMI Compiling 1 class to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-share.stubs:
[rmic] RMI Compiling 5 classes to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-discoveryservice.stubs:
[rmic] RMI Compiling 1 class to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-javaspace.stubs:
[rmic] RMI Compiling 3 classes to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-lookupservice.stubs:
[rmic] RMI Compiling 26 classes to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
qa1-renewalservice.stubs:
[rmic] RMI Compiling 1 class to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
jrmp.stubs:
[rmic] RMI Compiling 1 class to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
[rmic] IIOP has been turned on.
iiop.stubs:
[rmic] RMI Compiling 1 class to
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build\classes>
[rmic] IIOP has been turned on.
stubs:
are-keystores-available:
keystores:
[echo] creating keystores
[genkey] Generating Key for tester
[exec] Certificate stored in file
<<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\harness\trust/tester.cert>>
[genkey] Generating Key for reggie
[exec] Certificate stored in file
<<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\harness\trust/reggie.cert>>
[genkey] Generating Key for phoenix
[exec] Certificate stored in file
<<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\harness\trust/phoenix.cert>>
[genkey] Generating Key for mercury
[exec] Certificate stored in file
<<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\harness\trust/mercury.cert>>
[genkey] Generating Key for norm
[exec] Certificate stored in file
<<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\harness\trust/norm.cert>>
[genkey] Generating Key for outrigger
[exec] Certificate stored in file
<<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\harness\trust/outrigger.cert>>
[genkey] Generating Key for mahalo
[exec] Certificate stored in file
<<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\harness\trust/mahalo.cert>>
[genkey] Generating Key for fiddler
[exec] Certificate stored in file
<<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\harness\trust/fiddler.cert>>
[genkey] Generating Key for group
[exec] Certificate stored in file
<<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\harness\trust/group.cert>>
are-passwords-available:
password:
[echo] creating passwords
truststore:
[exec] Certificate was added to keystore
[exec] Certificate was added to keystore
[exec] Certificate was added to keystore
[exec] Certificate was added to keystore
[exec] Certificate was added to keystore
[exec] Certificate was added to keystore
[exec] Certificate was added to keystore
[exec] Certificate was added to keystore
[exec] Certificate was added to keystore
trust:
qaman.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qaman.jar>
mergedpolicyprovider.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib-ext\mergedpolicyprovider.jar>
nonactivatablegroup.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\nonactivatablegroup.jar>
nonactivatablegroup-dl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\nonactivatablegroup-dl.jar>
harness-killer.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\harness-killer.jar>
harness-killer-dl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\harness-killer-dl.jar>
jiniharness.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\jiniharness.jar>
harness-jars:
qa1-end2end.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-end2end.jar>
qa1-fiddler-dl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-fiddler-dl.jar>
qa1-joinmanager-dl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-joinmanager-dl.jar>
qa1-mahalo-dl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-mahalo-dl.jar>
qa1-mercury.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-mercury.jar>
[jar] Updating jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-mercury.jar>
qa1-mercury-dl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-mercury-dl.jar>
[jar] Updating jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-mercury-dl.jar>
qa1-mercury-bogusimpl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-mercury-bogusimpl.jar>
qa1-wrapper.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-wrapper.jar>
qa1-norm-dl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-norm-dl.jar>
qa1-outrigger-dl.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-outrigger-dl.jar>
qa1-multihomedmetainf.jar:
[jar] Building jar:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\lib\qa1-multihomedmetainf.jar>
jinitests:
BUILD FAILED
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\build.xml>:2093:
The following error occurred while executing this line:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\qa\build.xml>:1029:
The following error occurred while executing this line:
<https://builds.apache.org/job/river-qa-refactoring/ws/trunk\common.xml>:249:
Java returned: 1
Total time: 6 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts