Build failed in Jenkins: IcedTea7TargetTesting #2396

Hudson Admin gnu.andrew at redhat.com
Wed Sep 28 16:15:37 UTC 2016


See <http://toadeater.yyz.redhat.com:8080/job/IcedTea7TargetTesting/2396/changes>

Changes:

[Andrew John Hughes <gnu_andrew at member.fsf.org>] Bump to icedtea-2.7.0pre07.

Upstream changes:
  - Bump to icedtea-2.7.0pre07
  - PR2938: Fix build of 8148487 backport
  - PR3102: Extend 8022594 to AixPollPort
  - S4858370: JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
  - S4963723: Implement SHA-224
  - S6414899: P11Digest should support cloning
  - S6425769: Allow specifying an address to bind JMX remote connector
  - S6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
  - S6953295: Move few sun.security.{util, x509, pkcs} classes used by keytool/jarsigner to another package
  - S6956398: make ephemeral DH key match the length of the certificate key
  - S6961123: setWMClass fails to null-terminate WM_CLASS string
  - S6966259: Make PrincipalName and Realm immutable
  - S7044060: Need to support NSA Suite B Cryptography algorithms
  - S7060849: Eliminate pack200 build warnings
  - S7064075: Security libraries don't build with javac -Xlint:all,-deprecation -Werror
  - S7069870: Parts of the JDK erroneously rely on generic array initializers with diamond
  - S7081817: test/sun/security/provider/certpath/X509CertPath/IllegalCertiticates.java failing
  - S7102686: Restructure timestamp code so that jars and modules can more easily share the same code
  - S7105780: Add SSLSocket client/SSLEngine server to templates directory
  - S7127906: (launcher) convert the launcher regression tests to java
  - S7142339: PKCS7.java is needlessly creating SHA1PRNG SecureRandom instances when timestamping is not done
  - S7152582: PKCS11 tests should use the NSS libraries available in the OS
  - S7167988: PKIX CertPathBuilder in reverse mode doesn't work if more than one trust anchor is specified
  - S7192202: Make sure keytool prints both unknown and unparseable extensions
  - S7194449: String resources for Key Tool and Policy Tool should be in their respective packages
  - S7196855: autotest.sh fails on ubuntu because libsoftokn.so not found
  - S7200682: TEST_BUG: keytool/autotest.sh still has problems with libsoftokn.so
  - S8002116: This JdbReadTwiceTest.sh gets an exit 1
  - S8002306: (se) Selector.open fails if invoked with thread interrupt status set [win]
  - S8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is set to true
  - S8005226: java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java fails intermittently
  - S8006935: Need to take care of long secret keys in HMAC/PRF compuation
  - S8007890: [TESTBUG] JcmdWithNMTDisabled.java fails when invoked with NMT explicitly turned on
  - S8009636: JARSigner including TimeStamp PolicyID (TSAPolicyID) as defined in RFC3161
  - S8014097: add doPrivileged methods with limited privilege scope
  - S8019341: Update CookieHttpsClientTest to use the newer framework.
  - S8021191: Add isAuthorized check to limited doPrivileged methods
  - S8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs
  - S8022439: Fix lint warnings in sun.security.ec
  - S8022594: Potential deadlock in <clinit> of sun.nio.ch.Util/IOUtil
  - S8023546: sun/security/mscapi/ShortRSAKey1024.sh fails intermittently
  - S8027705: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events.
  - S8028537: PPC64: Updated the JDK regression tests to run on AIX
  - S8028780: JDK KRB5 module throws OutOfMemoryError when CCache is corrupt
  - S8036132: Tab characters in test/com/sun/jdi files
  - S8036612: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/mscapi/security.cpp
  - S8037557: test SessionCacheSizeTests.java timeout
  - S8038837: Add support to jarsigner for specifying timestamp hash algorithm
  - S8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
  - S8039921: SHA1WithDSA with key > 1024 bits not working
  - S8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
  - S8048030: Expectations should be consistent
  - S8059054: Better URL processing
  - S8059661: Test SoftReference and OOM behavior
  - S8064331: JavaSecurityAccess.doIntersectionPrivilege() drops the information about the domain combiner of the stack ACC
  - S8068761: [TEST_BUG] java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
  - S8068842: Better JAXP data handling
  - S8072753: Nondeterministic wrong answer on arithmetic
  - S8072932: Test fails with java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getDomainCombiner")
  - S8073735: [TEST_BUG] compiler/loopopts/CountedLoopProblem.java got OOME
  - S8074068: Cleanup in src/share/classes/sun/security/x509/
  - S8074146: [TEST_BUG] jdb has succeded to read an unreadable file
  - S8075773: jps running as root fails after the fix of JDK-8050807
  - S8076339: Better handling of remote object invocation
  - S8076383: Better CORBA exception handling
  - S8076387: Better CORBA value handling
  - S8076392: Improve IIOPInputStream consistency
  - S8076413: Better JRMP message handling
  - S8076506: Increment minor version of HSx for 7u91 and initialize the build number
  - S8078427: More supportive home environment
  - S8078440: Safer managed types
  - S8078822: 8068842 fix missed one new file PrimeNumberSequenceGenerator.java
  - S8079323: Serialization compatibility for Templates: need to exclude Hashtable from serialization
  - S8079410: Hotspot version to share the same update and build version from JDK
  - S8079718: IIOP Input Stream Hooking
  - S8080541: More direct property handling
  - S8080688: Service for DGC services
  - S8081297: SSL Problem with Tomcat
  - S8081475: SystemTap does not work when JDK is compiled with GCC 5
  - S8081760: Better group dynamics
  - S8086092: More palette improvements
  - S8086733: Improve namespace handling
  - S8087118: Remove missing package from java.security files
  - S8087120: [GCC5] java.lang.StackOverflowError on Zero JVM initialization on non x86 platforms.
  - S8087350: Improve array conversions
  - S8098547: (tz) Support tzdata2015e
  - S8103671: More objective stream classes
  - S8103675: Better Binary searches
  - S8129952: Ensure thread consistency
  - S8130078: Document better processing
  - S8130193: Improve HTTP connections
  - S8130253: ObjectStreamClass.getFields too restrictive
  - S8130710: Better attributes processing
  - S8130735: javax.swing.TimerQueue: timer fires late when another timer starts
  - S8130864: Better server identity handling
  - S8130891: (bf) More direct buffering
  - S8131181: Increment minor version of HSx for 7u95 and initialize the build number
  - S8131291: Perfect parameter patterning
  - S8132042: Preserve layout presentation
  - S8132051: Better byte behavior
  - S8132082: Let OracleUcrypto accept RSAPrivateKey
  - S8132210: Reinforce JMX collector internals
  - S8132988: Better printing dialogues
  - S8133321: (tz) Support tzdata2015f
  - S8133962: More general limits
  - S8134297: NPE in GSSNameElement nameType check
  - S8134605: Partial rework of the fix for 8081297
  - S8134650: Xsl transformation gives different results in 8u66
  - S8134861: XSLT: Extension func call cause exception if namespace URI contains partial package name
  - S8135043: ObjectStreamClass.getField(String) too restrictive
  - S8135307: CompletionFailure thrown when calling FieldDoc.type, if the field's type is missing
  - S8137060: JMX memory management improvements
  - S8138593: Make DSA more fair
  - S8138716: (tz) Support tzdata2015g
  - S8139008: Better state table management
  - S8139012: Better font substitutions
  - S8139017: More stable image decoding
  - S8139436: sun.security.mscapi.KeyStore might load incomplete data
  - S8140244: Port fix of JDK-8075773 to MacOSX
  - S8140244, PR3171: Port fix of JDK-8075773 to AIX
  - S8140344: add support for 3 digit update release numbers
  - S8140543: Arrange font actions
  - S8141213: [Parfait]Potentially blocking function GetArrayLength called in JNI critical region at line 239 of jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c in function GET_ARRAYS
  - S8141229: [Parfait] Null pointer dereference in cmsstrcasecmp of cmserr.c
  - S8141287: Add MD5 to jdk.certpath.disabledAlgorithms - Take 2
  - S8142882: rebinding of the receiver of a DirectMethodHandle may allow a protected method to be accessed
  - S8142928: [TEST_BUG] sun/security/provider/certpath/ReverseBuilder/ReverseBuild.java 8u71 failure
  - S8143002: [Parfait] JNI exception pending in fontpath.c:1300
  - S8143132: L10n resource file translation update
  - S8143167: Better buffering of XML strings
  - S8143185: Cleanup for handling proxies
  - S8143941: Update splashscreen displays
  - S8144313: Test SessionTimeOutTests can be timeout
  - S8144430: Improve JMX connections
  - S8144773: Further reduce use of MD5
  - S8144955: Wrong changes were pushed with 8143942
  - S8145017: Add support for 3 digit hotspot minor version numbers
  - S8145446: Perfect pipe placement
  - S8145551: Test failed with Crash for Improved font lookups
  - S8145982: JMXInterfaceBindingTest is failing intermittently
  - S8146015: JMXInterfaceBindingTest is failing intermittently for IPv6 addresses
  - S8146387: Test SSLSession/SessionCacheSizeTests socket accept timed out
  - S8146477: [TEST_BUG] ClientJSSEServerJSSE.java failing again
  - S8146494: Better ligature substitution
  - S8146498: Better device table adjustments
  - S8146669: Test SessionTimeOutTests fails intermittently
  - S8146967: [TEST_BUG] javax/security/auth/SubjectDomainCombiner/Optimize.java should use 4-args ProtectionDomain constructor
  - S8146993: Several javax/management/remote/mandatory regression tests fail after JDK-8138811
  - S8147466: Add -fno-strict-overflow to IndicRearrangementProcessor{,2}.cpp
  - S8147567: InterpreterRuntime::post_field_access not updated for boolean in JDK-8132051
  - S8147771: Construction of static protection domains under Javax custom policy
  - S8147857: [TEST] RMIConnector logs attribute names incorrectly
  - S8148446: (tz) Support tzdata2016a
  - S8148475: Missing SA Bytecode updates.
  - S8148487: PPC64: Better byte behavior
  - S8148872: Complete name checking
  - S8149170: Better byte behavior for native arguments
  - S8149367: PolicyQualifierInfo/index_Ctor JCk test fails with IOE: Invalid encoding for PolicyQualifierInfo
  - S8149962: Better delineation of XML processing
  - S8150012: Better byte behavior for reflection
  - S8150752: Share Class Data
  - S8150790: 8u75 L10n resource file translation update
  - S8151841: Build needs additional flags to compile with GCC 6
  - S8151876: (tz) Support tzdata2016d
  - S8151925: Font reference improvements
  - S8152335: Improve MethodHandle consistency
  - S8152479: Coded byte streams
  - S8153673: [BACKOUT] JDWP: Memory Leak: GlobalRefs never deleted when processing invokeMethod command
  - S8154210: Zero: Better byte behaviour
  - S8154413: AArch64: Better byte behaviour
  - S8155981: Bolster bytecode verification
  - S8155985: Persistent Parameter Processing
  - S8157077: 8u101 L10n resource file updates
  - S8158571: Additional method handle validation
  - S8161262: Fix jdk build with gcc 4.1.2: -fno-strict-overflow not known.
  - S8162344: The API changes made by CR 7064075 need to be reverted

ChangeLog:

2016-09-24  Andrew John Hughes  <gnu.andrew at member.fsf.org>

	Bump to icedtea-2.7.0pre07.
	* Makefile.am,
	(JDK_UPDATE_VERSION): Set to 111.
	(BUILD_VERSION): Set to b01.
	(CORBA_CHANGESET): Update to icedtea-2.7.0pre07.
	(JAXP_CHANGESET): Likewise.
	(JAXWS_CHANGESET): Likewise.
	(JDK_CHANGESET): Likewise.
	(LANGTOOLS_CHANGESET): Likewise.
	(OPENJDK_CHANGESET): Likewise.
	(CORBA_SHA256SUM): Likewise.
	(JAXP_SHA256SUM): Likewise.
	(JAXWS_SHA256SUM): Likewise.
	(JDK_SHA256SUM): Likewise.
	(LANGTOOLS_SHA256SUM): Likewise.
	(OPENJDK_SHA256SUM): Likewise.
	* configure.ac: Bump to 2.7.0pre07.
	* hotspot.map.in: Update to icedtea-2.7.0pre07.
	* patches/boot/ecj-diamond.patch:
	Add numerous cases in JAXP classes, along with
	com.sun.java.util.jar.pack, java.security.Provider,
	java.security.Security, javax.crypto.Cipher,
	javax.crypto.CryptoAllPermission,
	javax.crypto.CryptoPermissions,
	javax.crypto.CryptoPolicyParser,
	javax.crypto.JceSecurity, javax.crypto.JceSecurityManager,
	javax.management.remote.rmi.RMIJRMPServerImpl,
	sun.reflect.annotation.AnnotationInvocationHandler,
	sun.security.krb5.Krb5ServiceLocator,
	sun.security.provider.certpath.CertStoreHelper,
	sun.security.provider.certpath.ssl.SSLServerCertStore,
	sun.security.provider.certpath.URICertStore and
	sun.security.ssl.DHCrypt
	* patches/boot/ecj-multicatch.patch:
	Add sun.security.krb5.PrincipalName,
	java.lang.invoke.MemberName,
	sun.invoke.util.VerifyAccess,
	javax.crypto.EncryptedPrivateKeyInfo,
	javax.crypto.SealedObject,
	sun.security.provider.certpath.URICertStore,
	sun.security.ssl.RSAClientKeyExchange,
	sun.security.pkcs11.P11KeyStore,
	sun.security.pkcs11.P11RSAKeyFactory and
	sun.security.tools.keytool.Main
	* patches/boot/ecj-stringswitch.patch:
	Add cases in
	sun.security.krb5.Config,
	sun.security.provider.certpath.X509CertPath,
	sun.security.ssl.HandshakeMessage,
	sun.security.ssl.X509KeyManagerImpl,
	sun.security.pkcs11.Config,
	sun.security.pkcs11.P11Key,
	sun.security.sasl.digest.DigestMD5Base,
	sun.security.sasl.digest.DigestMD5Server,
	sun.security.sasl.ntlm.NTLMClient,
	sun.security.sasl.ntlm.NTLMServer and
	sun.security.sasl.util.AbstractSaslImpl.
	* patches/boot/ecj-trywithresources.patch:
	Add cases in
	sun.security.provider.certpath.URICertStore,
	sun.security.tools.KeyStoreUtil,
	sun.security.tools.keytool.Main.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR3166: invalid zip timestamp handling leads to error building bootstrap-javac

2016-08-19  Andrew John Hughes  <gnu.andrew at member.fsf.org>

	PR3166: invalid zip timestamp handling leads to
	error building bootstrap-javac
	* AUTHORS: Add Ricardo Ribalda.
	* NEWS: Updated.

2016-08-19  Ricardo Ribalda  <ricardo.ribalda at gmail.com>

	PR3166: invalid zip timestamp handling leads to
	error building bootstrap-javac
	* Makefile.am:
	(rt): Don't use -u so files are always overwritten,
	regardless of timestamps.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR3141: Pass $(CC) and $(CXX) to OpenJDK build

2016-08-14  Andrew John Hughes  <gnu.andrew at member.fsf.org>

	PR3141: Pass $(CC) and $(CXX) to OpenJDK build
	* Makefile.am:
	(ICEDTEA_ENV): Set CC and CXX instead
	of BUILD_GCC and BUILD_CXX.
	* NEWS: Updated.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR3135: Makefile.am rule stamps/add/tzdata-support-debug.stamp has a typo in add-tzdata dependency

2016-08-19  Andrew John Hughes  <gnu.andrew at member.fsf.org>

	PR3135: Makefile.am rule
	stamps/add/tzdata-support-debug.stamp has a typo in
	add-tzdata dependency
	* NEWS: Updated.

2016-08-10  Tiago Sturmer Daitx  <tdaitx at linux.vnet.ibm.com>

	PR3135: Makefile.am rule
	stamps/add/tzdata-support-debug.stamp has a typo in
	add-tzdata dependency
	* Makefile.am:
	(icedtea-debug-stage2): Fix typo in
	add-tzdata-support-debug dependency.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR3128: pax-mark-vm script calls "exit -1" which is invalid in dash

2016-08-04  Andrew John Hughes  <gnu.andrew at member.fsf.org>

	PR3128: pax-mark-vm script calls "exit -1" which
	is invalid in dash
	* NEWS: Updated.
	* pax-mark-vm.in:
	Use POSIX-compliant exit value.

[Andrew John Hughes <gnu_andrew at member.fsf.org>] PR3131: PaX marking fails on filesystems which don't support extended attributes

2016-04-07  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	PR3131: PaX marking fails on filesystems which
	don't support extended attributes
	* Makefile.am:
	(icedtea): Pass true to pax-mark-vm to fail
	if PaX marking fails.
	(icedtea-debug): Likewise.
	(icedtea-boot): Likewise.
	(install-exec-local): Pass false to pax-mark-vm
	so that only a warning is produced if PaX marking
	fails on the installed version.
	* NEWS: Updated.
	* pax-mark-vm.in:
	Add a second option, FAIL_ON_ERROR, which will
	cause the script to exit if it can't PaX mark
	when set to true, but just issue a warning when
	set to false.

------------------------------------------
[...truncated 540725 lines...]
./share/doc/icedtea/jre/api/net/httpserver/spec/index-all.html
./share/doc/icedtea/jre/api/net/httpserver/spec/allclasses-frame.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/resources/titlebar_end.gif
./share/doc/icedtea/jre/api/net/socketoptions/spec/resources/tab.gif
./share/doc/icedtea/jre/api/net/socketoptions/spec/resources/titlebar.gif
./share/doc/icedtea/jre/api/net/socketoptions/spec/resources/background.gif
./share/doc/icedtea/jre/api/net/socketoptions/spec/stylesheet.css
./share/doc/icedtea/jre/api/net/socketoptions/spec/serialized-form.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/NetworkPermission.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/package-tree.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/ExtendedSocketOptions.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/package-summary.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/package-use.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/class-use/NetworkPermission.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/class-use/ExtendedSocketOptions.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/class-use/Sockets.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/class-use/SocketFlow.Status.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/class-use/SocketFlow.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/Sockets.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/SocketFlow.Status.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/package-frame.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/jdk/net/SocketFlow.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/overview-tree.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/allclasses-noframe.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/help-doc.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/constant-values.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/package-list
./share/doc/icedtea/jre/api/net/socketoptions/spec/index.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/index-all.html
./share/doc/icedtea/jre/api/net/socketoptions/spec/allclasses-frame.html
./share/doc/icedtea/ASSEMBLY_EXCEPTION
./share/doc/icedtea/LICENSE
./share/doc/icedtea/README
./share/doc/icedtea/platform/jpda/jdwp/jdwp-protocol.html
./share/doc/icedtea/platform/jvmti/jvmti.html
./share/icons/hicolor/16x16/apps/java-1.7.0.png
./share/icons/hicolor/32x32/apps/java-1.7.0.png
./share/icons/hicolor/24x24/apps/java-1.7.0.png
./share/icons/hicolor/48x48/apps/java-1.7.0.png
./share/applications/jconsole-1.7.0.desktop
./share/applications/policytool-1.7.0.desktop
./share/man/man1/javap.1
./share/man/man1/jstack.1
./share/man/man1/policytool.1
./share/man/man1/jconsole.1
./share/man/man1/jrunscript.1
./share/man/man1/orbd.1
./share/man/man1/jar.1
./share/man/man1/wsgen.1
./share/man/man1/jsadebugd.1
./share/man/man1/extcheck.1
./share/man/man1/tnameserv.1
./share/man/man1/unpack200.1
./share/man/man1/native2ascii.1
./share/man/man1/schemagen.1
./share/man/man1/jarsigner.1
./share/man/man1/jmap.1
./share/man/man1/java.1
./share/man/man1/jinfo.1
./share/man/man1/jstatd.1
./share/man/man1/jdb.1
./share/man/man1/wsimport.1
./share/man/man1/javah.1
./share/man/man1/keytool.1
./share/man/man1/servertool.1
./share/man/man1/idlj.1
./share/man/man1/appletviewer.1
./share/man/man1/rmic.1
./share/man/man1/jstat.1
./share/man/man1/jcmd.1
./share/man/man1/rmid.1
./share/man/man1/pack200.1
./share/man/man1/jps.1
./share/man/man1/jhat.1
./share/man/man1/xjc.1
./share/man/man1/javac.1
./share/man/man1/serialver.1
./share/man/man1/rmiregistry.1
./share/man/man1/apt.1
./share/man/man1/javadoc.1
./share/man/ja_JP.UTF-8/man1/javap.1
./share/man/ja_JP.UTF-8/man1/jstack.1
./share/man/ja_JP.UTF-8/man1/policytool.1
./share/man/ja_JP.UTF-8/man1/jconsole.1
./share/man/ja_JP.UTF-8/man1/jrunscript.1
./share/man/ja_JP.UTF-8/man1/orbd.1
./share/man/ja_JP.UTF-8/man1/jar.1
./share/man/ja_JP.UTF-8/man1/wsgen.1
./share/man/ja_JP.UTF-8/man1/jsadebugd.1
./share/man/ja_JP.UTF-8/man1/extcheck.1
./share/man/ja_JP.UTF-8/man1/tnameserv.1
./share/man/ja_JP.UTF-8/man1/unpack200.1
./share/man/ja_JP.UTF-8/man1/native2ascii.1
./share/man/ja_JP.UTF-8/man1/schemagen.1
./share/man/ja_JP.UTF-8/man1/jarsigner.1
./share/man/ja_JP.UTF-8/man1/jmap.1
./share/man/ja_JP.UTF-8/man1/java.1
./share/man/ja_JP.UTF-8/man1/jinfo.1
./share/man/ja_JP.UTF-8/man1/jstatd.1
./share/man/ja_JP.UTF-8/man1/jdb.1
./share/man/ja_JP.UTF-8/man1/wsimport.1
./share/man/ja_JP.UTF-8/man1/javah.1
./share/man/ja_JP.UTF-8/man1/keytool.1
./share/man/ja_JP.UTF-8/man1/servertool.1
./share/man/ja_JP.UTF-8/man1/idlj.1
./share/man/ja_JP.UTF-8/man1/appletviewer.1
./share/man/ja_JP.UTF-8/man1/rmic.1
./share/man/ja_JP.UTF-8/man1/jstat.1
./share/man/ja_JP.UTF-8/man1/jcmd.1
./share/man/ja_JP.UTF-8/man1/rmid.1
./share/man/ja_JP.UTF-8/man1/pack200.1
./share/man/ja_JP.UTF-8/man1/jps.1
./share/man/ja_JP.UTF-8/man1/jhat.1
./share/man/ja_JP.UTF-8/man1/xjc.1
./share/man/ja_JP.UTF-8/man1/javac.1
./share/man/ja_JP.UTF-8/man1/serialver.1
./share/man/ja_JP.UTF-8/man1/rmiregistry.1
./share/man/ja_JP.UTF-8/man1/apt.1
./share/man/ja_JP.UTF-8/man1/javadoc.1
./include/jdwpTransport.h
./include/jni.h
./include/jawt.h
./include/jvmti.h
./include/jvmticmlr.h
./include/classfile_constants.h
./include/linux/jawt_md.h
./include/linux/jni_md.h
./src.zip
./sample/scripting/scriptpad/src/resources/mm.js
./sample/scripting/scriptpad/src/resources/scriptpad.js
./sample/scripting/scriptpad/src/resources/Main.js
./sample/scripting/scriptpad/src/resources/conc.js
./sample/scripting/scriptpad/src/resources/gui.js
./sample/scripting/scriptpad/src/scripts/mail.js
./sample/scripting/scriptpad/src/scripts/memmonitor.js
./sample/scripting/scriptpad/src/scripts/memory.bat
./sample/scripting/scriptpad/src/scripts/memory.js
./sample/scripting/scriptpad/src/scripts/memory.sh
./sample/scripting/scriptpad/src/scripts/browse.js
./sample/scripting/scriptpad/src/scripts/linewrap.js
./sample/scripting/scriptpad/src/scripts/README.txt
./sample/scripting/scriptpad/src/scripts/textcolor.js
./sample/scripting/scriptpad/src/scripts/insertfile.js
./sample/scripting/scriptpad/src/com/sun/sample/scriptpad/Main.java
./sample/scripting/scriptpad/src/META-INF/manifest.mf
./sample/scripting/scriptpad/nbproject/jdk.xml
./sample/scripting/scriptpad/nbproject/project.xml
./sample/scripting/scriptpad/nbproject/netbeans-targets.xml
./sample/scripting/scriptpad/nbproject/file-targets.xml
./sample/scripting/scriptpad/build.xml
./sample/scripting/scriptpad/README.txt
./sample/scripting/scriptpad/build.properties
./sample/forkjoin/mergesort/MergeSort.java
./sample/forkjoin/mergesort/MergeDemo.java
./sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanDirConfigTest.java
./sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/DirectoryScannerTest.java
./sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanManagerTest.java
./sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/TestUtils.java
./sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/XmlConfigUtilsTest.java
./sample/jmx/jmx-scandir/src/etc/access.properties
./sample/jmx/jmx-scandir/src/etc/password.properties
./sample/jmx/jmx-scandir/src/etc/management.properties
./sample/jmx/jmx-scandir/src/etc/testconfig.xml
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirClient.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScannerMXBean.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/DirectoryScannerConfig.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultLogConfig.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultRecord.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/package.html
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ScanManagerConfig.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirAgent.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManagerMXBean.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManagerMXBean.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/package.html
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java
./sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfigMXBean.java
./sample/jmx/jmx-scandir/docfiles/connect-local-java-jar.jpg
./sample/jmx/jmx-scandir/docfiles/remote-connection.jpg
./sample/jmx/jmx-scandir/docfiles/connect-local.jpg
./sample/jmx/jmx-scandir/docfiles/scandir-config.jpg
./sample/jmx/jmx-scandir/docfiles/scandir-result.jpg
./sample/jmx/jmx-scandir/docfiles/remote-connection-failed.jpg
./sample/jmx/jmx-scandir/docfiles/connect-local-ant-run.jpg
./sample/jmx/jmx-scandir/docfiles/scandir-start.jpg
./sample/jmx/jmx-scandir/logging.properties
./sample/jmx/jmx-scandir/nbproject/jdk.xml
./sample/jmx/jmx-scandir/nbproject/project.xml
./sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml
./sample/jmx/jmx-scandir/nbproject/file-targets.xml
./sample/jmx/jmx-scandir/build.xml
./sample/jmx/jmx-scandir/manifest.mf
./sample/jmx/jmx-scandir/truststore
./sample/jmx/jmx-scandir/keystore
./sample/jmx/jmx-scandir/build.properties
./sample/jmx/jmx-scandir/index.html
./sample/nio/chatserver/MessageReader.java
./sample/nio/chatserver/ClientReader.java
./sample/nio/chatserver/ChatServer.java
./sample/nio/chatserver/Client.java
./sample/nio/chatserver/README.txt
./sample/nio/chatserver/DataReader.java
./sample/nio/chatserver/NameReader.java
./sample/nio/server/N2.java
./sample/nio/server/Reply.java
./sample/nio/server/StringContent.java
./sample/nio/server/ChannelIOSecure.java
./sample/nio/server/DispatcherN.java
./sample/nio/server/N1.java
./sample/nio/server/Request.java
./sample/nio/server/Content.java
./sample/nio/server/AcceptHandler.java
./sample/nio/server/MalformedRequestException.java
./sample/nio/server/Acceptor.java
./sample/nio/server/Sendable.java
./sample/nio/server/Dispatcher1.java
./sample/nio/server/Handler.java
./sample/nio/server/URLDumper.java
./sample/nio/server/BP.java
./sample/nio/server/FileContent.java
./sample/nio/server/RequestServicer.java
./sample/nio/server/B1.java
./sample/nio/server/README.txt
./sample/nio/server/RequestHandler.java
./sample/nio/server/ChannelIO.java
./sample/nio/server/BN.java
./sample/nio/server/Dispatcher.java
./sample/nio/server/Server.java
./sample/nio/multicast/MulticastAddress.java
./sample/nio/multicast/Reader.java
./sample/nio/multicast/Sender.java
./sample/nio/file/DiskUsage.java
./sample/nio/file/AclEdit.java
./sample/nio/file/FileType.java
./sample/nio/file/Chmod.java
./sample/nio/file/WatchDir.java
./sample/nio/file/Xdd.java
./sample/nio/file/Copy.java
./sample/nbproject/project.xml
./sample/README
gmake[1]: *** [distuninstallcheck] Error 1
gmake[1]: Leaving directory `/notnfs/nighttester/icedtea7-target-testing/icedtea-2.7.0pre07/_build'
make: *** [distcheck] Error 1
+ exit 1
Build step 'Execute shell' marked build as failure


More information about the icedtea-test mailing list