See
<https://builds.apache.org/job/bookkeeper_codecoverage/5/display/redirect?page=changes>
Changes:
[sijie] State Store: Define the k/v interface
[sijie] Fix checkstyle and findbugs errors
[sijie] State Store: Add MVCC Store Interface
[sijie] Async and Sync MVCC Store
[sijie] Make all interfaces
[sijie] Add javadoc and annotation, fix checkstyle
[sijie] Reorganize builder and op
[sijie] Implement op and result
[sijie] Add internal structure for mvcc record
[sijie] Implement Record Factory
[sijie] address compilation issue with @FreeBuilder
[sijie] Implement Range and Put Operation
[sijie] Implement put and range operation in mvcc store
[sijie] Make localStateStoreDir, stream and ioExecutor optional
[sijie] Add protobuf definition for put/delete/txn request
[sijie] Implement MVCC Async Store using local rocksdb and distributedlog stream
[sijie] Implement delete op in local mvcc store
[sijie] Implement txn operation in local mvcc store
[sijie] Make keys optional for range operations and make range operations
[sijie] Return the right revision for results
[sijie] Implement cas shortcuts in mvcc store
[sijie] Introduce StateStores and MVCCStores as factory for supplying stores
[sijie] Move the module from `distributedlog-io/statestore` to root module
[sijie] Fix compilation issue after moved statestore out of distributedlog repo
[sijie] Incremental checkpoint on rocksdb
[sijie] Split the statestore module into api and impl
[sijie] Move api classes to api module
[sijie] Add LICENSE file
[sijie] Enable travis ci
[sijie] Remove duplicated matrix section
[sijie] Enable apache-rat:check
[sijie] Exclude travis log for apache-rat:check
[sijie] Move the simple kv statestore api/impl to `kv` package
[sijie] - Move the journaling logic to an abstract implementation of
[sijie] implement the rocksdb based async kv store
[github] Rename `CheckpointManager` to `CheckpointStore` (#1)
[sijie] Use default column family for storing data and introduce a `.meta`
[sijie] Redirect tests output from console to files
[sijie] Add test cases for rocksdb incremental checkpointing
[sijie] Enable checkpointing in AsyncStateStoreWithJournal
[sijie] Stream Store: Protocol module
[sijie] Stream Store: Define the table API in stream store.
[sijie] Stream Store: Client
[sijie] Stream Store : storage api & impl
[sijie] [md_proxy2 6/14] Pluggable interface to resolve bookie address from name
[sijie] Move `bookkeeper-common` as `common` module
[sijie] Remove the simple name resolver factory.
[sijie] Finished the import of streamstore module and make it compilable.
[sijie] Move kv api from `stream.api.view.kv` to `api.kv`
[sijie] Relocate the protocol package
[sijie] Relocate storage package
[sijie] Refactor, cleanup and enable bookkeeper checkstyle
[sijie] Move client implementation from `streamstore/client` to clients/java
[sijie] Refactor client package from `stream.client` to `clients`
[sijie] Add clients-parent module
[sijie] refactor `rangeservice` to `storage`
[sijie] Rename RangeServer as StorageServer
[sijie] Storage module should depends on the new client module
[sijie] Fix NPE on LocalClientImpl
[zhaijia03] Rename "Collection" to "Namespace" (#2)
[guosijie] Fix status codes which still reference collection (#3)
[guosijie] Fix the namespace processor filenames (#4)
[guosijie] Introduce a store factory to manage and create mvcc stores (#5)
[zhaijia03] Use local state store to store root range (#6)
[guosijie] Cherry-pick the stream storage server module (#7)
[github] Cherry-pick integration tests from stream storage (#8)
[zhaijia03] store stream/range metadata in a mvcc local store (#9)
[zhaijia03] Expose table service to grpc endpoint (#10)
[zhaijia03] Implement table storage using the local mvcc store (#11)
[zhaijia03] Implement table storage using the local mvcc store (#12)
[github] Fix compilation issue: remove duplicated method (#13)
[zhaijia03] Add an integrate test case on testing end-to-end kv store (#14)
[github] Improve the client api to a type-safe api (#15)
[zhaijia03] Enable txn on both server side and client side (#16)
[zhaijia03] Add some simplified kv methods in PTable (#17)
[zhaijia03] Add Table api and its implementation (#18)
[sijie] Table -> Stream (part 1): add table writer for appending events to
[sijie] Table -> Stream (part 2): Introduce `defaultBackendUri` in stream
[sijie] Table -> Stream (part 3): Implement dlog based table writer
[sijie] Table -> Stream (part 4): storage server supports serving readonly table
[sijie] Support Increment (part 1): provide increment op support in local state
[sijie] Support Increment (part 2): provide increment op support in storage
[sijie] Support Increment (part 3): fix integration test
[zhaijia03] Provide a standalone cluster and a storage cli to interact with it
(#19)
[github] Use github repo as a temp location for deploying artifacts (#20)
[sijie] repackage under `org.apache.bookkeeper`
[sijie] Format the indent to 4 spaces (to align with bookkeeper coding style)
[zhaijia03] Remove OrderedBy annotation (#21)
[guosijie] Cleanup unused protobuf definitions (#22)
[guosijie] Remove `type` from StorageContainerRequest (#36)
[guosijie] Use the kv api defined in client for statelib (#37)
[zhaijia03] Consolidate the protobuf definition used in state store and in
[zhaijia03] Fix compilation warnings (#39)
[sijie] Cleanup - remove writer api from table
[sijie] Cleanup - remove `ByteBufUtils`
[github] Cleanup - remove unneeded test cases (#40)
[github] Introduce IncrementOption to support `incrementAndGet` (#41)
[github] Bump bk/dl version to 4.7.0-SNAPSHOT (#42)
[github] Update readme (#43)
[sijie] Fix type in README
[sijie] Fix LifecycleComponentStarter
[sijie] Prepare merging table service
[sijie] Add Jia Zhai and Enrico Olivelli to PMC list
[sijie] ISSUE #1147: Move bookkeeper-server/{bin,conf} to root module
[sijie] Update release guide to remove old releases after a new release is
[sijie] Update download pages
[sijie] Use the bk OrderedScheduler in dlog
------------------------------------------
[...truncated 1.48 MB...]
2018-02-28T08:43:06.415 [INFO] --- maven-remote-resources-plugin:1.5:process
(process-resource-bundles) @ distributedlog-io ---
2018-02-28T08:43:06.609 [INFO]
2018-02-28T08:43:06.609 [INFO] --- maven-site-plugin:3.5.1:attach-descriptor
(attach-descriptor) @ distributedlog-io ---
2018-02-28T08:43:06.764 [INFO]
2018-02-28T08:43:06.764 [INFO] >>> maven-source-plugin:2.2.1:jar
(attach-sources) > generate-sources @ distributedlog-io >>>
2018-02-28T08:43:06.766 [INFO]
2018-02-28T08:43:06.766 [INFO] --- jacoco-maven-plugin:0.8.0:prepare-agent
(default) @ distributedlog-io ---
2018-02-28T08:43:06.767 [INFO] argLine set to
-javaagent:<https://builds.apache.org/job/bookkeeper_codecoverage/ws/.repository/org/jacoco/org.jacoco.agent/0.8.0/org.jacoco.agent-0.8.0-runtime.jar=destfile=/home/jenkins/jenkins-slave/workspace/bookkeeper_codecoverage/stream/distributedlog/io/target/jacoco.exec>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
2018-02-28T08:43:07.073 [INFO]
2018-02-28T08:43:07.073 [INFO] <<< maven-source-plugin:2.2.1:jar
(attach-sources) < generate-sources @ distributedlog-io <<<
2018-02-28T08:43:07.073 [INFO]
2018-02-28T08:43:07.073 [INFO]
2018-02-28T08:43:07.073 [INFO] --- maven-source-plugin:2.2.1:jar
(attach-sources) @ distributedlog-io ---
2018-02-28T08:43:07.227 [INFO]
2018-02-28T08:43:07.227 [INFO] --- jacoco-maven-plugin:0.8.0:report
(default-cli) @ distributedlog-io ---
2018-02-28T08:43:07.228 [INFO] Skipping JaCoCo execution due to missing
execution data file.
[JENKINS] Archiving disabled
2018-02-28T08:43:08.832 [INFO]
2018-02-28T08:43:08.832 [INFO]
------------------------------------------------------------------------
2018-02-28T08:43:08.832 [INFO] Building Apache BookKeeper :: Parent
4.7.0-SNAPSHOT
2018-02-28T08:43:08.832 [INFO]
------------------------------------------------------------------------
2018-02-28T08:43:08.833 [INFO]
2018-02-28T08:43:08.833 [INFO] --- coveralls-maven-plugin:4.3.0:report
(default-cli) @ bookkeeper ---
2018-02-28T08:43:08.836 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
2018-02-28T08:43:08.848 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
(6.4 kB at 533 kB/s)
2018-02-28T08:43:08.850 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
2018-02-28T08:43:08.861 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
(16 kB at 1.4 MB/s)
2018-02-28T08:43:08.865 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
2018-02-28T08:43:08.875 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
(5.5 kB at 552 kB/s)
2018-02-28T08:43:08.877 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
2018-02-28T08:43:08.888 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
(13 kB at 1.2 MB/s)
2018-02-28T08:43:08.891 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom
2018-02-28T08:43:08.902 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom
(4.8 kB at 435 kB/s)
2018-02-28T08:43:08.905 [INFO] Downloading:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.3/jackson-core-2.8.3.pom
2018-02-28T08:43:08.916 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.3/jackson-core-2.8.3.pom
(5.4 kB at 492 kB/s)
2018-02-28T08:43:08.919 [INFO] Downloading:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.3/jackson-annotations-2.8.3.pom
2018-02-28T08:43:08.933 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.3/jackson-annotations-2.8.3.pom
(1.8 kB at 132 kB/s)
2018-02-28T08:43:08.938 [INFO] Downloading:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.3/jackson-databind-2.8.3.pom
2018-02-28T08:43:08.949 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.3/jackson-databind-2.8.3.pom
(5.4 kB at 493 kB/s)
2018-02-28T08:43:08.952 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.5.0.201609210915-r/org.eclipse.jgit-4.5.0.201609210915-r.pom
2018-02-28T08:43:08.964 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.5.0.201609210915-r/org.eclipse.jgit-4.5.0.201609210915-r.pom
(9.5 kB at 792 kB/s)
2018-02-28T08:43:08.965 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.5.0.201609210915-r/org.eclipse.jgit-parent-4.5.0.201609210915-r.pom
2018-02-28T08:43:08.979 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.5.0.201609210915-r/org.eclipse.jgit-parent-4.5.0.201609210915-r.pom
(27 kB at 1.9 MB/s)
2018-02-28T08:43:08.982 [INFO] Downloading:
https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.pom
2018-02-28T08:43:08.993 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.pom
(3.2 kB at 294 kB/s)
2018-02-28T08:43:08.994 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
2018-02-28T08:43:09.005 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
(4.8 kB at 439 kB/s)
2018-02-28T08:43:09.006 [INFO] Downloading:
https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
2018-02-28T08:43:09.017 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom
(4.3 kB at 395 kB/s)
2018-02-28T08:43:09.019 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.3.2/sisu-inject-plexus-1.4.3.2.pom
2018-02-28T08:43:09.030 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.3.2/sisu-inject-plexus-1.4.3.2.pom
(5.2 kB at 474 kB/s)
2018-02-28T08:43:09.031 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.3.2/guice-plexus-1.4.3.2.pom
2018-02-28T08:43:09.043 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.3.2/guice-plexus-1.4.3.2.pom
(3.0 kB at 253 kB/s)
2018-02-28T08:43:09.044 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.3.2/guice-bean-1.4.3.2.pom
2018-02-28T08:43:09.055 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.3.2/guice-bean-1.4.3.2.pom
(2.5 kB at 230 kB/s)
2018-02-28T08:43:09.056 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.3.2/sisu-inject-1.4.3.2.pom
2018-02-28T08:43:09.067 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.3.2/sisu-inject-1.4.3.2.pom
(1.2 kB at 109 kB/s)
2018-02-28T08:43:09.068 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.3.2/sisu-parent-1.4.3.2.pom
2018-02-28T08:43:09.079 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.3.2/sisu-parent-1.4.3.2.pom
(8.1 kB at 735 kB/s)
2018-02-28T08:43:09.082 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.3.2/sisu-inject-bean-1.4.3.2.pom
2018-02-28T08:43:09.093 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.3.2/sisu-inject-bean-1.4.3.2.pom
(5.3 kB at 482 kB/s)
2018-02-28T08:43:09.095 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.9.2/sisu-guice-2.9.2.pom
2018-02-28T08:43:09.108 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.9.2/sisu-guice-2.9.2.pom
(7.3 kB at 565 kB/s)
2018-02-28T08:43:09.109 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/2.9.2/guice-parent-2.9.2.pom
2018-02-28T08:43:09.121 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/2.9.2/guice-parent-2.9.2.pom
(12 kB at 1.0 MB/s)
2018-02-28T08:43:09.128 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar
2018-02-28T08:43:09.128 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar
2018-02-28T08:43:09.128 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar
2018-02-28T08:43:09.129 [INFO] Downloading:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.3/jackson-core-2.8.3.jar
2018-02-28T08:43:09.129 [INFO] Downloading:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.3/jackson-annotations-2.8.3.jar
2018-02-28T08:43:09.149 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.jar
(41 kB at 2.0 MB/s)
2018-02-28T08:43:09.150 [INFO] Downloading:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.3/jackson-databind-2.8.3.jar
2018-02-28T08:43:09.150 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.3/jackson-annotations-2.8.3.jar
(56 kB at 2.6 MB/s)
2018-02-28T08:43:09.150 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.5.0.201609210915-r/org.eclipse.jgit-4.5.0.201609210915-r.jar
2018-02-28T08:43:09.200 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.3/jackson-core-2.8.3.jar
(281 kB at 3.9 MB/s)
2018-02-28T08:43:09.200 [INFO] Downloading:
https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.jar
2018-02-28T08:43:09.206 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar
(327 kB at 4.2 MB/s)
2018-02-28T08:43:09.206 [INFO] Downloading:
https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
2018-02-28T08:43:09.228 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar
(125 kB at 1.3 MB/s)
2018-02-28T08:43:09.228 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.3.2/sisu-inject-plexus-1.4.3.2.jar
2018-02-28T08:43:09.237 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.53/jsch-0.1.53.jar
(280 kB at 2.6 MB/s)
2018-02-28T08:43:09.237 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.3.2/sisu-inject-bean-1.4.3.2.jar
2018-02-28T08:43:09.240 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar
(737 kB at 6.5 MB/s)
2018-02-28T08:43:09.240 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.9.2/sisu-guice-2.9.2-no_aop.jar
2018-02-28T08:43:09.263 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.3.2/sisu-inject-bean-1.4.3.2.jar
(160 kB at 1.2 MB/s)
2018-02-28T08:43:09.264 [INFO] Downloading:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
2018-02-28T08:43:09.277 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
(41 kB at 278 kB/s)
2018-02-28T08:43:09.283 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.3.2/sisu-inject-plexus-1.4.3.2.jar
(205 kB at 1.3 MB/s)
2018-02-28T08:43:09.298 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.9.2/sisu-guice-2.9.2-no_aop.jar
(480 kB at 2.8 MB/s)
2018-02-28T08:43:09.306 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.3/jackson-databind-2.8.3.jar
(1.2 MB at 7.0 MB/s)
2018-02-28T08:43:09.429 [INFO] Downloaded:
https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.5.0.201609210915-r/org.eclipse.jgit-4.5.0.201609210915-r.jar
(2.4 MB at 7.9 MB/s)
2018-02-28T08:43:10.264 [INFO] Starting Coveralls job for jenkins (5 /
https://builds.apache.org/job/bookkeeper_codecoverage/5/)
2018-02-28T08:43:10.264 [INFO] Using repository token <secret>
2018-02-28T08:43:10.264 [INFO] Git commit 538aee9 in master
2018-02-28T08:43:10.264 [INFO] Writing Coveralls data to
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/target/coveralls.json...>
2018-02-28T08:43:10.315 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/circe-checksum/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.359 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/bookkeeper-common/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.377 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/bookkeeper-server/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.762 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/bookkeeper-tools/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.765 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/bookkeeper-benchmark/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.772 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/bookkeeper-stats-providers/codahale-metrics-provider/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.774 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/bookkeeper-stats-providers/prometheus-metrics-provider/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.777 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/bookkeeper-http/twitter-http-server/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.779 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/bookkeeper-http/vertx-http-server/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.781 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/tests/shaded/bookkeeper-server-shaded-test/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.782 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/tests/shaded/bookkeeper-server-tests-shaded-test/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.782 [INFO] Processing coverage report from
<https://builds.apache.org/job/bookkeeper_codecoverage/ws/tests/shaded/distributedlog-core-shaded-test/target/site/jacoco/jacoco.xml>
2018-02-28T08:43:10.813 [INFO] Successfully wrote Coveralls data in 549ms
2018-02-28T08:43:10.814 [INFO] Gathered code coverage metrics for 393 source
files with 93243 lines of code:
2018-02-28T08:43:10.814 [INFO] - 31295 relevant lines
2018-02-28T08:43:10.814 [INFO] - 22581 covered lines
2018-02-28T08:43:10.814 [INFO] - 8714 missed lines
2018-02-28T08:43:10.814 [INFO] Submitting Coveralls data to API
2018-02-28T08:43:11.964 [ERROR] Submission failed in 1150ms while processing
data
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
2018-02-28T08:43:57.345 [INFO]
------------------------------------------------------------------------
2018-02-28T08:43:57.345 [INFO] Reactor Summary:
2018-02-28T08:43:57.345 [INFO]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Parent
........................ FAILURE [ 3.661 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Build Tools
................... SUCCESS [ 5.744 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Circe Checksum Library
........ SUCCESS [01:52 min]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Stats API
..................... SUCCESS [ 8.404 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Common
........................ SUCCESS [ 27.878 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Protocols
..................... SUCCESS [ 8.165 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Bookkeeper Http :: Http
Server SUCCESS [ 4.861 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Server
........................ SUCCESS [47:57 min]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Tools
......................... SUCCESS [ 37.115 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Benchmark
..................... SUCCESS [ 46.664 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Stats Providers :: Twitter
Finagle Stats SUCCESS [ 16.714 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Stats Providers :: Twitter
Science Stats SUCCESS [ 30.738 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Stats Providers :: Twitter
Ostrich Stats SUCCESS [ 7.803 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Stats Providers :: Codahale
Metrics SUCCESS [ 6.187 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Stats Providers ::
Prometheus . SUCCESS [ 6.926 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Stats Providers
............... SUCCESS [ 1.792 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Bookkeeper Http :: Twitter
Http Server SUCCESS [ 12.847 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Bookkeeper Http :: Vertx
Http Server SUCCESS [ 9.243 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Bookkeeper Http
............... SUCCESS [ 1.712 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Shaded :: Parent
.............. SUCCESS [ 1.651 s]
2018-02-28T08:43:57.346 [INFO] Apache BookKeeper :: Shaded ::
bookkeeper-server-shaded SUCCESS [ 8.658 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Shaded ::
bookkeeper-server-tests-shaded SUCCESS [ 4.471 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: DistributedLog :: Parent
...... SUCCESS [ 2.041 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: DistributedLog :: Common
...... SUCCESS [ 6.834 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: DistributedLog :: Protocol
.... SUCCESS [ 7.073 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: DistributedLog :: Core
Library SUCCESS [ 42.448 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Shaded ::
distributedlog-core-shaded SUCCESS [ 24.189 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests
......................... SUCCESS [ 1.654 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Test Shaded Jars
..... SUCCESS [ 1.665 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests ::
bookkeeper-server-shaded test SUCCESS [ 6.803 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests ::
bookkeeper-server-tests-shaded test SUCCESS [ 6.535 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests ::
distributedlog-core-shaded test SUCCESS [ 6.933 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Docker Images
........ SUCCESS [ 2.534 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Docker Images ::
All Released Versions SUCCESS [ 1.803 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Dist (Parent)
................. SUCCESS [ 10.271 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Dist (Server)
................. SUCCESS [ 6.352 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Docker Images ::
All Versions SUCCESS [ 3.267 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Utility module for
Arquillian based integration tests SUCCESS [ 10.894 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Common topologies
for Arquillian based integration tests SUCCESS [ 3.139 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Base module for
Arquillian based integration tests SUCCESS [ 4.391 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Base module for
Arquillian based integration tests using groovy SUCCESS [ 4.930 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Backward
Compatibility SUCCESS [ 3.460 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Backward
Compatibility :: Test upgrade between all released versions and current version
SUCCESS [ 8.378 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Backward
Compatibility :: Test upgrade between 4.1.0 and current version SUCCESS [
5.650 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Backward
Compatibility :: Test compat between old version and new version of
hierarchical ledger manager SUCCESS [ 4.976 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Backward
Compatibility :: Test upgrade between 4.1.0 and current version (with hostname
bookie ID) SUCCESS [ 5.000 s]
2018-02-28T08:43:57.347 [INFO] Apache BookKeeper :: Tests :: Backward
Compatibility :: Test recovery does not work when password no in metadata
SUCCESS [ 5.605 s]
2018-02-28T08:43:57.348 [INFO] Apache BookKeeper :: Tests :: Backward
Compatibility :: Test upgrade 4.1.0 to current in cluster with cookies SUCCESS
[ 5.198 s]
2018-02-28T08:43:57.348 [INFO] Apache BookKeeper :: Tests :: Backward
Compatibility :: Test old clients working on current server SUCCESS [ 4.974 s]
2018-02-28T08:43:57.348 [INFO] Apache BookKeeper :: Tests :: Backward
Compatibility :: Test upgrade between yahoo custom version and current SUCCESS
[ 5.021 s]
2018-02-28T08:43:57.348 [INFO] Apache BookKeeper :: Tests :: Integration
.......... SUCCESS [ 3.294 s]
2018-02-28T08:43:57.348 [INFO] Apache BookKeeper :: Tests :: Integration ::
Smoke test SUCCESS [ 5.261 s]
2018-02-28T08:43:57.348 [INFO] Apache BookKeeper :: Dist (All)
.................... SUCCESS [ 8.047 s]
2018-02-28T08:43:57.348 [INFO] Apache BookKeeper :: microbenchmarks
............... SUCCESS [ 11.563 s]
2018-02-28T08:43:57.348 [INFO] Apache BookKeeper :: DistributedLog :: IO ::
FileSystem SUCCESS [ 8.001 s]
2018-02-28T08:43:57.348 [INFO] Apache BookKeeper :: DistributedLog :: IO
.......... SUCCESS [ 2.091 s]
2018-02-28T08:43:57.348 [INFO]
------------------------------------------------------------------------
2018-02-28T08:43:57.348 [INFO] BUILD FAILURE
2018-02-28T08:43:57.348 [INFO]
------------------------------------------------------------------------
2018-02-28T08:43:57.348 [INFO] Total time: 01:00 h
2018-02-28T08:43:57.348 [INFO] Finished at: 2018-02-28T08:43:57Z
2018-02-28T08:43:58.190 [INFO] Final Memory: 203M/2363M
2018-02-28T08:43:58.190 [INFO]
------------------------------------------------------------------------
2018-02-28T08:43:58.199 [ERROR] Failed to execute goal
org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report (default-cli) on
project bookkeeper: Processing of input or output data failed: Report
submission to Coveralls API failed with HTTP status 422: Unprocessable Entity
(Couldn't find a repository matching this job.) -> [Help 1]
2018-02-28T08:43:58.199 [ERROR]
2018-02-28T08:43:58.199 [ERROR] To see the full stack trace of the errors,
re-run Maven with the -e switch.
2018-02-28T08:43:58.199 [ERROR] Re-run Maven using the -X switch to enable full
debug logging.
2018-02-28T08:43:58.199 [ERROR]
2018-02-28T08:43:58.199 [ERROR] For more information about the errors and
possible solutions, please read the following articles:
2018-02-28T08:43:58.199 [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
channel stopped
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]