[INFO] fetching crate repl-ng 0.3.1...
[INFO] testing repl-ng-0.3.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate repl-ng 0.3.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate repl-ng 0.3.1
[INFO] finished tweaking crates.io crate repl-ng 0.3.1
[INFO] tweaked toml for crates.io crate repl-ng 0.3.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate repl-ng 0.3.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate repl-ng 0.3.1 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-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3c9644e81cbb68590000e64e97d784a255e6aef83e48aea0e2abc5eca6b5a186
[INFO] running `Command { std: "docker" "start" "-a" "3c9644e81cbb68590000e64e97d784a255e6aef83e48aea0e2abc5eca6b5a186", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3c9644e81cbb68590000e64e97d784a255e6aef83e48aea0e2abc5eca6b5a186", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c9644e81cbb68590000e64e97d784a255e6aef83e48aea0e2abc5eca6b5a186", kill_on_drop: false }`
[INFO] [stdout] 3c9644e81cbb68590000e64e97d784a255e6aef83e48aea0e2abc5eca6b5a186
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56dba5e20fc6fca5074a9ad97ec560bcfbc06efff33cabedbb40ff9b5e72621a
[INFO] running `Command { std: "docker" "start" "-a" "56dba5e20fc6fca5074a9ad97ec560bcfbc06efff33cabedbb40ff9b5e72621a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling clap_builder v4.5.30
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling rustyline-derive v0.4.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling nix v0.20.2
[INFO] [stderr]    Compiling fd-lock v2.0.0
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling clap v4.5.30
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling rustyline v8.2.0
[INFO] [stderr]    Compiling repl-ng v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
[INFO] running `Command { std: "docker" "inspect" "56dba5e20fc6fca5074a9ad97ec560bcfbc06efff33cabedbb40ff9b5e72621a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56dba5e20fc6fca5074a9ad97ec560bcfbc06efff33cabedbb40ff9b5e72621a", kill_on_drop: false }`
[INFO] [stdout] 56dba5e20fc6fca5074a9ad97ec560bcfbc06efff33cabedbb40ff9b5e72621a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aecfde6a2a51812c8a5e56b563a281b78538b9ebb89b6808b70a481234d098ec
[INFO] running `Command { std: "docker" "start" "-a" "aecfde6a2a51812c8a5e56b563a281b78538b9ebb89b6808b70a481234d098ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling nix v0.21.2
[INFO] [stderr]    Compiling repl-ng v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.46s
[INFO] running `Command { std: "docker" "inspect" "aecfde6a2a51812c8a5e56b563a281b78538b9ebb89b6808b70a481234d098ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aecfde6a2a51812c8a5e56b563a281b78538b9ebb89b6808b70a481234d098ec", kill_on_drop: false }`
[INFO] [stdout] aecfde6a2a51812c8a5e56b563a281b78538b9ebb89b6808b70a481234d098ec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 25f24d2ce37f2689e55908bfb4475e1b9a2464c741beeab5c18b41ce45d4af41
[INFO] running `Command { std: "docker" "start" "-a" "25f24d2ce37f2689e55908bfb4475e1b9a2464c741beeab5c18b41ce45d4af41", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/repl_ng-5d0ef31d61df0ec8)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test repl::tests::test_empty_line_does_nothing ... ok
[INFO] [stdout] test repl::tests::test_no_required_after_optional ... ok
[INFO] [stdout] test repl::tests::test_unknown_command_fails ... ok
[INFO] [stdout] test repl::tests::test_string_with_spaces_for_argument_last ... ok
[INFO] [stdout] test repl::tests::test_missing_required_arg_fails ... ok
[INFO] [stdout] test repl::tests::test_initialize_sets_crate_values ... ok
[INFO] [stdout] test repl::tests::test_required_cannot_be_defaulted ... ok
[INFO] [stdout] test repl::tests::test_string_with_spaces_for_argument ... ok
[INFO] [stderr]    Doc-tests repl_ng
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - (line 6) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 54) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 86) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 137) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 218) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 6) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `repl_rs`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use repl_rs::{Command, Parameter, Result, Value};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use repl_rs::{Command, Parameter, Result, Value};
[INFO] [stdout] 3 + use repl_ng::{Command, Parameter, Result, Value};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `repl_rs`
[INFO] [stdout]  --> src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use repl_rs::{Convert, Repl};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use repl_rs::{Convert, Repl};
[INFO] [stdout] 4 + use repl_ng::{Convert, Repl};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 54) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `repl_rs`
[INFO] [stdout]  --> src/lib.rs:55:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use repl_rs::{Command, Parameter, Result, Value};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use repl_rs::{Command, Parameter, Result, Value};
[INFO] [stdout] 2 + use repl_ng::{Command, Parameter, Result, Value};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `repl_rs`
[INFO] [stdout]  --> src/lib.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use repl_rs::{Convert, Repl};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use repl_rs::{Convert, Repl};
[INFO] [stdout] 3 + use repl_ng::{Convert, Repl};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 86) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `repl_rs`
[INFO] [stdout]  --> src/lib.rs:87:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use repl_rs::{Command, Parameter, Result, Value};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use repl_rs::{Command, Parameter, Result, Value};
[INFO] [stdout] 2 + use repl_ng::{Command, Parameter, Result, Value};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `repl_rs`
[INFO] [stdout]  --> src/lib.rs:88:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use repl_rs::{Convert, Repl};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use repl_rs::{Convert, Repl};
[INFO] [stdout] 3 + use repl_ng::{Convert, Repl};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 137) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `repl_rs`
[INFO] [stdout]  --> src/lib.rs:140:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use repl_rs::{initialize_repl, Convert, Repl};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use repl_rs::{initialize_repl, Convert, Repl};
[INFO] [stdout] 4 + use repl_ng::{initialize_repl, Convert, Repl};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `repl_rs`
[INFO] [stdout]  --> src/lib.rs:141:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use repl_rs::{Command, Parameter, Result, Value};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use repl_rs::{Command, Parameter, Result, Value};
[INFO] [stdout] 5 + use repl_ng::{Command, Parameter, Result, Value};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 218) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `repl_rs`
[INFO] [stdout]  --> src/lib.rs:219:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use repl_rs::{Command, Parameter, Value};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 - use repl_rs::{Command, Parameter, Value};
[INFO] [stdout] 2 + use repl_ng::{Command, Parameter, Value};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `repl_rs`
[INFO] [stdout]  --> src/lib.rs:220:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use repl_rs::{Convert, Repl};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 - use repl_rs::{Convert, Repl};
[INFO] [stdout] 3 + use repl_ng::{Convert, Repl};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   --> src/lib.rs:229:15
[INFO] [stdout]    |
[INFO] [stdout] 12 |     ReplError(repl_rs::Error),
[INFO] [stdout]    |               ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 -     ReplError(repl_rs::Error),
[INFO] [stdout] 12 +     ReplError(repl_ng::Error),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   --> src/lib.rs:233:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl From<repl_rs::Error> for Error {
[INFO] [stdout]    |           ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 - impl From<repl_rs::Error> for Error {
[INFO] [stdout] 16 + impl From<repl_ng::Error> for Error {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]   --> src/lib.rs:234:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn from(error: repl_rs::Error) -> Self {
[INFO] [stdout]    |                    ^^^^^^^ use of unresolved module or unlinked crate `repl_rs`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 -     fn from(error: repl_rs::Error) -> Self {
[INFO] [stdout] 17 +     fn from(error: repl_ng::Error) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 137)
[INFO] [stdout]     src/lib.rs - (line 218)
[INFO] [stdout]     src/lib.rs - (line 54)
[INFO] [stdout]     src/lib.rs - (line 6)
[INFO] [stdout]     src/lib.rs - (line 86)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "25f24d2ce37f2689e55908bfb4475e1b9a2464c741beeab5c18b41ce45d4af41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25f24d2ce37f2689e55908bfb4475e1b9a2464c741beeab5c18b41ce45d4af41", kill_on_drop: false }`
[INFO] [stdout] 25f24d2ce37f2689e55908bfb4475e1b9a2464c741beeab5c18b41ce45d4af41
