[INFO] fetching crate strprox 0.3.3...
[INFO] testing strprox-0.3.3 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate strprox 0.3.3 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate strprox 0.3.3
[INFO] finished tweaking crates.io crate strprox 0.3.3
[INFO] tweaked toml for crates.io crate strprox 0.3.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate strprox 0.3.3 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 25 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 38bc837ec35c922c739d08be279e94b83df379213b435599aeea81b4c993682e
[INFO] running `Command { std: "docker" "start" "-a" "38bc837ec35c922c739d08be279e94b83df379213b435599aeea81b4c993682e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38bc837ec35c922c739d08be279e94b83df379213b435599aeea81b4c993682e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38bc837ec35c922c739d08be279e94b83df379213b435599aeea81b4c993682e", kill_on_drop: false }`
[INFO] [stdout] 38bc837ec35c922c739d08be279e94b83df379213b435599aeea81b4c993682e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03018e009f27ee88dd49131c99012f8ab90aad6cc87c89c141428437c338ae3e
[INFO] running `Command { std: "docker" "start" "-a" "03018e009f27ee88dd49131c99012f8ab90aad6cc87c89c141428437c338ae3e", kill_on_drop: false }`
[INFO] [stderr]    Compiling strprox v0.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `BTreeMap`, `Reverse`, `result`, and `string`
[INFO] [stdout]  --> src/strprox/prefix/mod.rs:2:21
[INFO] [stdout]   |
[INFO] [stdout] 2 |     cmp::{max, min, Reverse},
[INFO] [stdout]   |                     ^^^^^^^
[INFO] [stdout] 3 |     collections::{hash_map, BTreeMap, HashMap, HashSet},
[INFO] [stdout]   |                             ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 6 |     result, string,
[INFO] [stdout]   |     ^^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MeasuredString`
[INFO] [stdout]  --> src/strprox/prefix/mod.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 | use super::{MeasuredPrefix, MeasuredString};
[INFO] [stdout]   |                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this attribute can only be applied to a `use` item
[INFO] [stdout]   --> src/strprox.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[doc(inline)]
[INFO] [stdout]    |       ^^^^^^ only applicable on `use` items
[INFO] [stdout] 70 | pub type Autocompleter<'stored, U = u8, S = u32> = prefix::Autocompleter<'stored, U, S>;
[INFO] [stdout]    | ------------------------------------------------ not a `use` item
[INFO] [stdout]    |
[INFO] [stdout]    = note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline> for more information
[INFO] [stdout]    = note: `#[deny(invalid_doc_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ancestor`
[INFO] [stdout]   --> src/strprox/prefix/compact_tree.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn insert(ancestor: &'stored Node<UUU, SSS>, nodes: &'stored [Node<UUU, SSS>], depth: UUU) {}
[INFO] [stdout]    |               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ancestor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nodes`
[INFO] [stdout]   --> src/strprox/prefix/compact_tree.rs:37:50
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn insert(ancestor: &'stored Node<UUU, SSS>, nodes: &'stored [Node<UUU, SSS>], depth: UUU) {}
[INFO] [stdout]    |                                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `depth`
[INFO] [stdout]   --> src/strprox/prefix/compact_tree.rs:37:84
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn insert(ancestor: &'stored Node<UUU, SSS>, nodes: &'stored [Node<UUU, SSS>], depth: UUU) {}
[INFO] [stdout]    |                                                                                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_depth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prefix_edit_distance`
[INFO] [stdout]    --> src/strprox/prefix/mod.rs:443:9
[INFO] [stdout]     |
[INFO] [stdout] 443 |         prefix_edit_distance: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix_edit_distance`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `preorder` and `preorder_node` are never used
[INFO] [stdout]    --> src/strprox/prefix/mod.rs:211:8
[INFO] [stdout]     |
[INFO] [stdout]  73 | impl<'stored> Trie<'stored, UUU, SSS> {
[INFO] [stdout]     | ------------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 211 |     fn preorder<VisitorFn>(&self, visitor: &mut VisitorFn)
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 |     fn preorder_node<VisitorFn>(&self, visitor: &mut VisitorFn, node: &Node<UUU, SSS>)
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `UUU` is never used
[INFO] [stdout]  --> src/strprox/prefix/compact_tree.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | type UUU = u8;
[INFO] [stdout]   |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SSS` is never used
[INFO] [stdout]  --> src/strprox/prefix/compact_tree.rs:4:6
[INFO] [stdout]   |
[INFO] [stdout] 4 | type SSS = u32;
[INFO] [stdout]   |      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CompactTreeNode` is never constructed
[INFO] [stdout]  --> src/strprox/prefix/compact_tree.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | struct CompactTreeNode<'stored, UUU, SSS> {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ChildrenListNode` is never constructed
[INFO] [stdout]   --> src/strprox/prefix/compact_tree.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct ChildrenListNode<'stored, UUU, SSS> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ChildrenList` is never constructed
[INFO] [stdout]   --> src/strprox/prefix/compact_tree.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct ChildrenList<'stored, UUU, SSS> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CompactTree` is never constructed
[INFO] [stdout]   --> src/strprox/prefix/compact_tree.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | struct CompactTree<'stored, UUU, SSS> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `insert` are never used
[INFO] [stdout]   --> src/strprox/prefix/compact_tree.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<'stored> CompactTree<'stored, UUU, SSS> {
[INFO] [stdout]    | -------------------------------------------- associated functions in this implementation
[INFO] [stdout] 28 |     /// Constructs a CompactTree with the root of a trie
[INFO] [stdout] 29 |     fn new(trie: &'stored Trie<'stored, UUU, SSS>) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     fn insert(ancestor: &'stored Node<UUU, SSS>, nodes: &'stored [Node<UUU, SSS>], depth: UUU) {}
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `string_from_chars` is never used
[INFO] [stdout]   --> src/levenshtein/mod.rs:53:15
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub(crate) fn string_from_chars(chars: Vec<char>) -> String {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `strprox` (lib) due to 1 previous error; 15 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "03018e009f27ee88dd49131c99012f8ab90aad6cc87c89c141428437c338ae3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03018e009f27ee88dd49131c99012f8ab90aad6cc87c89c141428437c338ae3e", kill_on_drop: false }`
[INFO] [stdout] 03018e009f27ee88dd49131c99012f8ab90aad6cc87c89c141428437c338ae3e
