[INFO] fetching crate lisbeth-error 0.1.0...
[INFO] testing lisbeth-error-0.1.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate lisbeth-error 0.1.0 into /workspace/builds/worker-2-tc1/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-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lisbeth-error 0.1.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] df4f5fe516363974fdf4793488a5084ded08b6be63a2f6e26a7455bea86dd3fd
[INFO] running `Command { std: "docker" "start" "-a" "df4f5fe516363974fdf4793488a5084ded08b6be63a2f6e26a7455bea86dd3fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df4f5fe516363974fdf4793488a5084ded08b6be63a2f6e26a7455bea86dd3fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df4f5fe516363974fdf4793488a5084ded08b6be63a2f6e26a7455bea86dd3fd", kill_on_drop: false }`
[INFO] [stdout] df4f5fe516363974fdf4793488a5084ded08b6be63a2f6e26a7455bea86dd3fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 77697bf8fd8008d3a5844f9af1562d48d5dac24a981171b8b37ca8e8d4b339cb
[INFO] running `Command { std: "docker" "start" "-a" "77697bf8fd8008d3a5844f9af1562d48d5dac24a981171b8b37ca8e8d4b339cb", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.28s
[INFO] running `Command { std: "docker" "inspect" "77697bf8fd8008d3a5844f9af1562d48d5dac24a981171b8b37ca8e8d4b339cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77697bf8fd8008d3a5844f9af1562d48d5dac24a981171b8b37ca8e8d4b339cb", kill_on_drop: false }`
[INFO] [stdout] 77697bf8fd8008d3a5844f9af1562d48d5dac24a981171b8b37ca8e8d4b339cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ba22df541bad6aaf129da8862f4e6003707a2f7be7b0b17b12174ac4c21c7c3
[INFO] running `Command { std: "docker" "start" "-a" "4ba22df541bad6aaf129da8862f4e6003707a2f7be7b0b17b12174ac4c21c7c3", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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] [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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.59s
[INFO] running `Command { std: "docker" "inspect" "4ba22df541bad6aaf129da8862f4e6003707a2f7be7b0b17b12174ac4c21c7c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ba22df541bad6aaf129da8862f4e6003707a2f7be7b0b17b12174ac4c21c7c3", kill_on_drop: false }`
[INFO] [stdout] 4ba22df541bad6aaf129da8862f4e6003707a2f7be7b0b17b12174ac4c21c7c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6c6c2b2ea4e1383312ffe4141fd10e67cc6b6f8e687252602ab871791af3d33e
[INFO] running `Command { std: "docker" "start" "-a" "6c6c2b2ea4e1383312ffe4141fd10e67cc6b6f8e687252602ab871791af3d33e", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lisbeth_error-cf7e0d6940c5c95d)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test error::tests::annotated_error::bounds_double ... ok
[INFO] [stdout] test error::tests::annotated_error::error_matrix_for ... ok
[INFO] [stdout] test error::tests::annotated_error::bounds_single ... 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::reporting_simple ... ok
[INFO] [stdout] test reporter::tests::reporting::multiline_simple ... ok
[INFO] [stdout] test span::tests::position::advance_with_line_return ... 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::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_empty_string ... ok
[INFO] [stdout] test span::tests::spanned_str::take_while ... ok
[INFO] [stdout] test span::tests::spanned_str::take_while_non_ascii ... ok
[INFO] [stdout] test span::tests::span::of_file ... 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] test span::tests::position::advance_with_empty ... 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>::content (line 291) ... ok
[INFO] [stdout] test src/handbook.rs - handbook (line 54) ... ok
[INFO] [stdout] test src/reporter.rs - reporter (line 12) ... ok
[INFO] [stdout] test src/reporter.rs - reporter::ErrorReporter::spanned_str (line 123) ... ok
[INFO] [stdout] test src/span.rs - span::Span::end (line 150) ... ok
[INFO] [stdout] test src/handbook.rs - handbook (line 132) ... ok
[INFO] [stdout] test src/span.rs - span::SpannedStr (line 193) ... 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/handbook.rs - handbook (line 94) ... ok
[INFO] [stdout] test src/span.rs - span::SpannedStr<'a>::span (line 273) ... ok
[INFO] [stdout] test src/error.rs - error::AnnotatedError (line 22) ... ok
[INFO] [stdout] test src/handbook.rs - handbook (line 229) ... ok
[INFO] [stdout] test src/handbook.rs - handbook (line 6) ... ok
[INFO] [stdout] test src/span.rs - span::SpannedStr<'a>::split_at (line 313) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.69s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6c6c2b2ea4e1383312ffe4141fd10e67cc6b6f8e687252602ab871791af3d33e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c6c2b2ea4e1383312ffe4141fd10e67cc6b6f8e687252602ab871791af3d33e", kill_on_drop: false }`
[INFO] [stdout] 6c6c2b2ea4e1383312ffe4141fd10e67cc6b6f8e687252602ab871791af3d33e
