[INFO] fetching crate apbool 0.1.999...
[INFO] testing apbool-0.1.999 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate apbool 0.1.999 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate apbool 0.1.999 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate apbool 0.1.999
[INFO] finished tweaking crates.io crate apbool 0.1.999
[INFO] tweaked toml for crates.io crate apbool 0.1.999 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 97b469507f5e7b27828e2d5b3d986ffcece28b5571ed8ef2cd89c64dd33789bf
[INFO] running `Command { std: "docker" "start" "-a" "97b469507f5e7b27828e2d5b3d986ffcece28b5571ed8ef2cd89c64dd33789bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "97b469507f5e7b27828e2d5b3d986ffcece28b5571ed8ef2cd89c64dd33789bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97b469507f5e7b27828e2d5b3d986ffcece28b5571ed8ef2cd89c64dd33789bf", kill_on_drop: false }`
[INFO] [stdout] 97b469507f5e7b27828e2d5b3d986ffcece28b5571ed8ef2cd89c64dd33789bf
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c0ab86ca51cc28b10f1dc2953d874020d98c71c843ece4af20e340b39080dd24
[INFO] running `Command { std: "docker" "start" "-a" "c0ab86ca51cc28b10f1dc2953d874020d98c71c843ece4af20e340b39080dd24", kill_on_drop: false }`
[INFO] [stderr]    Compiling apbool v0.1.999 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/doing.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |             );})(!it_bee))(!it_be_or))(!it_be))(unsafe {
[INFO] [stdout]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:352:45
[INFO] [stdout]     |
[INFO] [stdout] 352 |        let mut clon = ApBool::default() | self.clone(
[INFO] [stdout]     |  _____________________________________________^
[INFO] [stdout] 353 | |       );
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 352 -      let mut clon = ApBool::default() | self.clone(
[INFO] [stdout] 353 -       );
[INFO] [stdout] 352 +      let mut clon = ApBool::default() | self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:613:21
[INFO] [stdout]     |
[INFO] [stdout] 613 |           clon |= self.clone(
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 614 | |          );}
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 613 -         clon |= self.clone(
[INFO] [stdout] 614 -          );}
[INFO] [stdout] 613 +         clon |= self;}
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] running `Command { std: "docker" "inspect" "c0ab86ca51cc28b10f1dc2953d874020d98c71c843ece4af20e340b39080dd24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0ab86ca51cc28b10f1dc2953d874020d98c71c843ece4af20e340b39080dd24", kill_on_drop: false }`
[INFO] [stdout] c0ab86ca51cc28b10f1dc2953d874020d98c71c843ece4af20e340b39080dd24
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50d8b71af397766ba9e0dd3fdb6cc913bfc68cdbd42efa7d5b40f4fdd3b9be6d
[INFO] running `Command { std: "docker" "start" "-a" "50d8b71af397766ba9e0dd3fdb6cc913bfc68cdbd42efa7d5b40f4fdd3b9be6d", kill_on_drop: false }`
[INFO] [stderr]    Compiling apbool v0.1.999 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/doing.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |             );})(!it_bee))(!it_be_or))(!it_be))(unsafe {
[INFO] [stdout]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:352:45
[INFO] [stdout]     |
[INFO] [stdout] 352 |        let mut clon = ApBool::default() | self.clone(
[INFO] [stdout]     |  _____________________________________________^
[INFO] [stdout] 353 | |       );
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 352 -      let mut clon = ApBool::default() | self.clone(
[INFO] [stdout] 353 -       );
[INFO] [stdout] 352 +      let mut clon = ApBool::default() | self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:613:21
[INFO] [stdout]     |
[INFO] [stdout] 613 |           clon |= self.clone(
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 614 | |          );}
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 613 -         clon |= self.clone(
[INFO] [stdout] 614 -          );}
[INFO] [stdout] 613 +         clon |= self;}
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/doing.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |             );})(!it_bee))(!it_be_or))(!it_be))(unsafe {
[INFO] [stdout]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:352:45
[INFO] [stdout]     |
[INFO] [stdout] 352 |        let mut clon = ApBool::default() | self.clone(
[INFO] [stdout]     |  _____________________________________________^
[INFO] [stdout] 353 | |       );
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 352 -      let mut clon = ApBool::default() | self.clone(
[INFO] [stdout] 353 -       );
[INFO] [stdout] 352 +      let mut clon = ApBool::default() | self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:613:21
[INFO] [stdout]     |
[INFO] [stdout] 613 |           clon |= self.clone(
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 614 | |          );}
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 613 -         clon |= self.clone(
[INFO] [stdout] 614 -          );}
[INFO] [stdout] 613 +         clon |= self;}
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] running `Command { std: "docker" "inspect" "50d8b71af397766ba9e0dd3fdb6cc913bfc68cdbd42efa7d5b40f4fdd3b9be6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50d8b71af397766ba9e0dd3fdb6cc913bfc68cdbd42efa7d5b40f4fdd3b9be6d", kill_on_drop: false }`
[INFO] [stdout] 50d8b71af397766ba9e0dd3fdb6cc913bfc68cdbd42efa7d5b40f4fdd3b9be6d
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a26d32e03be0382320dd2ca16a75f41a2c14157bb7b90c051cff9f3a00abbbe4
[INFO] running `Command { std: "docker" "start" "-a" "a26d32e03be0382320dd2ca16a75f41a2c14157bb7b90c051cff9f3a00abbbe4", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]   --> src/doing.rs:22:49
[INFO] [stderr]    |
[INFO] [stderr] 22 |             );})(!it_bee))(!it_be_or))(!it_be))(unsafe {
[INFO] [stderr]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:352:45
[INFO] [stderr]     |
[INFO] [stderr] 352 |        let mut clon = ApBool::default() | self.clone(
[INFO] [stderr]     |  _____________________________________________^
[INFO] [stderr] 353 | |       );
[INFO] [stderr]     | |_______^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 352 -      let mut clon = ApBool::default() | self.clone(
[INFO] [stderr] 353 -       );
[INFO] [stderr] 352 +      let mut clon = ApBool::default() | self;
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stderr]     |
[INFO] [stderr] 7   + #[derive(Clone)]
[INFO] [stderr] 8   | pub enum ApBool {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:613:21
[INFO] [stderr]     |
[INFO] [stderr] 613 |           clon |= self.clone(
[INFO] [stderr]     |  _____________________^
[INFO] [stderr] 614 | |          );}
[INFO] [stderr]     | |__________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 613 -         clon |= self.clone(
[INFO] [stderr] 614 -          );}
[INFO] [stderr] 613 +         clon |= self;}
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stderr]     |
[INFO] [stderr] 7   + #[derive(Clone)]
[INFO] [stderr] 8   | pub enum ApBool {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `apbool` (lib) generated 3 warnings (run `cargo fix --lib -p apbool` to apply 2 suggestions)
[INFO] [stderr] warning: `apbool` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/apbool-c2e749181195288a)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test doing::tests::dothe_Test_already ... ok
[INFO] [stdout] test doing::tests::clon ... ok
[INFO] [stdout] test doing::tests::test_thingy ... ok
[INFO] [stdout] test doing::tests::one1 ... ok
[INFO] [stdout] test tests::_the_ampersand_ ... ok
[INFO] [stdout] test tests::appendation ... ok
[INFO] [stdout] test tests::combination ... ok
[INFO] [stdout] test tests::combinationful ... ok
[INFO] [stdout] test tests::combinationfulY ... ok
[INFO] [stdout] test tests::combinationly ... ok
[INFO] [stdout] test tests::combinationize ... ok
[INFO] [stdout] test tests::combinationy ... ok
[INFO] [stdout] test tests::combinationyful ... ok
[INFO] [stdout] test tests::conntens ... ok
[INFO] [stdout] test tests::in_to_bool ... ok
[INFO] [stdout] test tests::nomoreconstruct ... ok
[INFO] [stdout] test tests::not_so_trooiness ... ok
[INFO] [stdout] test tests::out_to_bool ... ok
[INFO] [stdout] test tests::test_thing ... ok
[INFO] [stdout] test tests::the_trooiness ... ok
[INFO] [stdout] test tests::too2 ... ok
[INFO] [stdout] test tests::the_checkindek ... ok
[INFO] [stdout] test tests::moo ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests apbool
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - ApBool::len (line 73) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a26d32e03be0382320dd2ca16a75f41a2c14157bb7b90c051cff9f3a00abbbe4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a26d32e03be0382320dd2ca16a75f41a2c14157bb7b90c051cff9f3a00abbbe4", kill_on_drop: false }`
[INFO] [stdout] a26d32e03be0382320dd2ca16a75f41a2c14157bb7b90c051cff9f3a00abbbe4
[INFO] testing apbool-0.1.999 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate apbool 0.1.999 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate apbool 0.1.999 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate apbool 0.1.999
[INFO] finished tweaking crates.io crate apbool 0.1.999
[INFO] tweaked toml for crates.io crate apbool 0.1.999 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2372b3e24e1012c81317aab7ff4a03ac402c7f1d6cf1c081cb63bb6815519968
[INFO] running `Command { std: "docker" "start" "-a" "2372b3e24e1012c81317aab7ff4a03ac402c7f1d6cf1c081cb63bb6815519968", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2372b3e24e1012c81317aab7ff4a03ac402c7f1d6cf1c081cb63bb6815519968", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2372b3e24e1012c81317aab7ff4a03ac402c7f1d6cf1c081cb63bb6815519968", kill_on_drop: false }`
[INFO] [stdout] 2372b3e24e1012c81317aab7ff4a03ac402c7f1d6cf1c081cb63bb6815519968
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa12c94cd7c391b79c6ff98a547f6c0a90ac8fa207cace6b2d0283e76dc26bdf
[INFO] running `Command { std: "docker" "start" "-a" "fa12c94cd7c391b79c6ff98a547f6c0a90ac8fa207cace6b2d0283e76dc26bdf", kill_on_drop: false }`
[INFO] [stderr]    Compiling apbool v0.1.999 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/doing.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |             );})(!it_bee))(!it_be_or))(!it_be))(unsafe {
[INFO] [stdout]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:352:45
[INFO] [stdout]     |
[INFO] [stdout] 352 |        let mut clon = ApBool::default() | self.clone(
[INFO] [stdout]     |  _____________________________________________^
[INFO] [stdout] 353 | |       );
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 352 -      let mut clon = ApBool::default() | self.clone(
[INFO] [stdout] 353 -       );
[INFO] [stdout] 352 +      let mut clon = ApBool::default() | self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:613:21
[INFO] [stdout]     |
[INFO] [stdout] 613 |           clon |= self.clone(
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 614 | |          );}
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 613 -         clon |= self.clone(
[INFO] [stdout] 614 -          );}
[INFO] [stdout] 613 +         clon |= self;}
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] running `Command { std: "docker" "inspect" "fa12c94cd7c391b79c6ff98a547f6c0a90ac8fa207cace6b2d0283e76dc26bdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa12c94cd7c391b79c6ff98a547f6c0a90ac8fa207cace6b2d0283e76dc26bdf", kill_on_drop: false }`
[INFO] [stdout] fa12c94cd7c391b79c6ff98a547f6c0a90ac8fa207cace6b2d0283e76dc26bdf
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 815c8275a1002af3aa54adf01b7f3018d4f615f010d1c1336bb5278a20cee20f
[INFO] running `Command { std: "docker" "start" "-a" "815c8275a1002af3aa54adf01b7f3018d4f615f010d1c1336bb5278a20cee20f", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/doing.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |             );})(!it_bee))(!it_be_or))(!it_be))(unsafe {
[INFO] [stdout]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:352:45
[INFO] [stdout]     |
[INFO] [stdout] 352 |        let mut clon = ApBool::default() | self.clone(
[INFO] [stdout]     |  _____________________________________________^
[INFO] [stdout] 353 | |       );
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 352 -      let mut clon = ApBool::default() | self.clone(
[INFO] [stdout] 353 -       );
[INFO] [stdout] 352 +      let mut clon = ApBool::default() | self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling apbool v0.1.999 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:613:21
[INFO] [stdout]     |
[INFO] [stdout] 613 |           clon |= self.clone(
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 614 | |          );}
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 613 -         clon |= self.clone(
[INFO] [stdout] 614 -          );}
[INFO] [stdout] 613 +         clon |= self;}
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/doing.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |             );})(!it_bee))(!it_be_or))(!it_be))(unsafe {
[INFO] [stdout]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:352:45
[INFO] [stdout]     |
[INFO] [stdout] 352 |        let mut clon = ApBool::default() | self.clone(
[INFO] [stdout]     |  _____________________________________________^
[INFO] [stdout] 353 | |       );
[INFO] [stdout]     | |_______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 352 -      let mut clon = ApBool::default() | self.clone(
[INFO] [stdout] 353 -       );
[INFO] [stdout] 352 +      let mut clon = ApBool::default() | self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:613:21
[INFO] [stdout]     |
[INFO] [stdout] 613 |           clon |= self.clone(
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 614 | |          );}
[INFO] [stdout]     | |__________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 613 -         clon |= self.clone(
[INFO] [stdout] 614 -          );}
[INFO] [stdout] 613 +         clon |= self;}
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 7   + #[derive(Clone)]
[INFO] [stdout] 8   | pub enum ApBool {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "815c8275a1002af3aa54adf01b7f3018d4f615f010d1c1336bb5278a20cee20f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "815c8275a1002af3aa54adf01b7f3018d4f615f010d1c1336bb5278a20cee20f", kill_on_drop: false }`
[INFO] [stdout] 815c8275a1002af3aa54adf01b7f3018d4f615f010d1c1336bb5278a20cee20f
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 789de84b286a845f568636d98a5501d643bd798218df5154cc1de5c7eaae158e
[INFO] running `Command { std: "docker" "start" "-a" "789de84b286a845f568636d98a5501d643bd798218df5154cc1de5c7eaae158e", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]   --> src/doing.rs:22:49
[INFO] [stderr]    |
[INFO] [stderr] 22 |             );})(!it_bee))(!it_be_or))(!it_be))(unsafe {
[INFO] [stderr]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:352:45
[INFO] [stderr]     |
[INFO] [stderr] 352 |        let mut clon = ApBool::default() | self.clone(
[INFO] [stderr]     |  _____________________________________________^
[INFO] [stderr] 353 | |       );
[INFO] [stderr]     | |_______^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 352 -      let mut clon = ApBool::default() | self.clone(
[INFO] [stderr] 353 -       );
[INFO] [stderr] 352 +      let mut clon = ApBool::default() | self;
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stderr]     |
[INFO] [stderr] 7   + #[derive(Clone)]
[INFO] [stderr] 8   | pub enum ApBool {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/lib.rs:613:21
[INFO] [stderr]     |
[INFO] [stderr] 613 |           clon |= self.clone(
[INFO] [stderr]     |  _____________________^
[INFO] [stderr] 614 | |          );}
[INFO] [stderr]     | |__________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `ApBool` does not implement `Clone`, so calling `clone` on `&ApBool` copies the reference, which does not do anything and can be removed
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 613 -         clon |= self.clone(
[INFO] [stderr] 614 -          );}
[INFO] [stderr] 613 +         clon |= self;}
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `ApBool`, implement `Clone` for it
[INFO] [stderr]     |
[INFO] [stderr] 7   + #[derive(Clone)]
[INFO] [stderr] 8   | pub enum ApBool {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `apbool` (lib) generated 3 warnings (run `cargo fix --lib -p apbool` to apply 2 suggestions)
[INFO] [stderr] warning: `apbool` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/apbool-c2e749181195288a)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test doing::tests::clon ... ok
[INFO] [stdout] test doing::tests::dothe_Test_already ... ok
[INFO] [stdout] test doing::tests::test_thingy ... ok
[INFO] [stdout] test tests::_the_ampersand_ ... ok
[INFO] [stdout] test doing::tests::one1 ... ok
[INFO] [stdout] test tests::combination ... ok
[INFO] [stdout] test tests::appendation ... ok
[INFO] [stdout] test tests::combinationful ... ok
[INFO] [stdout] test tests::combinationfulY ... ok
[INFO] [stdout] test tests::combinationize ... ok
[INFO] [stdout] test tests::combinationly ... ok
[INFO] [stdout] test tests::combinationy ... ok
[INFO] [stdout] test tests::conntens ... ok
[INFO] [stdout] test tests::combinationyful ... ok
[INFO] [stdout] test tests::in_to_bool ... ok
[INFO] [stdout] test tests::nomoreconstruct ... ok
[INFO] [stdout] test tests::not_so_trooiness ... ok
[INFO] [stdout] test tests::out_to_bool ... ok
[INFO] [stdout] test tests::test_thing ... ok
[INFO] [stdout] test tests::the_trooiness ... ok
[INFO] [stdout] test tests::too2 ... ok
[INFO] [stdout] test tests::the_checkindek ... ok
[INFO] [stdout] test tests::moo ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests apbool
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - ApBool::len (line 73) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "789de84b286a845f568636d98a5501d643bd798218df5154cc1de5c7eaae158e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "789de84b286a845f568636d98a5501d643bd798218df5154cc1de5c7eaae158e", kill_on_drop: false }`
[INFO] [stdout] 789de84b286a845f568636d98a5501d643bd798218df5154cc1de5c7eaae158e
