You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@directory.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/07/27 00:07:31 UTC

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #515

See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/515/display/redirect?page=changes>

Changes:

[smckinney] revert apacheds dependency to m24

------------------------------------------
[...truncated 380.92 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-07-27 00:07:026 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-07-27 00:07:026 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-07-27 00:07:026 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-07-27 00:07:026 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-07-27 00:07:026 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-07-27 00:07:026 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-07-27 00:07:026 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-07-27 00:07:026 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-07-27 00:07:026 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19483
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 207.604 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.096 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.008 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:35 min
[INFO] Finished at: 2018-07-27T00:07:27+00:00
[INFO] Final Memory: 21M/322M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins8483284964712778325.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Jenkins build is back to normal : dir-fortress-core-docker-openldap-test #543

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/543/display/redirect?page=changes>


Build failed in Jenkins: dir-fortress-core-docker-openldap-test #542

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/542/display/redirect?page=changes>

Changes:

[smckinney] fix broken build

------------------------------------------
[...truncated 227.72 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 20:54:017 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 20:54:017 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 20:54:017 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 20:54:017 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 20:54:017 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 20:54:017 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 20:54:017 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 20:54:017 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 20:54:017 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19618
NUMBER OF SEARCHES: 7026
Tests run: 132, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 214.885 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.081 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:44 min
[INFO] Finished at: 2018-08-27T20:54:17+00:00
[INFO] Final Memory: 21M/326M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins860306379769773409.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #541

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/541/display/redirect?page=changes>

Changes:

[smckinney] fix broken abac test

------------------------------------------
[...truncated 226.83 KB...]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 20:44:017 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 20:44:017 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 20:44:017 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 20:44:017 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 20:44:017 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 20:44:017 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 20:44:017 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 20:44:017 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 20:44:017 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19618
NUMBER OF SEARCHES: 7026
Tests run: 132, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 216.009 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.079 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:45 min
[INFO] Finished at: 2018-08-27T20:44:17+00:00
[INFO] Final Memory: 21M/329M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins797923708280171744.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE                            COMMAND                  CREATED             STATUS              PORTS               NAMES
0f6e1121da6d        madlib/postgres_9.6:jenkins      "docker-entrypoint..."   2 hours ago         Up 2 hours          5432/tcp            madlib
5d275a02af17        mesos/mesos-build:ubuntu-16.04   "./entrypoint.sh"        3 hours ago         Up 3 hours                              jolly_engelbart

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #540

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/540/display/redirect?page=changes>

Changes:

[smckinney] fix openldap config for docker

------------------------------------------
[...truncated 1.88 MB...]
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 20:03:049 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 20:03:049 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 20:03:049 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 20:03:049 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 20:03:049 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 20:03:049 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 20:03:049 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 20:03:049 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 20:03:049 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19587
NUMBER OF SEARCHES: 7014
Tests run: 132, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 213.923 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testAbacConstraintsRole(org.apache.directory.fortress.core.impl.AccessMgrImplTest)  Time elapsed: 0.034 sec  <<< FAILURE!
junit.framework.AssertionFailedError: org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints(AccessMgrImplTest.java:1384)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.testAbacConstraintsRole(AccessMgrImplTest.java:1297)

testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.061 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.008 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AccessMgrImplTest.testAbacConstraintsRole:1297->createSessionsConstraints:1384 org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:44 min
[INFO] Finished at: 2018-08-27T20:03:50+00:00
[INFO] Final Memory: 23M/332M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins8571659439721937972.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #539

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/539/display/redirect?page=changes>

Changes:

[smckinney] remove echo

------------------------------------------
[...truncated 221.26 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchBinds(AuditMgrImpl.java:156)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:424)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchBinds(AuditDAO.java:520)
	... 24 more
2018-08-27 18:21:035 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 18:21:035 ERROR AuditMgrImplTest:352 - getUserAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:449)
	at org.apache.directory.fortress.core.impl.AuditP.getAuthZs(AuditP.java:67)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.getUserAuthZs(AuditMgrImpl.java:126)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:437)
	... 24 more
2018-08-27 18:21:035 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 18:21:035 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:347)
	... 24 more
2018-08-27 18:21:035 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 18:21:035 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:576)
	... 24 more
2018-08-27 18:21:035 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 18:21:035 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:666)
	... 24 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19587
NUMBER OF SEARCHES: 7019
Tests run: 132, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 207.365 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testAbacConstraintsRole(org.apache.directory.fortress.core.impl.AccessMgrImplTest)  Time elapsed: 0.033 sec  <<< FAILURE!
junit.framework.AssertionFailedError: org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints(AccessMgrImplTest.java:1384)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.testAbacConstraintsRole(AccessMgrImplTest.java:1297)

testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.084 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AccessMgrImplTest.testAbacConstraintsRole:1297->createSessionsConstraints:1384 org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:34 min
[INFO] Finished at: 2018-08-27T18:21:36+00:00
[INFO] Final Memory: 21M/317M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins3386309132370032760.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #538

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/538/display/redirect?page=changes>

Changes:

[smckinney] cludge for broken build, add openldap log creds

------------------------------------------
[...truncated 222.41 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchBinds(AuditMgrImpl.java:156)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:424)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchBinds(AuditDAO.java:520)
	... 24 more
2018-08-27 18:15:021 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 18:15:021 ERROR AuditMgrImplTest:352 - getUserAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:449)
	at org.apache.directory.fortress.core.impl.AuditP.getAuthZs(AuditP.java:67)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.getUserAuthZs(AuditMgrImpl.java:126)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:437)
	... 24 more
2018-08-27 18:15:021 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 18:15:021 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:347)
	... 24 more
2018-08-27 18:15:021 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 18:15:021 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:576)
	... 24 more
2018-08-27 18:15:021 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 18:15:021 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:666)
	... 24 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19587
NUMBER OF SEARCHES: 7019
Tests run: 132, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 205.467 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testAbacConstraintsRole(org.apache.directory.fortress.core.impl.AccessMgrImplTest)  Time elapsed: 0.027 sec  <<< FAILURE!
junit.framework.AssertionFailedError: org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints(AccessMgrImplTest.java:1384)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.testAbacConstraintsRole(AccessMgrImplTest.java:1297)

testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.088 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AccessMgrImplTest.testAbacConstraintsRole:1297->createSessionsConstraints:1384 org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:32 min
[INFO] Finished at: 2018-08-27T18:15:21+00:00
[INFO] Final Memory: 21M/312M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins929850062698624000.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #537

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/537/display/redirect?page=changes>

Changes:

[smckinney] cludge for broken build, add openldap log creds

------------------------------------------
[...truncated 221.30 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchBinds(AuditMgrImpl.java:156)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:424)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchBinds(AuditDAO.java:520)
	... 24 more
2018-08-27 18:02:009 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 18:02:009 ERROR AuditMgrImplTest:352 - getUserAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:449)
	at org.apache.directory.fortress.core.impl.AuditP.getAuthZs(AuditP.java:67)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.getUserAuthZs(AuditMgrImpl.java:126)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:437)
	... 24 more
2018-08-27 18:02:009 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 18:02:009 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:347)
	... 24 more
2018-08-27 18:02:009 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 18:02:009 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:576)
	... 24 more
2018-08-27 18:02:009 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 18:02:009 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:217)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.search(LdapDataProvider.java:571)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:666)
	... 24 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19587
NUMBER OF SEARCHES: 7019
Tests run: 132, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 213.514 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testAbacConstraintsRole(org.apache.directory.fortress.core.impl.AccessMgrImplTest)  Time elapsed: 0.03 sec  <<< FAILURE!
junit.framework.AssertionFailedError: org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints(AccessMgrImplTest.java:1384)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.testAbacConstraintsRole(AccessMgrImplTest.java:1297)

testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.084 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AccessMgrImplTest.testAbacConstraintsRole:1297->createSessionsConstraints:1384 org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:43 min
[INFO] Finished at: 2018-08-27T18:02:09+00:00
[INFO] Final Memory: 21M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins6463638690137492388.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #536

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/536/display/redirect>

------------------------------------------
[...truncated 227.75 KB...]
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:52:040 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 17:52:040 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:52:040 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:52:040 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 17:52:040 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:52:040 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:52:041 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 17:52:041 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:52:041 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19587
NUMBER OF SEARCHES: 7014
Tests run: 132, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 216.739 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testAbacConstraintsRole(org.apache.directory.fortress.core.impl.AccessMgrImplTest)  Time elapsed: 0.022 sec  <<< FAILURE!
junit.framework.AssertionFailedError: org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints(AccessMgrImplTest.java:1384)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.testAbacConstraintsRole(AccessMgrImplTest.java:1297)

testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.074 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.003 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AccessMgrImplTest.testAbacConstraintsRole:1297->createSessionsConstraints:1384 org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:46 min
[INFO] Finished at: 2018-08-27T17:52:41+00:00
[INFO] Final Memory: 21M/327M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins1403630941925425591.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #535

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/535/display/redirect?page=changes>

Changes:

[smckinney] + slapd audit logger params

------------------------------------------
[...truncated 227.36 KB...]
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:35:030 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 17:35:030 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:35:030 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:35:030 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 17:35:030 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:35:030 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:35:030 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 17:35:030 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:35:030 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19587
NUMBER OF SEARCHES: 7014
Tests run: 132, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 214.493 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testAbacConstraintsRole(org.apache.directory.fortress.core.impl.AccessMgrImplTest)  Time elapsed: 0.031 sec  <<< FAILURE!
junit.framework.AssertionFailedError: org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints(AccessMgrImplTest.java:1384)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.testAbacConstraintsRole(AccessMgrImplTest.java:1297)

testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.066 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AccessMgrImplTest.testAbacConstraintsRole:1297->createSessionsConstraints:1384 org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:44 min
[INFO] Finished at: 2018-08-27T17:35:30+00:00
[INFO] Final Memory: 21M/317M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins2870223713741450858.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #534

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/534/display/redirect?page=changes>

Changes:

[smckinney] fix broken

------------------------------------------
[...truncated 227.52 KB...]
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:27:020 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 17:27:020 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:27:020 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:27:020 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 17:27:020 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:27:020 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:27:020 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 17:27:020 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:27:020 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19587
NUMBER OF SEARCHES: 7014
Tests run: 132, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 213.109 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testAbacConstraintsRole(org.apache.directory.fortress.core.impl.AccessMgrImplTest)  Time elapsed: 0.034 sec  <<< FAILURE!
junit.framework.AssertionFailedError: org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints(AccessMgrImplTest.java:1384)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.testAbacConstraintsRole(AccessMgrImplTest.java:1297)

testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.062 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.003 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AccessMgrImplTest.testAbacConstraintsRole:1297->createSessionsConstraints:1384 org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:42 min
[INFO] Finished at: 2018-08-27T17:27:21+00:00
[INFO] Final Memory: 21M/310M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins8480575555667273062.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #533

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/533/display/redirect?page=changes>

Changes:

[smckinney] add missing parameters to props file

------------------------------------------
[...truncated 227.52 KB...]
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:20:000 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 17:20:000 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:20:000 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:20:000 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 17:20:000 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:20:000 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:20:000 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 17:20:000 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:20:000 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19587
NUMBER OF SEARCHES: 7014
Tests run: 132, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 218.594 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testAbacConstraintsRole(org.apache.directory.fortress.core.impl.AccessMgrImplTest)  Time elapsed: 0.025 sec  <<< FAILURE!
junit.framework.AssertionFailedError: org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints(AccessMgrImplTest.java:1384)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.testAbacConstraintsRole(AccessMgrImplTest.java:1297)

testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.075 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.008 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AccessMgrImplTest.testAbacConstraintsRole:1297->createSessionsConstraints:1384 org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:48 min
[INFO] Finished at: 2018-08-27T17:20:01+00:00
[INFO] Final Memory: 21M/307M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins4788468809180346440.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #532

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/532/display/redirect?page=changes>

Changes:

[smckinney] FC-239 + access mgr tests

------------------------------------------
[...truncated 227.57 KB...]
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:01:009 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 17:01:009 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:01:009 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:01:009 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 17:01:009 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:01:009 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 17:01:009 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 17:01:009 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 17:01:009 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4112
NUMBER OF READS: 19587
NUMBER OF SEARCHES: 7014
Tests run: 132, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 214.337 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testAbacConstraintsRole(org.apache.directory.fortress.core.impl.AccessMgrImplTest)  Time elapsed: 0.032 sec  <<< FAILURE!
junit.framework.AssertionFailedError: org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints(AccessMgrImplTest.java:1384)
	at org.apache.directory.fortress.core.impl.AccessMgrImplTest.testAbacConstraintsRole(AccessMgrImplTest.java:1297)

testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.062 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.008 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AccessMgrImplTest.testAbacConstraintsRole:1297->createSessionsConstraints:1384 org.apache.directory.fortress.core.impl.AccessMgrImplTest.createSessionsConstraints washers cannot contain tellers, user: curly, constraint value: north
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 132, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:44 min
[INFO] Finished at: 2018-08-27T17:01:09+00:00
[INFO] Final Memory: 21M/316M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins3318610332622150063.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #531

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/531/display/redirect?page=changes>

Changes:

[smckinney] cleanup code/comments

------------------------------------------
[...truncated 226.40 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 12:55:015 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-27 12:55:015 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 12:55:015 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 12:55:015 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-27 12:55:015 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 12:55:015 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-27 12:55:015 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-27 12:55:015 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-27 12:55:015 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4111
NUMBER OF READS: 19582
NUMBER OF SEARCHES: 7008
Tests run: 130, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 215.494 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.068 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.01 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.008 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 130, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:45 min
[INFO] Finished at: 2018-08-27T12:55:16+00:00
[INFO] Final Memory: 21M/324M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins756617993496179502.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #530

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/530/display/redirect?page=changes>

Changes:

[smckinney] FC-239 - Some Abac test cases...

------------------------------------------
[...truncated 226.39 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-25 17:35:017 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-25 17:35:017 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-25 17:35:017 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-25 17:35:017 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-25 17:35:017 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-25 17:35:017 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-25 17:35:017 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-25 17:35:017 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-25 17:35:017 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 1006
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4111
NUMBER OF READS: 19582
NUMBER OF SEARCHES: 7008
Tests run: 130, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 211.939 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.073 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.003 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.009 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 130, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:42 min
[INFO] Finished at: 2018-08-25T17:35:17+00:00
[INFO] Final Memory: 21M/324M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins3051910361460831711.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #529

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/529/display/redirect?page=changes>

Changes:

[smckinney] minor cleanup

[smckinney] minor cleanup

------------------------------------------
[...truncated 1.96 MB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 17:42:012 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-24 17:42:012 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 17:42:012 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 17:42:012 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-24 17:42:012 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 17:42:012 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 17:42:012 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-24 17:42:012 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 17:42:012 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19487
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 210.838 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.082 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.003 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.009 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:39 min
[INFO] Finished at: 2018-08-24T17:42:12+00:00
[INFO] Final Memory: 23M/316M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins4178053661381942533.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #528

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/528/display/redirect?page=changes>

Changes:

[smckinney] FC-239 - doc, validation, error handling cleanup.

------------------------------------------
[...truncated 223.95 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 17:37:003 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-24 17:37:003 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 17:37:003 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 17:37:003 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-24 17:37:003 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 17:37:003 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 17:37:003 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-24 17:37:003 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 17:37:003 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19487
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 205.91 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.078 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:33 min
[INFO] Finished at: 2018-08-24T17:37:03+00:00
[INFO] Final Memory: 21M/318M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins7426252370288584608.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE                                                COMMAND                  CREATED             STATUS              PORTS                      NAMES
e66e65f25bbf        apachedirectory/apacheds-for-apache-fortress-tests   "sh -c 'service ${..."   20 hours ago        Up 20 hours         0.0.0.0:32811->10389/tcp   dir-fortress-core-docker-apacheds-test

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #527

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/527/display/redirect?page=changes>

Changes:

[smckinney] FC-242 - Rename RoleConstraint attribute paSetName to key

------------------------------------------
[...truncated 454.21 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 17:23:052 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-24 17:23:052 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 17:23:052 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 17:23:052 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-24 17:23:052 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 17:23:052 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 17:23:052 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-24 17:23:052 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 17:23:052 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19487
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 206.825 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.082 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.003 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:35 min
[INFO] Finished at: 2018-08-24T17:23:53+00:00
[INFO] Final Memory: 23M/311M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins5504413678256049221.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE                                                COMMAND                  CREATED             STATUS              PORTS                      NAMES
e66e65f25bbf        apachedirectory/apacheds-for-apache-fortress-tests   "sh -c 'service ${..."   20 hours ago        Up 20 hours         0.0.0.0:32811->10389/tcp   dir-fortress-core-docker-apacheds-test

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #526

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/526/display/redirect?page=changes>

Changes:

[smckinney] FC-242 - Rename RoleConstraint attribute paSetName to key

------------------------------------------
[...truncated 1.38 MB...]
39/39 KB   3/14 KB   28/28 KB    39/39 KB   6/14 KB   28/28 KB   39/39 KB   9/14 KB   28/28 KB   39/39 KB   11/14 KB   28/28 KB   39/39 KB   14/14 KB   28/28 KB                                    Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 628.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
14/14 KB   28/28 KB   3/79 KB    14/14 KB   28/28 KB   5/79 KB   14/14 KB   28/28 KB   8/79 KB   14/14 KB   28/28 KB   11/79 KB   14/14 KB   28/28 KB   13/79 KB   14/14 KB   28/28 KB   16/79 KB   14/14 KB   28/28 KB   19/79 KB   14/14 KB   28/28 KB   21/79 KB   14/14 KB   28/28 KB   24/79 KB   14/14 KB   28/28 KB   27/79 KB   14/14 KB   28/28 KB   29/79 KB   14/14 KB   28/28 KB   32/79 KB                                    Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 422.5 KB/sec)
4/48 KB   14/14 KB   32/79 KB    Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
8/48 KB   14/14 KB   32/79 KB   12/48 KB   14/14 KB   32/79 KB   12/48 KB   14/14 KB   36/79 KB   16/48 KB   14/14 KB   36/79 KB   16/48 KB   14/14 KB   40/79 KB   16/48 KB   14/14 KB   44/79 KB   16/48 KB   14/14 KB   48/79 KB                                    Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 196.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
16/48 KB   3/86 KB   48/79 KB    20/48 KB   3/86 KB   48/79 KB   24/48 KB   3/86 KB   48/79 KB   24/48 KB   3/86 KB   52/79 KB   28/48 KB   3/86 KB   52/79 KB   28/48 KB   6/86 KB   52/79 KB   28/48 KB   6/86 KB   56/79 KB   32/48 KB   6/86 KB   56/79 KB   32/48 KB   6/86 KB   60/79 KB   32/48 KB   6/86 KB   64/79 KB   32/48 KB   9/86 KB   64/79 KB   32/48 KB   11/86 KB   64/79 KB   32/48 KB   14/86 KB   64/79 KB   32/48 KB   16/86 KB   64/79 KB   36/48 KB   16/86 KB   64/79 KB   36/48 KB   16/86 KB   68/79 KB   40/48 KB   16/86 KB   68/79 KB   40/48 KB   19/86 KB   68/79 KB   40/48 KB   19/86 KB   72/79 KB   44/48 KB   19/86 KB   72/79 KB   44/48 KB   19/86 KB   76/79 KB   48/48 KB   19/86 KB   76/79 KB   48/48 KB   19/86 KB   79/79 KB   48/48 KB   22/86 KB   79/79 KB   48/48 KB   25/86 KB   79/79 KB   48/48 KB   27/86 KB   79/79 KB   48/48 KB   30/86 KB   79/79 KB   48/48 KB   32/86 KB   79/79 KB   48/48 KB   36/86 KB   79/79 KB   48/48 KB   40/86 KB   79/79 KB   48/48 KB   44/86 KB   79/79 KB   48/48 KB   48/86 KB   79/79 KB   48/48 KB   52/86 KB   79/79 KB   48/48 KB   56/86 KB   79/79 KB   48/48 KB   60/86 KB   79/79 KB   48/48 KB   64/86 KB   79/79 KB   48/48 KB   68/86 KB   79/79 KB   48/48 KB   72/86 KB   79/79 KB   48/48 KB   76/86 KB   79/79 KB   48/48 KB   80/86 KB   79/79 KB   48/48 KB   84/86 KB   79/79 KB   48/48 KB   86/86 KB   79/79 KB   4/11 KB   48/48 KB   86/86 KB   79/79 KB   8/11 KB   48/48 KB   86/86 KB   79/79 KB   11/11 KB   48/48 KB   86/86 KB   79/79 KB   11/11 KB   48/48 KB   86/86 KB   3/234 KB   79/79 KB   11/11 KB   48/48 KB   86/86 KB   5/234 KB   79/79 KB   11/11 KB   48/48 KB   86/86 KB   8/234 KB   79/79 KB   11/11 KB   48/48 KB   86/86 KB   11/234 KB   79/79 KB   11/11 KB   48/48 KB   86/86 KB   13/234 KB   79/79 KB   11/11 KB   48/48 KB   86/86 KB   16/234 KB   79/79 KB   11/11 KB   48/48 KB   86/86 KB   19/234 KB   79/79 KB   11/11 KB   48/48 KB   86/86 KB   21/234 KB   79/79 KB                                                           11/11 KB   86/86 KB   24/234 KB   79/79 KB                                                           Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 647.2 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 1060.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
11/11 KB   86/86 KB   27/234 KB              11/11 KB   86/86 KB   29/234 KB   11/11 KB   86/86 KB   32/234 KB   11/11 KB   86/86 KB   36/234 KB   11/11 KB   86/86 KB   40/234 KB   11/11 KB   86/86 KB   44/234 KB   11/11 KB   86/86 KB   48/234 KB   11/11 KB   86/86 KB   52/234 KB   11/11 KB   86/86 KB   56/234 KB   11/11 KB   86/86 KB   60/234 KB   11/11 KB   86/86 KB   64/234 KB   11/11 KB   86/86 KB   68/234 KB   11/11 KB   86/86 KB   72/234 KB   11/11 KB   86/86 KB   76/234 KB   11/11 KB   86/86 KB   80/234 KB                                     Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 1096.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
11/11 KB   84/234 KB              11/11 KB   88/234 KB   11/11 KB   92/234 KB   11/11 KB   96/234 KB   11/11 KB   100/234 KB   11/11 KB   104/234 KB   11/11 KB   108/234 KB   11/11 KB   112/234 KB                           Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (11 KB at 129.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
116/234 KB              120/234 KB   124/234 KB   128/234 KB   132/234 KB   136/234 KB   140/234 KB   144/234 KB   148/234 KB   152/234 KB   156/234 KB   160/234 KB   160/234 KB   4/44 KB   160/234 KB   8/44 KB   160/234 KB   12/44 KB   160/234 KB   16/44 KB   164/234 KB   16/44 KB   168/234 KB   16/44 KB   172/234 KB   16/44 KB   176/234 KB   16/44 KB   176/234 KB   20/44 KB   176/234 KB   24/44 KB   176/234 KB   28/44 KB   176/234 KB   32/44 KB   180/234 KB   32/44 KB   184/234 KB   32/44 KB   188/234 KB   32/44 KB   192/234 KB   32/44 KB   192/234 KB   36/44 KB   192/234 KB   40/44 KB   192/234 KB   44/44 KB   196/234 KB   44/44 KB   200/234 KB   44/44 KB   204/234 KB   44/44 KB   208/234 KB   44/44 KB   212/234 KB   44/44 KB   216/234 KB   44/44 KB   220/234 KB   44/44 KB   224/234 KB   44/44 KB   3/7 KB   224/234 KB   44/44 KB   6/7 KB   224/234 KB   44/44 KB   6/7 KB   228/234 KB   44/44 KB   6/7 KB   232/234 KB   44/44 KB   6/7 KB   234/234 KB   44/44 KB   7/7 KB   234/234 KB   44/44 KB   7/7 KB   4/61 KB   234/234 KB   44/44 KB   7/7 KB   8/61 KB   234/234 KB   44/44 KB   7/7 KB   12/61 KB   234/234 KB   44/44 KB   7/7 KB   16/61 KB   234/234 KB   44/44 KB   7/7 KB   20/61 KB   234/234 KB   44/44 KB   7/7 KB   24/61 KB   234/234 KB   44/44 KB   7/7 KB   28/61 KB   234/234 KB   44/44 KB   7/7 KB   32/61 KB   234/234 KB   44/44 KB   7/7 KB   36/61 KB   234/234 KB   44/44 KB   7/7 KB   40/61 KB   234/234 KB   44/44 KB   7/7 KB   44/61 KB   234/234 KB   44/44 KB   7/7 KB   48/61 KB   234/234 KB   44/44 KB   7/7 KB   52/61 KB   234/234 KB   44/44 KB   7/7 KB   56/61 KB   234/234 KB   44/44 KB   7/7 KB   60/61 KB   234/234 KB   44/44 KB   7/7 KB   61/61 KB   234/234 KB   44/44 KB                                               Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 KB at 484.7 KB/sec)
                                            Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 73.1 KB/sec)
                                            Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 2564.3 KB/sec)
61/61 KB   4/152 KB                         61/61 KB   8/152 KB   61/61 KB   12/152 KB   61/61 KB   16/152 KB                          Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (61 KB at 634.2 KB/sec)
20/152 KB              24/152 KB   28/152 KB   32/152 KB   36/152 KB   40/152 KB   44/152 KB   48/152 KB   52/152 KB   56/152 KB   60/152 KB   62/152 KB   66/152 KB   70/152 KB   74/152 KB   78/152 KB   82/152 KB   86/152 KB   90/152 KB   94/152 KB   98/152 KB   102/152 KB   106/152 KB   110/152 KB   114/152 KB   118/152 KB   122/152 KB   126/152 KB   130/152 KB   134/152 KB   138/152 KB   142/152 KB   146/152 KB   150/152 KB   152/152 KB                Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (152 KB at 1417.5 KB/sec)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ fortress-core ---
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-resolver/1.0/maven-artifact-resolver-1.0.pom
4/6 KB       6/6 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-resolver/1.0/maven-artifact-resolver-1.0.pom (6 KB at 450.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
3/10 KB   3/10 KB   6/10 KB   8/10 KB   10/10 KB              Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (10 KB at 701.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom
3/23 KB    6/23 KB   9/23 KB   11/23 KB   14/23 KB   16/23 KB   19/23 KB   22/23 KB   23/23 KB              Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 KB at 1578.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
3/4 KB     4/4 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (4 KB at 306.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
2/2 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (2 KB at 131.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
3/12 KB   5/12 KB   8/12 KB   11/12 KB   12/12 KB              Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 KB at 738.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom
3/20 KB    5/20 KB   8/20 KB   11/20 KB   13/20 KB   16/20 KB   19/20 KB   20/20 KB              Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 KB at 1398.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
3/3 KB              Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (3 KB at 170.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
3/4 KB   4/4 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (4 KB at 235.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
3/3 KB   3/3 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (3 KB at 203.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
3/3 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (3 KB at 154.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
2/2 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2 KB at 153.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
3/3 KB   3/3 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (3 KB at 202.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
2/2 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (2 KB at 142.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
2/2 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2 KB at 162.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
2/2 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (2 KB at 112.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
3/3 KB            Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (3 KB at 122.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
3/4 KB   4/4 KB            Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4 KB at 328.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
3/16 KB   5/16 KB   8/16 KB   11/16 KB   13/16 KB   16/16 KB              Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 1006.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
3/3 KB     3/3 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (3 KB at 211.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
3/19 KB   5/19 KB   8/19 KB   11/19 KB   13/19 KB   16/19 KB   19/19 KB              Downloaded: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 1292.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom
145/145 B               Downloaded: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 10.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
3/6 KB      6/6 KB            Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 373.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
3/3 KB            Downloaded: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (3 KB at 201.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom
2/2 KB            Downloaded: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (2 KB at 116.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom
747/747 B               Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 56.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
3/4 KB      4/4 KB            Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4 KB at 303.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
3/6 KB   5/6 KB   6/6 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 434.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.0-alpha-7/plexus-resources-1.0-alpha-7.pom
2/2 KB            Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.0-alpha-7/plexus-resources-1.0-alpha-7.pom (2 KB at 94.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom
3/6 KB   5/6 KB   6/6 KB            Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom (6 KB at 391.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
3/17 KB   5/17 KB   8/17 KB   11/17 KB   13/17 KB   16/17 KB   17/17 KB              Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 KB at 1210.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom
3/11 KB    6/11 KB   9/11 KB   11/11 KB              Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 815.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
3/14 KB    6/14 KB   9/14 KB   11/14 KB   14/14 KB   14/14 KB              Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 1049.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-resolver/1.0/maven-artifact-resolver-1.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.0-alpha-7/plexus-resources-1.0-alpha-7.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar
3/31 KB    6/31 KB   9/31 KB   11/31 KB   11/31 KB   3/23 KB   14/31 KB   3/23 KB   16/31 KB   3/23 KB   16/31 KB   5/23 KB   19/31 KB   5/23 KB   19/31 KB   8/23 KB   19/31 KB   8/23 KB   4/43 KB   19/31 KB   11/23 KB   4/43 KB   19/31 KB   11/23 KB   8/43 KB   22/31 KB   11/23 KB   8/43 KB   22/31 KB   11/23 KB   12/43 KB   22/31 KB   11/23 KB   12/43 KB   4/14 KB   22/31 KB   11/23 KB   16/43 KB   4/14 KB   22/31 KB   13/23 KB   16/43 KB   4/14 KB   22/31 KB   13/23 KB   16/43 KB   8/14 KB   25/31 KB   13/23 KB   16/43 KB   8/14 KB   25/31 KB   13/23 KB   16/43 KB   12/14 KB   25/31 KB   13/23 KB   16/43 KB   14/14 KB   25/31 KB   16/23 KB   16/43 KB   14/14 KB   27/31 KB   16/23 KB   16/43 KB   14/14 KB   27/31 KB   19/23 KB   16/43 KB   14/14 KB   27/31 KB   19/23 KB   16/43 KB   3/60 KB   14/14 KB   30/31 KB   19/23 KB   16/43 KB   3/60 KB   14/14 KB   30/31 KB   21/23 KB   16/43 KB   3/60 KB   14/14 KB   31/31 KB   21/23 KB   16/43 KB   3/60 KB   14/14 KB   31/31 KB   23/23 KB   16/43 KB   3/60 KB   14/14 KB   31/31 KB   23/23 KB   16/43 KB   5/60 KB   14/14 KB   31/31 KB   23/23 KB   20/43 KB   5/60 KB   14/14 KB   31/31 KB   23/23 KB   24/43 KB   5/60 KB   14/14 KB   31/31 KB   23/23 KB   24/43 KB   7/60 KB   14/14 KB   31/31 KB   23/23 KB   28/43 KB   7/60 KB   14/14 KB   31/31 KB   23/23 KB   32/43 KB   7/60 KB   14/14 KB   31/31 KB   23/23 KB   32/43 KB   9/60 KB   14/14 KB   31/31 KB   23/23 KB   36/43 KB   9/60 KB   14/14 KB   31/31 KB   23/23 KB   40/43 KB   9/60 KB   14/14 KB   31/31 KB   23/23 KB   40/43 KB   11/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   11/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   13/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   15/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   17/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   19/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   21/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   23/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   25/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   27/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   29/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   31/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   33/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   35/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   37/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   39/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   41/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   43/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   45/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   47/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   49/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   51/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   53/60 KB   14/14 KB   31/31 KB   23/23 KB   43/43 KB   55/60 KB   14/14 KB                                                          31/31 KB   23/23 KB   43/43 KB   57/60 KB              Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-resolver/1.0/maven-artifact-resolver-1.0.jar (14 KB at 736.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
31/31 KB   23/23 KB   43/43 KB   60/60 KB                                               Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (31 KB at 1624.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar
                                            Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.0-alpha-7/plexus-resources-1.0-alpha-7.jar (23 KB at 1261.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
                                            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 2215.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
                                            Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar (60 KB at 2588.4 KB/sec)
3/223 KB                                    5/223 KB   8/223 KB   11/223 KB   13/223 KB   16/223 KB   19/223 KB   4/439 KB   19/223 KB   4/439 KB   21/223 KB   8/439 KB   21/223 KB   12/439 KB   21/223 KB   12/439 KB   24/223 KB   16/439 KB   24/223 KB   16/439 KB   27/223 KB   3/256 KB   16/439 KB   27/223 KB   3/256 KB   16/439 KB   29/223 KB   5/256 KB   16/439 KB   29/223 KB   5/256 KB   16/439 KB   32/223 KB   8/256 KB   16/439 KB   32/223 KB   8/256 KB   20/439 KB   32/223 KB   11/256 KB   20/439 KB   32/223 KB   11/256 KB   24/439 KB   32/223 KB   11/256 KB   28/439 KB   32/223 KB   13/256 KB   28/439 KB   32/223 KB   13/256 KB   32/439 KB   32/223 KB   16/256 KB   32/439 KB   32/223 KB   19/256 KB   32/439 KB   32/223 KB   19/256 KB   32/439 KB   36/223 KB   19/256 KB   32/439 KB   40/223 KB   19/256 KB   32/439 KB   44/223 KB   21/256 KB   32/439 KB   44/223 KB   21/256 KB   32/439 KB   48/223 KB   24/256 KB   32/439 KB   48/223 KB   24/256 KB   36/439 KB   48/223 KB   24/256 KB   40/439 KB   48/223 KB   27/256 KB   40/439 KB   48/223 KB   27/256 KB   44/439 KB   48/223 KB   27/256 KB   48/439 KB   48/223 KB   29/256 KB   48/439 KB   48/223 KB   32/256 KB   48/439 KB   48/223 KB   32/256 KB   48/439 KB   52/223 KB   32/256 KB   48/439 KB   56/223 KB   32/256 KB   48/439 KB   60/223 KB   32/256 KB   48/439 KB   64/223 KB   32/256 KB   52/439 KB   64/223 KB   32/256 KB   56/439 KB   64/223 KB   32/256 KB   60/439 KB   64/223 KB   32/256 KB   64/439 KB   64/223 KB   36/256 KB   64/439 KB   64/223 KB   40/256 KB   64/439 KB   64/223 KB   44/256 KB   64/439 KB   64/223 KB   44/256 KB   64/439 KB   68/223 KB   48/256 KB   64/439 KB   68/223 KB   48/256 KB   64/439 KB   72/223 KB   48/256 KB   64/439 KB   76/223 KB   48/256 KB   64/439 KB   80/223 KB   48/256 KB   64/439 KB   80/223 KB   4/562 KB   48/256 KB   64/439 KB   80/223 KB   8/562 KB   48/256 KB   68/439 KB   80/223 KB   8/562 KB   48/256 KB   68/439 KB   80/223 KB   12/562 KB   48/256 KB   72/439 KB   80/223 KB   12/562 KB   48/256 KB   72/439 KB   80/223 KB   16/562 KB   48/256 KB   76/439 KB   80/223 KB   16/562 KB   48/256 KB   80/439 KB   80/223 KB   16/562 KB   52/256 KB   80/439 KB   80/223 KB   16/562 KB   56/256 KB   80/439 KB   80/223 KB   16/562 KB   56/256 KB   80/439 KB   84/223 KB   16/562 KB   60/256 KB   80/439 KB   84/223 KB   16/562 KB   60/256 KB   80/439 KB   88/223 KB   16/562 KB   64/256 KB   80/439 KB   88/223 KB   16/562 KB   64/256 KB   80/439 KB   92/223 KB   16/562 KB   64/256 KB   80/439 KB   96/223 KB   16/562 KB   64/256 KB   80/439 KB   96/223 KB   20/562 KB   64/256 KB   84/439 KB   96/223 KB   20/562 KB   64/256 KB   84/439 KB   96/223 KB   24/562 KB   64/256 KB   88/439 KB   96/223 KB   24/562 KB   64/256 KB   88/439 KB   96/223 KB   28/562 KB   64/256 KB   92/439 KB   96/223 KB   28/562 KB   64/256 KB   92/439 KB   96/223 KB   32/562 KB   64/256 KB   96/439 KB   96/223 KB   32/562 KB   68/256 KB   96/439 KB   96/223 KB   32/562 KB   68/256 KB   96/439 KB   100/223 KB   32/562 KB   72/256 KB   96/439 KB   100/223 KB   32/562 KB   72/256 KB   96/439 KB   104/223 KB   32/562 KB   76/256 KB   96/439 KB   104/223 KB   32/562 KB   76/256 KB   96/439 KB   108/223 KB   32/562 KB   80/256 KB   96/439 KB   108/223 KB   32/562 KB   80/256 KB   96/439 KB   112/223 KB   32/562 KB   80/256 KB   96/439 KB   112/223 KB   36/562 KB   80/256 KB   96/439 KB   112/223 KB   40/562 KB   80/256 KB   100/439 KB   112/223 KB   40/562 KB   80/256 KB   100/439 KB   112/223 KB   44/562 KB   80/256 KB   104/439 KB   112/223 KB   44/562 KB   80/256 KB   104/439 KB   112/223 KB   48/562 KB   80/256 KB   108/439 KB   112/223 KB   48/562 KB   80/256 KB   112/439 KB   112/223 KB   48/562 KB   80/256 KB   112/439 KB   116/223 KB   48/562 KB   84/256 KB   112/439 KB   116/223 KB   48/562 KB   84/256 KB   112/439 KB   120/223 KB   48/562 KB   88/256 KB   112/439 KB   120/223 KB   48/562 KB   88/256 KB   112/439 KB   124/223 KB   48/562 KB   92/256 KB   112/439 KB   124/223 KB   48/562 KB   92/256 KB   112/439 KB   128/223 KB   48/562 KB   96/256 KB   112/439 KB   128/223 KB   48/562 KB   96/256 KB   112/439 KB   128/223 KB   52/562 KB   96/256 KB   112/439 KB   128/223 KB   56/562 KB   96/256 KB   116/439 KB   128/223 KB   56/562 KB   96/256 KB   116/439 KB   128/223 KB   60/562 KB   96/256 KB   120/439 KB   128/223 KB   60/562 KB   96/256 KB   120/439 KB   128/223 KB   64/562 KB   96/256 KB   124/439 KB   128/223 KB   64/562 KB   96/256 KB   128/439 KB   128/223 KB   64/562 KB   96/256 KB   128/439 KB   132/223 KB   64/562 KB   96/256 KB   128/439 KB   136/223 KB   64/562 KB   96/256 KB   128/439 KB   140/223 KB   64/562 KB   100/256 KB   128/439 KB   140/223 KB   64/562 KB   100/256 KB   128/439 KB   144/223 KB   64/562 KB   104/256 KB   128/439 KB   144/223 KB   64/562 KB   108/256 KB   128/439 KB   144/223 KB   64/562 KB   108/256 KB   128/439 KB   144/223 KB   68/562 KB   112/256 KB   128/439 KB   144/223 KB   68/562 KB   112/256 KB   128/439 KB   144/223 KB   72/562 KB   112/256 KB   132/439 KB   144/223 KB   72/562 KB   112/256 KB   132/439 KB   144/223 KB   76/562 KB   112/256 KB   136/439 KB   144/223 KB   76/562 KB   112/256 KB   136/439 KB   144/223 KB   80/562 KB   112/256 KB   140/439 KB   144/223 KB   80/562 KB   112/256 KB   144/439 KB   144/223 KB   80/562 KB   112/256 KB   144/439 KB   148/223 KB   80/562 KB   112/256 KB   144/439 KB   152/223 KB   80/562 KB   112/256 KB   144/439 KB   156/223 KB   80/562 KB   112/256 KB   144/439 KB   160/223 KB   80/562 KB   116/256 KB   144/439 KB   160/223 KB   80/562 KB   120/256 KB   144/439 KB   160/223 KB   80/562 KB   120/256 KB   144/439 KB   160/223 KB   84/562 KB   124/256 KB   144/439 KB   160/223 KB   84/562 KB   124/256 KB   144/439 KB   160/223 KB   88/562 KB   128/256 KB   144/439 KB   160/223 KB   88/562 KB   128/256 KB   148/439 KB   160/223 KB   88/562 KB   128/256 KB   148/439 KB   160/223 KB   92/562 KB   128/256 KB   152/439 KB   160/223 KB   92/562 KB   128/256 KB   152/439 KB   160/223 KB   96/562 KB   128/256 KB   156/439 KB   160/223 KB   96/562 KB   128/256 KB   160/439 KB   160/223 KB   96/562 KB   128/256 KB   160/439 KB   164/223 KB   96/562 KB   128/256 KB   160/439 KB   168/223 KB   96/562 KB   128/256 KB   160/439 KB   172/223 KB   96/562 KB   128/256 KB   160/439 KB   176/223 KB   96/562 KB   132/256 KB   160/439 KB   176/223 KB   96/562 KB   132/256 KB   160/439 KB   176/223 KB   100/562 KB   136/256 KB   160/439 KB   176/223 KB   100/562 KB   136/256 KB   160/439 KB   176/223 KB   104/562 KB   140/256 KB   160/439 KB   176/223 KB   104/562 KB   140/256 KB   164/439 KB   176/223 KB   104/562 KB   140/256 KB   164/439 KB   176/223 KB   108/562 KB   144/256 KB   164/439 KB   176/223 KB   108/562 KB   144/256 KB   168/439 KB   176/223 KB   108/562 KB   144/256 KB   168/439 KB   176/223 KB   112/562 KB   144/256 KB   172/439 KB   176/223 KB   112/562 KB   144/256 KB   176/439 KB   176/223 KB   112/562 KB   144/256 KB   176/439 KB   180/223 KB   112/562 KB   144/256 KB   176/439 KB   184/223 KB   112/562 KB   144/256 KB   176/439 KB   188/223 KB   112/562 KB   144/256 KB   176/439 KB   192/223 KB   112/562 KB   144/256 KB   176/439 KB   192/223 KB   116/562 KB   148/256 KB   176/439 KB   192/223 KB   116/562 KB   148/256 KB   176/439 KB   192/223 KB   120/562 KB   152/256 KB   176/439 KB   192/223 KB   120/562 KB   152/256 KB   180/439 KB   192/223 KB   120/562 KB   152/256 KB   180/439 KB   192/223 KB   124/562 KB   156/256 KB   180/439 KB   192/223 KB   124/562 KB   156/256 KB   184/439 KB   192/223 KB   128/562 KB   156/256 KB   184/439 KB   192/223 KB   124/562 KB   160/256 KB   184/439 KB   192/223 KB   128/562 KB   160/256 KB   188/439 KB   192/223 KB   128/562 KB   160/256 KB   192/439 KB   192/223 KB   128/562 KB   160/256 KB   192/439 KB   196/223 KB   128/562 KB   160/256 KB   192/439 KB   200/223 KB   128/562 KB   160/256 KB   192/439 KB   204/223 KB   128/562 KB   160/256 KB   192/439 KB   208/223 KB   128/562 KB   160/256 KB   192/439 KB   208/223 KB   132/562 KB   160/256 KB   192/439 KB   208/223 KB   136/562 KB   164/256 KB   192/439 KB   208/223 KB   136/562 KB   164/256 KB   192/439 KB   208/223 KB   140/562 KB   164/256 KB   196/439 KB   208/223 KB   140/562 KB   164/256 KB   196/439 KB   208/223 KB   144/562 KB   168/256 KB   196/439 KB   208/223 KB   144/562 KB   168/256 KB   200/439 KB   208/223 KB   144/562 KB   172/256 KB   200/439 KB   208/223 KB   144/562 KB   172/256 KB   204/439 KB   208/223 KB   144/562 KB   176/256 KB   204/439 KB   208/223 KB   144/562 KB   176/256 KB   208/439 KB   208/223 KB   144/562 KB   176/256 KB   208/439 KB   212/223 KB   144/562 KB   176/256 KB   208/439 KB   216/223 KB   144/562 KB   176/256 KB   208/439 KB   220/223 KB   144/562 KB   176/256 KB   208/439 KB   223/223 KB   144/562 KB   176/256 KB   208/439 KB   223/223 KB   148/562 KB   176/256 KB   208/439 KB   223/223 KB   152/562 KB   176/256 KB   208/439 KB   223/223 KB   156/562 KB   176/256 KB   212/439 KB   223/223 KB   156/562 KB   180/256 KB   212/439 KB   223/223 KB   156/562 KB   180/256 KB   212/439 KB   223/223 KB   160/562 KB   184/256 KB   216/439 KB   223/223 KB   160/562 KB   184/256 KB   216/439 KB   223/223 KB   160/562 KB   188/256 KB   216/439 KB   223/223 KB   160/562 KB   188/256 KB   220/439 KB   223/223 KB   160/562 KB   192/256 KB   220/439 KB   223/223 KB   160/562 KB   192/256 KB   224/439 KB   223/223 KB   160/562 KB   196/256 KB   224/439 KB   223/223 KB   160/562 KB   200/256 KB   224/439 KB   223/223 KB   160/562 KB   204/256 KB   224/439 KB   223/223 KB   160/562 KB   208/256 KB   224/439 KB   223/223 KB   160/562 KB   208/256 KB   224/439 KB   223/223 KB   164/562 KB   208/256 KB   224/439 KB   223/223 KB   168/562 KB   208/256 KB   224/439 KB   223/223 KB   172/562 KB   208/256 KB   228/439 KB   223/223 KB   172/562 KB   208/256 KB   228/439 KB   223/223 KB   176/562 KB   208/256 KB   232/439 KB   223/223 KB   176/562 KB   208/256 KB   236/439 KB   223/223 KB   176/562 KB   212/256 KB   236/439 KB   223/223 KB   176/562 KB   212/256 KB   240/439 KB   223/223 KB   176/562 KB   216/256 KB   240/439 KB   223/223 KB   176/562 KB   220/256 KB   240/439 KB   223/223 KB   176/562 KB   224/256 KB   240/439 KB   223/223 KB   176/562 KB   228/256 KB   240/439 KB   223/223 KB   176/562 KB   228/256 KB   240/439 KB   223/223 KB   180/562 KB   232/256 KB   240/439 KB   223/223 KB   180/562 KB   232/256 KB   240/439 KB   223/223 KB   184/562 KB   236/256 KB   240/439 KB   223/223 KB   184/562 KB   240/256 KB   240/439 KB   223/223 KB   184/562 KB   240/256 KB   240/439 KB   223/223 KB   188/562 KB   240/256 KB   240/439 KB   223/223 KB   191/562 KB   240/256 KB   244/439 KB   223/223 KB   191/562 KB   240/256 KB   248/439 KB   223/223 KB   191/562 KB   240/256 KB   252/439 KB   223/223 KB   191/562 KB   240/256 KB   256/439 KB   223/223 KB   191/562 KB   244/256 KB   256/439 KB   223/223 KB   191/562 KB   248/256 KB   256/439 KB   223/223 KB   191/562 KB   252/256 KB   256/439 KB   223/223 KB   191/562 KB   256/256 KB   256/439 KB   223/223 KB   191/562 KB   256/256 KB   256/439 KB   223/223 KB   191/562 KB   256/256 KB   256/439 KB   223/223 KB   195/562 KB   256/256 KB   256/439 KB   223/223 KB   199/562 KB   256/256 KB   256/439 KB   223/223 KB   203/562 KB   256/256 KB   256/439 KB   223/223 KB   207/562 KB   256/256 KB   260/439 KB   223/223 KB   207/562 KB   256/256 KB   264/439 KB   223/223 KB   207/562 KB   256/256 KB   268/439 KB   223/223 KB   207/562 KB   256/256 KB   272/439 KB   223/223 KB   207/562 KB   256/256 KB   272/439 KB   223/223 KB   211/562 KB   256/256 KB   272/439 KB   223/223 KB   215/562 KB   256/256 KB   272/439 KB   223/223 KB   219/562 KB   256/256 KB   272/439 KB   223/223 KB   223/562 KB   256/256 KB   276/439 KB   223/223 KB   223/562 KB   256/256 KB   280/439 KB   223/223 KB   223/562 KB   256/256 KB   284/439 KB   223/223 KB   223/562 KB   256/256 KB   288/439 KB   223/223 KB   223/562 KB                                                       Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (223 KB at 5433.3 KB/sec)
256/256 KB   288/439 KB   227/562 KB                256/256 KB   288/439 KB   231/562 KB   256/256 KB   288/439 KB   235/562 KB   256/256 KB   288/439 KB   239/562 KB   256/256 KB   292/439 KB   239/562 KB   256/256 KB   296/439 KB   239/562 KB   256/256 KB   300/439 KB   239/562 KB   256/256 KB   304/439 KB   239/562 KB   256/256 KB   304/439 KB   243/562 KB   256/256 KB   304/439 KB   247/562 KB   256/256 KB   304/439 KB   251/562 KB   256/256 KB   304/439 KB   255/562 KB   256/256 KB   308/439 KB   255/562 KB   256/256 KB   312/439 KB   255/562 KB   256/256 KB   316/439 KB   255/562 KB   256/256 KB   320/439 KB   255/562 KB   256/256 KB   320/439 KB   259/562 KB   256/256 KB   320/439 KB   263/562 KB                                          320/439 KB   267/562 KB                Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 5945.9 KB/sec)
320/439 KB   271/562 KB   324/439 KB   271/562 KB   328/439 KB   271/562 KB   332/439 KB   271/562 KB   336/439 KB   271/562 KB   336/439 KB   275/562 KB   336/439 KB   279/562 KB   336/439 KB   283/562 KB   336/439 KB   287/562 KB   340/439 KB   287/562 KB   344/439 KB   287/562 KB   348/439 KB   287/562 KB   352/439 KB   287/562 KB   352/439 KB   291/562 KB   352/439 KB   295/562 KB   352/439 KB   299/562 KB   352/439 KB   303/562 KB   356/439 KB   303/562 KB   360/439 KB   303/562 KB   364/439 KB   303/562 KB   368/439 KB   303/562 KB   368/439 KB   307/562 KB   368/439 KB   311/562 KB   368/439 KB   315/562 KB   368/439 KB   319/562 KB   372/439 KB   319/562 KB   376/439 KB   319/562 KB   380/439 KB   319/562 KB   384/439 KB   319/562 KB   384/439 KB   323/562 KB   384/439 KB   327/562 KB   384/439 KB   331/562 KB   384/439 KB   335/562 KB   388/439 KB   335/562 KB   392/439 KB   335/562 KB   396/439 KB   335/562 KB   400/439 KB   335/562 KB   400/439 KB   339/562 KB   400/439 KB   343/562 KB   400/439 KB   347/562 KB   400/439 KB   351/562 KB   404/439 KB   351/562 KB   408/439 KB   351/562 KB   412/439 KB   351/562 KB   416/439 KB   351/562 KB   416/439 KB   355/562 KB   416/439 KB   359/562 KB   416/439 KB   363/562 KB   416/439 KB   367/562 KB   420/439 KB   367/562 KB   424/439 KB   367/562 KB   428/439 KB   367/562 KB   432/439 KB   367/562 KB   436/439 KB   367/562 KB   439/439 KB   367/562 KB   439/439 KB   371/562 KB   439/439 KB   375/562 KB   439/439 KB   379/562 KB   439/439 KB   383/562 KB   439/439 KB   387/562 KB   439/439 KB   391/562 KB   439/439 KB   395/562 KB   439/439 KB   399/562 KB   439/439 KB   403/562 KB   439/439 KB   407/562 KB   439/439 KB   411/562 KB   439/439 KB   415/562 KB   439/439 KB   419/562 KB   439/439 KB   423/562 KB   439/439 KB   427/562 KB   439/439 KB   431/562 KB   439/439 KB   435/562 KB   439/439 KB   439/562 KB   439/439 KB   443/562 KB   439/439 KB   447/562 KB   439/439 KB   451/562 KB   439/439 KB   455/562 KB   439/439 KB   459/562 KB   439/439 KB   463/562 KB   439/439 KB   467/562 KB   439/439 KB   471/562 KB   439/439 KB   475/562 KB   439/439 KB   479/562 KB                             Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 6967.8 KB/sec)
483/562 KB                487/562 KB   491/562 KB   495/562 KB   499/562 KB   503/562 KB   507/562 KB   511/562 KB   515/562 KB   519/562 KB   523/562 KB   527/562 KB   531/562 KB   535/562 KB   539/562 KB   543/562 KB   547/562 KB   551/562 KB   555/562 KB   559/562 KB   562/562 KB                Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 7393.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache-jar-resource-bundle/1.4/apache-jar-resource-bundle-1.4.jar
3/13 KB      6/13 KB   9/13 KB   11/13 KB   13/13 KB              Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache-jar-resource-bundle/1.4/apache-jar-resource-bundle-1.4.jar (13 KB at 802.0 KB/sec)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ fortress-core ---
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
3/4 KB     4/4 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 233.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
3/5 KB   5/5 KB   5/5 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5 KB at 349.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
1/5 KB   4/5 KB   5/5 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5 KB at 383.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
3/5 KB   5/5 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (5 KB at 356.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
3/4 KB   4/4 KB            Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4 KB at 304.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom
865/865 B               Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.pom (865 B at 70.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom
3/6 KB      6/6 KB            Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.5/plexus-compiler-2.5.pom (6 KB at 324.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom
690/690 B               Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.pom (690 B at 48.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom
769/769 B               Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.pom (769 B at 62.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom
2/2 KB               Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.5/plexus-compilers-2.5.pom (2 KB at 97.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar
3/37 KB   3/37 KB   3/50 KB   5/37 KB   3/50 KB   5/37 KB   6/50 KB   8/37 KB   6/50 KB   11/37 KB   6/50 KB   11/37 KB   9/50 KB   13/37 KB   9/50 KB   16/37 KB   9/50 KB   16/37 KB   11/50 KB   19/37 KB   11/50 KB   3/14 KB   19/37 KB   11/50 KB   3/14 KB   19/37 KB   14/50 KB   3/14 KB   21/37 KB   14/50 KB   3/14 KB   24/37 KB   14/50 KB   3/14 KB   24/37 KB   16/50 KB   6/14 KB   24/37 KB   16/50 KB   6/14 KB   27/37 KB   16/50 KB   6/14 KB   29/37 KB   16/50 KB   9/14 KB   29/37 KB   16/50 KB   9/14 KB   29/37 KB   19/50 KB   9/14 KB   32/37 KB   19/50 KB   11/14 KB   32/37 KB   19/50 KB   11/14 KB   35/37 KB   19/50 KB   11/14 KB   35/37 KB   22/50 KB   11/14 KB   35/37 KB   22/50 KB   3/25 KB   14/14 KB   37/37 KB   22/50 KB   3/25 KB   11/14 KB   37/37 KB   22/50 KB   3/25 KB   14/14 KB   37/37 KB   25/50 KB   3/25 KB   14/14 KB   37/37 KB   25/50 KB   6/25 KB   14/14 KB   37/37 KB   27/50 KB   9/25 KB   14/14 KB   37/37 KB   27/50 KB   9/25 KB   14/14 KB   37/37 KB   27/50 KB   11/25 KB   14/14 KB   37/37 KB   30/50 KB   11/25 KB   14/14 KB   37/37 KB   30/50 KB   14/25 KB   14/14 KB   37/37 KB   32/50 KB   14/25 KB   14/14 KB   37/37 KB   32/50 KB   16/25 KB   14/14 KB   37/37 KB   32/50 KB   16/25 KB   3/167 KB   14/14 KB   37/37 KB   32/50 KB   19/25 KB   3/167 KB   14/14 KB   37/37 KB   32/50 KB   19/25 KB   5/167 KB   14/14 KB   37/37 KB   32/50 KB   22/25 KB   5/167 KB   14/14 KB   37/37 KB   32/50 KB   22/25 KB   8/167 KB   14/14 KB   37/37 KB   32/50 KB   25/25 KB   8/167 KB   14/14 KB   37/37 KB   36/50 KB   25/25 KB   8/167 KB   14/14 KB   37/37 KB   36/50 KB   25/25 KB   8/167 KB   14/14 KB   37/37 KB   40/50 KB   25/25 KB   8/167 KB   14/14 KB   37/37 KB   40/50 KB   25/25 KB   11/167 KB   14/14 KB   37/37 KB   44/50 KB   25/25 KB   11/167 KB   14/14 KB   37/37 KB   48/50 KB   25/25 KB   11/167 KB   14/14 KB   37/37 KB   48/50 KB   25/25 KB   13/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   13/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   16/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   19/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   21/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   24/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   27/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   29/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   32/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   36/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   40/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   44/167 KB   14/14 KB   37/37 KB   50/50 KB   25/25 KB   48/167 KB                                                           Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (37 KB at 1933.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar
14/14 KB   50/50 KB   25/25 KB   52/167 KB                                                           Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 KB at 734.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar
50/50 KB   25/25 KB   56/167 KB              50/50 KB   25/25 KB   60/167 KB   50/50 KB   25/25 KB   64/167 KB   50/50 KB   25/25 KB   68/167 KB   50/50 KB   25/25 KB   72/167 KB   50/50 KB   25/25 KB   76/167 KB   50/50 KB   25/25 KB   80/167 KB                                     Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.5/plexus-compiler-api-2.5.jar (25 KB at 1238.1 KB/sec)
84/167 KB                         Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
                                  88/167 KB   Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 2261.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
92/167 KB   96/167 KB   100/167 KB   104/167 KB   108/167 KB   112/167 KB   116/167 KB   120/167 KB   124/167 KB   128/167 KB   128/167 KB   3/19 KB   3/5 KB   128/167 KB   3/19 KB   3/5 KB   128/167 KB   5/19 KB   5/5 KB   128/167 KB   5/19 KB   5/5 KB   128/167 KB   8/19 KB   5/5 KB   128/167 KB   11/19 KB   5/5 KB   128/167 KB   13/19 KB   5/5 KB   132/167 KB   13/19 KB   5/5 KB   132/167 KB   16/19 KB   5/5 KB   136/167 KB   16/19 KB   5/5 KB   136/167 KB   19/19 KB   5/5 KB   140/167 KB   19/19 KB   5/5 KB   140/167 KB   19/19 KB   5/5 KB   144/167 KB   19/19 KB   5/5 KB   148/167 KB   19/19 KB   5/5 KB   152/167 KB   19/19 KB   5/5 KB   156/167 KB   19/19 KB   5/5 KB   160/167 KB   19/19 KB   5/5 KB   164/167 KB   19/19 KB   5/5 KB   167/167 KB   19/19 KB   5/5 KB   167/167 KB   19/19 KB   4/46 KB   5/5 KB   167/167 KB   19/19 KB   8/46 KB   5/5 KB   167/167 KB   19/19 KB   12/46 KB   5/5 KB   167/167 KB   19/19 KB   16/46 KB   5/5 KB   167/167 KB   19/19 KB   20/46 KB   5/5 KB   167/167 KB   19/19 KB   24/46 KB   5/5 KB   167/167 KB   19/19 KB   28/46 KB   5/5 KB   167/167 KB   19/19 KB   32/46 KB                                               Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.5/plexus-compiler-manager-2.5.jar (5 KB at 153.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
167/167 KB   19/19 KB   36/46 KB            167/167 KB   19/19 KB   40/46 KB   167/167 KB   19/19 KB   44/46 KB   167/167 KB   19/19 KB   46/46 KB                                      Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.5/plexus-compiler-javac-2.5.jar (19 KB at 628.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar
3/212 KB   167/167 KB   46/46 KB   5/212 KB   167/167 KB   46/46 KB   8/212 KB   167/167 KB   46/46 KB   11/212 KB   167/167 KB   46/46 KB   13/212 KB   167/167 KB   46/46 KB   16/212 KB   167/167 KB   46/46 KB   19/212 KB   167/167 KB   46/46 KB   21/212 KB   167/167 KB   46/46 KB   24/212 KB   167/167 KB   46/46 KB   27/212 KB   167/167 KB   46/46 KB                                       Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (167 KB at 4614.0 KB/sec)
29/212 KB   46/46 KB                Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
32/212 KB   46/46 KB   36/212 KB   46/46 KB   40/212 KB   46/46 KB   44/212 KB   46/46 KB   48/212 KB   46/46 KB   52/212 KB   46/46 KB   56/212 KB   46/46 KB   60/212 KB   46/46 KB   64/212 KB   46/46 KB   3/131 KB   64/212 KB   46/46 KB   5/131 KB   64/212 KB   46/46 KB   8/131 KB   64/212 KB   46/46 KB   11/131 KB   64/212 KB   46/46 KB   13/131 KB   64/212 KB   46/46 KB                                      13/131 KB   68/212 KB              Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 KB at 1285.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
13/131 KB   72/212 KB   16/131 KB   72/212 KB   16/131 KB   76/212 KB   16/131 KB   80/212 KB   19/131 KB   80/212 KB   19/131 KB   80/212 KB   4/350 KB   21/131 KB   80/212 KB   4/350 KB   21/131 KB   80/212 KB   8/350 KB   21/131 KB   80/212 KB   12/350 KB   21/131 KB   80/212 KB   16/350 KB   24/131 KB   80/212 KB   16/350 KB   27/131 KB   80/212 KB   16/350 KB   29/131 KB   80/212 KB   16/350 KB   32/131 KB   80/212 KB   16/350 KB   32/131 KB   80/212 KB   20/350 KB   32/131 KB   84/212 KB   20/350 KB   32/131 KB   84/212 KB   24/350 KB   32/131 KB   84/212 KB   28/350 KB   32/131 KB   88/212 KB   28/350 KB   32/131 KB   88/212 KB   32/350 KB   32/131 KB   92/212 KB   32/350 KB   32/131 KB   96/212 KB   32/350 KB   36/131 KB   96/212 KB   32/350 KB   40/131 KB   96/212 KB   32/350 KB   44/131 KB   96/212 KB   32/350 KB   44/131 KB   96/212 KB   36/350 KB   48/131 KB   96/212 KB   36/350 KB   48/131 KB   96/212 KB   40/350 KB   48/131 KB   96/212 KB   44/350 KB   48/131 KB   96/212 KB   48/350 KB   48/131 KB   100/212 KB   48/350 KB   48/131 KB   104/212 KB   48/350 KB   48/131 KB   108/212 KB   48/350 KB   52/131 KB   108/212 KB   48/350 KB   52/131 KB   112/212 KB   48/350 KB   52/131 KB   112/212 KB   52/350 KB   52/131 KB   112/212 KB   56/350 KB   56/131 KB   112/212 KB   56/350 KB   56/131 KB   112/212 KB   60/350 KB   56/131 KB   112/212 KB   64/350 KB   60/131 KB   112/212 KB   64/350 KB   60/131 KB   112/212 KB   64/350 KB   3/44 KB   64/131 KB   112/212 KB   64/350 KB   3/44 KB   64/131 KB   112/212 KB   64/350 KB   6/44 KB   64/131 KB   112/212 KB   64/350 KB   9/44 KB   64/131 KB   112/212 KB   68/350 KB   9/44 KB   64/131 KB   112/212 KB   68/350 KB   11/44 KB   64/131 KB   112/212 KB   72/350 KB   11/44 KB   64/131 KB   116/212 KB   72/350 KB   11/44 KB   64/131 KB   116/212 KB   76/350 KB   11/44 KB   64/131 KB   116/212 KB   76/350 KB   14/44 KB   64/131 KB   116/212 KB   80/350 KB   14/44 KB   64/131 KB   120/212 KB   80/350 KB   14/44 KB   68/131 KB   120/212 KB   80/350 KB   14/44 KB   72/131 KB   120/212 KB   80/350 KB   14/44 KB   72/131 KB   124/212 KB   80/350 KB   14/44 KB   72/131 KB   124/212 KB   80/350 KB   16/44 KB   76/131 KB   124/212 KB   80/350 KB   16/44 KB   76/131 KB   128/212 KB   80/350 KB   16/44 KB   80/131 KB   128/212 KB   80/350 KB   16/44 KB   80/131 KB   128/212 KB   80/350 KB   19/44 KB   80/131 KB   128/212 KB   80/350 KB   22/44 KB   80/131 KB   128/212 KB   80/350 KB   25/44 KB   80/131 KB   128/212 KB   84/350 KB   25/44 KB   80/131 KB   128/212 KB   88/350 KB   25/44 KB   80/131 KB   128/212 KB   88/350 KB   27/44 KB   80/131 KB   128/212 KB   92/350 KB   27/44 KB   80/131 KB   128/212 KB   96/350 KB   27/44 KB   84/131 KB   128/212 KB   96/350 KB   27/44 KB   84/131 KB   128/212 KB   96/350 KB   30/44 KB   88/131 KB   128/212 KB   96/350 KB   30/44 KB   92/131 KB   128/212 KB   96/350 KB   30/44 KB   92/131 KB   128/212 KB   96/350 KB   32/44 KB   96/131 KB   128/212 KB   96/350 KB   32/44 KB   96/131 KB   132/212 KB   96/350 KB   32/44 KB   96/131 KB   136/212 KB   96/350 KB   32/44 KB   96/131 KB   136/212 KB   100/350 KB   32/44 KB   96/131 KB   140/212 KB   100/350 KB   32/44 KB   96/131 KB   140/212 KB   100/350 KB   36/44 KB   96/131 KB   140/212 KB   104/350 KB   36/44 KB   96/131 KB   140/212 KB   104/350 KB   40/44 KB   96/131 KB   144/212 KB   104/350 KB   40/44 KB   96/131 KB   144/212 KB   108/350 KB   40/44 KB   96/131 KB   144/212 KB   108/350 KB   44/44 KB   100/131 KB   144/212 KB   108/350 KB   44/44 KB   100/131 KB   144/212 KB   112/350 KB   44/44 KB   104/131 KB   144/212 KB   112/350 KB   44/44 KB   108/131 KB   144/212 KB   112/350 KB   44/44 KB   112/131 KB   144/212 KB   112/350 KB   44/44 KB   112/131 KB   144/212 KB   116/350 KB   44/44 KB   112/131 KB   144/212 KB   120/350 KB   44/44 KB   112/131 KB   144/212 KB   124/350 KB   44/44 KB   116/131 KB   144/212 KB   124/350 KB   44/44 KB   116/131 KB   148/212 KB   124/350 KB   44/44 KB   116/131 KB   148/212 KB   128/350 KB   44/44 KB   120/131 KB   148/212 KB   128/350 KB   44/44 KB   120/131 KB   152/212 KB   128/350 KB   44/44 KB   124/131 KB   152/212 KB   128/350 KB   44/44 KB   128/131 KB   152/212 KB   128/350 KB   44/44 KB   128/131 KB   156/212 KB   128/350 KB   44/44 KB   128/131 KB   160/212 KB   128/350 KB   44/44 KB   131/131 KB   160/212 KB   128/350 KB   44/44 KB   131/131 KB   160/212 KB   132/350 KB   44/44 KB   131/131 KB   160/212 KB   136/350 KB   44/44 KB   131/131 KB   160/212 KB   140/350 KB   44/44 KB   131/131 KB   160/212 KB   144/350 KB   44/44 KB   131/131 KB   164/212 KB   144/350 KB   44/44 KB   131/131 KB   168/212 KB   144/350 KB   44/44 KB   131/131 KB   172/212 KB   144/350 KB   44/44 KB   131/131 KB   176/212 KB   144/350 KB   44/44 KB   131/131 KB   176/212 KB   144/350 KB   3/625 KB   44/44 KB   131/131 KB   176/212 KB   148/350 KB   3/625 KB   44/44 KB   131/131 KB   176/212 KB   152/350 KB   3/625 KB   44/44 KB   131/131 KB   176/212 KB   152/350 KB   5/625 KB   44/44 KB   131/131 KB   176/212 KB   156/350 KB   5/625 KB   44/44 KB   131/131 KB   176/212 KB   160/350 KB   5/625 KB   44/44 KB   131/131 KB   176/212 KB   160/350 KB   8/625 KB   44/44 KB   131/131 KB   176/212 KB   160/350 KB   11/625 KB   44/44 KB   131/131 KB   176/212 KB   160/350 KB   13/625 KB   44/44 KB   131/131 KB   176/212 KB   160/350 KB   16/625 KB   44/44 KB   131/131 KB   180/212 KB   160/350 KB   16/625 KB   44/44 KB   131/131 KB   180/212 KB   164/350 KB   16/625 KB   44/44 KB   131/131 KB   180/212 KB   168/350 KB   16/625 KB   44/44 KB   131/131 KB   184/212 KB   168/350 KB   16/625 KB   44/44 KB   131/131 KB   184/212 KB   172/350 KB   16/625 KB   44/44 KB   131/131 KB   184/212 KB   172/350 KB   19/625 KB   44/44 KB   131/131 KB   188/212 KB   172/350 KB   19/625 KB   44/44 KB   131/131 KB   188/212 KB   176/350 KB   19/625 KB   44/44 KB   131/131 KB   192/212 KB   176/350 KB   19/625 KB   44/44 KB   131/131 KB   192/212 KB   176/350 KB   21/625 KB   44/44 KB   131/131 KB   192/212 KB   176/350 KB   24/625 KB   44/44 KB   131/131 KB   192/212 KB   176/350 KB   27/625 KB   44/44 KB   131/131 KB   192/212 KB   180/350 KB   27/625 KB   44/44 KB   131/131 KB   192/212 KB   180/350 KB   29/625 KB   44/44 KB   131/131 KB   192/212 KB   184/350 KB   29/625 KB   44/44 KB   131/131 KB   192/212 KB   188/350 KB   29/625 KB   44/44 KB   131/131 KB   192/212 KB   192/350 KB   29/625 KB   44/44 KB   131/131 KB   192/212 KB   192/350 KB   32/625 KB   44/44 KB   131/131 KB   196/212 KB   192/350 KB   32/625 KB   44/44 KB   131/131 KB   200/212 KB   192/350 KB   32/625 KB   44/44 KB   131/131 KB   204/212 KB   192/350 KB   32/625 KB   44/44 KB   131/131 KB   208/212 KB   192/350 KB   32/625 KB   44/44 KB   131/131 KB   208/212 KB   196/350 KB   32/625 KB   44/44 KB   131/131 KB   208/212 KB   200/350 KB   32/625 KB   44/44 KB   131/131 KB   208/212 KB   200/350 KB   36/625 KB   44/44 KB   131/131 KB   208/212 KB   204/350 KB   36/625 KB   44/44 KB   131/131 KB   208/212 KB   204/350 KB   40/625 KB   44/44 KB   131/131 KB   208/212 KB   208/350 KB   40/625 KB   44/44 KB   131/131 KB   208/212 KB   208/350 KB   44/625 KB   44/44 KB   131/131 KB   212/212 KB   208/350 KB   44/625 KB   44/44 KB   131/131 KB   212/212 KB   208/350 KB   44/625 KB   44/44 KB   131/131 KB   212/212 KB   208/350 KB   48/625 KB   44/44 KB   131/131 KB   212/212 KB   212/350 KB   48/625 KB   44/44 KB   131/131 KB   212/212 KB   216/350 KB   48/625 KB   44/44 KB   131/131 KB   212/212 KB   220/350 KB   48/625 KB   44/44 KB   131/131 KB   212/212 KB   220/350 KB   52/625 KB   44/44 KB   131/131 KB   212/212 KB   224/350 KB   52/625 KB   44/44 KB   131/131 KB   212/212 KB   224/350 KB   56/625 KB   44/44 KB   131/131 KB   212/212 KB   224/350 KB   60/625 KB   44/44 KB   131/131 KB   212/212 KB   224/350 KB   64/625 KB   44/44 KB   131/131 KB   212/212 KB   228/350 KB   64/625 KB   44/44 KB   131/131 KB   212/212 KB   232/350 KB   64/625 KB   44/44 KB   131/131 KB   212/212 KB   236/350 KB   64/625 KB   44/44 KB   131/131 KB   212/212 KB   240/350 KB   64/625 KB   44/44 KB   131/131 KB   212/212 KB   240/350 KB   68/625 KB   44/44 KB   131/131 KB   212/212 KB   240/350 KB   72/625 KB   44/44 KB   131/131 KB   212/212 KB   240/350 KB   76/625 KB   44/44 KB                                                                 131/131 KB   212/212 KB   240/350 KB   80/625 KB              Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (44 KB at 926.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar
131/131 KB   212/212 KB   244/350 KB   80/625 KB   131/131 KB   212/212 KB   248/350 KB   80/625 KB   131/131 KB   212/212 KB   252/350 KB   80/625 KB   131/131 KB   212/212 KB   256/350 KB   80/625 KB   131/131 KB   212/212 KB   256/350 KB   84/625 KB   131/131 KB   212/212 KB   256/350 KB   88/625 KB   131/131 KB   212/212 KB   256/350 KB   92/625 KB   131/131 KB   212/212 KB   256/350 KB   96/625 KB   131/131 KB   212/212 KB   260/350 KB   96/625 KB   131/131 KB   212/212 KB   264/350 KB   96/625 KB   131/131 KB   212/212 KB   268/350 KB   96/625 KB   131/131 KB   212/212 KB   270/350 KB   96/625 KB                                                      Downloaded: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (131 KB at 2722.7 KB/sec)
212/212 KB   270/350 KB   100/625 KB               212/212 KB   270/350 KB   104/625 KB   212/212 KB   270/350 KB   108/625 KB   212/212 KB   270/350 KB   112/625 KB   212/212 KB   274/350 KB   112/625 KB   212/212 KB   278/350 KB   112/625 KB   212/212 KB   282/350 KB   112/625 KB   212/212 KB   286/350 KB   112/625 KB   212/212 KB   286/350 KB   116/625 KB   212/212 KB   286/350 KB   120/625 KB   212/212 KB   286/350 KB   124/625 KB   212/212 KB   286/350 KB   128/625 KB   212/212 KB   290/350 KB   128/625 KB   212/212 KB   294/350 KB   128/625 KB   212/212 KB   298/350 KB   128/625 KB   212/212 KB   302/350 KB   128/625 KB   212/212 KB   302/350 KB   132/625 KB   212/212 KB   302/350 KB   136/625 KB   212/212 KB   302/350 KB   140/625 KB   212/212 KB   302/350 KB   144/625 KB   212/212 KB   306/350 KB   144/625 KB   212/212 KB   310/350 KB   144/625 KB   212/212 KB   314/350 KB   144/625 KB   212/212 KB   318/350 KB   144/625 KB   212/212 KB   318/350 KB   148/625 KB   212/212 KB   318/350 KB   152/625 KB   212/212 KB   318/350 KB   156/625 KB   212/212 KB   322/350 KB   156/625 KB   212/212 KB   322/350 KB   160/625 KB   212/212 KB   326/350 KB   160/625 KB   212/212 KB   330/350 KB   160/625 KB   212/212 KB   334/350 KB   160/625 KB   212/212 KB   334/350 KB   164/625 KB   212/212 KB   334/350 KB   168/625 KB   212/212 KB   338/350 KB   168/625 KB   212/212 KB   338/350 KB   172/625 KB   212/212 KB   342/350 KB   172/625 KB   212/212 KB   342/350 KB   176/625 KB   212/212 KB   346/350 KB   176/625 KB   212/212 KB   350/350 KB   176/625 KB   212/212 KB   350/350 KB   180/625 KB   212/212 KB   350/350 KB   184/625 KB                                          350/350 KB   188/625 KB                Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (212 KB at 4068.5 KB/sec)
350/350 KB   192/625 KB   350/350 KB   196/625 KB   350/350 KB   200/625 KB   350/350 KB   204/625 KB   350/350 KB   208/625 KB   350/350 KB   208/625 KB   3/118 KB   350/350 KB   208/625 KB   6/118 KB   350/350 KB   208/625 KB   9/118 KB   350/350 KB   212/625 KB   9/118 KB   350/350 KB   216/625 KB   9/118 KB   350/350 KB   216/625 KB   11/118 KB   350/350 KB   220/625 KB   11/118 KB   350/350 KB   224/625 KB   11/118 KB   350/350 KB   224/625 KB   14/118 KB   350/350 KB   224/625 KB   16/118 KB   350/350 KB   224/625 KB   19/118 KB   350/350 KB   224/625 KB   22/118 KB   350/350 KB   228/625 KB   22/118 KB   350/350 KB   228/625 KB   25/118 KB   350/350 KB   232/625 KB   25/118 KB   350/350 KB   236/625 KB   25/118 KB   350/350 KB   236/625 KB   27/118 KB   350/350 KB   240/625 KB   27/118 KB   350/350 KB   240/625 KB   30/118 KB   350/350 KB   240/625 KB   32/118 KB   350/350 KB   244/625 KB   32/118 KB   350/350 KB   248/625 KB   32/118 KB   350/350 KB   252/625 KB   32/118 KB   350/350 KB   256/625 KB   32/118 KB   350/350 KB   256/625 KB   36/118 KB   350/350 KB   256/625 KB   40/118 KB   350/350 KB   256/625 KB   44/118 KB   350/350 KB   256/625 KB   48/118 KB   350/350 KB   260/625 KB   48/118 KB   350/350 KB   264/625 KB   48/118 KB   350/350 KB   268/625 KB   48/118 KB   350/350 KB   268/625 KB   52/118 KB   350/350 KB   272/625 KB   52/118 KB   350/350 KB   272/625 KB   56/118 KB   350/350 KB   272/625 KB   60/118 KB   350/350 KB   272/625 KB   64/118 KB   350/350 KB   276/625 KB   64/118 KB   350/350 KB   280/625 KB   64/118 KB   350/350 KB   280/625 KB   68/118 KB   350/350 KB   284/625 KB   68/118 KB   350/350 KB   284/625 KB   72/118 KB   350/350 KB   288/625 KB   72/118 KB   350/350 KB   288/625 KB   76/118 KB   350/350 KB   288/625 KB   80/118 KB   350/350 KB   292/625 KB   80/118 KB   350/350 KB   292/625 KB   84/118 KB   350/350 KB   296/625 KB   84/118 KB   350/350 KB   296/625 KB   88/118 KB   350/350 KB   300/625 KB   88/118 KB   350/350 KB   300/625 KB   92/118 KB   350/350 KB   304/625 KB   92/118 KB   350/350 KB   304/625 KB   96/118 KB                                         Downloaded: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 6029.2 KB/sec)
308/625 KB   96/118 KB                308/625 KB   100/118 KB   312/625 KB   100/118 KB   312/625 KB   104/118 KB   312/625 KB   108/118 KB   316/625 KB   108/118 KB   316/625 KB   112/118 KB   320/625 KB   112/118 KB   320/625 KB   116/118 KB   320/625 KB   118/118 KB   324/625 KB   118/118 KB   328/625 KB   118/118 KB   332/625 KB   118/118 KB   336/625 KB   118/118 KB   340/625 KB   118/118 KB   344/625 KB   118/118 KB   348/625 KB   118/118 KB   352/625 KB   118/118 KB   356/625 KB   118/118 KB   360/625 KB   118/118 KB   364/625 KB   118/118 KB   368/625 KB   118/118 KB   372/625 KB   118/118 KB   376/625 KB   118/118 KB   380/625 KB   118/118 KB   384/625 KB   118/118 KB   388/625 KB   118/118 KB   392/625 KB   118/118 KB   396/625 KB   118/118 KB   400/625 KB   118/118 KB   404/625 KB   118/118 KB   408/625 KB   118/118 KB   412/625 KB   118/118 KB   416/625 KB   118/118 KB   420/625 KB   118/118 KB   424/625 KB   118/118 KB   428/625 KB   118/118 KB   432/625 KB   118/118 KB   436/625 KB   118/118 KB   440/625 KB   118/118 KB   444/625 KB   118/118 KB   448/625 KB   118/118 KB                             Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 1812.5 KB/sec)
452/625 KB                456/625 KB   460/625 KB   464/625 KB   468/625 KB   472/625 KB   476/625 KB   480/625 KB   484/625 KB   488/625 KB   492/625 KB   496/625 KB   500/625 KB   504/625 KB   508/625 KB   512/625 KB   516/625 KB   520/625 KB   524/625 KB   528/625 KB   532/625 KB   536/625 KB   540/625 KB   544/625 KB   548/625 KB   552/625 KB   556/625 KB   560/625 KB   564/625 KB   568/625 KB   572/625 KB   576/625 KB   580/625 KB   584/625 KB   588/625 KB   592/625 KB   596/625 KB   600/625 KB   604/625 KB   608/625 KB   612/625 KB   616/625 KB   620/625 KB   624/625 KB   625/625 KB                Downloaded: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (625 KB at 7807.5 KB/sec)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 245 source files to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/classes>
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/model/Hier.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/model/Hier.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/model/UserRole.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/main/java/org/apache/directory/fortress/core/model/UserRole.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ fortress-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 74 source files to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/PswdPolicyMgrImplTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/PswdPolicyMgrImplTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/samples/LoadTestUserSample.java>:[36,23] sun.rmi.runtime.Log is internal proprietary API and may be removed in a future release
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/AdminMgrImplTest.java>:[1970,79] cannot find symbol
  symbol:   method getPaSetName()
  location: variable rc of type org.apache.directory.fortress.core.model.RoleConstraint
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/AdminMgrImplTest.java>:[1976,78] cannot find symbol
  symbol:   method getPaSetName()
  location: variable rc of type org.apache.directory.fortress.core.model.RoleConstraint
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/URATestData.java>:[1070,12] cannot find symbol
  symbol:   method setPaSetName(java.lang.String)
  location: variable urc of type org.apache.directory.fortress.core.model.RoleConstraint
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/ReviewMgrImplTest.java>:[1635,70] cannot find symbol
  symbol:   method getPaSetName()
  location: variable rc of type org.apache.directory.fortress.core.model.RoleConstraint
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/ReviewMgrImplTest.java>:[1635,45] cannot find symbol
  symbol:   method getPaSetName()
  location: variable r of type org.apache.directory.fortress.core.model.RoleConstraint
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/ReviewMgrImplTest.java>:[1665,204] cannot find symbol
  symbol:   method getPaSetName()
  location: class org.apache.directory.fortress.core.model.RoleConstraint
[INFO] 6 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.896 s
[INFO] Finished at: 2018-08-24T17:19:16+00:00
[INFO] Final Memory: 42M/409M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:testCompile (default-testCompile) on project fortress-core: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/AdminMgrImplTest.java>:[1970,79] cannot find symbol
[ERROR] symbol:   method getPaSetName()
[ERROR] location: variable rc of type org.apache.directory.fortress.core.model.RoleConstraint
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/AdminMgrImplTest.java>:[1976,78] cannot find symbol
[ERROR] symbol:   method getPaSetName()
[ERROR] location: variable rc of type org.apache.directory.fortress.core.model.RoleConstraint
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/URATestData.java>:[1070,12] cannot find symbol
[ERROR] symbol:   method setPaSetName(java.lang.String)
[ERROR] location: variable urc of type org.apache.directory.fortress.core.model.RoleConstraint
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/ReviewMgrImplTest.java>:[1635,70] cannot find symbol
[ERROR] symbol:   method getPaSetName()
[ERROR] location: variable rc of type org.apache.directory.fortress.core.model.RoleConstraint
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/ReviewMgrImplTest.java>:[1635,45] cannot find symbol
[ERROR] symbol:   method getPaSetName()
[ERROR] location: variable r of type org.apache.directory.fortress.core.model.RoleConstraint
[ERROR] <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/src/test/java/org/apache/directory/fortress/core/impl/ReviewMgrImplTest.java>:[1665,204] cannot find symbol
[ERROR] symbol:   method getPaSetName()
[ERROR] location: class org.apache.directory.fortress.core.model.RoleConstraint
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins5918483134550594865.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE                                                COMMAND                  CREATED             STATUS              PORTS                      NAMES
e66e65f25bbf        apachedirectory/apacheds-for-apache-fortress-tests   "sh -c 'service ${..."   20 hours ago        Up 20 hours         0.0.0.0:32811->10389/tcp   dir-fortress-core-docker-apacheds-test

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #525

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/525/display/redirect?page=changes>

Changes:

[smckinney] FC-239 - Some additional methods to manage role constraints.

------------------------------------------
[...truncated 1.92 MB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 15:36:039 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-24 15:36:039 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 15:36:039 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 15:36:039 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-24 15:36:039 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 15:36:039 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-24 15:36:039 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-24 15:36:039 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-24 15:36:039 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19487
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 214.522 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.081 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.008 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.011 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:44 min
[INFO] Finished at: 2018-08-24T15:36:39+00:00
[INFO] Final Memory: 23M/330M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins7369122811406078610.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #524

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/524/display/redirect?page=changes>

Changes:

[smckinney] FC-239 - map key name to paSet in RoleConstraintAnt

------------------------------------------
[...truncated 224.87 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-23 21:17:040 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-23 21:17:040 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-23 21:17:040 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-23 21:17:040 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-23 21:17:040 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-23 21:17:040 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-23 21:17:040 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-23 21:17:040 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-23 21:17:040 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19487
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 211.414 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.074 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.008 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.009 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:40 min
[INFO] Finished at: 2018-08-23T21:17:40+00:00
[INFO] Final Memory: 21M/312M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins4520762125749041127.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #523

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/523/display/redirect?page=changes>

Changes:

[smckinney] FC-239 - Some additional methods to manage role constraints.

------------------------------------------
[...truncated 224.89 KB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-23 18:49:018 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-23 18:49:018 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-23 18:49:018 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-23 18:49:018 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-23 18:49:018 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-23 18:49:018 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-23 18:49:018 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-23 18:49:018 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-23 18:49:018 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19487
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 212.674 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.067 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:42 min
[INFO] Finished at: 2018-08-23T18:49:18+00:00
[INFO] Final Memory: 21M/327M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins1645216799219213430.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #522

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/522/display/redirect>

------------------------------------------
[...truncated 1.92 MB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-23 12:15:015 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-23 12:15:015 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-23 12:15:015 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-23 12:15:015 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-23 12:15:015 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-23 12:15:015 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-23 12:15:015 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-23 12:15:015 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-23 12:15:015 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19483
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 211.956 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.076 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.01 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:42 min
[INFO] Finished at: 2018-08-23T12:15:15+00:00
[INFO] Final Memory: 23M/330M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins4558667641952286841.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #521

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/521/display/redirect>

------------------------------------------
[...truncated 1.76 MB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-16 13:02:015 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-16 13:02:015 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-16 13:02:015 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-16 13:02:015 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-16 13:02:015 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-16 13:02:015 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-16 13:02:015 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-16 13:02:015 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-16 13:02:015 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19483
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 209.95 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.086 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.003 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:38 min
[INFO] Finished at: 2018-08-16T13:02:16+00:00
[INFO] Final Memory: 23M/319M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins5819759291214730593.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #520

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/520/display/redirect?page=changes>

Changes:

[smckinney] cleanup dead code

------------------------------------------
[...truncated 1.90 MB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-14 19:28:020 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-14 19:28:020 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-14 19:28:020 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-14 19:28:020 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-14 19:28:020 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-14 19:28:020 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-14 19:28:020 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-14 19:28:020 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-14 19:28:020 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19483
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 210.769 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.074 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:42 min
[INFO] Finished at: 2018-08-14T19:28:20+00:00
[INFO] Final Memory: 23M/329M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins7011975844529344629.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE                         COMMAND                  CREATED             STATUS              PORTS               NAMES
3ae91b6bc402        madlib/postgres_9.6:jenkins   "docker-entrypoint..."   25 hours ago        Up 25 hours         5432/tcp            madlib

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #519

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/519/display/redirect?page=changes>

Changes:

[smckinney] cleanup jvaadoc

------------------------------------------
[...truncated 1.92 MB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-09 15:00:007 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-09 15:00:007 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-09 15:00:007 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-09 15:00:007 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-09 15:00:007 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-09 15:00:007 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-09 15:00:007 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-09 15:00:007 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-09 15:00:007 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19483
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 216.573 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.057 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.003 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:44 min
[INFO] Finished at: 2018-08-09T15:00:08+00:00
[INFO] Final Memory: 23M/326M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins245353981706915294.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #518

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/518/display/redirect>

------------------------------------------
[...truncated 1.93 MB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-09 12:30:019 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-09 12:30:019 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-09 12:30:019 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-09 12:30:019 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-09 12:30:019 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-09 12:30:019 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-09 12:30:019 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-09 12:30:019 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-09 12:30:019 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19483
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 213.457 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.071 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:44 min
[INFO] Finished at: 2018-08-09T12:30:19+00:00
[INFO] Final Memory: 23M/332M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins8027190724940378342.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #517

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/517/display/redirect?page=changes>

Changes:

[smckinney] remove old bdb config option

[smckinney] fix update prop method (it was adding)

[smckinney] + a couple of todos

------------------------------------------
[...truncated 1.91 MB...]
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:335)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-03 18:08:059 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-03 18:08:059 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-03 18:08:059 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-03 18:08:059 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-03 18:08:059 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-03 18:08:059 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-03 18:08:059 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-03 18:08:059 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-03 18:08:059 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19483
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 202.527 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.094 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.004 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:30 min
[INFO] Finished at: 2018-08-03T18:09:00+00:00
[INFO] Final Memory: 23M/308M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins4145257136642560665.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES

Build failed in Jenkins: dir-fortress-core-docker-openldap-test #516

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/516/display/redirect>

------------------------------------------
[...truncated 1.95 MB...]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.getAllAuthZs(AuditDAO.java:436)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-02 12:15:029 INFO  LogUtil:64 - GET-AUTHZ TU1_UPD
2018-08-02 12:15:029 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-02 12:15:029 ERROR AuditMgrImplTest:298 - searchAuthZs: failed with SecurityException rc=7002, msg=LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:359)
	at org.apache.directory.fortress.core.impl.AuditP.searchAuthZs(AuditP.java:82)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAuthZs(AuditMgrImpl.java:141)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:286)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAuthZs(AuditDAO.java:346)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-02 12:15:029 INFO  LogUtil:64 - SESS-USRS TU1_UPD
2018-08-02 12:15:029 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-02 12:15:029 ERROR AuditMgrImplTest:239 - searchUserSessions: failed with SecurityException rc=7003, msg=searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:588)
	at org.apache.directory.fortress.core.impl.AuditP.searchUserMods(AuditP.java:110)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchUserSessions(AuditMgrImpl.java:170)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:229)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchUserMods(AuditDAO.java:575)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
2018-08-02 12:15:029 INFO  LogUtil:64 - SESS-USRS RBAC TU0
2018-08-02 12:15:029 ERROR DefaultLdapConnectionFactory:68 - unable to bind connection: ERR_04202 A value is missing on some RDN
2018-08-02 12:15:029 ERROR AuditMgrImplTest:192 - searchAdminMods: failed with SecurityException rc=7004, msg=searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
org.apache.directory.fortress.core.FinderException: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:678)
	at org.apache.directory.fortress.core.impl.AuditP.searchAdminMods(AuditP.java:125)
	at org.apache.directory.fortress.core.impl.AuditMgrImpl.searchAdminMods(AuditMgrImpl.java:190)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:173)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:343)
	at org.apache.directory.fortress.core.ldap.LdapDataProvider.getLogConnection(LdapDataProvider.java:1261)
	at org.apache.directory.fortress.core.impl.AuditDAO.searchAdminMods(AuditDAO.java:665)
	... 24 more
Caused by: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at org.apache.directory.api.ldap.model.name.Dn.<init>(Dn.java:285)
	at org.apache.directory.ldap.client.api.AbstractLdapConnection.bind(AbstractLdapConnection.java:114)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.bindConnection(DefaultLdapConnectionFactory.java:64)
	at org.apache.directory.ldap.client.api.DefaultLdapConnectionFactory.newLdapConnection(DefaultLdapConnectionFactory.java:107)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:134)
	at org.apache.directory.ldap.client.api.ValidatingPoolableLdapConnectionFactory.makeObject(ValidatingPoolableLdapConnectionFactory.java:59)
	at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1188)
	at org.apache.directory.ldap.client.api.LdapConnectionPool.getConnection(LdapConnectionPool.java:123)
	at org.apache.directory.fortress.core.ldap.LdapConnectionProvider.getLogConnection(LdapConnectionProvider.java:339)
	... 26 more
NUMBER OF ADDS: 985
NUMBER OF BINDS: 1131
NUMBER OF DELETES: 0
NUMBER OF MODS: 4075
NUMBER OF READS: 19483
NUMBER OF SEARCHES: 7006
Tests run: 129, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 213.662 sec <<< FAILURE! - in org.apache.directory.fortress.core.impl.FortressJUnitTest
testSearchBinds(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.134 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchBinds(AuditMgrImplTest.java:444)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchBinds(AuditMgrImplTest.java:399)

testGetAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.getAuthZs(AuditMgrImplTest.java:355)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testGetAuthZs(AuditMgrImplTest.java:311)

testSearchAuthZs(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.005 sec  <<< FAILURE!
junit.framework.AssertionFailedError: LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAuthZs(AuditMgrImplTest.java:301)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAuthZs(AuditMgrImplTest.java:248)

testSearchMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.006 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchMods(AuditMgrImplTest.java:241)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchMods(AuditMgrImplTest.java:205)

testSearchAdminMods(org.apache.directory.fortress.core.impl.AuditMgrImplTest)  Time elapsed: 0.007 sec  <<< FAILURE!
junit.framework.AssertionFailedError: searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.searchAdminMods(AuditMgrImplTest.java:195)
	at org.apache.directory.fortress.core.impl.AuditMgrImplTest.testSearchAdminMods(AuditMgrImplTest.java:94)


Results :

Failed tests: 
  AuditMgrImplTest.testGetAuthZs:311->getAuthZs:355 LdapException in AuditDAO.getAllAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAdminMods:94->searchAdminMods:195 searchAdminMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchAuthZs:248->searchAuthZs:301 LdapException in AuditDAO.searchAuthZs id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchBinds:399->searchBinds:444 LdapException in AuditDAO.searchBinds id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN
  AuditMgrImplTest.testSearchMods:205->searchMods:241 searchUserMods caught LdapException id=org.apache.directory.api.ldap.model.exception.LdapException: org.apache.directory.api.ldap.model.exception.LdapInvalidDnException: ERR_04202 A value is missing on some RDN

Tests run: 129, Failures: 5, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:45 min
[INFO] Finished at: 2018-08-02T12:15:30+00:00
[INFO] Final Memory: 23M/316M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project fortress-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/dir-fortress-core-docker-openldap-test/ws/target/surefire-reports> for the individual test results.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
[dir-fortress-core-docker-openldap-test] $ /bin/bash /tmp/jenkins1878313057532356435.sh
dir-fortress-core-docker-openldap-test
dir-fortress-core-docker-openldap-test
CONTAINER ID        IMAGE                         COMMAND                  CREATED             STATUS              PORTS               NAMES
140fc3fedf56        mesos/mesos-build:centos-7    "bash -cl ./entryp..."   15 hours ago        Up 15 hours                             upbeat_lumiere
98d1ff87dadd        madlib/postgres_9.6:jenkins   "docker-entrypoint..."   16 hours ago        Up 16 hours         5432/tcp            madlib