[INFO] cloning repository https://github.com/viking-sudo-rm/rusty-dawg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/viking-sudo-rm/rusty-dawg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fviking-sudo-rm%2Frusty-dawg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fviking-sudo-rm%2Frusty-dawg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aabc8bae585297247c9c9854cbabcfdd77fea76b
[INFO] testing viking-sudo-rm/rusty-dawg against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fviking-sudo-rm%2Frusty-dawg" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/viking-sudo-rm/rusty-dawg
[INFO] finished tweaking git repo https://github.com/viking-sudo-rm/rusty-dawg
[INFO] tweaked toml for git repo https://github.com/viking-sudo-rm/rusty-dawg written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/viking-sudo-rm/rusty-dawg on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/viking-sudo-rm/rusty-dawg already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 76d54438b7d9e0a13422ef2c67a448c6abe58bd80b70e8020e792fd9b8d2a036
[INFO] running `Command { std: "docker" "start" "-a" "76d54438b7d9e0a13422ef2c67a448c6abe58bd80b70e8020e792fd9b8d2a036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76d54438b7d9e0a13422ef2c67a448c6abe58bd80b70e8020e792fd9b8d2a036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76d54438b7d9e0a13422ef2c67a448c6abe58bd80b70e8020e792fd9b8d2a036", kill_on_drop: false }`
[INFO] [stdout] 76d54438b7d9e0a13422ef2c67a448c6abe58bd80b70e8020e792fd9b8d2a036
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1041e20374720e71f7ca7beec2d61de80f81ebedb976867ce1cae0d60c21e36
[INFO] running `Command { std: "docker" "start" "-a" "a1041e20374720e71f7ca7beec2d61de80f81ebedb976867ce1cae0d60c21e36", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling cc v1.0.101
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling tinyvec v1.6.1
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling syn v2.0.84
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling openssl-src v300.3.1+3.3.1
[INFO] [stderr]    Compiling webpki-roots v0.26.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling esaxx-rs v0.1.10
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling substring v1.4.5
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling indicatif v0.17.8
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling anyhow v1.0.91
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling unicode-normalization-alignments v0.1.12
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling rayon-cond v0.3.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling macro_rules_attribute v0.2.0
[INFO] [stderr]    Compiling darling_core v0.20.9
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling type-layout-derive v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling type-layout v0.2.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling kdam v0.5.2
[INFO] [stderr]    Compiling lru v0.16.1
[INFO] [stderr]    Compiling test-temp-file v0.1.2
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]    Compiling memmap2 v0.9.8
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling memory-stats v1.2.0
[INFO] [stderr]    Compiling comparator v0.3.0
[INFO] [stderr]    Compiling ux v0.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.225
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling monostate-impl v0.1.13
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling rustls-webpki v0.102.4
[INFO] [stderr]    Compiling darling_macro v0.20.9
[INFO] [stderr]    Compiling darling v0.20.9
[INFO] [stderr]    Compiling derive_builder_core v0.20.0
[INFO] [stderr]    Compiling onig v6.4.0
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling derive_builder_macro v0.20.0
[INFO] [stderr]    Compiling derive_builder v0.20.0
[INFO] [stderr]    Compiling monostate v0.1.13
[INFO] [stderr]    Compiling spm_precompiled v0.1.4
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling bit-struct v0.3.2
[INFO] [stderr]    Compiling ureq v2.9.7
[INFO] [stderr]    Compiling hf-hub v0.3.2
[INFO] [stderr]    Compiling tokenizers v0.20.3
[INFO] [stderr]    Compiling rusty-dawg v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `ImmutableCdawgMetadata` is never constructed
[INFO] [stdout]   --> src/cdawg/metadata.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct ImmutableCdawgMetadata {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_edge` is never used
[INFO] [stdout]    --> src/graph/avl_graph/mod.rs:536:8
[INFO] [stdout]     |
[INFO] [stdout] 491 | / impl<N, E, Ix, Mb> AvlGraph<N, E, Ix, Mb>
[INFO] [stdout] 492 | | where
[INFO] [stdout] 493 | |     Mb: MemoryBacking<N, E, Ix>,
[INFO] [stdout] 494 | |     E: Eq + Ord + Copy + Debug,
[INFO] [stdout] 495 | |     N: Weight,
[INFO] [stdout] 496 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 536 |       fn add_edge(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>, weight: E) -> Option<EdgeIndex<Ix>> {
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TraverseArity` is never constructed
[INFO] [stdout]   --> src/cdawg/traverse_arity.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct TraverseArity<Sb> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new_ram` is never used
[INFO] [stdout]   --> src/cdawg/traverse_arity.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | / impl<Ix> TraverseArity<Vec<Ix>>
[INFO] [stdout] 21 | | where
[INFO] [stdout] 22 | |     Ix: IndexType + Serialize + for<'de> Deserialize<'de>,
[INFO] [stdout]    | |__________________________________________________________- associated function in this implementation
[INFO] [stdout] 23 |   {
[INFO] [stdout] 24 |       pub fn new_ram(capacity: usize) -> Self {
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new_disk` is never used
[INFO] [stdout]   --> src/cdawg/traverse_arity.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | / impl<Ix> TraverseArity<DiskVec<Ix>>
[INFO] [stdout] 33 | | where
[INFO] [stdout] 34 | |     Ix: IndexType + Serialize + for<'de> Deserialize<'de>,
[INFO] [stdout]    | |__________________________________________________________- associated function in this implementation
[INFO] [stdout] 35 |   {
[INFO] [stdout] 36 |       pub fn new_disk<P: AsRef<Path> + std::fmt::Debug>(path: P, capacity: usize) -> Result<Self> {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `traverse_arity` is never used
[INFO] [stdout]   --> src/cdawg/traverse_arity.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl<Sb> TraverseArity<Sb> {
[INFO] [stdout]    | -------------------------- method in this implementation
[INFO] [stdout] 46 |     /// DFS implementation of graph traversal.
[INFO] [stdout] 47 |     pub fn traverse_arity<Ix, W, Mb>(&mut self, cdawg: &mut Cdawg<W, Ix, Mb>) -> Vec<usize>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/cdawg/array_cdawg.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | / impl<N, Ix> ArrayCdawg<N, Ix>
[INFO] [stdout] 39 | | where
[INFO] [stdout] 40 | |     Ix: IndexType,
[INFO] [stdout] 41 | |     N: Weight + Serialize + for<'de> Deserialize<'de> + Clone + Copy,
[INFO] [stdout]    | |_____________________________________________________________________- associated function in this implementation
[INFO] [stdout] 42 |   {
[INFO] [stdout] 43 |       pub fn new<SourceMb: MemoryBacking<N, (Ix, Ix), Ix>>(
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> src/cdawg/array_cdawg.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 58 | / impl<N, Ix> ArrayCdawg<N, Ix, DiskBacking<N, (Ix, Ix), Ix>>
[INFO] [stdout] 59 | | where
[INFO] [stdout] 60 | |     Ix: IndexType + Serialize + for<'de> serde::Deserialize<'de>,
[INFO] [stdout] 61 | |     N: Weight + Copy + Serialize + for<'de> Deserialize<'de> + Clone + Default,
[INFO] [stdout] 62 | |     (Ix, Ix): Serialize + for<'de> Deserialize<'de>,
[INFO] [stdout]    | |____________________________________________________- associated function in this implementation
[INFO] [stdout] 63 |   {
[INFO] [stdout] 64 |       pub fn load<P: AsRef<Path> + Clone + std::fmt::Debug>(
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/cdawg/array_cdawg.rs:125:8
[INFO] [stdout]     |
[INFO] [stdout]  97 | / impl<N, Ix, Mb> ArrayCdawg<N, Ix, Mb>
[INFO] [stdout]  98 | | where
[INFO] [stdout]  99 | |     Ix: IndexType,
[INFO] [stdout] 100 | |     N: Weight + Serialize + for<'de> Deserialize<'de> + Clone + Copy,
[INFO] [stdout] 101 | |     Mb: ArrayMemoryBacking<N, (Ix, Ix), Ix>,
[INFO] [stdout] 102 | |     Mb::ArrayNodeRef: Copy,
[INFO] [stdout] 103 | |     Mb::ArrayEdgeRef: Copy,
[INFO] [stdout]     | |___________________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 125 |       fn as_immutable_cdawg(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 |       pub fn node_count(&self) -> usize {
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |       pub fn get_count(&self, state: NodeIndex<Ix>) -> usize {
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |       pub fn get_initial(&self) -> CdawgState<Ix> {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |       pub fn transition_and_count(&self, cs: CdawgState<Ix>, token: u16) -> CdawgState<Ix> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |       pub fn get_suffix_count(&self, cs: CdawgState<Ix>) -> usize {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |       pub fn get_entropy(&self, cs: CdawgState<Ix>) -> f64 {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 155 |       pub fn get_next_tokens(&self, cs: CdawgState<Ix>) -> Vec<(u16, f64)> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |       pub fn get_edge_by_token(&self, state: NodeIndex<Ix>, token: u16) -> Option<EdgeIndex<Ix>> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |       pub fn implicitly_fail(&self, state: NodeIndex<Ix>, gamma: (usize, usize)) -> CdawgState<Ix> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |       pub fn get_edge_by_token_index(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |       pub fn inference_canonize(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 |       pub fn get_start_end_target(&self, edge_idx: EdgeIndex<Ix>) -> (usize, usize, NodeIndex<Ix>) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |       pub fn get_span(&self, weight: (Ix, Ix), target: NodeIndex<Ix>) -> (usize, usize) {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CdawgState` is never constructed
[INFO] [stdout]  --> src/cdawg/cdawg_state.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct CdawgState<Ix>
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_state_and_gamma` is never used
[INFO] [stdout]   --> src/cdawg/cdawg_state.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | / impl<Ix> CdawgState<Ix>
[INFO] [stdout] 21 | | where
[INFO] [stdout] 22 | |     Ix: IndexType,
[INFO] [stdout]    | |__________________- method in this implementation
[INFO] [stdout] 23 |   {
[INFO] [stdout] 24 |       pub fn get_state_and_gamma(&self) -> (Option<NodeIndex<Ix>>, (usize, usize)) {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/cdawg/comparator.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl CdawgComparator {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] 17 |     pub fn new(tokens: TokenBackingReference) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/cdawg/inenaga.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | / impl<N, Ix> Cdawg<N, Ix>
[INFO] [stdout] 60 | | where
[INFO] [stdout] 61 | |     Ix: IndexType,
[INFO] [stdout] 62 | |     N: Weight + Serialize + for<'de> Deserialize<'de> + Clone + Copy,
[INFO] [stdout]    | |_____________________________________________________________________- associated function in this implementation
[INFO] [stdout] 63 |   {
[INFO] [stdout] 64 |       pub fn new(tokens: TokenBackingReference) -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> src/cdawg/inenaga.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | / impl<N, Ix> Cdawg<N, Ix, DiskBacking<N, (Ix, Ix), Ix>>
[INFO] [stdout] 71 | | where
[INFO] [stdout] 72 | |     Ix: IndexType + Serialize + for<'de> serde::Deserialize<'de>,
[INFO] [stdout] 73 | |     N: Weight + Copy + Serialize + for<'de> Deserialize<'de> + Clone + Default,
[INFO] [stdout] 74 | |     (Ix, Ix): Serialize + for<'de> Deserialize<'de>,
[INFO] [stdout]    | |____________________________________________________- associated function in this implementation
[INFO] [stdout] 75 |   {
[INFO] [stdout] 76 |       pub fn load<P: AsRef<Path> + Clone + std::fmt::Debug>(
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/cdawg/inenaga.rs:117:12
[INFO] [stdout]     |
[INFO] [stdout] 109 | / impl<N, Ix, Mb> Cdawg<N, Ix, Mb>
[INFO] [stdout] 110 | | where
[INFO] [stdout] 111 | |     Ix: IndexType,
[INFO] [stdout] 112 | |     N: Weight + Serialize + for<'de> Deserialize<'de> + Clone + Copy,
[INFO] [stdout] 113 | |     Mb: MemoryBacking<N, (Ix, Ix), Ix>,
[INFO] [stdout] 114 | |     Mb::NodeRef: Copy,
[INFO] [stdout] 115 | |     Mb::EdgeRef: Copy,
[INFO] [stdout]     | |______________________- associated items in this implementation
[INFO] [stdout] 116 |   {
[INFO] [stdout] 117 |       pub fn new_mb(tokens: TokenBackingReference, mb: Mb) -> Cdawg<N, Ix, Mb> {
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 |       pub fn get_initial(&self) -> CdawgState<Ix> {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |       pub fn transition_and_count(&self, cs: CdawgState<Ix>, token: u16) -> CdawgState<Ix> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 172 |       pub fn get_suffix_count(&self, cs: CdawgState<Ix>) -> usize {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |       pub fn get_entropy(&self, cs: CdawgState<Ix>) -> f64 {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |       pub fn get_next_tokens(&self, cs: CdawgState<Ix>) -> Vec<(u16, f64)> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 |       pub fn implicitly_fail(&self, state: NodeIndex<Ix>, gamma: (usize, usize)) -> CdawgState<Ix> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |       pub fn inference_canonize(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |       pub fn build(&mut self) {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ImmutableCdawgMetadata` is never constructed
[INFO] [stdout]   --> src/cdawg/metadata.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct ImmutableCdawgMetadata {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load_json` is never used
[INFO] [stdout]   --> src/cdawg/metadata.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl CdawgMetadata {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 23 |     pub fn load_json<P: AsRef<Path>>(file_path: P) -> Result<Self> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/cdawg/readable_cdawg.rs:24:8
[INFO] [stdout]     |
[INFO] [stdout]  14 | pub trait ReadableCdawg<N, Ix, G, Node, Edge>
[INFO] [stdout]     |           ------------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout]  24 |     fn get_source(&self) -> NodeIndex<Ix>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  39 |     fn get_initial(&self) -> CdawgState<Ix> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  51 |     fn transition_and_count(&self, mut cs: CdawgState<Ix>, token: u16) -> CdawgState<Ix> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  85 |     fn get_suffix_count(&self, cs: CdawgState<Ix>) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     fn get_entropy(&self, cs: CdawgState<Ix>) -> f64 {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     fn get_next_tokens(&self, cs: CdawgState<Ix>) -> Vec<(u16, f64)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     fn implicitly_fail(&self, state: NodeIndex<Ix>, gamma: (usize, usize)) -> CdawgState<Ix> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     fn inference_canonize(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `len` and `is_empty` are never used
[INFO] [stdout]   --> src/cdawg/token_backing.rs:9:8
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait TokenBacking<T> {
[INFO] [stdout]    |           ------------ methods in this trait
[INFO] [stdout]  9 |     fn len(&self) -> usize;
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn is_empty(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> src/dawg/mod.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | / impl<E, W> Dawg<E, W, DefaultIx, DiskBacking<W, E, DefaultIx>>
[INFO] [stdout] 60 | | where
[INFO] [stdout] 61 | |     E: Eq + Ord + Copy + Debug + Serialize + DeserializeOwned + Default,
[INFO] [stdout] 62 | |     W: Weight + Copy + Clone + Serialize + DeserializeOwned + Default,
[INFO] [stdout]    | |______________________________________________________________________- associated function in this implementation
[INFO] [stdout] 63 |   {
[INFO] [stdout] 64 |       pub fn load<P: AsRef<Path> + Clone + std::fmt::Debug>(
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `build`, `recompute_lengths`, `get_length`, and `get_max_factor_length` are never used
[INFO] [stdout]    --> src/dawg/mod.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout]  77 | / impl<E, W, Mb> Dawg<E, W, DefaultIx, Mb>
[INFO] [stdout]  78 | | where
[INFO] [stdout]  79 | |     E: Eq + Ord + Serialize + for<'de> Deserialize<'de> + Copy + Debug,
[INFO] [stdout]  80 | |     W: Weight + Serialize + for<'de> Deserialize<'de> + Clone,
[INFO] [stdout]  81 | |     Mb: MemoryBacking<W, E, DefaultIx>,
[INFO] [stdout]  82 | |     Mb::EdgeRef: Copy,
[INFO] [stdout]     | |______________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 113 |       pub fn build(&mut self, text: &[E]) {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 245 |       pub fn recompute_lengths(&mut self) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |       pub fn get_length(&self, mut state: NodeIndex) -> u64 {
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 335 |       pub fn get_max_factor_length(&self, query: Vec<E>) -> u64 {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get` is never used
[INFO] [stdout]   --> src/evaluator.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | / impl<E> Evaluator<'_, E>
[INFO] [stdout] 29 | | where
[INFO] [stdout] 30 | |     E: Eq + Ord + serde::Serialize + Copy + Debug,
[INFO] [stdout]    | |__________________________________________________- method in this implementation
[INFO] [stdout] 31 |   {
[INFO] [stdout] 32 |       pub fn get(&self, key: &str) -> &Vec<f64> {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/graph/array_graph/mod.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | / impl<N, E, Ix> ArrayGraph<N, E, Ix>
[INFO] [stdout] 42 | | where
[INFO] [stdout] 43 | |     E: Copy + Debug,
[INFO] [stdout] 44 | |     Ix: IndexType,
[INFO] [stdout] 45 | |     N: Weight + Clone,
[INFO] [stdout]    | |______________________- associated function in this implementation
[INFO] [stdout] 46 |   {
[INFO] [stdout] 47 |       pub fn new(mutable_graph: AvlGraph<N, E, Ix>) -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> src/graph/array_graph/mod.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | / impl<N, E, Ix> ArrayGraph<N, E, Ix, DiskBacking<N, E, Ix>>
[INFO] [stdout] 73 | | where
[INFO] [stdout] 74 | |     E: Copy + Debug + Serialize + DeserializeOwned + Default,
[INFO] [stdout] 75 | |     N: Weight + Copy + Clone + Serialize + DeserializeOwned + Default,
[INFO] [stdout] 76 | |     Ix: IndexType + Serialize + DeserializeOwned,
[INFO] [stdout]    | |_________________________________________________- associated function in this implementation
[INFO] [stdout] 77 |   {
[INFO] [stdout] 78 |       pub fn load<P: AsRef<Path> + Clone + Debug>(
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `n_edges`, `edge_count`, `neighbors`, and `edges` are never used
[INFO] [stdout]    --> src/graph/array_graph/mod.rs:205:12
[INFO] [stdout]     |
[INFO] [stdout] 155 | / impl<N, E, Ix, Mb> ArrayGraph<N, E, Ix, Mb>
[INFO] [stdout] 156 | | where
[INFO] [stdout] 157 | |     Mb: ArrayMemoryBacking<N, E, Ix>,
[INFO] [stdout] 158 | |     E: Copy + Debug,
[INFO] [stdout] 159 | |     N: Weight,
[INFO] [stdout] 160 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 205 |       pub fn n_edges(&self, a: NodeIndex<Ix>) -> usize {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |       pub fn edge_count(&self) -> usize {
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 217 |       pub fn neighbors(&self, node: NodeIndex<Ix>) -> Neighbors<'_, N, E, Ix, Mb> {
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 221 |       pub fn edges(&self, edges: NodeIndex<Ix>) -> Edges<'_, N, E, Ix, Mb> {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Neighbors` is never constructed
[INFO] [stdout]    --> src/graph/array_graph/mod.rs:236:12
[INFO] [stdout]     |
[INFO] [stdout] 236 | pub struct Neighbors<'a, N, E, Ix, Mb>
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/graph/array_graph/mod.rs:261:12
[INFO] [stdout]     |
[INFO] [stdout] 256 | / impl<'a, N, E, Ix, Mb> Neighbors<'a, N, E, Ix, Mb>
[INFO] [stdout] 257 | | where
[INFO] [stdout] 258 | |     Mb: ArrayMemoryBacking<N, E, Ix>,
[INFO] [stdout] 259 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- associated function in this implementation
[INFO] [stdout] 260 |   {
[INFO] [stdout] 261 |       pub fn new(graph: &'a ArrayGraph<N, E, Ix, Mb>, node: NodeIndex<Ix>) -> Self {
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Edges` is never constructed
[INFO] [stdout]    --> src/graph/array_graph/mod.rs:267:12
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub struct Edges<'a, N, E, Ix, Mb>
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/graph/array_graph/mod.rs:303:12
[INFO] [stdout]     |
[INFO] [stdout] 298 | / impl<'a, N, E, Ix, Mb> Edges<'a, N, E, Ix, Mb>
[INFO] [stdout] 299 | | where
[INFO] [stdout] 300 | |     Mb: ArrayMemoryBacking<N, E, Ix>,
[INFO] [stdout] 301 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- associated function in this implementation
[INFO] [stdout] 302 |   {
[INFO] [stdout] 303 |       pub fn new(graph: &'a ArrayGraph<N, E, Ix, Mb>, node: NodeIndex<Ix>) -> Self {
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/graph/array_graph/edge.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | / impl<E, Ix> ArrayEdge<E, Ix>
[INFO] [stdout] 17 | | where
[INFO] [stdout] 18 | |     Ix: IndexType + Copy,
[INFO] [stdout] 19 | |     E: Copy,
[INFO] [stdout]    | |____________- associated function in this implementation
[INFO] [stdout] 20 |   {
[INFO] [stdout] 21 |       pub fn new(weight: E, target: NodeIndex<Ix>) -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/graph/array_graph/node.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | / impl<N, Ix> ArrayNode<N, Ix>
[INFO] [stdout] 22 | | where
[INFO] [stdout] 23 | |     Ix: IndexType + Copy,
[INFO] [stdout]    | |_________________________- associated function in this implementation
[INFO] [stdout] 24 |   {
[INFO] [stdout] 25 |       pub fn new(weight: N, first_edge: EdgeIndex<Ix>, num_edges: u16) -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/graph/avl_graph/mod.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | / impl<N, E, Ix> AvlGraph<N, E, Ix>
[INFO] [stdout] 47 | | where
[INFO] [stdout] 48 | |     E: Copy + Debug,
[INFO] [stdout] 49 | |     Ix: IndexType,
[INFO] [stdout] 50 | |     N: Weight + Clone,
[INFO] [stdout]    | |______________________- associated function in this implementation
[INFO] [stdout] 51 |   {
[INFO] [stdout] 52 |       pub fn new() -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> src/graph/avl_graph/mod.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | / impl<N, E, Ix> AvlGraph<N, E, Ix, DiskBacking<N, E, Ix>>
[INFO] [stdout] 71 | | where
[INFO] [stdout] 72 | |     E: Copy + Debug + Serialize + DeserializeOwned + Default,
[INFO] [stdout] 73 | |     N: Weight + Copy + Clone + Serialize + DeserializeOwned + Default,
[INFO] [stdout] 74 | |     Ix: IndexType + Serialize + DeserializeOwned,
[INFO] [stdout]    | |_________________________________________________- associated function in this implementation
[INFO] [stdout] 75 |   {
[INFO] [stdout] 76 |       pub fn load<P: AsRef<Path> + Clone + std::fmt::Debug>(
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `edges` is never used
[INFO] [stdout]    --> src/graph/avl_graph/mod.rs:463:12
[INFO] [stdout]     |
[INFO] [stdout] 126 | / impl<N, E, Ix, Mb> AvlGraph<N, E, Ix, Mb>
[INFO] [stdout] 127 | | where
[INFO] [stdout] 128 | |     Mb: MemoryBacking<N, E, Ix>,
[INFO] [stdout] 129 | |     E: Copy + Debug,
[INFO] [stdout] 130 | |     N: Weight,
[INFO] [stdout] 131 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 463 |       pub fn edges(&self, edges: NodeIndex<Ix>) -> Edges<'_, N, E, Ix, Mb> {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_edge_by_weight` and `add_edge` are never used
[INFO] [stdout]    --> src/graph/avl_graph/mod.rs:502:12
[INFO] [stdout]     |
[INFO] [stdout] 491 | / impl<N, E, Ix, Mb> AvlGraph<N, E, Ix, Mb>
[INFO] [stdout] 492 | | where
[INFO] [stdout] 493 | |     Mb: MemoryBacking<N, E, Ix>,
[INFO] [stdout] 494 | |     E: Eq + Ord + Copy + Debug,
[INFO] [stdout] 495 | |     N: Weight,
[INFO] [stdout] 496 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 502 |       pub fn get_edge_by_weight(&self, a: NodeIndex<Ix>, weight: E) -> Option<EdgeIndex<Ix>> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 536 |       fn add_edge(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>, weight: E) -> Option<EdgeIndex<Ix>> {
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `edge_count`, `n_edges`, `neighbors`, and `edges` are never used
[INFO] [stdout]   --> src/graph/graph_trait.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub trait Graph<N, E, Ix, Node, Edge>
[INFO] [stdout]    |           ----- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 21 |     fn edge_count(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 22 |     fn n_edges(&self, node: NodeIndex<Ix>) -> usize;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     fn neighbors(&self, node: NodeIndex<Ix>) -> Box<dyn Iterator<Item = NodeIndex<Ix>> + '_>;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 30 |     fn edges(&self, node: NodeIndex<Ix>) -> Box<dyn Iterator<Item = Edge> + '_>;
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `GraphNodeRef` is never used
[INFO] [stdout]   --> src/graph/graph_trait.rs:42:11
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub trait GraphNodeRef<N, Ix>
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `GraphEdgeRef` is never used
[INFO] [stdout]   --> src/graph/graph_trait.rs:56:11
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub trait GraphEdgeRef<E, Ix>
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Load` is never used
[INFO] [stdout]   --> src/io/load.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub trait Load {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_empty` and `set` are never used
[INFO] [stdout]   --> src/memory_backing/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub trait InternallyImmutableVecBacking<T> {
[INFO] [stdout]    |           ----------------------------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 42 |     fn is_empty(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     fn set(&mut self, index: usize, value: T);
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_empty` is never used
[INFO] [stdout]   --> src/memory_backing/mod.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub trait VecBacking<T>: InternallyImmutableVecBacking<T> {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 56 |     fn is_empty(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> src/memory_backing/disk_backing/vec.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | / impl<T> Vec<T>
[INFO] [stdout] 20 | | where
[INFO] [stdout] 21 | |     T: Default + Serialize + DeserializeOwned + Copy,
[INFO] [stdout]    | |_____________________________________________________- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |       pub fn load<P: AsRef<Path> + std::fmt::Debug>(path: P, cache_size: usize) -> Result<Self> {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `load`, `from_vec`, `try_reserve`, `pop`, `is_empty`, and `get_cache_len` are never used
[INFO] [stdout]    --> src/memory_backing/vec_backing/cached_disk_vec.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  21 | / impl<T, Ix> CachedDiskVec<T, Ix>
[INFO] [stdout]  22 | | where
[INFO] [stdout]  23 | |     T: Serialize + DeserializeOwned + Default + Copy,
[INFO] [stdout]  24 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  44 |       pub fn load<P: AsRef<Path> + std::fmt::Debug>(path: P, cache_size: usize) -> Result<Self> {
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  55 |       pub fn from_vec<P: AsRef<Path> + std::fmt::Debug>(
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |       pub fn try_reserve(&mut self, additional: usize) -> Result<()> {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  94 |       pub fn pop(&mut self) -> Result<Option<T>> {
[INFO] [stdout]     |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |       pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |       pub fn get_cache_len(&self) -> usize {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `load` and `is_empty` are never used
[INFO] [stdout]    --> src/memory_backing/vec_backing/disk_vec.rs:60:12
[INFO] [stdout]     |
[INFO] [stdout]  29 | / impl<T> DiskVec<T>
[INFO] [stdout]  30 | | where
[INFO] [stdout]  31 | |     T: Serialize + DeserializeOwned + Default,
[INFO] [stdout]     | |______________________________________________- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  60 |       pub fn load<P: AsRef<Path> + std::fmt::Debug>(path: P) -> Result<Self> {
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |       pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `token` and `eos` are never used
[INFO] [stdout]   --> src/tokenize/token_index.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | / impl<E> TokenIndex<E>
[INFO] [stdout] 30 | | where
[INFO] [stdout] 31 | |     E: Eq + serde::Serialize + Copy + Debug + TryInto<usize> + TryFrom<usize>,
[INFO] [stdout] 32 | |     usize: TryFrom<E>,
[INFO] [stdout]    | |______________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 49 |       pub fn token(&self, index: E) -> &str {
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |       pub fn eos(&self) -> E {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 16s
[INFO] running `Command { std: "docker" "inspect" "a1041e20374720e71f7ca7beec2d61de80f81ebedb976867ce1cae0d60c21e36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1041e20374720e71f7ca7beec2d61de80f81ebedb976867ce1cae0d60c21e36", kill_on_drop: false }`
[INFO] [stdout] a1041e20374720e71f7ca7beec2d61de80f81ebedb976867ce1cae0d60c21e36
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d38d7c4dfc2db7ce8780ca242ef1812c56db16bfe0ddec9d19787bef6780c739
[INFO] running `Command { std: "docker" "start" "-a" "d38d7c4dfc2db7ce8780ca242ef1812c56db16bfe0ddec9d19787bef6780c739", kill_on_drop: false }`
[INFO] [stderr]    Compiling rusty-dawg v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `ImmutableCdawgMetadata` is never constructed
[INFO] [stdout]   --> src/cdawg/metadata.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct ImmutableCdawgMetadata {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_edge` is never used
[INFO] [stdout]    --> src/graph/avl_graph/mod.rs:536:8
[INFO] [stdout]     |
[INFO] [stdout] 491 | / impl<N, E, Ix, Mb> AvlGraph<N, E, Ix, Mb>
[INFO] [stdout] 492 | | where
[INFO] [stdout] 493 | |     Mb: MemoryBacking<N, E, Ix>,
[INFO] [stdout] 494 | |     E: Eq + Ord + Copy + Debug,
[INFO] [stdout] 495 | |     N: Weight,
[INFO] [stdout] 496 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 536 |       fn add_edge(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>, weight: E) -> Option<EdgeIndex<Ix>> {
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ImmutableCdawgMetadata` is never constructed
[INFO] [stdout]   --> src/cdawg/metadata.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct ImmutableCdawgMetadata {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new_disk` is never used
[INFO] [stdout]   --> src/cdawg/traverse_arity.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | / impl<Ix> TraverseArity<DiskVec<Ix>>
[INFO] [stdout] 33 | | where
[INFO] [stdout] 34 | |     Ix: IndexType + Serialize + for<'de> Deserialize<'de>,
[INFO] [stdout]    | |__________________________________________________________- associated function in this implementation
[INFO] [stdout] 35 |   {
[INFO] [stdout] 36 |       pub fn new_disk<P: AsRef<Path> + std::fmt::Debug>(path: P, capacity: usize) -> Result<Self> {
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_suffix_count`, `implicitly_fail`, `get_edge_by_token_index`, `inference_canonize`, and `get_start_end_target` are never used
[INFO] [stdout]    --> src/cdawg/array_cdawg.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout]  97 | / impl<N, Ix, Mb> ArrayCdawg<N, Ix, Mb>
[INFO] [stdout]  98 | | where
[INFO] [stdout]  99 | |     Ix: IndexType,
[INFO] [stdout] 100 | |     N: Weight + Serialize + for<'de> Deserialize<'de> + Clone + Copy,
[INFO] [stdout] 101 | |     Mb: ArrayMemoryBacking<N, (Ix, Ix), Ix>,
[INFO] [stdout] 102 | |     Mb::ArrayNodeRef: Copy,
[INFO] [stdout] 103 | |     Mb::ArrayEdgeRef: Copy,
[INFO] [stdout]     | |___________________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 149 |       pub fn get_suffix_count(&self, cs: CdawgState<Ix>) -> usize {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |       pub fn implicitly_fail(&self, state: NodeIndex<Ix>, gamma: (usize, usize)) -> CdawgState<Ix> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |       pub fn get_edge_by_token_index(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |       pub fn inference_canonize(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 |       pub fn get_start_end_target(&self, edge_idx: EdgeIndex<Ix>) -> (usize, usize, NodeIndex<Ix>) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `implicitly_fail` and `inference_canonize` are never used
[INFO] [stdout]    --> src/cdawg/inenaga.rs:184:12
[INFO] [stdout]     |
[INFO] [stdout] 109 | / impl<N, Ix, Mb> Cdawg<N, Ix, Mb>
[INFO] [stdout] 110 | | where
[INFO] [stdout] 111 | |     Ix: IndexType,
[INFO] [stdout] 112 | |     N: Weight + Serialize + for<'de> Deserialize<'de> + Clone + Copy,
[INFO] [stdout] 113 | |     Mb: MemoryBacking<N, (Ix, Ix), Ix>,
[INFO] [stdout] 114 | |     Mb::NodeRef: Copy,
[INFO] [stdout] 115 | |     Mb::EdgeRef: Copy,
[INFO] [stdout]     | |______________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 184 |       pub fn implicitly_fail(&self, state: NodeIndex<Ix>, gamma: (usize, usize)) -> CdawgState<Ix> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |       pub fn inference_canonize(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ImmutableCdawgMetadata` is never constructed
[INFO] [stdout]   --> src/cdawg/metadata.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct ImmutableCdawgMetadata {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_empty` is never used
[INFO] [stdout]   --> src/cdawg/token_backing.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub trait TokenBacking<T> {
[INFO] [stdout]    |           ------------ method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 15 |     fn is_empty(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `load` is never used
[INFO] [stdout]   --> src/dawg/mod.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | / impl<E, W> Dawg<E, W, DefaultIx, DiskBacking<W, E, DefaultIx>>
[INFO] [stdout] 60 | | where
[INFO] [stdout] 61 | |     E: Eq + Ord + Copy + Debug + Serialize + DeserializeOwned + Default,
[INFO] [stdout] 62 | |     W: Weight + Copy + Clone + Serialize + DeserializeOwned + Default,
[INFO] [stdout]    | |______________________________________________________________________- associated function in this implementation
[INFO] [stdout] 63 |   {
[INFO] [stdout] 64 |       pub fn load<P: AsRef<Path> + Clone + std::fmt::Debug>(
[INFO] [stdout]    |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `n_edges` and `edge_count` are never used
[INFO] [stdout]    --> src/graph/array_graph/mod.rs:205:12
[INFO] [stdout]     |
[INFO] [stdout] 155 | / impl<N, E, Ix, Mb> ArrayGraph<N, E, Ix, Mb>
[INFO] [stdout] 156 | | where
[INFO] [stdout] 157 | |     Mb: ArrayMemoryBacking<N, E, Ix>,
[INFO] [stdout] 158 | |     E: Copy + Debug,
[INFO] [stdout] 159 | |     N: Weight,
[INFO] [stdout] 160 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 205 |       pub fn n_edges(&self, a: NodeIndex<Ix>) -> usize {
[INFO] [stdout]     |              ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |       pub fn edge_count(&self) -> usize {
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/graph/array_graph/edge.rs:21:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | / impl<E, Ix> ArrayEdge<E, Ix>
[INFO] [stdout] 17 | | where
[INFO] [stdout] 18 | |     Ix: IndexType + Copy,
[INFO] [stdout] 19 | |     E: Copy,
[INFO] [stdout]    | |____________- associated function in this implementation
[INFO] [stdout] 20 |   {
[INFO] [stdout] 21 |       pub fn new(weight: E, target: NodeIndex<Ix>) -> Self {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_edge_by_weight` is never used
[INFO] [stdout]    --> src/graph/avl_graph/mod.rs:502:12
[INFO] [stdout]     |
[INFO] [stdout] 491 | / impl<N, E, Ix, Mb> AvlGraph<N, E, Ix, Mb>
[INFO] [stdout] 492 | | where
[INFO] [stdout] 493 | |     Mb: MemoryBacking<N, E, Ix>,
[INFO] [stdout] 494 | |     E: Eq + Ord + Copy + Debug,
[INFO] [stdout] 495 | |     N: Weight,
[INFO] [stdout] 496 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 502 |       pub fn get_edge_by_weight(&self, a: NodeIndex<Ix>, weight: E) -> Option<EdgeIndex<Ix>> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `edge_count` and `n_edges` are never used
[INFO] [stdout]   --> src/graph/graph_trait.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub trait Graph<N, E, Ix, Node, Edge>
[INFO] [stdout]    |           ----- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 21 |     fn edge_count(&self) -> usize;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 22 |     fn n_edges(&self, node: NodeIndex<Ix>) -> usize;
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `GraphNodeRef` is never used
[INFO] [stdout]   --> src/graph/graph_trait.rs:42:11
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub trait GraphNodeRef<N, Ix>
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `GraphEdgeRef` is never used
[INFO] [stdout]   --> src/graph/graph_trait.rs:56:11
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub trait GraphEdgeRef<E, Ix>
[INFO] [stdout]    |           ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Load` is never used
[INFO] [stdout]   --> src/io/load.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub trait Load {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_empty` and `set` are never used
[INFO] [stdout]   --> src/memory_backing/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub trait InternallyImmutableVecBacking<T> {
[INFO] [stdout]    |           ----------------------------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 42 |     fn is_empty(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     fn set(&mut self, index: usize, value: T);
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_empty` is never used
[INFO] [stdout]   --> src/memory_backing/mod.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub trait VecBacking<T>: InternallyImmutableVecBacking<T> {
[INFO] [stdout]    |           ---------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 56 |     fn is_empty(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_vec`, `try_reserve`, `pop`, `is_empty`, and `get_cache_len` are never used
[INFO] [stdout]    --> src/memory_backing/vec_backing/cached_disk_vec.rs:55:12
[INFO] [stdout]     |
[INFO] [stdout]  21 | / impl<T, Ix> CachedDiskVec<T, Ix>
[INFO] [stdout]  22 | | where
[INFO] [stdout]  23 | |     T: Serialize + DeserializeOwned + Default + Copy,
[INFO] [stdout]  24 | |     Ix: IndexType,
[INFO] [stdout]     | |__________________- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  55 |       pub fn from_vec<P: AsRef<Path> + std::fmt::Debug>(
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |       pub fn try_reserve(&mut self, additional: usize) -> Result<()> {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  94 |       pub fn pop(&mut self) -> Result<Option<T>> {
[INFO] [stdout]     |              ^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |       pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |       pub fn get_cache_len(&self) -> usize {
[INFO] [stdout]     |              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_empty` is never used
[INFO] [stdout]    --> src/memory_backing/vec_backing/disk_vec.rs:161:12
[INFO] [stdout]     |
[INFO] [stdout]  29 | / impl<T> DiskVec<T>
[INFO] [stdout]  30 | | where
[INFO] [stdout]  31 | |     T: Serialize + DeserializeOwned + Default,
[INFO] [stdout]     | |______________________________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 161 |       pub fn is_empty(&self) -> bool {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `eos` is never used
[INFO] [stdout]   --> src/tokenize/token_index.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | / impl<E> TokenIndex<E>
[INFO] [stdout] 30 | | where
[INFO] [stdout] 31 | |     E: Eq + serde::Serialize + Copy + Debug + TryInto<usize> + TryFrom<usize>,
[INFO] [stdout] 32 | |     usize: TryFrom<E>,
[INFO] [stdout]    | |______________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 57 |       pub fn eos(&self) -> E {
[INFO] [stdout]    |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.83s
[INFO] running `Command { std: "docker" "inspect" "d38d7c4dfc2db7ce8780ca242ef1812c56db16bfe0ddec9d19787bef6780c739", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d38d7c4dfc2db7ce8780ca242ef1812c56db16bfe0ddec9d19787bef6780c739", kill_on_drop: false }`
[INFO] [stdout] d38d7c4dfc2db7ce8780ca242ef1812c56db16bfe0ddec9d19787bef6780c739
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ae8bdcdf11967df14c8bb6d36e2d8c38fa92a6478b0573ffb53a26ed6da9e6cb
[INFO] running `Command { std: "docker" "start" "-a" "ae8bdcdf11967df14c8bb6d36e2d8c38fa92a6478b0573ffb53a26ed6da9e6cb", kill_on_drop: false }`
[INFO] [stderr] warning: struct `ImmutableCdawgMetadata` is never constructed
[INFO] [stdout] 
[INFO] [stderr]   --> src/cdawg/metadata.rs:16:12
[INFO] [stdout] running 88 tests
[INFO] [stderr]    |
[INFO] [stdout] test cdawg::comparator::tests::test_compare_no_token ... ok
[INFO] [stderr] 16 | pub struct ImmutableCdawgMetadata {
[INFO] [stdout] test cdawg::array_cdawg::tests::test_convert_transition_and_count_abcbd ... ok
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test cdawg::array_cdawg::tests::test_convert_transition_and_count_abcabcaba ... ok
[INFO] [stderr]    |
[INFO] [stdout] test cdawg::inenaga::tests::test_get_entropy ... ok
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test cdawg::inenaga::tests::test_get_next_tokens ... ok
[INFO] [stderr] 
[INFO] [stdout] test cdawg::inenaga::tests::test_multidoc_cocoa_cola ... ok
[INFO] [stderr] warning: method `add_edge` is never used
[INFO] [stdout] test cdawg::inenaga::tests::test_multidoc_abc_bcd ... ok
[INFO] [stderr]    --> src/graph/avl_graph/mod.rs:536:8
[INFO] [stdout] test cdawg::inenaga::tests::test_redirect_edge ... ok
[INFO] [stderr]     |
[INFO] [stdout] test cdawg::array_cdawg::tests::test_save_metadata_load_null ... ok
[INFO] [stderr] 491 | / impl<N, E, Ix, Mb> AvlGraph<N, E, Ix, Mb>
[INFO] [stdout] test cdawg::inenaga::tests::test_separate_node_null ... ok
[INFO] [stderr] 492 | | where
[INFO] [stdout] test cdawg::inenaga::tests::test_sink_length ... ok
[INFO] [stderr] 493 | |     Mb: MemoryBacking<N, E, Ix>,
[INFO] [stdout] test cdawg::inenaga::tests::test_split_edge ... ok
[INFO] [stderr] 494 | |     E: Eq + Ord + Copy + Debug,
[INFO] [stdout] test cdawg::inenaga::tests::test_transition_and_count_abcbca ... ok
[INFO] [stderr] 495 | |     N: Weight,
[INFO] [stdout] test cdawg::inenaga::tests::test_save_metadata_load_null ... ok
[INFO] [stderr] 496 | |     Ix: IndexType,
[INFO] [stdout] test cdawg::inenaga::tests::test_transition_and_count_abcabcaba ... ok
[INFO] [stderr]     | |__________________- method in this implementation
[INFO] [stdout] test cdawg::inenaga::tests::test_update_abcabcaba ... ok
[INFO] [stderr] ...
[INFO] [stdout] test cdawg::inenaga::tests::test_update_cocoao ... ok
[INFO] [stderr] 536 |       fn add_edge(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>, weight: E) -> Option<EdgeIndex<Ix>> {
[INFO] [stdout] test cdawg::metadata::tests::test_save_load_json ... ok
[INFO] [stderr]     |          ^^^^^^^^
[INFO] [stdout] test cdawg::stack::tests::test_queue_disk_vec ... ok
[INFO] [stderr] 
[INFO] [stdout] test cdawg::stack::tests::test_stack_vec ... ok
[INFO] [stderr] warning: `rusty-dawg` (lib) generated 2 warnings
[INFO] [stdout] test cdawg::topological_counter::tests::test_counts_abcabcaba ... ok
[INFO] [stderr] warning: `rusty-dawg` (lib test) generated 1 warning (1 duplicate)
[INFO] [stdout] test cdawg::topological_counter::tests::test_counts_cocoa ... ok
[INFO] [stderr] warning: associated function `new_disk` is never used
[INFO] [stdout] test cdawg::topological_counter::tests::test_counts_multidoc ... ok
[INFO] [stderr]   --> src/cdawg/traverse_arity.rs:36:12
[INFO] [stdout] test cdawg::traverse_arity::tests::test_traverse_arities_cocoa ... ok
[INFO] [stderr]    |
[INFO] [stdout] test dawg::tests::test_build_abb ... ok
[INFO] [stderr] 32 | / impl<Ix> TraverseArity<DiskVec<Ix>>
[INFO] [stdout] test dawg::tests::test_build_abb_on_disk ... ok
[INFO] [stderr] 33 | | where
[INFO] [stdout] test dawg::tests::test_build_abcab ... ok
[INFO] [stderr] 34 | |     Ix: IndexType + Serialize + for<'de> Deserialize<'de>,
[INFO] [stdout] test dawg::tests::test_build_bab ... ok
[INFO] [stderr]    | |__________________________________________________________- associated function in this implementation
[INFO] [stdout] test cdawg::array_cdawg::tests::test_convert_get_entropy ... ok
[INFO] [stderr] 35 |   {
[INFO] [stdout] test cdawg::array_cdawg::tests::test_convert_get_next_tokens ... ok
[INFO] [stderr] 36 |       pub fn new_disk<P: AsRef<Path> + std::fmt::Debug>(path: P, capacity: usize) -> Result<Self> {
[INFO] [stdout] test cdawg::array_cdawg::tests::test_convert_transition_and_count_abcbca ... ok
[INFO] [stderr]    |              ^^^^^^^^
[INFO] [stdout] test cdawg::comparator::tests::test_compare_end ... ok
[INFO] [stderr]    |
[INFO] [stdout] test cdawg::comparator::tests::test_compare_token ... ok
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test cdawg::inenaga::tests::test_build_a_end_b_end ... ok
[INFO] [stderr] 
[INFO] [stdout] test cdawg::inenaga::tests::test_canonize ... ok
[INFO] [stderr] warning: methods `get_suffix_count`, `implicitly_fail`, `get_edge_by_token_index`, `inference_canonize`, and `get_start_end_target` are never used
[INFO] [stdout] test cdawg::inenaga::tests::test_check_end_point ... ok
[INFO] [stderr]    --> src/cdawg/array_cdawg.rs:149:12
[INFO] [stdout] test cdawg::inenaga::tests::test_extension ... ok
[INFO] [stderr]     |
[INFO] [stdout] test cdawg::inenaga::tests::test_get_count_abcabcaba ... ok
[INFO] [stderr]  97 | / impl<N, Ix, Mb> ArrayCdawg<N, Ix, Mb>
[INFO] [stdout] test cdawg::inenaga::tests::test_get_count_cocoa ... ok
[INFO] [stderr]  98 | | where
[INFO] [stdout] test dawg::tests::test_get_length ... ok
[INFO] [stderr]  99 | |     Ix: IndexType,
[INFO] [stdout] test dawg::tests::test_multiple_docs ... ok
[INFO] [stderr] 100 | |     N: Weight + Serialize + for<'de> Deserialize<'de> + Clone + Copy,
[INFO] [stdout] test dawg::tests::test_serialize_deserialize_to_file ... ok
[INFO] [stderr] 101 | |     Mb: ArrayMemoryBacking<N, (Ix, Ix), Ix>,
[INFO] [stdout] test dawg::tests::test_serialize_deserialize_to_string ... ok
[INFO] [stderr] 102 | |     Mb::ArrayNodeRef: Copy,
[INFO] [stdout] test evaluator::tests::test_timeseries_repeated ... ok
[INFO] [stderr] 103 | |     Mb::ArrayEdgeRef: Copy,
[INFO] [stdout] test evaluator::tests::test_timeseries_short ... ok
[INFO] [stderr]     | |___________________________- methods in this implementation
[INFO] [stdout] test graph::array_graph::node::tests::test_serialize_deserialize_node ... ok
[INFO] [stderr] ...
[INFO] [stdout] test graph::array_graph::node::tests::test_serialize_deserialize_node_with_fixint ... ok
[INFO] [stderr] 149 |       pub fn get_suffix_count(&self, cs: CdawgState<Ix>) -> usize {
[INFO] [stdout] test graph::array_graph::tests::test_create_graph ... ok
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^
[INFO] [stdout] test graph::array_graph::tests::test_edges ... ok
[INFO] [stderr] ...
[INFO] [stdout] test graph::array_graph::tests::test_get_edge_by_weight_cmp ... ok
[INFO] [stderr] 161 |       pub fn implicitly_fail(&self, state: NodeIndex<Ix>, gamma: (usize, usize)) -> CdawgState<Ix> {
[INFO] [stdout] test graph::avl_graph::node::tests::test_serialize_deserialize_node ... ok
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] test graph::avl_graph::node::tests::test_serialize_deserialize_node_with_fixint ... ok
[INFO] [stderr] ...
[INFO] [stdout] test graph::avl_graph::tests::test_add_balanced_edge ... ok
[INFO] [stderr] 164 |       pub fn get_edge_by_token_index(
[INFO] [stdout] test graph::avl_graph::tests::test_add_balanced_edge_cdawg_cmp ... ok
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test dawg::tests::test_build_brown_max_length ... ok
[INFO] [stderr] ...
[INFO] [stdout] test graph::avl_graph::tests::test_add_balanced_edge_left_branching ... ok
[INFO] [stderr] 175 |       pub fn inference_canonize(
[INFO] [stdout] test graph::avl_graph::tests::test_clone_edges ... ok
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test graph::avl_graph::tests::test_create_graph ... ok
[INFO] [stderr] ...
[INFO] [stdout] test graph::avl_graph::tests::test_edges_iterator ... ok
[INFO] [stderr] 190 |       pub fn get_start_end_target(&self, edge_idx: EdgeIndex<Ix>) -> (usize, usize, NodeIndex<Ix>) {
[INFO] [stdout] test graph::avl_graph::tests::test_node_index_mut ... ok
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test graph::avl_graph::tests::test_reroute_edge ... ok
[INFO] [stderr] 
[INFO] [stdout] test graph::avl_graph::tests::test_tree_construction ... ok
[INFO] [stderr] warning: methods `implicitly_fail` and `inference_canonize` are never used
[INFO] [stdout] test memory_backing::vec_backing::disk_vec::tests::test_disk_vec_push_set_get ... ok
[INFO] [stderr]    --> src/cdawg/inenaga.rs:184:12
[INFO] [stdout] test memory_backing::vec_backing::cached_disk_vec::tests::test_push_set_get_integers ... ok
[INFO] [stderr]     |
[INFO] [stdout] test memory_backing::vec_backing::disk_vec::tests::test_node_disk_vec_push_set_get ... ok
[INFO] [stderr] 109 | / impl<N, Ix, Mb> Cdawg<N, Ix, Mb>
[INFO] [stdout] test memory_backing::vec_backing::disk_vec::tests::test_from_vec ... ok
[INFO] [stderr] 110 | | where
[INFO] [stdout] test tokenize::null_token_index::tests::test_build_tokenizer ... ok
[INFO] [stderr] 111 | |     Ix: IndexType,
[INFO] [stdout] test stat_utils::tests::test_get_entropy ... ok
[INFO] [stderr] 112 | |     N: Weight + Serialize + for<'de> Deserialize<'de> + Clone + Copy,
[INFO] [stdout] test tokenize::token_index::tests::test_add ... ok
[INFO] [stderr] 113 | |     Mb: MemoryBacking<N, (Ix, Ix), Ix>,
[INFO] [stdout] test graph::avl_graph::tests::test_ordered_edges ... ok
[INFO] [stderr] 114 | |     Mb::NodeRef: Copy,
[INFO] [stdout] test graph::avl_graph::tests::test_rotate_from_left ... ok
[INFO] [stderr] 115 | |     Mb::EdgeRef: Copy,
[INFO] [stdout] test graph::avl_graph::tests::test_rotate_from_right ... ok
[INFO] [stderr]     | |______________________- methods in this implementation
[INFO] [stdout] test tokenize::token_index::tests::test_tokenize_fn ... ok
[INFO] [stderr] ...
[INFO] [stdout] test weight::weight40::tests::test_length_overflow_weight40 ... ok
[INFO] [stderr] 184 |       pub fn implicitly_fail(&self, state: NodeIndex<Ix>, gamma: (usize, usize)) -> CdawgState<Ix> {
[INFO] [stdout] test memory_backing::vec_backing::cached_disk_vec::tests::test_push_get_integers ... ok
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^
[INFO] [stdout] test tokenize::token_index::tests::test_build_tokenizer ... ok
[INFO] [stderr] ...
[INFO] [stdout] test weight::weight40::tests::test_length_weight40 ... ok
[INFO] [stderr] 198 |       pub fn inference_canonize(
[INFO] [stdout] test memory_backing::disk_backing::vec::tests::test_diskvec_as_veclike ... ok
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test memory_backing::ram_backing::vec::tests::test_index ... ok
[INFO] [stderr] 
[INFO] [stdout] test memory_backing::ram_backing::vec::tests::test_index_mut ... ok
[INFO] [stderr] warning: struct `ImmutableCdawgMetadata` is never constructed
[INFO] [stdout] test memory_backing::vec_backing::cached_disk_vec::tests::test_empty_cache ... ok
[INFO] [stderr]   --> src/cdawg/metadata.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct ImmutableCdawgMetadata {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_empty` is never used
[INFO] [stderr]   --> src/cdawg/token_backing.rs:15:8
[INFO] [stderr]    |
[INFO] [stderr]  8 | pub trait TokenBacking<T> {
[INFO] [stderr]    |           ------------ method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 15 |     fn is_empty(&self) -> bool {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `load` is never used
[INFO] [stderr]   --> src/dawg/mod.rs:64:12
[INFO] [stderr]    |
[INFO] [stderr] 59 | / impl<E, W> Dawg<E, W, DefaultIx, DiskBacking<W, E, DefaultIx>>
[INFO] [stderr] 60 | | where
[INFO] [stderr] 61 | |     E: Eq + Ord + Copy + Debug + Serialize + DeserializeOwned + Default,
[INFO] [stderr] 62 | |     W: Weight + Copy + Clone + Serialize + DeserializeOwned + Default,
[INFO] [stderr]    | |______________________________________________________________________- associated function in this implementation
[INFO] [stderr] 63 |   {
[INFO] [stderr] 64 |       pub fn load<P: AsRef<Path> + Clone + std::fmt::Debug>(
[INFO] [stderr]    |              ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `n_edges` and `edge_count` are never used
[INFO] [stderr]    --> src/graph/array_graph/mod.rs:205:12
[INFO] [stderr]     |
[INFO] [stderr] 155 | / impl<N, E, Ix, Mb> ArrayGraph<N, E, Ix, Mb>
[INFO] [stderr] 156 | | where
[INFO] [stderr] 157 | |     Mb: ArrayMemoryBacking<N, E, Ix>,
[INFO] [stderr] 158 | |     E: Copy + Debug,
[INFO] [stderr] 159 | |     N: Weight,
[INFO] [stderr] 160 | |     Ix: IndexType,
[INFO] [stderr]     | |__________________- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 205 |       pub fn n_edges(&self, a: NodeIndex<Ix>) -> usize {
[INFO] [stderr]     |              ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 213 |       pub fn edge_count(&self) -> usize {
[INFO] [stderr]     |              ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]   --> src/graph/array_graph/edge.rs:21:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | / impl<E, Ix> ArrayEdge<E, Ix>
[INFO] [stderr] 17 | | where
[INFO] [stderr] 18 | |     Ix: IndexType + Copy,
[INFO] [stderr] 19 | |     E: Copy,
[INFO] [stderr]    | |____________- associated function in this implementation
[INFO] [stderr] 20 |   {
[INFO] [stderr] 21 |       pub fn new(weight: E, target: NodeIndex<Ix>) -> Self {
[INFO] [stderr]    |              ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_edge_by_weight` is never used
[INFO] [stderr]    --> src/graph/avl_graph/mod.rs:502:12
[INFO] [stderr]     |
[INFO] [stderr] 491 | / impl<N, E, Ix, Mb> AvlGraph<N, E, Ix, Mb>
[INFO] [stderr] 492 | | where
[INFO] [stderr] 493 | |     Mb: MemoryBacking<N, E, Ix>,
[INFO] [stderr] 494 | |     E: Eq + Ord + Copy + Debug,
[INFO] [stderr] 495 | |     N: Weight,
[INFO] [stderr] 496 | |     Ix: IndexType,
[INFO] [stderr]     | |__________________- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 502 |       pub fn get_edge_by_weight(&self, a: NodeIndex<Ix>, weight: E) -> Option<EdgeIndex<Ix>> {
[INFO] [stderr]     |              ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `edge_count` and `n_edges` are never used
[INFO] [stderr]   --> src/graph/graph_trait.rs:21:8
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub trait Graph<N, E, Ix, Node, Edge>
[INFO] [stderr]    |           ----- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 21 |     fn edge_count(&self) -> usize;
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 22 |     fn n_edges(&self, node: NodeIndex<Ix>) -> usize;
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `GraphNodeRef` is never used
[INFO] [stderr]   --> src/graph/graph_trait.rs:42:11
[INFO] [stderr]    |
[INFO] [stderr] 42 | pub trait GraphNodeRef<N, Ix>
[INFO] [stderr]    |           ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `GraphEdgeRef` is never used
[INFO] [stderr]   --> src/graph/graph_trait.rs:56:11
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub trait GraphEdgeRef<E, Ix>
[INFO] [stderr]    |           ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Load` is never used
[INFO] [stderr]   --> src/io/load.rs:14:11
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub trait Load {
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_empty` and `set` are never used
[INFO] [stderr]   --> src/memory_backing/mod.rs:42:8
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub trait InternallyImmutableVecBacking<T> {
[INFO] [stderr]    |           ----------------------------- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 42 |     fn is_empty(&self) -> bool {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 46 |     fn set(&mut self, index: usize, value: T);
[INFO] [stderr]    |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_empty` is never used
[INFO] [stderr]   --> src/memory_backing/mod.rs:56:8
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub trait VecBacking<T>: InternallyImmutableVecBacking<T> {
[INFO] [stderr]    |           ---------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 56 |     fn is_empty(&self) -> bool {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `from_vec`, `try_reserve`, `pop`, `is_empty`, and `get_cache_len` are never used
[INFO] [stderr]    --> src/memory_backing/vec_backing/cached_disk_vec.rs:55:12
[INFO] [stderr]     |
[INFO] [stderr]  21 | / impl<T, Ix> CachedDiskVec<T, Ix>
[INFO] [stderr]  22 | | where
[INFO] [stderr]  23 | |     T: Serialize + DeserializeOwned + Default + Copy,
[INFO] [stderr]  24 | |     Ix: IndexType,
[INFO] [stderr]     | |__________________- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  55 |       pub fn from_vec<P: AsRef<Path> + std::fmt::Debug>(
[INFO] [stderr]     |              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  75 |       pub fn try_reserve(&mut self, additional: usize) -> Result<()> {
[INFO] [stderr]     |              ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  94 |       pub fn pop(&mut self) -> Result<Option<T>> {
[INFO] [stderr]     |              ^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 |       pub fn is_empty(&self) -> bool {
[INFO] [stderr]     |              ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 137 |       pub fn get_cache_len(&self) -> usize {
[INFO] [stderr]     |              ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_empty` is never used
[INFO] [stderr]    --> src/memory_backing/vec_backing/disk_vec.rs:161:12
[INFO] [stderr]     |
[INFO] [stderr]  29 | / impl<T> DiskVec<T>
[INFO] [stderr]  30 | | where
[INFO] [stderr]  31 | |     T: Serialize + DeserializeOwned + Default,
[INFO] [stderr]     | |______________________________________________- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 161 |       pub fn is_empty(&self) -> bool {
[INFO] [stderr]     |              ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `eos` is never used
[INFO] [stderr]   --> src/tokenize/token_index.rs:57:12
[INFO] [stderr]    |
[INFO] [stderr] 29 | / impl<E> TokenIndex<E>
[INFO] [stderr] 30 | | where
[INFO] [stderr] 31 | |     E: Eq + serde::Serialize + Copy + Debug + TryInto<usize> + TryFrom<usize>,
[INFO] [stderr] 32 | |     usize: TryFrom<E>,
[INFO] [stderr]    | |______________________- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 57 |       pub fn eos(&self) -> E {
[INFO] [stderr]    |              ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rusty-dawg` (bin "rusty-dawg" test) generated 18 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rusty_dawg-f5f82155c9ed31db)
[INFO] [stdout] test cdawg::inenaga::tests::test_update_aaa ... ok
[INFO] [stdout] test cdawg::inenaga::tests::test_tokens_disk_vec ... ok
[INFO] [stdout] test cdawg::array_cdawg::tests::test_convert_build_a_end_b_end ... ok
[INFO] [stdout] test cdawg::inenaga::tests::test_transition_and_count_abcbd ... ok
[INFO] [stdout] test tokenize::pretrain_tokenizer::tests::test_gpt2_tokenizer ... FAILED
[INFO] [stdout] test tokenize::pretrain_tokenizer::tests::add_eos ... FAILED
[INFO] [stdout] test dawg::tests::test_build_brown_ram_disk ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tokenize::pretrain_tokenizer::tests::test_gpt2_tokenizer stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tokenize::pretrain_tokenizer::tests::test_gpt2_tokenizer' (108) panicked at src/tokenize/pretrain_tokenizer.rs:34:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Failed to load pretrained tokenizer gpt2 - request error: https://huggingface.co/gpt2/resolve/main/tokenizer.json: Dns Failed: resolve dns name 'huggingface.co:443': failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::error::<impl anyhow::Error>::msg
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.91/src/backtrace.rs:27:14
[INFO] [stdout]    1: rusty_dawg::tokenize::pretrain_tokenizer::PretrainedTokenizer::new::{{closure}}
[INFO] [stdout]              at ./src/tokenize/pretrain_tokenizer.rs:33:28
[INFO] [stdout]    2: core::result::Result<T,E>::map_err
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:961:27
[INFO] [stdout]    3: rusty_dawg::tokenize::pretrain_tokenizer::PretrainedTokenizer::new
[INFO] [stdout]              at ./src/tokenize/pretrain_tokenizer.rs:33:14
[INFO] [stdout]    4: rusty_dawg::tokenize::pretrain_tokenizer::tests::test_gpt2_tokenizer
[INFO] [stdout]              at ./src/tokenize/pretrain_tokenizer.rs:86:64
[INFO] [stdout]    5: rusty_dawg::tokenize::pretrain_tokenizer::tests::test_gpt2_tokenizer::{{closure}}
[INFO] [stdout]              at ./src/tokenize/pretrain_tokenizer.rs:85:29
[INFO] [stdout]    6: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    7: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    8: test::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]    9: test::run_test_in_process::{{closure}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   10: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   11: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   12: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   13: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   14: test::run_test_in_process
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   15: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   16: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   17: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   18: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   19: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   20: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   21: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   22: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   23: std::thread::Builder::spawn_unchecked_::{{closure}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   24: core::ops::function::FnOnce::call_once{{vtable.shim}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   26: std::sys::thread::unix::Thread::new::thread_start
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   27: <unknown>
[INFO] [stdout]   28: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c560db73c72 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c560db73c72 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c560db73c72 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5c560db73c72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5c560db8730f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5c560db8730f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5c560db3c181 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c560db3c181 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5c560db4a1e2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5c560db4fccf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5c560db4fb61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5c560d29439e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5c560d29439e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c560db5043f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5c560db5043f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5c560db501ea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5c560db4a319 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5c560db2f42d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5c560db90e30 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5c560db8fea6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5c560d2206ad - core::result::Result<T,E>::unwrap::haa1644825a622a94
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x5c560d2206ad - rusty_dawg::tokenize::pretrain_tokenizer::PretrainedTokenizer::new::h7ebd8acf4d87872f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tokenize/pretrain_tokenizer.rs:34:14
[INFO] [stdout]   22:     0x5c560d22088d - rusty_dawg::tokenize::pretrain_tokenizer::tests::test_gpt2_tokenizer::h11b77902c6b44878
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tokenize/pretrain_tokenizer.rs:86:64
[INFO] [stdout]   23:     0x5c560d220c27 - rusty_dawg::tokenize::pretrain_tokenizer::tests::test_gpt2_tokenizer::{{closure}}::h56f336b0fd958520
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tokenize/pretrain_tokenizer.rs:85:29
[INFO] [stdout]   24:     0x5c560d22eb66 - core::ops::function::FnOnce::call_once::hef88ed85013797a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c560d29415b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5c560d29415b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x5c560d2a9dc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x5c560d2a9dc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x5c560d2a9dc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x5c560d2a9dc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x5c560d2a9dc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5c560d2a9dc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x5c560d2a9dc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x5c560d2805b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x5c560d2805b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5c560d283e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5c560d283e7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x5c560d283e7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x5c560d283e7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x5c560d283e7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5c560d283e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5c560d283e7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5c560db4547f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   44:     0x5c560db4547f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x722660446aa4 - <unknown>
[INFO] [stdout]   46:     0x7226604d3a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tokenize::pretrain_tokenizer::tests::add_eos stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tokenize::pretrain_tokenizer::tests::add_eos' (107) panicked at src/tokenize/pretrain_tokenizer.rs:34:14:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Failed to load pretrained tokenizer gpt2 - request error: https://huggingface.co/gpt2/resolve/main/tokenizer.json: Dns Failed: resolve dns name 'huggingface.co:443': failed to lookup address information: Temporary failure in name resolution
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::error::<impl anyhow::Error>::msg
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.91/src/backtrace.rs:27:14
[INFO] [stdout]    1: rusty_dawg::tokenize::pretrain_tokenizer::PretrainedTokenizer::new::{{closure}}
[INFO] [stdout]              at ./src/tokenize/pretrain_tokenizer.rs:33:28
[INFO] [stdout]    2: core::result::Result<T,E>::map_err
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:961:27
[INFO] [stdout]    3: rusty_dawg::tokenize::pretrain_tokenizer::PretrainedTokenizer::new
[INFO] [stdout]              at ./src/tokenize/pretrain_tokenizer.rs:33:14
[INFO] [stdout]    4: rusty_dawg::tokenize::pretrain_tokenizer::tests::add_eos
[INFO] [stdout]              at ./src/tokenize/pretrain_tokenizer.rs:98:22
[INFO] [stdout]    5: rusty_dawg::tokenize::pretrain_tokenizer::tests::add_eos::{{closure}}
[INFO] [stdout]              at ./src/tokenize/pretrain_tokenizer.rs:97:17
[INFO] [stdout]    6: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    7: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    8: test::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]    9: test::run_test_in_process::{{closure}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   10: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   11: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   12: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   13: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   14: test::run_test_in_process
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   15: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   16: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   17: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   18: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   19: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   20: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   21: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   22: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   23: std::thread::Builder::spawn_unchecked_::{{closure}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   24: core::ops::function::FnOnce::call_once{{vtable.shim}}
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   26: std::sys::thread::unix::Thread::new::thread_start
[INFO] [stdout]              at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   27: <unknown>
[INFO] [stdout]   28: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c560db73c72 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c560db73c72 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c560db73c72 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5c560db73c72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5c560db8730f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5c560db8730f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5c560db3c181 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c560db3c181 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5c560db4a1e2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5c560db4fccf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5c560db4fb61 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5c560d29439e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5c560d29439e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c560db5043f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5c560db5043f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5c560db501ea - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5c560db4a319 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5c560db2f42d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5c560db90e30 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5c560db8fea6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5c560d2206ad - core::result::Result<T,E>::unwrap::haa1644825a622a94
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x5c560d2206ad - rusty_dawg::tokenize::pretrain_tokenizer::PretrainedTokenizer::new::h7ebd8acf4d87872f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tokenize/pretrain_tokenizer.rs:34:14
[INFO] [stdout]   22:     0x5c560d220c62 - rusty_dawg::tokenize::pretrain_tokenizer::tests::add_eos::hd15251dd4125b283
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tokenize/pretrain_tokenizer.rs:98:22
[INFO] [stdout]   23:     0x5c560d220e67 - rusty_dawg::tokenize::pretrain_tokenizer::tests::add_eos::{{closure}}::h6c0d07cf705777be
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tokenize/pretrain_tokenizer.rs:97:17
[INFO] [stdout]   24:     0x5c560d22dc06 - core::ops::function::FnOnce::call_once::h81cbcdd083bb3d1e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c560d29415b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5c560d29415b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x5c560d2a9dc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x5c560d2a9dc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x5c560d2a9dc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x5c560d2a9dc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x5c560d2a9dc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5c560d2a9dc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x5c560d2a9dc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x5c560d2805b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x5c560d2805b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5c560d283e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5c560d283e7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x5c560d283e7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x5c560d283e7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x5c560d283e7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5c560d283e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5c560d283e7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5c560db4547f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   44:     0x5c560db4547f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x722660446aa4 - <unknown>
[INFO] [stdout]   46:     0x7226604d3a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tokenize::pretrain_tokenizer::tests::add_eos
[INFO] [stdout]     tokenize::pretrain_tokenizer::tests::test_gpt2_tokenizer
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 86 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "ae8bdcdf11967df14c8bb6d36e2d8c38fa92a6478b0573ffb53a26ed6da9e6cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae8bdcdf11967df14c8bb6d36e2d8c38fa92a6478b0573ffb53a26ed6da9e6cb", kill_on_drop: false }`
[INFO] [stdout] ae8bdcdf11967df14c8bb6d36e2d8c38fa92a6478b0573ffb53a26ed6da9e6cb
