See <https://analysis.apache.org/jenkins/job/directory-kerby/85/changes>
Changes: [jiajia.li] [DIRKRB-290]-Setup Ldap service. Contributed by Yaning. [jiajia.li] [DIRKRB-288]-Enable to get a generalized time from a KerberosTime object. Contributed by Yaning. [jiajia.li] [DIRKRB-287]-Enable to create a KerberosTime object by passing a generalized time. Contributed by Yaning. [jiajia.li] Remove pki-provider jar file copy in pom.xml of tool-dist. [jiajia.li] [DIRKRB-297]-Implement command 'ktremove' in Kadmin. Contributed by Wei. [jiajia.li] [DIRKRB-302]-Implementing getIdentities() for MemoryIdentityBackend. Contributed by Yaning. [jiajia.li] Print USAGE when no principal name in keytab add command. [jiajia.li] Store key and kvno in Zookeeper and Json backend. [jiajia.li] [DIRKRB-227]-Enhance kadmin to support change password for principal. Contributed by Liqi. [jiajia.li] [DIRKRB-291]-Implementing doAddIdentity for LdapIdentityBackend. Contributed by Yaning. [jiajia.li] [DIRKRB-292]-Implementing doGetIdentity for LdapIdentityBackend. Contributed by Yaning. [mail] [DIRKRB-293]-Implementing doUpdateIdentity for LdapIdentityBackend. Contributed by Yaning. [mail] [DIRKRB-294]-Implementing doDeleteIdentity for LdapIdentityBackend. Contributed by Yaning. [mail] Extract DN construction to method [drankye] Renamed the kdc-tool module [drankye] Added a network related util for dynamic server port [jiajia.li] Fix the compile error. [jiajia.li] [DIRKRB-300]-Create kerb-server-api-all and kerb-client-api-all jars. [drankye] Refactored kadmin tool [jiajia.li] getIdentities() should order the identities by principal name. [jiajia.li] Use the client and server api all jars in the tool. [jiajia.li] [DIRKRB-304]-Implementation of showing keytab info in 'klist'. Contributed by Wei. [drankye] Refactored Kadmin API [jiajia.li] Remove the prints in tests. [jiajia.li] [DIRKRB-306]-Timestamp not set when using 'ktadd' in Kadmin. Contributed by Wei. [jiajia.li] Remove the jsonBackendFile after test in JsonBackendTest. [drankye] Introduced SimpleKdcServer based on Yaning's work; Refactored KdcServer & Kadmin related codes; Fixed some issues by the way [drankye] Renamed some classes [jiajia.li] Add the backend config in JsonBackendKdcTest. [drankye] Some consolidation and clean up [drankye] Fixed an issue in four passes negotiation case between client and kdc [mail] Ignore config files generated by Eclipse PMD plugin [mail] Fix PDM violation [mail] [DIRKRB-295]-Implementing getIdentities for LdapIdentityBackend. Contributed by Yaning. [mail] Remove sun.* exception declaration, it's never thrown [mail] Move connection parameter to config [mail] Use constants [mail] Fix close connection [jiajia.li] Some clean up and add getKdcHost in SimpleKdcServer. [drankye] Fixed an issue that exported keytab lacking of kvno [drankye] Clean up and refactored some test codes [jiajia.li] Fix the test error. [drankye] Refined KDC side APIs and codes [drankye] Refined krb client side APIs and codes [jiajia.li] [DIRKRB-299]-Implementing DirectoryLdapIdentityBackend. Contributed by Yaning. [drankye] Changes summary: 1) Enhanced SimpleKdcServer to integrate KrbClient and Kadmin APIs for easier integration tests; 2) Refined related codes; 3) Fixed some issues found in the effort. [drankye] Fixed GSS test failures [drankye] DIRKRB-308 Introduced JAAS conf and facilities for krb login in tests [drankye] Clean up and fixed NPE [drankye] Clean up unused codes [jiajia.li] [DIRKRB-298]-Test for LdapBackendKdc. Contributed by Yaning. [drankye] DIRKRB-311 added some OS related utilities and refined some codes by the way [drankye] DIRKRB-309 Added a new API to KrbClient to store ticket in cache [dbugger] o removed principalName field, this value is already present in 'principal' [kayyagari] o made junit and assert4j libs automatically inheritable by all child modules [kayyagari] first drop of mavibot backend (work in progress) [mail] Replace checks for AES256 available by JUnit's Assume, also add missing assumtions to other AES256 tests. [mail] Replace checks for AES256 available by JUnit's Assume [drankye] Clean up unused resources [drankye] Network transport related improvements, addressing DIRKRB-313, 314, and 315 [drankye] Introduced integration-test module in the library level [drankye] Added the new module to the parent; converted tabs into spaces; avoided too long lines [drankye] DIRKRB-316 Added 3 JAAS login tests first [jiajia.li] [DIRKRB-310]-Having getIdentities method to implement page search in the backend. Contributed by Yaning. [jiajia.li] Having getIdentities method implement page querying in MemoryIdentityBackend. Contributed by Yaning. [drankye] DIRKRB-318 Added sample client and server basics [jiajia.li] [DIRKRB-317]-Update the github website readme files. [kayyagari] o removed some setters on principal [kayyagari] re-instated the removed setters (kadmin needs them) [kayyagari] o fixed lessThan() method [kayyagari] added a convenient method to call all the testXXX() methods [kayyagari] implementation and tests [kayyagari] removed commented code [kayyagari] o removed bad import [kayyagari] synchronized the add and update operations (they perform multiple db operations internally) [mail] Checkstyle: fix ArrayTypeStyle check [mail] Checkstyle: fix UnusedImports check [mail] Checkstyle: fix InterfaceIsType check [mail] Checkstyle: fix FinalClass check [drankye] Moved login tests out of integration test module [drankye] DIRKRB-323 Added more GSS tests; consolidated related codes; use ticket cache and keytab to login [drankye] DIRKRB-319 Added tests between real application server and client using GSSAPI/KRB to authenticate mutually [mail] Checkstyle: fix ConstantName check [mail] Checkstyle: fix LocalFinalVariableName check [mail] Checkstyle: fix LocalFinalVariableName, FinalClass, MemberName check [mail] Checkstyle: fix StaticVariableName check, make constants final [mail] Checkstyle: fix UnusedImports check [dbugger] o added apache snapshot repo to root pom [mail] Checkstyle: fix TypeName check [mail] Checkstyle: fix ModifierOrder check [mail] Add checkstyle plugin to pom, currently commented out [drankye] DIRKRB-320 Added SASL test using real application client and server; and also added some test scripts [linchen7] DIRKRB-324 Adding findbugs maven plugin [mail] Add checkstyle config and eclipse formatting rules. Enable checkstyle check, not failing on violations for now. [drankye] DIRKRB-343 Clean up some configuration items unlikely to be used [jiajia.li] [DIRKRB-322]-Adding JavaDoc for Class that implementing IdentityService. Contributed by Yaning. [mail] Checkstyle: enable MethodName check, add suppression for tests [drankye] DIRKRB-346 Clean up some interface classes in backend thats unlikely to use [jiajia.li] [DIRKRB-344]-Encrypton type negotiation issue between client and KDC. [drankye] DIRKRB-347 Extract cache facility from abstract class into a separate backend; Also refactored backend related codes [drankye] Renamed mavibot module dir to mavibot-backend to be consistent with backends [drankye] Renamed mavibot module dir to mavibot-backend in order to be consistent with other backends [jiajia.li] [DIRKRB-326]-Fix CheckStyle Problems. Contributed by Yaning. [mail] DIRKRB-326: Activate checkstyle check in normal build, and fail on violation [jiajia.li] Fix the error in README.md. [linchen7] DIRKRB-324 Removing Page and Sort Search in the backend. Contributed by Yaning [linchen7] DIRKRB-321 Removing Page and Sort Search in the backend. Contributed by Yaning [drankye] DIRKRB-351 Create the kerb client api uber jar using the maven shade plugin for fine-grained control [drankye] DIRKRB-351 Continued and done [jiajia.li] Add some logging support. [drankye] DIRKRB-352 Create the kerb server api uber jar using the maven shade plugin for fine-grained control [jiajia.li] [DIRKRB-356]-Config the ENCRYPTION_TYPES with string instead of string list. [drankye] DIRKRB-355 Kerby-kdc module should avoid netty-all [drankye] DIRKRB-358 Refine Kerby-kdc packaging [drankye] DIRKRB-350 Clean up deps and refine package in the backends [drankye] DIRKRB-359 Refine kdc-dist packaging [jiajia.li] [DIRKRB-354]-Fix getBooleanOption return null problem. Contributed by Yaning. [jiajia.li] DIRKRB-349 Fix findbugs Problems for kerby-asn1 module. Contributed by Yaning. [jiajia.li] DIRKRB-357 Fix findbugs Problems for kerby-backend. Contributed by Yaning. [jiajia.li] DIRKRB-353 Fix findbugs Problem for lib module. Contributed by Yaning. [linchen7] DIRKRB-369 Fix findbugs Problems for kerby-provider module. Contributed by Yaning [drankye] Refined kdc-dist package [drankye] Refined tool-dist packaging [drankye] Added scripts for windows; changed scripts according to refined packaging jars; default configurations [jiajia.li] DIRKRB-370 Fix the scripts for Linux. [jiajia.li] DIRKRB-371 Add the confDir to BackendConfig and move the BackendConfig to identity package. [jiajia.li] DIRKRB-372 Set the conf dir as the default backend data dir. [jiajia.li] DIRKRB-381 Allow tcp or udp will be set true if the corresponding port is not null. [jiajia.li] DIRKRB-380 Binding Log4j with SLF4j to write the logs to file. [linchen7] DIRKRB-368 Fix findbugs Problems for kerby-tool module. Contributed by Yaning [linchen7] DIRKRB-379 Fix findbugs problems for kerby-kerb module. Contributed by Yaning [drankye] DIRKRB-382 Promote kerby-config and kerby-util as top level modules, getting rid of lib [drankye] Continued. DIRKRB-382 Promote kerby-config and kerby-util as top level modules, getting rid of lib [drankye] DIRKRB-383 Clean up benchmark module [jiajia.li] Update the pom of kerby-config and kerby-util. [drankye] Converted existing benchmark tests to use JMH micro benchmark framework [drankye] Fixed an error in the benchmark test [linchen7] DIRKRB-375 Kerby kdc packaging into a tar file as downloadable package. Contributed by Yaning [linchen7] DIRKRB-376 Kerby client tools packaging into a tar file as downloadable package. Contributed by Yaning [jiajia.li] DIRKRB-278 Add kdcinit tool. [drankye] DIRKRB-384 Refactor backend unit tests in order to share some codes for benchmark tests [jiajia.li] DIRKRB-280 Kadmin tool will be authenticated first before any real operation. [jiajia.li] DIRKRB-344 Encryption type negotiation issue between client and KDC(kerby client will retry after preatuh fail.) [jiajia.li] DIRKRB-374 An end to end test for the token mechanism. [mail] Ignore files generated by Eclipse PMD and Checkstyle plugin [mail] Improved test by declaring expected exception. [mail] Fix checkstyle violations [mail] Re-enable checkstyle checks. Configure Eclipse m2e. [jiajia.li] DIRKRB-385 Add skipTests property. [jiajia.li] DIRKRB-386 Add a parameter for shell to enable debug. [jiajia.li] Fix unable debug in windows. [jiajia.li] DIRKRB-387 NullPointerException of kinit tool. ------------------------------------------ [...truncated 1915 lines...] [WARNING] - org.apache.directory.ldap.client.api.LdapConnectionPool [WARNING] - org.apache.directory.ldap.client.template.PasswordPolicyResponder [WARNING] - org.apache.directory.ldap.client.api.DefaultPoolableLdapConnectionFactory [WARNING] - org.apache.directory.ldap.client.api.future.ExtendedFuture [WARNING] - org.apache.directory.ldap.client.api.LdapNetworkConnection [WARNING] - 47 more... [WARNING] api-all-1.0.0-M28.jar, api-util-1.0.0-M30.jar define 43 overlappping classes: [WARNING] - org.apache.directory.api.util.SynchronizedLRUMap [WARNING] - org.apache.directory.api.util.StringConstants [WARNING] - org.apache.directory.api.util.EmptyEnumeration [WARNING] - org.apache.directory.api.util.SequencedHashMap$Entry [WARNING] - org.apache.directory.api.util.OsgiUtils [WARNING] - org.apache.directory.api.util.MandatoryAndOptionalComponentsMonitor [WARNING] - org.apache.directory.api.util.ComponentsMonitor [WARNING] - org.apache.directory.api.util.SequencedHashMap$2 [WARNING] - org.apache.directory.api.util.GeneralizedTime$FractionDelimiter [WARNING] - org.apache.directory.api.util.GeneralizedTime$1 [WARNING] - 33 more... [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Replacing <https://analysis.apache.org/jenkins/job/directory-kerby/ws/benchmark/target/benchmarks.jar> with <https://analysis.apache.org/jenkins/job/directory-kerby/ws/benchmark/target/benchmark-1.10.2-shaded.jar> [INFO] [INFO] --- exec-maven-plugin:1.4.0:exec (run-benchmarks) @ benchmark --- # JMH 1.10.3 (released 14 days ago) # VM version: JDK 1.7.0_65, VM 24.65-b04 # VM invoker: /x1/jenkins/jenkins-master/jenkins-home/tools/hudson.model.JDK/jdk1.7.0_65/jre/bin/java # VM options: <none> # Warmup: 2 iterations, 1 s each # Measurement: 5 iterations, 1 s each # Timeout: 10 min per iteration # Threads: 1 thread, will synchronize iterations # Benchmark mode: Average time, time/op # Benchmark: org.apache.kerby.benchmark.KrbCodecBenchmark.decodeWithApacheDS # Run progress: 0.00% complete, ETA 00:00:28 # Fork: 1 of 2 # Warmup Iteration 1: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 114574.053 ns/op # Warmup Iteration 2: 25191.945 ns/op Iteration 1: 19466.724 ns/op Iteration 2: 21462.726 ns/op Iteration 3: 19116.910 ns/op Iteration 4: 20784.711 ns/op Iteration 5: 17042.414 ns/op # Run progress: 25.00% complete, ETA 00:00:23 # Fork: 2 of 2 # Warmup Iteration 1: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 81974.660 ns/op # Warmup Iteration 2: 18509.110 ns/op Iteration 1: 20182.250 ns/op Iteration 2: 16783.664 ns/op Iteration 3: 17058.485 ns/op Iteration 4: 16834.044 ns/op Iteration 5: 16953.175 ns/op Result "decodeWithApacheDS": 18568.510 ±(99.9%) 2779.160 ns/op [Average] (min, avg, max) = (16783.664, 18568.510, 21462.726), stdev = 1838.243 CI (99.9%): [15789.350, 21347.671] (assumes normal distribution) # JMH 1.10.3 (released 14 days ago) # VM version: JDK 1.7.0_65, VM 24.65-b04 # VM invoker: /x1/jenkins/jenkins-master/jenkins-home/tools/hudson.model.JDK/jdk1.7.0_65/jre/bin/java # VM options: <none> # Warmup: 2 iterations, 1 s each # Measurement: 5 iterations, 1 s each # Timeout: 10 min per iteration # Threads: 1 thread, will synchronize iterations # Benchmark mode: Average time, time/op # Benchmark: org.apache.kerby.benchmark.KrbCodecBenchmark.decodeWithKerby # Run progress: 50.00% complete, ETA 00:00:15 # Fork: 1 of 2 # Warmup Iteration 1: 91230.169 ns/op # Warmup Iteration 2: 13460.561 ns/op Iteration 1: 21867.942 ns/op Iteration 2: 18269.425 ns/op Iteration 3: 16203.688 ns/op Iteration 4: 9677.654 ns/op Iteration 5: 9355.057 ns/op # Run progress: 75.00% complete, ETA 00:00:07 # Fork: 2 of 2 # Warmup Iteration 1: 100840.065 ns/op # Warmup Iteration 2: 12940.130 ns/op Iteration 1: 11207.782 ns/op Iteration 2: 12284.647 ns/op Iteration 3: 9423.490 ns/op Iteration 4: 9596.573 ns/op Iteration 5: 12994.791 ns/op Result "decodeWithKerby": 13088.105 ±(99.9%) 6551.680 ns/op [Average] (min, avg, max) = (9355.057, 13088.105, 21867.942), stdev = 4333.530 CI (99.9%): [6536.425, 19639.785] (assumes normal distribution) # Run complete. Total time: 00:00:30 Benchmark Mode Cnt Score Error Units KrbCodecBenchmark.decodeWithApacheDS avgt 10 18568.510 ± 2779.160 ns/op KrbCodecBenchmark.decodeWithKerby avgt 10 13088.105 ± 6551.680 ns/op [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ benchmark --- [INFO] Installing <https://analysis.apache.org/jenkins/job/directory-kerby/ws/benchmark/target/benchmark-1.10.2.jar> to /x1/jenkins/mvn-repo/org/apache/kerby/benchmark/1.10.2/benchmark-1.10.2.jar [INFO] Installing <https://analysis.apache.org/jenkins/job/directory-kerby/ws/benchmark/pom.xml> to /x1/jenkins/mvn-repo/org/apache/kerby/benchmark/1.10.2/benchmark-1.10.2.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Kerby Project .............................. SUCCESS [10.344s] [INFO] Kerby ASN1 Project ................................ SUCCESS [11.912s] [INFO] Kerby Util ........................................ SUCCESS [3.148s] [INFO] Third Party Projects .............................. SUCCESS [0.744s] [INFO] not-yet-commons-ssl ............................... FAILURE [1.626s] [INFO] Kerby Config ...................................... SUCCESS [3.093s] [INFO] Kerby-kerb Project ................................ SUCCESS [0.703s] [INFO] Kerby-kerb core ................................... SUCCESS [9.201s] [INFO] Kerby-kerb Crypto ................................. SUCCESS [6.645s] [INFO] Kerby-kerb Util ................................... SUCCESS [1.810s] [INFO] kerby-kerb-coreTest ............................... SUCCESS [1.140s] [INFO] Kerby-kerb Common ................................. SUCCESS [2.843s] [INFO] Kerby-kerb Identity ............................... SUCCESS [1.405s] [INFO] Kerby-kerb Identity Test .......................... SUCCESS [1.621s] [INFO] Kerby-kerb Client ................................. SUCCESS [3.228s] [INFO] Kerby-kerb Server ................................. SUCCESS [3.761s] [INFO] Kerby-kerb Admin .................................. SUCCESS [1.979s] [INFO] Kerb Simple Kdc ................................... SUCCESS [2.116s] [INFO] Kerb Kdc Test ..................................... SUCCESS [3.932s] [INFO] Kerby providers ................................... SUCCESS [0.757s] [INFO] Token provider .................................... SUCCESS [2.260s] [INFO] Kerb Integration Test ............................. SUCCESS [2.834s] [INFO] Kerby-kerb client api all ......................... SUCCESS [0.942s] [INFO] Kerby-kerb server all ............................. SUCCESS [1.031s] [INFO] Kerby KDC Server .................................. SUCCESS [2.801s] [INFO] Pki provider ...................................... SKIPPED [INFO] Kdc Tool Project .................................. SUCCESS [0.935s] [INFO] Client Tool ....................................... SKIPPED [INFO] KDC Tool .......................................... SUCCESS [2.133s] [INFO] Kerby Backend ..................................... SUCCESS [0.546s] [INFO] Json identity backend ............................. SUCCESS [1.416s] [INFO] Zookeeper identity backend ........................ SUCCESS [2.997s] [INFO] Ldap identity backend ............................. SUCCESS [6.985s] [INFO] Kerby Kdc Test .................................... SKIPPED [INFO] Mavibot based backend ............................. SUCCESS [6.103s] [INFO] Kerby Distribution ................................ SUCCESS [1.939s] [INFO] KDC Dist .......................................... SUCCESS [2.244s] [INFO] Tool Dist ......................................... SKIPPED [INFO] Kerby benchmark ................................... SUCCESS [44.407s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:40.479s [INFO] Finished at: Fri Jul 31 06:23:36 UTC 2015 [INFO] Final Memory: 83M/306M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.15:check (validate) on project not-yet-commons-ssl: You have 340 Checkstyle violations. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :not-yet-commons-ssl [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-backend/ldap-backend/pom.xml> to org.apache.kerby/ldap-backend/1.0-SNAPSHOT/ldap-backend-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-backend/ldap-backend/target/ldap-backend-1.0-SNAPSHOT.jar> to org.apache.kerby/ldap-backend/1.0-SNAPSHOT/ldap-backend-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-backend/json-backend/pom.xml> to org.apache.kerby/json-backend/1.0-SNAPSHOT/json-backend-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-backend/json-backend/target/json-backend-1.0-SNAPSHOT.jar> to org.apache.kerby/json-backend/1.0-SNAPSHOT/json-backend-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kdc-test/pom.xml> to org.apache.kerby/kerby-kdc-test/1.0-SNAPSHOT/kerby-kdc-test-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-util/pom.xml> to org.apache.kerby/kerb-util/1.0-SNAPSHOT/kerb-util-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-util/target/kerb-util-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-util/1.0-SNAPSHOT/kerb-util-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-crypto/pom.xml> to org.apache.kerby/kerb-crypto/1.0-SNAPSHOT/kerb-crypto-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-crypto/target/kerb-crypto-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-crypto/1.0-SNAPSHOT/kerb-crypto-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-provider/token-provider/pom.xml> to org.apache.kerby/token-provider/1.0-SNAPSHOT/token-provider-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-provider/token-provider/target/token-provider-1.0-SNAPSHOT.jar> to org.apache.kerby/token-provider/1.0-SNAPSHOT/token-provider-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-client-api-all/pom.xml> to org.apache.kerby/kerb-client-api-all/1.0-SNAPSHOT/kerb-client-api-all-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-client-api-all/target/kerb-client-api-all-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-client-api-all/1.0-SNAPSHOT/kerb-client-api-all-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-tool/client-tool/pom.xml> to org.apache.kerby/client-tool/1.0-SNAPSHOT/client-tool-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-dist/pom.xml> to org.apache.kerby/kerby-dist/1.0-SNAPSHOT/kerby-dist-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/3rdparty/pom.xml> to org.apache.kerby/3rdparty/1.0-SNAPSHOT/3rdparty-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-server/pom.xml> to org.apache.kerby/kerb-server/1.0-SNAPSHOT/kerb-server-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-server/target/kerb-server-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-server/1.0-SNAPSHOT/kerb-server-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-tool/kdc-tool/pom.xml> to org.apache.kerby/kdc-tool/1.0-SNAPSHOT/kdc-tool-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-tool/kdc-tool/target/kdc-tool-1.0-SNAPSHOT.jar> to org.apache.kerby/kdc-tool/1.0-SNAPSHOT/kdc-tool-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-dist/kdc-dist/pom.xml> to org.apache.kerby/kdc-dist/1.0-SNAPSHOT/kdc-dist-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-asn1/pom.xml> to org.apache.kerby/kerby-asn1/1.0-SNAPSHOT/kerby-asn1-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-asn1/target/kerby-asn1-1.0-SNAPSHOT.jar> to org.apache.kerby/kerby-asn1/1.0-SNAPSHOT/kerby-asn1-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/benchmark/pom.xml> to org.apache.kerby/benchmark/1.10.2/benchmark-1.10.2.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/benchmark/target/benchmark-1.10.2.jar> to org.apache.kerby/benchmark/1.10.2/benchmark-1.10.2.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-provider/pom.xml> to org.apache.kerby/kerby-provider/1.0-SNAPSHOT/kerby-provider-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-admin/pom.xml> to org.apache.kerby/kerb-admin/1.0-SNAPSHOT/kerb-admin-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-admin/target/kerb-admin-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-admin/1.0-SNAPSHOT/kerb-admin-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/integration-test/pom.xml> to org.apache.kerby/integration-test/1.0-SNAPSHOT/integration-test-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/integration-test/target/integration-test-1.0-SNAPSHOT.jar> to org.apache.kerby/integration-test/1.0-SNAPSHOT/integration-test-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-simplekdc/pom.xml> to org.apache.kerby/kerb-simplekdc/1.0-SNAPSHOT/kerb-simplekdc-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-simplekdc/target/kerb-simplekdc-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-simplekdc/1.0-SNAPSHOT/kerb-simplekdc-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-core-test/pom.xml> to org.apache.kerby/kerb-core-test/1.0-SNAPSHOT/kerb-core-test-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-core-test/target/kerb-core-test-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-core-test/1.0-SNAPSHOT/kerb-core-test-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/3rdparty/not-yet-commons-ssl/pom.xml> to org.apache.kerby/not-yet-commons-ssl/1.0-SNAPSHOT/not-yet-commons-ssl-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-client/pom.xml> to org.apache.kerby/kerb-client/1.0-SNAPSHOT/kerb-client-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-client/target/kerb-client-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-client/1.0-SNAPSHOT/kerb-client-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/pom.xml> to org.apache.kerby/kerby-kerb/1.0-SNAPSHOT/kerby-kerb-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-backend/mavibot-backend/pom.xml> to org.apache.kerby/mavibot-backend/1.0-SNAPSHOT/mavibot-backend-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-backend/mavibot-backend/target/mavibot-backend-1.0-SNAPSHOT.jar> to org.apache.kerby/mavibot-backend/1.0-SNAPSHOT/mavibot-backend-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-backend/zookeeper-backend/pom.xml> to org.apache.kerby/zookeeper-backend/1.0-SNAPSHOT/zookeeper-backend-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-backend/zookeeper-backend/target/zookeeper-backend-1.0-SNAPSHOT.jar> to org.apache.kerby/zookeeper-backend/1.0-SNAPSHOT/zookeeper-backend-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-config/pom.xml> to org.apache.kerby/kerby-config/1.0-SNAPSHOT/kerby-config-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-config/target/kerby-config-1.0-SNAPSHOT.jar> to org.apache.kerby/kerby-config/1.0-SNAPSHOT/kerby-config-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-util/pom.xml> to org.apache.kerby/kerby-util/1.0-SNAPSHOT/kerby-util-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-util/target/kerby-util-1.0-SNAPSHOT.jar> to org.apache.kerby/kerby-util/1.0-SNAPSHOT/kerby-util-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-common/pom.xml> to org.apache.kerby/kerb-common/1.0-SNAPSHOT/kerb-common-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-common/target/kerb-common-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-common/1.0-SNAPSHOT/kerb-common-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-core/pom.xml> to org.apache.kerby/kerb-core/1.0-SNAPSHOT/kerb-core-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-core/target/kerb-core-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-core/1.0-SNAPSHOT/kerb-core-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kdc/pom.xml> to org.apache.kerby/kerby-kdc/1.0-SNAPSHOT/kerby-kdc-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kdc/target/kerby-kdc-1.0-SNAPSHOT.jar> to org.apache.kerby/kerby-kdc/1.0-SNAPSHOT/kerby-kdc-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-identity/pom.xml> to org.apache.kerby/kerb-identity/1.0-SNAPSHOT/kerb-identity-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-identity/target/kerb-identity-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-identity/1.0-SNAPSHOT/kerb-identity-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-backend/pom.xml> to org.apache.kerby/kerby-backend/1.0-SNAPSHOT/kerby-backend-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-tool/pom.xml> to org.apache.kerby/kerby-tool/1.0-SNAPSHOT/kerby-tool-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/pom.xml> to org.apache.kerby/kerby-all/1.0-SNAPSHOT/kerby-all-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-kdc-test/pom.xml> to org.apache.kerby/kerb-kdc-test/1.0-SNAPSHOT/kerb-kdc-test-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-kdc-test/target/kerb-kdc-test-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-kdc-test/1.0-SNAPSHOT/kerb-kdc-test-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-kdc-test/target/kerb-kdc-test-1.0-SNAPSHOT-tests.jar> to org.apache.kerby/kerb-kdc-test/1.0-SNAPSHOT/kerb-kdc-test-1.0-SNAPSHOT-tests.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-dist/tool-dist/pom.xml> to org.apache.kerby/tool-dist/1.0-SNAPSHOT/tool-dist-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-provider/pki-provider/pom.xml> to org.apache.kerby/pki-provider/1.0-SNAPSHOT/pki-provider-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-identity-test/pom.xml> to org.apache.kerby/kerb-identity-test/1.0-SNAPSHOT/kerb-identity-test-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-identity-test/target/kerb-identity-test-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-identity-test/1.0-SNAPSHOT/kerb-identity-test-1.0-SNAPSHOT.jar [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-server-api-all/pom.xml> to org.apache.kerby/kerb-server-api-all/1.0-SNAPSHOT/kerb-server-api-all-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://analysis.apache.org/jenkins/job/directory-kerby/ws/kerby-kerb/kerb-server-api-all/target/kerb-server-api-all-1.0-SNAPSHOT.jar> to org.apache.kerby/kerb-server-api-all/1.0-SNAPSHOT/kerb-server-api-all-1.0-SNAPSHOT.jar Sending e-mails to: [email protected] channel stopped Skipping sonar analysis due to bad build status FAILURE
