Latest IcedTea7 forest sync

Mark Wielaard mark at klomp.org
Fri Nov 9 05:18:21 PST 2012


On Thu, 2012-11-08 at 18:12 -0500, Jon VanAlten wrote:
> > Yes, that looks right. If you push I'll make sure the new master.cfg
> > is installed on the buildbot machine.
> > 
> Pushed, and thanks!

It seems to work, the build shows it picks up all the good stuff and
every compiles fine, but the tests time out. This might just be the
machine being a bit slow (or some hang in JDI?), see:
http://builder.classpath.org/icedtea/buildbot/builders/icedtea7-f16-x86/builds/60/steps/jtregcheck/logs/stdio

Passed: com/sun/jdi/EnumTest.java
Passed: com/sun/jdi/EvalArgs.sh
Passed: com/sun/jdi/EventQueueDisconnectTest.java

command timed out: 1200 seconds without output, killing pid 8003
process killed by signal 9
program finished with exit code -1
elapsedTime=4722.063891

IcedTea6 doesn't build, but that isn't a new issue it seems, some change
in Corba? See:
http://builder.classpath.org/icedtea/buildbot/builders/icedtea6-f16-x86/builds/108/steps/compile/logs/stdio

# Running javac:
/var/lib/buildbot/icedtea/icedtea6-f16-x86/build/bootstrap/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=1024 -J-client -J-Xmx369m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -XDignore.symbol.file=true -source 1.5 -target 5 -encoding ascii -classpath /var/lib/buildbot/icedtea/icedtea6-f16-x86/build/openjdk.build-ecj/langtools/dist/lib/classes.jar -Xprefer:source -bootclasspath /var/lib/buildbot/icedtea/icedtea6-f16-x86/build/bootstrap/jdk1.6.0/jre/lib/rt.jar:/var/lib/buildbot/icedtea/icedtea6-f16-x86/build/openjdk.build-ecj/corba/classes -sourcepath /var/lib/buildbot/icedtea/icedtea6-f16-x86/build/generated.build:../../../../../../src/share/classes:/var/lib/buildbot/icedtea/icedtea6-f16-x86/build/openjdk-ecj/jdk/src/share/classes:/var/lib/buildbot/icedtea/icedtea6-f16-x86/build/openjdk-ecj/jdk/src/solaris/classes -d /var/lib/buildbot/icedtea/icedtea6-f16-x86/build/openjdk.build-ecj/corba/classes @/var/lib/buildbot/icedtea/icedtea6-f16-x86/build/openjdk.build-ecj/corba/tmp/sun/com.sun.corba.se.impl.core/.classes.list
----------
1. ERROR in ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java (at line 1403)
	threadpoolMgr.close();
	              ^^^^^
The method close() is undefined for the type ThreadPoolManager
----------
2. ERROR in ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java (at line 1406)
	wrapper.ioExceptionOnClose(exc);
	        ^^^^^^^^^^^^^^^^^^
The method ioExceptionOnClose(IOException) is undefined for the type ORBUtilSystemException
----------
3. ERROR in ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java (at line 1412)
	monitoringManager.close();
	^^^^^^^^^^^^^^^^^
The field ORB.monitoringManager is not visible
----------
4. ERROR in ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java (at line 1413)
	monitoringManager = null;
	^^^^^^^^^^^^^^^^^
The field ORB.monitoringManager is not visible
----------
5. ERROR in ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java (at line 1415)
	wrapper.ioExceptionOnClose(exc);
	        ^^^^^^^^^^^^^^^^^^
The method ioExceptionOnClose(IOException) is undefined for the type ORBUtilSystemException
----------
6. ERROR in ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java (at line 1420)
	pihandler.close();
	          ^^^^^
The method close() is undefined for the type PIHandler
----------
7. ERROR in ../../../../../../src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java (at line 1422)
	wrapper.ioExceptionOnClose(exc);
	        ^^^^^^^^^^^^^^^^^^
The method ioExceptionOnClose(IOException) is undefined for the type ORBUtilSystemException
----------
7 problems (7 errors)make[8]: *** [.compile.classlist] Error 255



More information about the distro-pkg-dev mailing list