Merge lp://staging/~jelmer/brz/merge-3.3 into lp://staging/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://staging/~jelmer/brz/merge-3.3 |
Merge into: | lp://staging/brz |
To merge this branch: | bzr merge lp://staging/~jelmer/brz/merge-3.3 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jelmer Vernooij | Approve | ||
Review via email: mp+452310@code.staging.launchpad.net |
Commit message
Merge lp:brz/3.3
Description of the change
Merge lp:brz/3.3
To post a comment you must log in.
Diff calculation failed
Calculating the branch diff failed. You can manually schedule an update if required.
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 bazaar/ src/bencode_ serializer. rs:314: 7 REVISION_ SERIALIZER_ V1: BEncodeRevision Serializer1 = BEncodeRevision Serializer1 {}; ^^^^^^^ ^^^^^^^ ^^^^^^^ ^^ dead_code) ]` on by default
--> crates/
|
314 | const BENCODE_
| ^^^^^^^
|
= note: `#[warn(
warning: constant `HASH_LIMIT` is never used bazaar/ src/groupcompre ss/delta. rs:23:7
--> crates/
|
23 | const HASH_LIMIT: usize = 64;
| ^^^^^^^^^^
warning: constant `RABIN_SHIFT` is never used bazaar/ src/groupcompre ss/delta. rs:25:7
--> crates/
|
25 | const RABIN_SHIFT: usize = 23;
| ^^^^^^^^^^^
warning: constant `RABIN_WINDOW` is never used bazaar/ src/groupcompre ss/delta. rs:26:7
--> crates/
|
26 | const RABIN_WINDOW: usize = 16;
| ^^^^^^^^^^^^
warning: constant `EXTRA_NULLS` is never used bazaar/ src/groupcompre ss/delta. rs:31:7
--> crates/
|
31 | const EXTRA_NULLS: usize = 4;
| ^^^^^^^^^^^
warning: constant `T` is never used bazaar/ src/groupcompre ss/delta. rs:33:7
--> crates/
|
33 | const T: &[u32; 256] = &[
| ^
warning: constant `U` is never used bazaar/ src/groupcompre ss/delta. rs:68:7
--> crates/
|
68 | const U: &[u32; 256] = &[
| ^
warning: struct `SourceInfo` is never constructed bazaar/ src/groupcompre ss/delta. rs:103: 8
--> crates/
|
103 | struct SourceInfo {
| ^^^^^^^^^^
warning: constant `DELTA_SIZE_MIN` is never used bazaar/ src/groupcompre ss/delta. rs:118: 7
--> crates/
|
118 | const DELTA_SIZE_MIN: u64 = 3;
| ^^^^^^^^^^^^^^
warning: function `get_delta_ hdr_size` is never used bazaar/ src/groupcompre ss/delta. rs:120: 4 hdr_size( datap: &mut &[u8], top: &[u8]) -> u64 {
--> crates/
|
120 | fn get_delta_
| ^^^^^^^^^^^^^^^^^^
warning: function `get_text` is never used bazaar/ src/groupcompre ss/delta. rs:141: 4
--> crates/
|
141 | fn get_text(buff: &mut [u8; 128], ptr: &[u8]) {
| ^^^^^^^^
warning: function `rabin_hash` is never used bazaar/ src/groupcompre ss/delta. rs:171: 4
--> crates/
|
171 | fn rabin_hash(data: &[u8]) -> u32 {
| ^^^^^^^^^^
warning: function `surrogate_escape` is never used bazaar/ src/xml_ serializer. rs:106: 4
--> crates/
|
106 | fn surrogate_escape(b: u8) -> Vec<u8> {
| ^^^^^^^^^^^^^^^^
Compiling breezy v3.4.0 (/tmp/tarmac/ branch. 2hywf5pz) 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= a81dd59c914d320 1 -C extra-filename= -a81dd59c914d32 01 --out-dir /tmp/tarmac/ branch. 2hywf5pz/ target/ debug/deps -C incremental= /tmp/tarmac/ branch. 2hywf5pz/ target/ debug/increment al -L dependency= /tmp/tarmac/ branch. 2hywf5pz/ target/ debug/deps --extern bazaar= /tmp/tarmac/ branch. 2hywf5pz/ target/ debug/deps/ libbazaar- 34028e9ec96809a 6.rmeta --extern breezy_gra...
Running `rustc --crate-name breezy --edition=2021 src/lib.rs --error-format=json --json=