[INFO] fetching crate lisbeth-error 0.1.0... [INFO] testing lisbeth-error-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate lisbeth-error 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate lisbeth-error 0.1.0 [INFO] finished tweaking crates.io crate lisbeth-error 0.1.0 [INFO] tweaked toml for crates.io crate lisbeth-error 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lisbeth-error 0.1.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] a1cdb2f9450cfe5b420f4be47a906d2fb45530c06e5b1b8b4a15c22f107ceafb [INFO] running `Command { std: "docker" "start" "-a" "a1cdb2f9450cfe5b420f4be47a906d2fb45530c06e5b1b8b4a15c22f107ceafb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a1cdb2f9450cfe5b420f4be47a906d2fb45530c06e5b1b8b4a15c22f107ceafb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1cdb2f9450cfe5b420f4be47a906d2fb45530c06e5b1b8b4a15c22f107ceafb", kill_on_drop: false }` [INFO] [stdout] a1cdb2f9450cfe5b420f4be47a906d2fb45530c06e5b1b8b4a15c22f107ceafb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] dc9d820305872b74df499576e451818a1a412061b202df2961b575610550de75 [INFO] running `Command { std: "docker" "start" "-a" "dc9d820305872b74df499576e451818a1a412061b202df2961b575610550de75", kill_on_drop: false }` [INFO] [stderr] Compiling lisbeth-error v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `debug` [INFO] [stdout] --> src/span.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `debug` [INFO] [stdout] --> src/span.rs:123:15 [INFO] [stdout] | [INFO] [stdout] 123 | #[cfg(not(debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reporter.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn spanned_str(&self) -> SpannedStr { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 129 | pub fn spanned_str(&self) -> SpannedStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `Command { std: "docker" "inspect" "dc9d820305872b74df499576e451818a1a412061b202df2961b575610550de75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc9d820305872b74df499576e451818a1a412061b202df2961b575610550de75", kill_on_drop: false }` [INFO] [stdout] dc9d820305872b74df499576e451818a1a412061b202df2961b575610550de75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] f3af5eb1a7062422d6c969a94e8497ece1e3068056aa6324ecf682bb3befdd9a [INFO] running `Command { std: "docker" "start" "-a" "f3af5eb1a7062422d6c969a94e8497ece1e3068056aa6324ecf682bb3befdd9a", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition name: `debug` [INFO] [stdout] --> src/span.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `debug` [INFO] [stdout] --> src/span.rs:123:15 [INFO] [stdout] | [INFO] [stdout] 123 | #[cfg(not(debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lisbeth-error v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reporter.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn spanned_str(&self) -> SpannedStr { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 129 | pub fn spanned_str(&self) -> SpannedStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `debug` [INFO] [stdout] --> src/span.rs:106:11 [INFO] [stdout] | [INFO] [stdout] 106 | #[cfg(debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | #![forbid(missing_docs, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `debug` [INFO] [stdout] --> src/span.rs:123:15 [INFO] [stdout] | [INFO] [stdout] 123 | #[cfg(not(debug))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/reporter.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn spanned_str(&self) -> SpannedStr { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 129 | pub fn spanned_str(&self) -> SpannedStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "f3af5eb1a7062422d6c969a94e8497ece1e3068056aa6324ecf682bb3befdd9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3af5eb1a7062422d6c969a94e8497ece1e3068056aa6324ecf682bb3befdd9a", kill_on_drop: false }` [INFO] [stdout] f3af5eb1a7062422d6c969a94e8497ece1e3068056aa6324ecf682bb3befdd9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] e80a74b5573580099ad382be5c6afdec2aa61026c7276bbc84792018c68b1e10 [INFO] running `Command { std: "docker" "start" "-a" "e80a74b5573580099ad382be5c6afdec2aa61026c7276bbc84792018c68b1e10", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `debug` [INFO] [stderr] --> src/span.rs:106:11 [INFO] [stderr] | [INFO] [stderr] 106 | #[cfg(debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | #![forbid(missing_docs, warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `debug` [INFO] [stderr] --> src/span.rs:123:15 [INFO] [stderr] | [INFO] [stderr] 123 | #[cfg(not(debug))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/reporter.rs:129:24 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn spanned_str(&self) -> SpannedStr { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 129 | pub fn spanned_str(&self) -> SpannedStr<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `lisbeth-error` (lib) generated 3 warnings (run `cargo fix --lib -p lisbeth-error` to apply 1 suggestion) [INFO] [stderr] warning: `lisbeth-error` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lisbeth_error-ccd60ba23cdd0b89) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test error::tests::annotated_error::bounds_double ... ok [INFO] [stdout] test error::tests::annotated_error::bounds_single ... ok [INFO] [stdout] test error::tests::annotated_error::error_matrix_for ... ok [INFO] [stdout] test reporter::tests::error_reporter::code_snippet_for_single_line ... ok [INFO] [stdout] test reporter::tests::error_reporter::code_snippet_for_select_specific ... ok [INFO] [stdout] test reporter::tests::reporting::conjugaison_error ... ok [INFO] [stdout] test reporter::tests::reporting::multiline_simple ... ok [INFO] [stdout] test reporter::tests::reporting::reporting_simple ... ok [INFO] [stdout] test span::tests::position::advance_with_line_return ... ok [INFO] [stdout] test span::tests::position::advance_with_empty ... ok [INFO] [stdout] test span::tests::position::advance_with_mixed ... ok [INFO] [stdout] test span::tests::position::advance_with_no_line_return ... ok [INFO] [stdout] test span::tests::position::advance_with_two_times ... ok [INFO] [stdout] test span::tests::position::ord_only_cares_about_offset ... ok [INFO] [stdout] test span::tests::position::ord_simple ... ok [INFO] [stdout] test span::tests::span::of_file ... ok [INFO] [stdout] test span::tests::spanned_str::input_file_simple ... ok [INFO] [stdout] test span::tests::spanned_str::span_and_content ... ok [INFO] [stdout] test span::tests::spanned_str::split_at_working ... ok [INFO] [stdout] test span::tests::spanned_str::take_while ... ok [INFO] [stdout] test span::tests::spanned_str::take_while_empty_string ... ok [INFO] [stdout] test span::tests::spanned_str::take_while_non_ascii ... ok [INFO] [stdout] test span::tests::spanned_str::split_at_out_of_bounds - should panic ... ok [INFO] [stdout] test span::tests::spanned_str::split_at_non_boundary - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests lisbeth_error [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test src/span.rs - span::SpannedStr<'a>::split_at (line 313) ... ok [INFO] [stdout] test src/handbook.rs - handbook (line 94) ... ok [INFO] [stdout] test src/error.rs - error::AnnotatedError (line 22) ... ok [INFO] [stdout] test src/reporter.rs - reporter::ErrorReporter::spanned_str (line 123) ... ok [INFO] [stdout] test src/span.rs - span::SpannedStr<'a>::content (line 291) ... ok [INFO] [stdout] test src/span.rs - span::Span::end (line 150) ... ok [INFO] [stdout] test src/span.rs - span::SpannedStr<'a>::input_file (line 232) ... ok [INFO] [stdout] test src/span.rs - span::SpannedStr<'a>::take_while (line 345) ... ok [INFO] [stdout] test src/reporter.rs - reporter (line 12) ... ok [INFO] [stdout] test src/span.rs - span::SpannedStr<'a>::span (line 273) ... ok [INFO] [stdout] test src/span.rs - span::SpannedStr (line 193) ... ok [INFO] [stdout] test src/handbook.rs - handbook (line 6) ... ok [INFO] [stdout] test src/handbook.rs - handbook (line 229) ... ok [INFO] [stdout] test src/handbook.rs - handbook (line 54) ... ok [INFO] [stdout] test src/handbook.rs - handbook (line 132) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e80a74b5573580099ad382be5c6afdec2aa61026c7276bbc84792018c68b1e10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e80a74b5573580099ad382be5c6afdec2aa61026c7276bbc84792018c68b1e10", kill_on_drop: false }` [INFO] [stdout] e80a74b5573580099ad382be5c6afdec2aa61026c7276bbc84792018c68b1e10