See <https://builds.apache.org/job/dir-apacheds-docker-installers/49/changes>
Changes:
[elecharny] Get the schema from the SchemaManger instead of the SchemaLoader
[elecharny] o Added the kerberos dependencies in the ldap-client-test to test
the SASL bind
o Fixed a couple of tests to use the SchemaManager.getAllSchemas() method
[elecharny] o Fixed a class header comment
o Removed commented code
[elecharny] We don't need to pass the SchemaLoader as a parameter, it's not
used at all
[elecharny] o Changed the classes implementing the Cursor interface to have
their close() method throw an IoException accordingly to the change in teh LDAP
API Cursor interface
------------------------------------------
[...truncated 4978 lines...]
399/905 KB
403/905 KB
407/905 KB
411/905 KB
415/905 KB
419/905 KB
423/905 KB
427/905 KB
431/905 KB
435/905 KB
439/905 KB
443/905 KB
447/905 KB
451/905 KB
455/905 KB
457/905 KB
461/905 KB
465/905 KB
469/905 KB
473/905 KB
477/905 KB
481/905 KB
485/905 KB
489/905 KB
493/905 KB
497/905 KB
501/905 KB
505/905 KB
509/905 KB
513/905 KB
517/905 KB
521/905 KB
525/905 KB
529/905 KB
533/905 KB
537/905 KB
541/905 KB
545/905 KB
549/905 KB
553/905 KB
557/905 KB
561/905 KB
565/905 KB
569/905 KB
573/905 KB
577/905 KB
581/905 KB
585/905 KB
589/905 KB
593/905 KB
597/905 KB
601/905 KB
605/905 KB
609/905 KB
613/905 KB
617/905 KB
621/905 KB
625/905 KB
629/905 KB
633/905 KB
637/905 KB
641/905 KB
645/905 KB
649/905 KB
653/905 KB
657/905 KB
661/905 KB
665/905 KB
669/905 KB
673/905 KB
677/905 KB
681/905 KB
685/905 KB
689/905 KB
693/905 KB
697/905 KB
701/905 KB
705/905 KB
709/905 KB
713/905 KB
717/905 KB
721/905 KB
725/905 KB
729/905 KB
733/905 KB
737/905 KB
741/905 KB
745/905 KB
749/905 KB
753/905 KB
757/905 KB
761/905 KB
765/905 KB
769/905 KB
773/905 KB
777/905 KB
781/905 KB
785/905 KB
789/905 KB
793/905 KB
797/905 KB
801/905 KB
805/905 KB
809/905 KB
813/905 KB
817/905 KB
821/905 KB
825/905 KB
829/905 KB
833/905 KB
837/905 KB
841/905 KB
845/905 KB
849/905 KB
850/905 KB
854/905 KB
858/905 KB
862/905 KB
866/905 KB
870/905 KB
874/905 KB
878/905 KB
882/905 KB
886/905 KB
890/905 KB
894/905 KB
898/905 KB
902/905 KB
905/905 KB
Downloaded:
http://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-model/1.0.0-M33/api-ldap-model-1.0.0-M33.jar
(905 KB at 3364.0 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ apacheds-core-api
---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.16:check (validate) @ apacheds-core-api ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @
apacheds-core-api ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
apacheds-core-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @
apacheds-core-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/target/classes>
[INFO]
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/src/main/java/org/apache/directory/server/core/api/schema/registries/synchronizers/AbstractRegistrySynchronizer.java>:
Some input files use unchecked or unsafe operations.
[INFO]
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/src/main/java/org/apache/directory/server/core/api/schema/registries/synchronizers/AbstractRegistrySynchronizer.java>:
Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/src/main/java/org/apache/directory/server/core/api/EntryToResponseCursor.java>:[162,17]
close(java.lang.Exception) in
org.apache.directory.server.core.api.EntryToResponseCursor cannot implement
close(java.lang.Exception) in org.apache.directory.api.ldap.model.cursor.Cursor
overridden method does not throw java.io.IOException
[ERROR]
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/src/main/java/org/apache/directory/server/core/api/EntryToResponseCursor.java>:[148,17]
close() in org.apache.directory.server.core.api.EntryToResponseCursor cannot
implement close() in org.apache.directory.api.ldap.model.cursor.Cursor
overridden method does not throw java.io.IOException
[ERROR]
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/src/main/java/org/apache/directory/server/core/api/filtering/EntryFilteringCursorImpl.java>:[282,17]
close(java.lang.Exception) in
org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl cannot
implement close(java.lang.Exception) in
org.apache.directory.api.ldap.model.cursor.Cursor
overridden method does not throw java.io.IOException
[ERROR]
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/src/main/java/org/apache/directory/server/core/api/filtering/EntryFilteringCursorImpl.java>:[267,17]
close() in
org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl cannot
implement close() in org.apache.directory.api.ldap.model.cursor.Cursor
overridden method does not throw java.io.IOException
[INFO] 4 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ApacheDS .......................................... SUCCESS [ 4.888 s]
[INFO] ApacheDS I18n ..................................... SUCCESS [ 3.531 s]
[INFO] ApacheDS Core Constants ........................... SUCCESS [ 1.188 s]
[INFO] ApacheDS Core API ................................. FAILURE [ 7.366 s]
[INFO] ApacheDS Core Shared .............................. SKIPPED
[INFO] ApacheDS Interceptors ............................. SKIPPED
[INFO] ApacheDS AdministrativePoint Interceptor .......... SKIPPED
[INFO] ApacheDS Authentication Interceptor ............... SKIPPED
[INFO] ApacheDS Interceptor to increment numeric attributes SKIPPED
[INFO] ApacheDS Authorization Interceptor ................ SKIPPED
[INFO] ApacheDS ChangeLog Interceptor .................... SKIPPED
[INFO] ApacheDS Collective Attribute Interceptor ......... SKIPPED
[INFO] ApacheDS Event Interceptor ........................ SKIPPED
[INFO] ApacheDS Exception Interceptor .................... SKIPPED
[INFO] ApacheDS Journal Interceptor ...................... SKIPPED
[INFO] ApacheDS Normalization Interceptor ................ SKIPPED
[INFO] ApacheDS Operational Attribute Interceptor ........ SKIPPED
[INFO] ApacheDS Referral Interceptor ..................... SKIPPED
[INFO] ApacheDS Schema Interceptor ....................... SKIPPED
[INFO] ApacheDS Subtree Interceptor ...................... SKIPPED
[INFO] ApacheDS Triggers Interceptor ..................... SKIPPED
[INFO] ApacheDS Core ..................................... SKIPPED
[INFO] ApacheDS Core AVL ................................. SKIPPED
[INFO] ApacheDS Generalized (X) DBM Partition ............ SKIPPED
[INFO] ApacheDS LDIF Partition ........................... SKIPPED
[INFO] ApacheDS JDBM Partition ........................... SKIPPED
[INFO] ApacheDS Mavibot Partition ........................ SKIPPED
[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] ApacheDS OSGi Integration Tests ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.857 s
[INFO] Finished at: 2016-02-10T02:54:24+00:00
[INFO] Final Memory: 57M/455M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on
project apacheds-core-api: Compilation failure: Compilation failure:
[ERROR]
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/src/main/java/org/apache/directory/server/core/api/EntryToResponseCursor.java>:[162,17]
close(java.lang.Exception) in
org.apache.directory.server.core.api.EntryToResponseCursor cannot implement
close(java.lang.Exception) in org.apache.directory.api.ldap.model.cursor.Cursor
[ERROR] overridden method does not throw java.io.IOException
[ERROR]
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/src/main/java/org/apache/directory/server/core/api/EntryToResponseCursor.java>:[148,17]
close() in org.apache.directory.server.core.api.EntryToResponseCursor cannot
implement close() in org.apache.directory.api.ldap.model.cursor.Cursor
[ERROR] overridden method does not throw java.io.IOException
[ERROR]
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/src/main/java/org/apache/directory/server/core/api/filtering/EntryFilteringCursorImpl.java>:[282,17]
close(java.lang.Exception) in
org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl cannot
implement close(java.lang.Exception) in
org.apache.directory.api.ldap.model.cursor.Cursor
[ERROR] overridden method does not throw java.io.IOException
[ERROR]
<https://builds.apache.org/job/dir-apacheds-docker-installers/ws/core-api/src/main/java/org/apache/directory/server/core/api/filtering/EntryFilteringCursorImpl.java>:[267,17]
close() in
org.apache.directory.server.core.api.filtering.EntryFilteringCursorImpl cannot
implement close() in org.apache.directory.api.ldap.model.cursor.Cursor
[ERROR] overridden method does not throw java.io.IOException
[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 <goals> -rf :apacheds-core-api
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts