Return-Path: X-Original-To: apmail-directory-notifications-archive@minotaur.apache.org Delivered-To: apmail-directory-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7BC9B105DD for ; Sun, 3 Nov 2013 04:29:10 +0000 (UTC) Received: (qmail 25067 invoked by uid 500); 3 Nov 2013 04:29:09 -0000 Delivered-To: apmail-directory-notifications-archive@directory.apache.org Received: (qmail 25045 invoked by uid 500); 3 Nov 2013 04:29:08 -0000 Mailing-List: contact notifications-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: notifications@directory.apache.org Delivered-To: mailing list notifications@directory.apache.org Received: (qmail 25037 invoked by uid 99); 3 Nov 2013 04:29:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Nov 2013 04:29:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Nov 2013 04:29:02 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 0D411C02C1; Sun, 3 Nov 2013 04:28:40 +0000 (UTC) Date: Sun, 3 Nov 2013 04:28:38 +0000 (UTC) From: Apache Jenkins Server To: notifications@directory.apache.org, null@apache.org Message-ID: <1987493441.270.1383452918806.JavaMail.hudson@aegis> In-Reply-To: <2054071520.140.1383369910299.JavaMail.hudson@aegis> References: <2054071520.140.1383369910299.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: dir-apacheds-win #553 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: dir-apacheds-win X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [elecharny] o The DnSerializer was not returning the right type, leading to the impossibility to allocate an array of RDN values o Removed the size which was stored before the serialized entry o Totally refactored the MavibotParentIdAndRdnSerializer class to use the new RDN/AVA/StringValue serializer (major speedup) o Don't decrement the counter on MavibotTable when we remove a value, do it only when we remove a key o Many fixes in tests ------------------------------------------ [...truncated 1549 lines...] [WARNING] /F:/hudson/hudson-slave/workspace/dir-apacheds-win/trunk/jdbm-partition/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/KeyTupleBTreeCursorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ apacheds-jdbm-partition --- [INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\dir-apacheds-win\trunk\jdbm-partition\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshallerTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshallerTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainerCursorTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.DupsCursorTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.196 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.DupsCursorTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmBrowserBugTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmBrowserBugTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndexTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.624 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndexTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTableTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.709 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmMasterTableTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmRdnIndexTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.162 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmRdnIndexTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmStoreTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.637 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmStoreTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTableNoDuplicatesTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTableNoDuplicatesTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTableWithDuplicatesTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.768 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTableWithDuplicatesTest [JENKINS] Recording test resultsRunning org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.KeyBTreeCursorTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.KeyCursorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.KeyCursorTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleArrayCursorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleArrayCursorTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.KeyTupleBTreeCursorTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.NoDupsCursorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.NoDupsCursorTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.ServerEntrySerializerTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.ServerEntrySerializerTest Running org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializerTest Running org.apache.directory.server.core.partition.tree.PartitionTreeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 sec - in org.apache.directory.server.core.partition.tree.PartitionTreeTest Results : Tests run: 123, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ apacheds-jdbm-partition --- [INFO] [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ apacheds-jdbm-partition --- [INFO] [INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ apacheds-jdbm-partition --- [INFO] Checking legal files in: apacheds-jdbm-partition-2.0.0-M16-SNAPSHOT.jar [WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ apacheds-jdbm-partition --- [INFO] Building jar: F:\hudson\hudson-slave\workspace\dir-apacheds-win\trunk\jdbm-partition\target\apacheds-jdbm-partition-2.0.0-M16-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ apacheds-jdbm-partition --- [INFO] Installing F:\hudson\hudson-slave\workspace\dir-apacheds-win\trunk\jdbm-partition\target\apacheds-jdbm-partition-2.0.0-M16-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\directory\server\apacheds-jdbm-partition\2.0.0-M16-SNAPSHOT\apacheds-jdbm-partition-2.0.0-M16-SNAPSHOT.jar [INFO] Installing F:\hudson\hudson-slave\workspace\dir-apacheds-win\trunk\jdbm-partition\pom.xml to f:\hudson\hudson-slave\maven-repositories\1\org\apache\directory\server\apacheds-jdbm-partition\2.0.0-M16-SNAPSHOT\apacheds-jdbm-partition-2.0.0-M16-SNAPSHOT.pom [INFO] Installing F:\hudson\hudson-slave\workspace\dir-apacheds-win\trunk\jdbm-partition\target\apacheds-jdbm-partition-2.0.0-M16-SNAPSHOT-sources.jar to f:\hudson\hudson-slave\maven-repositories\1\org\apache\directory\server\apacheds-jdbm-partition\2.0.0-M16-SNAPSHOT\apacheds-jdbm-partition-2.0.0-M16-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ apacheds-jdbm-partition --- [INFO] Installing org/apache/directory/server/apacheds-jdbm-partition/2.0.0-M16-SNAPSHOT/apacheds-jdbm-partition-2.0.0-M16-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building ApacheDS Mavibot Partition 2.0.0-M16-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://repository.apache.org/snapshots/org/apache/directory/mavibot/mavibot/1.0.0-M2-SNAPSHOT/maven-metadata.xml Downloaded: http://repository.apache.org/snapshots/org/apache/directory/mavibot/mavibot/1.0.0-M2-SNAPSHOT/maven-metadata.xml (1015 B at 2.9 KB/sec) Downloading: http://repository.apache.org/snapshots/org/apache/directory/mavibot/mavibot-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml Downloaded: http://repository.apache.org/snapshots/org/apache/directory/mavibot/mavibot-parent/1.0.0-M2-SNAPSHOT/maven-metadata.xml (627 B at 3.5 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ apacheds-mavibot-partition --- [INFO] Deleting F:\hudson\hudson-slave\workspace\dir-apacheds-win\trunk\mavibot-partition\target [INFO] [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ apacheds-mavibot-partition --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ apacheds-mavibot-partition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\dir-apacheds-win\trunk\mavibot-partition\src\main\resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ apacheds-mavibot-partition --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to F:\hudson\hudson-slave\workspace\dir-apacheds-win\trunk\mavibot-partition\target\classes [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] /F:/hudson/hudson-slave/workspace/dir-apacheds-win/trunk/mavibot-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/mavibot/MavibotPartition.java: Some input files use unchecked or unsafe operations. [WARNING] /F:/hudson/hudson-slave/workspace/dir-apacheds-win/trunk/mavibot-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/mavibot/MavibotPartition.java: Recompile with -Xlint:unchecked for details. [INFO] 2 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /F:/hudson/hudson-slave/workspace/dir-apacheds-win/trunk/mavibot-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/mavibot/MavibotParentIdAndRdnSerializer.java:[138,38] cannot find symbol symbol: method serialize(byte[],int) location: variable rdn of type org.apache.directory.api.ldap.model.name.Rdn [ERROR] /F:/hudson/hudson-slave/workspace/dir-apacheds-win/trunk/mavibot-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/mavibot/MavibotParentIdAndRdnSerializer.java:[263,30] cannot find symbol symbol: method deserialize(byte[],int) location: variable rdn of type org.apache.directory.api.ldap.model.name.Rdn [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ApacheDS .......................................... SUCCESS [13.962s] [INFO] ApacheDS I18n ..................................... SUCCESS [1:08.642s] [INFO] ApacheDS Core Constants ........................... SUCCESS [59.828s] [INFO] ApacheDS Core API ................................. SUCCESS [58.574s] [INFO] ApacheDS Core Shared .............................. SUCCESS [16.692s] [INFO] ApacheDS Interceptors ............................. SUCCESS [7.732s] [INFO] ApacheDS AdministrativePoint Interceptor .......... SUCCESS [9.426s] [INFO] ApacheDS Authentication Interceptor ............... SUCCESS [12.919s] [INFO] ApacheDS Authorization Interceptor ................ SUCCESS [16.836s] [INFO] ApacheDS ChangeLog Interceptor .................... SUCCESS [50.280s] [INFO] ApacheDS Collective Attribute Interceptor ......... SUCCESS [11.909s] [INFO] ApacheDS Event Interceptor ........................ SUCCESS [33.613s] [INFO] ApacheDS Exception Interceptor .................... SUCCESS [19.660s] [INFO] ApacheDS Journal Interceptor ...................... SUCCESS [22.141s] [INFO] ApacheDS Normalization Interceptor ................ SUCCESS [38.023s] [INFO] ApacheDS Operational Attribute Interceptor ........ SUCCESS [13.455s] [INFO] ApacheDS Referral Interceptor ..................... SUCCESS [9.086s] [INFO] ApacheDS Schema Interceptor ....................... SUCCESS [20.955s] [INFO] ApacheDS Subtree Interceptor ...................... SUCCESS [21.251s] [INFO] ApacheDS Triggers Interceptor ..................... SUCCESS [10.422s] [INFO] ApacheDS Core ..................................... SUCCESS [13.181s] [INFO] ApacheDS Core AVL ................................. SUCCESS [13.889s] [INFO] ApacheDS Generalized (X) DBM Partition ............ SUCCESS [32.321s] [INFO] ApacheDS LDIF Partition ........................... SUCCESS [22.858s] [INFO] ApacheDS JDBM Partition ........................... SUCCESS [56.979s] [INFO] ApacheDS Mavibot Partition ........................ FAILURE [7.158s] [INFO] ApacheDS Core Annotations ......................... SKIPPED [INFO] ApacheDS Core JNDI ................................ SKIPPED [INFO] ApacheDS Protocol Kerberos Codec .................. SKIPPED [INFO] ApacheDS Interceptors for Kerberos ................ SKIPPED [INFO] ApacheDS Protocol Dhcp ............................ SKIPPED [INFO] ApacheDS Protocol Shared .......................... SKIPPED [INFO] ApacheDS Protocol Dns ............................. SKIPPED [INFO] ApacheDS Protocol Kerberos ........................ SKIPPED [INFO] ApacheDS Protocol Ldap ............................ SKIPPED [INFO] ApacheDS Protocol Ntp ............................. SKIPPED [INFO] Apacheds Server Annotations ....................... SKIPPED [INFO] ApacheDS Server Config ............................ SKIPPED [INFO] ApacheDS Server JNDI .............................. SKIPPED [INFO] ApacheDS Test Framework ........................... SKIPPED [INFO] ApacheDS All ...................................... SKIPPED [INFO] ApacheDS Logger Interceptor ....................... SKIPPED [INFO] ApacheDS Password Hashing Interceptor ............. SKIPPED [INFO] ApacheDS Core Integration ......................... SKIPPED [INFO] ApacheDS Protocol Kerberos Test ................... SKIPPED [INFO] ApacheDS Server Integration ....................... SKIPPED [INFO] ApacheDS DirectoryService-WebApp bridge ........... SKIPPED [INFO] ApacheDS Jetty HTTP Server Integration ............ SKIPPED [INFO] ApacheDS Service Builder .......................... SKIPPED [INFO] Apache Directory LDAP Client API test ............. SKIPPED [INFO] kerberos-client ................................... SKIPPED [INFO] ApacheDS Service .................................. SKIPPED [INFO] ApacheDS Wrapper .................................. SKIPPED [INFO] ApacheDS Installers Maven Plugin .................. SKIPPED [INFO] ApacheDS Installers ............................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13:02.545s [INFO] Finished at: Sun Nov 03 04:17:09 GMT 2013 [INFO] Final Memory: 61M/286M [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project apacheds-mavibot-partition: Compilation failure: Compilation failure: [ERROR] /F:/hudson/hudson-slave/workspace/dir-apacheds-win/trunk/mavibot-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/mavibot/MavibotParentIdAndRdnSerializer.java:[138,38] cannot find symbol [ERROR] symbol: method serialize(byte[],int) [ERROR] location: variable rdn of type org.apache.directory.api.ldap.model.name.Rdn [ERROR] /F:/hudson/hudson-slave/workspace/dir-apacheds-win/trunk/mavibot-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/mavibot/MavibotParentIdAndRdnSerializer.java:[263,30] cannot find symbol [ERROR] symbol: method deserialize(byte[],int) [ERROR] location: variable rdn of type org.apache.directory.api.ldap.model.name.Rdn [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :apacheds-mavibot-partition channel stopped