You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@river.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/02/12 08:56:26 UTC

Build failed in Jenkins: River-trunk #700

See <https://builds.apache.org/job/River-trunk/700/changes>

Changes:

[gtrasuk] There is one class in the 'class-depend' tool that is based on code from 'asm-examples'.  As such, this commit adds the INRIA license back into the LICENSE file.

------------------------------------------
[...truncated 8900 lines...]
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/TestDescription.java:639: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 	cmdList.add(getWrapperClassName());
    [javac] 	           ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/TestDescription.java:642: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 	    cmdList.add(args[i]);
    [javac] 	               ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/TestDescription.java:645: warning: [unchecked] unchecked call to <T>toArray(T[]) as a member of the raw type ArrayList
    [javac] 	cmdArray = (String[]) cmdList.toArray(cmdArray);
    [javac] 	                                     ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in method <T>toArray(T[])
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/TestDescription.java:659: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 	cmdList.add("-D" + name + "=" + val);
    [javac] 	           ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/Resolver.java:75: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac] 	tokenMap.put(token, value);
    [javac] 	            ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/ActivatableServiceStarterAdmin.java:213: warning: [unchecked] unchecked call to <T>toArray(T[]) as a member of the raw type ArrayList
    [javac] 		(String[]) optionsList.toArray(new String[optionsList.size()]);
    [javac] 		                              ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in method <T>toArray(T[])
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/ActivatableServiceStarterAdmin.java:250: warning: [unchecked] unchecked call to MarshalledObject(T) as a member of the raw type MarshalledObject
    [javac] 	    serviceRef = new MarshalledObject(created.proxy).get();
    [javac] 	                 ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class MarshalledObject
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:326: warning: [unchecked] unchecked call to add(E) as a member of the raw type HashSet
    [javac] 	createdAdminSet.add(admin);
    [javac] 	                   ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class HashSet
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:375: warning: [unchecked] unchecked call to getConstructor(Class<?>...) as a member of the raw type Class
    [javac] 	    Constructor constructor = c.getConstructor(new Class[]{QAConfig.class,
    [javac] 	                                              ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:432: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type HashMap
    [javac] 		serviceCounters.put(key,new Integer(newVal));
    [javac] 		                   ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class HashMap
    [javac]     V extends Object declared in class HashMap
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:845: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 		lusList.add(admin);
    [javac] 		           ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:847: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 		sharedList.add(admin);
    [javac] 		              ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:849: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 		nonActList.add(admin);
    [javac] 		              ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:851: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 		actSystemList.add(admin);
    [javac] 		                 ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:853: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 		classServerList.add(admin);
    [javac] 		                   ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:855: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 		svcList.add(admin);
    [javac] 		           ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:1027: warning: [unchecked] unchecked call to HashSet(Collection<? extends E>) as a member of the raw type HashSet
    [javac] 	return new HashSet(createdAdminSet).iterator();
    [javac] 	       ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class HashSet
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/AdminManager.java:1071: warning: [unchecked] unchecked call to <T>toArray(T[]) as a member of the raw type AbstractCollection
    [javac] 	return (AbstractServiceAdmin[]) createdAdminSet.toArray(admins);
    [javac] 	                                                       ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in method <T>toArray(T[])
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/NonActivatableGroupAdmin.java:130: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 	l.add(vm + "/bin/java");
    [javac] 	     ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/NonActivatableGroupAdmin.java:131: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 	l.add("-Djava.rmi.server.codebase=" + getServiceCodebase());
    [javac] 	     ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/NonActivatableGroupAdmin.java:132: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 	l.add("-Djava.security.policy=" + getServicePolicyFile());
    [javac] 	     ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/NonActivatableGroupAdmin.java:136: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 		l.add(opts[i]);
    [javac] 		     ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/NonActivatableGroupAdmin.java:142: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 		l.add("-D" + props[i] + "=" + props[i+1]);
    [javac] 		     ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/NonActivatableGroupAdmin.java:145: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 	l.add("-cp");
    [javac] 	     ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/NonActivatableGroupAdmin.java:146: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 	l.add(getServiceClasspath());
    [javac] 	     ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/NonActivatableGroupAdmin.java:147: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac] 	l.add(getServiceImpl());
    [javac] 	     ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/NonActivatableGroupAdmin.java:148: warning: [unchecked] unchecked call to <T>toArray(T[]) as a member of the raw type ArrayList
    [javac] 	String[] cmdArray = (String[]) l.toArray(new String[l.size()]);
    [javac] 	                                        ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in method <T>toArray(T[])
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/ActivationSystemAdmin.java:205: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac]                 l.add(System.getProperty("java.home") + "/bin/rmid");
    [javac]                      ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/src/org/apache/river/qa/harness/ActivationSystemAdmin.java:207: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
    [javac]                 l.add(System.getProperty("java.home") + "/bin/java");
    [javac]                      ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] Note: Some input files additionally use or override a deprecated API.
    [javac] Note: Some input files additionally use unchecked or unsafe operations.
    [javac] 100 warnings

harness-killer.stubs:
     [rmic] RMI Compiling 1 class to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

nonactivatablegroup.stubs:

qa1-fiddler.stubs:
     [rmic] RMI Compiling 2 classes to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-joinmanager.stubs:
     [rmic] RMI Compiling 1 class to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-mercury.stubs:
     [rmic] RMI Compiling 5 classes to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-norm.stubs:
     [rmic] RMI Compiling 2 classes to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-outrigger.stubs:
     [rmic] RMI Compiling 6 classes to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-start.stubs:
     [rmic] RMI Compiling 3 classes to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-lookup-simulator.stubs:
     [rmic] RMI Compiling 1 class to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-share.stubs:
     [rmic] RMI Compiling 4 classes to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-discoveryservice.stubs:
     [rmic] RMI Compiling 1 class to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-javaspace.stubs:
     [rmic] RMI Compiling 3 classes to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-lookupservice.stubs:
     [rmic] RMI Compiling 26 classes to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

qa1-renewalservice.stubs:
     [rmic] RMI Compiling 1 class to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes

jrmp.stubs:
     [rmic] RMI Compiling 1 class to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build/classes
     [rmic] IIOP has been turned on.

iiop.stubs:
     [rmic] RMI Compiling 1 class to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-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 </zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/harness/trust/tester.cert>
   [genkey] Generating Key for reggie
     [exec] Certificate stored in file </zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/harness/trust/reggie.c
     [exec] ert>
   [genkey] Generating Key for phoenix
     [exec] Certificate stored in file </zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/harness/trust/phoenix.cert>
   [genkey] Generating Key for mercury
     [exec] Certificate stored in file </zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/harness/trust/mercury.cert>
   [genkey] Generating Key for norm
     [exec] Certificate stored in file </zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/harness/trust/norm.cert>
   [genkey] Generating Key for outrigger
     [exec] Certificate stored in file </zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/harness/trust/outrigger.cert>
   [genkey] Generating Key for mahalo
     [exec] Certificate stored in file </zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/harness/trust/mahalo.cert>
   [genkey] Generating Key for fiddler
     [exec] Certificate stored in file </zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/harness/trust/fiddler.cert>
   [genkey] Generating Key for group
     [exec] Certificate stored in file </zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-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] keytool error: java.security.SignatureException: Signature does not match.

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/hudson.xml:31: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/build.xml:2225: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/qa/build.xml:2159: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/common.xml:289: exec returned: 1

Total time: 4 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?
Publishing Javadoc

Jenkins build is back to normal : River-trunk #701

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/River-trunk/701/>