[INFO] fetching crate sheep 0.3.0... [INFO] testing sheep-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate sheep 0.3.0 into /workspace/builds/worker-17/source [INFO] validating manifest of crates.io crate sheep 0.3.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sheep 0.3.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate sheep 0.3.0 [INFO] tweaked toml for crates.io crate sheep 0.3.0 written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate crates.io crate sheep 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 485a8dc956b4c6057a4f228132ac125e229b0826f3c3fa4a24245e77f681fd25 [INFO] running `Command { std: "docker" "start" "-a" "485a8dc956b4c6057a4f228132ac125e229b0826f3c3fa4a24245e77f681fd25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "485a8dc956b4c6057a4f228132ac125e229b0826f3c3fa4a24245e77f681fd25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "485a8dc956b4c6057a4f228132ac125e229b0826f3c3fa4a24245e77f681fd25", kill_on_drop: false }` [INFO] [stdout] 485a8dc956b4c6057a4f228132ac125e229b0826f3c3fa4a24245e77f681fd25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f14b1d86631b1df59572b03391028ef1a7648ccae93b41b442927b341e0dc747 [INFO] running `Command { std: "docker" "start" "-a" "f14b1d86631b1df59572b03391028ef1a7648ccae93b41b442927b341e0dc747", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling getrandom v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling twox-hash v1.5.0 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling sheep v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `bin_width` [INFO] [stdout] --> src/pack/maxrects.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | bin_width: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/pack/maxrects.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bin_height` [INFO] [stdout] --> src/pack/maxrects.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | bin_height: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/pack/maxrects.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `oversized` [INFO] [stdout] --> src/pack/maxrects.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | oversized: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/pack/maxrects.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.85s [INFO] running `Command { std: "docker" "inspect" "f14b1d86631b1df59572b03391028ef1a7648ccae93b41b442927b341e0dc747", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f14b1d86631b1df59572b03391028ef1a7648ccae93b41b442927b341e0dc747", kill_on_drop: false }` [INFO] [stdout] f14b1d86631b1df59572b03391028ef1a7648ccae93b41b442927b341e0dc747 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1defe0342b61e1ecc86ddb5d6fffe912dd3b2c4b2a0089d61b240420fb766d46 [INFO] running `Command { std: "docker" "start" "-a" "1defe0342b61e1ecc86ddb5d6fffe912dd3b2c4b2a0089d61b240420fb766d46", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stdout] warning: field is never read: `bin_width` [INFO] [stdout] --> src/pack/maxrects.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | bin_width: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/pack/maxrects.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bin_height` [INFO] [stdout] --> src/pack/maxrects.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | bin_height: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/pack/maxrects.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `oversized` [INFO] [stdout] --> src/pack/maxrects.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | oversized: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/pack/maxrects.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling gif v0.10.2 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling ron v0.4.2 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling sheep v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `bin_width` [INFO] [stdout] --> src/pack/maxrects.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 134 | bin_width: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/pack/maxrects.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bin_height` [INFO] [stdout] --> src/pack/maxrects.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | bin_height: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/pack/maxrects.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `oversized` [INFO] [stdout] --> src/pack/maxrects.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | oversized: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/pack/maxrects.rs:132:10 [INFO] [stdout] | [INFO] [stdout] 132 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.58s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/sheep-9582543175ac2146) [INFO] running `Command { std: "docker" "inspect" "1defe0342b61e1ecc86ddb5d6fffe912dd3b2c4b2a0089d61b240420fb766d46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1defe0342b61e1ecc86ddb5d6fffe912dd3b2c4b2a0089d61b240420fb766d46", kill_on_drop: false }` [INFO] [stdout] 1defe0342b61e1ecc86ddb5d6fffe912dd3b2c4b2a0089d61b240420fb766d46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] aa528b831286ff69aba0d6d2863ace9d0264cdc97e63cff7d9394d5e48837590 [INFO] running `Command { std: "docker" "start" "-a" "aa528b831286ff69aba0d6d2863ace9d0264cdc97e63cff7d9394d5e48837590", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `bin_width` [INFO] [stderr] --> src/pack/maxrects.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | bin_width: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/pack/maxrects.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `bin_height` [INFO] [stderr] --> src/pack/maxrects.rs:135:5 [INFO] [stderr] | [INFO] [stderr] 135 | bin_height: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/pack/maxrects.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `oversized` [INFO] [stderr] --> src/pack/maxrects.rs:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | oversized: bool, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MaxRectsBin` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/pack/maxrects.rs:132:10 [INFO] [stderr] | [INFO] [stderr] 132 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `sheep` (lib) generated 3 warnings [INFO] [stderr] warning: `sheep` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sheep-9582543175ac2146) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test sprite::tests::trim_fully_opaque ... ok [INFO] [stdout] test pack::maxrects::tests::remove_redundant ... ok [INFO] [stdout] test sprite::tests::trim_fully_transparent ... ok [INFO] [stdout] test sprite::tests::trim_half_transparent_different_stride ... ok [INFO] [stdout] test pack::simple::tests::pack_square ... ok [INFO] [stdout] test pack::maxrects::tests::pack_regular ... ok [INFO] [stdout] test tests::alias_test ... ok [INFO] [stdout] test tests::alias_with_trimming_test ... ok [INFO] [stdout] test pack::maxrects::tests::pack_oversized ... ok [INFO] [stdout] test pack::maxrects::tests::pack_multiple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests sheep [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "aa528b831286ff69aba0d6d2863ace9d0264cdc97e63cff7d9394d5e48837590", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa528b831286ff69aba0d6d2863ace9d0264cdc97e63cff7d9394d5e48837590", kill_on_drop: false }` [INFO] [stdout] aa528b831286ff69aba0d6d2863ace9d0264cdc97e63cff7d9394d5e48837590