Merge lp:~jelmer/brz/merge-3.3 into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merged at revision: 7876
Proposed branch: lp:~jelmer/brz/merge-3.3
Merge into: lp:brz
To merge this branch: bzr merge lp:~jelmer/brz/merge-3.3
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+452310@code.launchpad.net

Commit message

Description of the change

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
Download full text (65.2 KiB)

The attempt to merge lp:~jelmer/brz/merge-3.3 into lp:brz failed. Command exited with 2.
Below is the output from the failed tests.

... OUTPUT TRIMMED ...

warning: constant `BENCODE_REVISION_SERIALIZER_V1` is never used
   --> crates/bazaar/src/bencode_serializer.rs:314:7
    |
314 | const BENCODE_REVISION_SERIALIZER_V1: BEncodeRevisionSerializer1 = BEncodeRevisionSerializer1 {};
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: constant `HASH_LIMIT` is never used
  --> crates/bazaar/src/groupcompress/delta.rs:23:7
   |
23 | const HASH_LIMIT: usize = 64;
   | ^^^^^^^^^^

warning: constant `RABIN_SHIFT` is never used
  --> crates/bazaar/src/groupcompress/delta.rs:25:7
   |
25 | const RABIN_SHIFT: usize = 23;
   | ^^^^^^^^^^^

warning: constant `RABIN_WINDOW` is never used
  --> crates/bazaar/src/groupcompress/delta.rs:26:7
   |
26 | const RABIN_WINDOW: usize = 16;
   | ^^^^^^^^^^^^

warning: constant `EXTRA_NULLS` is never used
  --> crates/bazaar/src/groupcompress/delta.rs:31:7
   |
31 | const EXTRA_NULLS: usize = 4;
   | ^^^^^^^^^^^

warning: constant `T` is never used
  --> crates/bazaar/src/groupcompress/delta.rs:33:7
   |
33 | const T: &[u32; 256] = &[
   | ^

warning: constant `U` is never used
  --> crates/bazaar/src/groupcompress/delta.rs:68:7
   |
68 | const U: &[u32; 256] = &[
   | ^

warning: struct `SourceInfo` is never constructed
   --> crates/bazaar/src/groupcompress/delta.rs:103:8
    |
103 | struct SourceInfo {
    | ^^^^^^^^^^

warning: constant `DELTA_SIZE_MIN` is never used
   --> crates/bazaar/src/groupcompress/delta.rs:118:7
    |
118 | const DELTA_SIZE_MIN: u64 = 3;
    | ^^^^^^^^^^^^^^

warning: function `get_delta_hdr_size` is never used
   --> crates/bazaar/src/groupcompress/delta.rs:120:4
    |
120 | fn get_delta_hdr_size(datap: &mut &[u8], top: &[u8]) -> u64 {
    | ^^^^^^^^^^^^^^^^^^

warning: function `get_text` is never used
   --> crates/bazaar/src/groupcompress/delta.rs:141:4
    |
141 | fn get_text(buff: &mut [u8; 128], ptr: &[u8]) {
    | ^^^^^^^^

warning: function `rabin_hash` is never used
   --> crates/bazaar/src/groupcompress/delta.rs:171:4
    |
171 | fn rabin_hash(data: &[u8]) -> u32 {
    | ^^^^^^^^^^

warning: function `surrogate_escape` is never used
   --> crates/bazaar/src/xml_serializer.rs:106:4
    |
106 | fn surrogate_escape(b: u8) -> Vec<u8> {
    | ^^^^^^^^^^^^^^^^

   Compiling breezy v3.4.0 (/tmp/tarmac/branch.2hywf5pz)
     Running `rustc --crate-name breezy --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="i18n"' --cfg 'feature="pyo3"' -C metadata=a81dd59c914d3201 -C extra-filename=-a81dd59c914d3201 --out-dir /tmp/tarmac/branch.2hywf5pz/target/debug/deps -C incremental=/tmp/tarmac/branch.2hywf5pz/target/debug/incremental -L dependency=/tmp/tarmac/branch.2hywf5pz/target/debug/deps --extern bazaar=/tmp/tarmac/branch.2hywf5pz/target/debug/deps/libbazaar-34028e9ec96809a6.rmeta --extern breezy_gra...

lp:~jelmer/brz/merge-3.3 updated
7876. By Jelmer Vernooij

Merge lp:brz/3.3

by jelmer review by jelmer

Subscribers

People subscribed via source and target branches