[INFO] fetching crate flp-framework 0.1.0...
[INFO] testing flp-framework-0.1.0 against 1.94.0 for beta-1.95-1
[INFO] extracting crate flp-framework 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate flp-framework 0.1.0
[INFO] finished tweaking crates.io crate flp-framework 0.1.0
[INFO] tweaked toml for crates.io crate flp-framework 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate flp-framework 0.1.0 on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.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.94.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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 96a7d7f35c94dae11023d5a471750da9b0ece2c1a0464dd820a51a10597a795f
[INFO] running `Command { std: "docker" "start" "-a" "96a7d7f35c94dae11023d5a471750da9b0ece2c1a0464dd820a51a10597a795f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "96a7d7f35c94dae11023d5a471750da9b0ece2c1a0464dd820a51a10597a795f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96a7d7f35c94dae11023d5a471750da9b0ece2c1a0464dd820a51a10597a795f", kill_on_drop: false }`
[INFO] [stdout] 96a7d7f35c94dae11023d5a471750da9b0ece2c1a0464dd820a51a10597a795f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 791dd0075a7cb8b8f16387be0e74adefa4ab74e086a2d258fd6004d814aed4f1
[INFO] running `Command { std: "docker" "start" "-a" "791dd0075a7cb8b8f16387be0e74adefa4ab74e086a2d258fd6004d814aed4f1", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling flp-framework v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:33:37
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[inline(always)] fn from_usize(usize) -> Self;
[INFO] [stdout]    |                                     ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[inline(always)] fn as_usize(&self) -> usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/lib.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[inline(always)] fn from_usize(usize) -> Self;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] running `Command { std: "docker" "inspect" "791dd0075a7cb8b8f16387be0e74adefa4ab74e086a2d258fd6004d814aed4f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "791dd0075a7cb8b8f16387be0e74adefa4ab74e086a2d258fd6004d814aed4f1", kill_on_drop: false }`
[INFO] [stdout] 791dd0075a7cb8b8f16387be0e74adefa4ab74e086a2d258fd6004d814aed4f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 657ddf4b3460b3f25f877d5004761620503e719ee1f5c191c3a5fcab0bd52fa7
[INFO] running `Command { std: "docker" "start" "-a" "657ddf4b3460b3f25f877d5004761620503e719ee1f5c191c3a5fcab0bd52fa7", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:33:37
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[inline(always)] fn from_usize(usize) -> Self;
[INFO] [stdout]    |                                     ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[inline(always)] fn as_usize(&self) -> usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/lib.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[inline(always)] fn from_usize(usize) -> Self;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling flp-framework v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stdout]   --> src/lib.rs:33:37
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[inline(always)] fn from_usize(usize) -> Self;
[INFO] [stdout]    |                                     ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stdout]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/lib.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[inline(always)] fn as_usize(&self) -> usize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/lib.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[inline(always)] fn from_usize(usize) -> Self;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "657ddf4b3460b3f25f877d5004761620503e719ee1f5c191c3a5fcab0bd52fa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "657ddf4b3460b3f25f877d5004761620503e719ee1f5c191c3a5fcab0bd52fa7", kill_on_drop: false }`
[INFO] [stdout] 657ddf4b3460b3f25f877d5004761620503e719ee1f5c191c3a5fcab0bd52fa7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6d30c278abe4c4d1641abb13b2bb08ade73db165cf53271db30177debc2f9c44
[INFO] running `Command { std: "docker" "start" "-a" "6d30c278abe4c4d1641abb13b2bb08ade73db165cf53271db30177debc2f9c44", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition
[INFO] [stderr]   --> src/lib.rs:33:37
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stderr] 33 |     #[inline(always)] fn from_usize(usize) -> Self;
[INFO] [stderr]    |                                     ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/trait-fn-parameters.html>
[INFO] [stderr]    = note: `#[warn(anonymous_parameters)]` (part of `#[warn(rust_2018_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stderr]   --> src/lib.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 |     #[inline(always)] fn as_usize(&self) -> usize;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stderr]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stderr]   --> src/lib.rs:33:5
[INFO] [stderr]    |
[INFO] [stderr] 33 |     #[inline(always)] fn from_usize(usize) -> Self;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stderr] 
[INFO] [stderr] warning: `flp-framework` (lib) generated 3 warnings (run `cargo fix --lib -p flp-framework` to apply 3 suggestions)
[INFO] [stderr] warning: `flp-framework` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flp_framework-c411a54f54d0b543)
[INFO] [stdout] test address::tests::v1 ... ok
[INFO] [stdout] test address::tests::v2 ... ok
[INFO] [stdout] test address::tests::v0 ... ok
[INFO] [stdout] test address::tests::v5 ... ok
[INFO] [stdout] test address::tests::v6 ... ok
[INFO] [stdout] test address::tests::v7 ... ok
[INFO] [stdout] test address::tests::v3 ... ok
[INFO] [stdout] test address::tests::v4 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests flp_framework
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test src/address.rs - address::Byte (line 240) ... FAILED
[INFO] [stdout] test src/address.rs - address::Byte::as_usize (line 271) ... ok
[INFO] [stdout] test src/address.rs - address::ByteAddr::from_usize (line 313) ... ok
[INFO] [stdout] test src/address.rs - address::Byte::from_usize (line 263) ... ok
[INFO] [stdout] test src/address.rs - address::ByteAddr::verify (line 330) ... ok
[INFO] [stdout] test src/address.rs - address::Byte::verify (line 280) ... ok
[INFO] [stdout] test src/address.rs - address::VoidAddr::from_usize (line 36) ... ok
[INFO] [stdout] test src/address.rs - address::ByteAddr::as_usize (line 321) ... ok
[INFO] [stdout] test src/address.rs - address::Word (line 109) ... FAILED
[INFO] [stdout] test src/address.rs - address::VoidAddr::as_usize (line 44) ... ok
[INFO] [stdout] test src/address.rs - address::VoidAddr::verify (line 54) ... ok
[INFO] [stdout] test src/address.rs - address::Word::from_usize (line 154) ... ok
[INFO] [stdout] test src/address.rs - address::WordAddr::from_usize (line 199) ... ok
[INFO] [stdout] test src/address.rs - address::Word::as_usize (line 162) ... ok
[INFO] [stdout] test src/address.rs - address::WordAddr::as_usize (line 207) ... ok
[INFO] [stdout] test src/lib.rs - Address::is_aligned_to (line 126) ... ok
[INFO] [stdout] test src/lib.rs - Address::diff (line 163) ... ok
[INFO] [stdout] test src/lib.rs - Address::align_up (line 84) ... ok
[INFO] [stdout] test src/address.rs - address::Word::verify (line 171) ... ok
[INFO] [stdout] test src/address.rs - address::WordAddr::verify (line 216) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/address.rs - address::Byte (line 240) stdout ----
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]    --> src/address.rs:239:1
[INFO] [stdout]     |
[INFO] [stdout] 239 | #![feature(rustc_private)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/address.rs - address::Word (line 109) stdout ----
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]    --> src/address.rs:108:1
[INFO] [stdout]     |
[INFO] [stdout] 108 | #![feature(rustc_private)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/address.rs - address::Byte (line 240)
[INFO] [stdout]     src/address.rs - address::Word (line 109)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 18 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "6d30c278abe4c4d1641abb13b2bb08ade73db165cf53271db30177debc2f9c44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d30c278abe4c4d1641abb13b2bb08ade73db165cf53271db30177debc2f9c44", kill_on_drop: false }`
[INFO] [stdout] 6d30c278abe4c4d1641abb13b2bb08ade73db165cf53271db30177debc2f9c44
