[INFO] fetching crate whiteread 0.5.0... [INFO] testing whiteread-0.5.0 against 1.91.0 for beta-1.92-2 [INFO] extracting crate whiteread 0.5.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate whiteread 0.5.0 [INFO] finished tweaking crates.io crate whiteread 0.5.0 [INFO] tweaked toml for crates.io crate whiteread 0.5.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate whiteread 0.5.0 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate whiteread 0.5.0 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" "+1.91.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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redox_syscall v0.1.40 [INFO] [stderr] Downloaded rand v0.3.22 [INFO] [stderr] Downloaded tempfile v2.2.0 [INFO] [stderr] Downloaded libc v0.2.42 [INFO] [stderr] Downloaded rand v0.4.2 [INFO] [stderr] Downloaded winapi v0.3.5 [INFO] [stderr] Downloaded bitflags v1.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6d422512ff94bf5775e63e9840e5714387bc1fc8ee83595e811d509cfa745a8 [INFO] running `Command { std: "docker" "start" "-a" "a6d422512ff94bf5775e63e9840e5714387bc1fc8ee83595e811d509cfa745a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6d422512ff94bf5775e63e9840e5714387bc1fc8ee83595e811d509cfa745a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6d422512ff94bf5775e63e9840e5714387bc1fc8ee83595e811d509cfa745a8", kill_on_drop: false }` [INFO] [stdout] a6d422512ff94bf5775e63e9840e5714387bc1fc8ee83595e811d509cfa745a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 39f38926479d9dec4a272d441c147ac3a190a5776b41043cd955cabf7b13b4a5 [INFO] running `Command { std: "docker" "start" "-a" "39f38926479d9dec4a272d441c147ac3a190a5776b41043cd955cabf7b13b4a5", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling whiteread v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stream.rs:251:40 [INFO] [stdout] | [INFO] [stdout] 251 | Error::IoError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stream.rs:269:37 [INFO] [stdout] | [INFO] [stdout] 269 | _ => fmt.write_str(self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/reader.rs:425:48 [INFO] [stdout] | [INFO] [stdout] 425 | fn description(&self) -> &str { self.error.description() } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream.rs:80:31 [INFO] [stdout] | [INFO] [stdout] 80 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace { SplitAsciiWhitespace::new(self) } [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 80 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_> { SplitAsciiWhitespace::new(self) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s [INFO] running `Command { std: "docker" "inspect" "39f38926479d9dec4a272d441c147ac3a190a5776b41043cd955cabf7b13b4a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39f38926479d9dec4a272d441c147ac3a190a5776b41043cd955cabf7b13b4a5", kill_on_drop: false }` [INFO] [stdout] 39f38926479d9dec4a272d441c147ac3a190a5776b41043cd955cabf7b13b4a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2984ed9ae3f734be3515c9752b4263d36d6e7a0c4c594d40e41598ca9ce94f2 [INFO] running `Command { std: "docker" "start" "-a" "d2984ed9ae3f734be3515c9752b4263d36d6e7a0c4c594d40e41598ca9ce94f2", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stream.rs:251:40 [INFO] [stdout] | [INFO] [stdout] 251 | Error::IoError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stream.rs:269:37 [INFO] [stdout] | [INFO] [stdout] 269 | _ => fmt.write_str(self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/reader.rs:425:48 [INFO] [stdout] | [INFO] [stdout] 425 | fn description(&self) -> &str { self.error.description() } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream.rs:80:31 [INFO] [stdout] | [INFO] [stdout] 80 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace { SplitAsciiWhitespace::new(self) } [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 80 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_> { SplitAsciiWhitespace::new(self) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling whiteread v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stream.rs:251:40 [INFO] [stdout] | [INFO] [stdout] 251 | Error::IoError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/stream.rs:269:37 [INFO] [stdout] | [INFO] [stdout] 269 | _ => fmt.write_str(self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/reader.rs:425:48 [INFO] [stdout] | [INFO] [stdout] 425 | fn description(&self) -> &str { self.error.description() } [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream.rs:76:31 [INFO] [stdout] | [INFO] [stdout] 76 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 76 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/stream.rs:80:31 [INFO] [stdout] | [INFO] [stdout] 80 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace { SplitAsciiWhitespace::new(self) } [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 80 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_> { SplitAsciiWhitespace::new(self) } [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.64s [INFO] running `Command { std: "docker" "inspect" "d2984ed9ae3f734be3515c9752b4263d36d6e7a0c4c594d40e41598ca9ce94f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2984ed9ae3f734be3515c9752b4263d36d6e7a0c4c594d40e41598ca9ce94f2", kill_on_drop: false }` [INFO] [stdout] d2984ed9ae3f734be3515c9752b4263d36d6e7a0c4c594d40e41598ca9ce94f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 09c69efe8b4285d729cabfca6529e7995c65d561eb55c38e97a91157eefe5a96 [INFO] running `Command { std: "docker" "start" "-a" "09c69efe8b4285d729cabfca6529e7995c65d561eb55c38e97a91157eefe5a96", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/stream.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 251 | Error::IoError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/stream.rs:269:37 [INFO] [stderr] | [INFO] [stderr] 269 | _ => fmt.write_str(self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/reader.rs:425:48 [INFO] [stderr] | [INFO] [stderr] 425 | fn description(&self) -> &str { self.error.description() } [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/stream.rs:76:31 [INFO] [stderr] | [INFO] [stderr] 76 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 76 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/stream.rs:80:31 [INFO] [stderr] | [INFO] [stderr] 80 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace { SplitAsciiWhitespace::new(self) } [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 80 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_> { SplitAsciiWhitespace::new(self) } [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `whiteread` (lib) generated 5 warnings (run `cargo fix --lib -p whiteread` to apply 2 suggestions) [INFO] [stderr] warning: `whiteread` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/whiteread-9b27f56772a8fcd8) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test adapters::partial_lengthed ... ok [INFO] [stdout] test adapters::partial_zeroed ... ok [INFO] [stdout] test reader::error_message_leftovers ... ok [INFO] [stdout] test reader::error_message ... ok [INFO] [stdout] test reader::error_message_too_short ... ok [INFO] [stdout] test reader::test_finish ... ok [INFO] [stdout] test reader::test_location ... ok [INFO] [stdout] test stream::partial_vec ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/whiteread_template-bb2393e808695906) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> /tmp/.tmp5TRLU8:146:48 [INFO] [stderr] | [INFO] [stderr] 146 | Error::IoError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> /tmp/.tmp5TRLU8:162:45 [INFO] [stderr] | [INFO] [stderr] 162 | _ => fmt.write_str(self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> /tmp/.tmp5TRLU8:464:56 [INFO] [stderr] | [INFO] [stderr] 464 | fn description(&self) -> &str { self.error.description() } [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> /tmp/.tmp5TRLU8:76:39 [INFO] [stderr] | [INFO] [stderr] 76 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 76 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> /tmp/.tmp5TRLU8:79:39 [INFO] [stderr] | [INFO] [stderr] 79 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace { SplitAsciiWhitespace::new(self) } [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 79 | fn split_ascii_whitespace(&self) -> SplitAsciiWhitespace<'_> { SplitAsciiWhitespace::new(self) } [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stdout] test test_template ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] [stderr] Doc-tests whiteread [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test src/adapters.rs - adapters::SkipAll (line 59) ... ok [INFO] [stdout] test src/adapters.rs - adapters::Lengthed (line 89) ... ok [INFO] [stdout] test src/adapters.rs - adapters::Skip (line 31) ... ok [INFO] [stdout] test src/adapters.rs - adapters::WithCheapError (line 166) ... ok [INFO] [stdout] test src/lib.rs - (line 17) ... ok [INFO] [stdout] test src/lib.rs - (line 25) - compile ... ok [INFO] [stdout] test src/adapters.rs - adapters::SkipAll (line 68) ... ok [INFO] [stdout] test src/adapters.rs - adapters::Skip (line 22) ... ok [INFO] [stdout] test src/lib.rs - parse_file (line 127) - compile ... ok [INFO] [stdout] test src/adapters.rs - adapters::Zeroed (line 118) ... ok [INFO] [stdout] test src/lib.rs - parse_file (line 144) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 32) - compile ... ok [INFO] [stdout] test src/adapters.rs - adapters::Zeroed (line 131) ... ok [INFO] [stdout] test src/reader.rs - reader::Reader (line 32) - compile ... ok [INFO] [stdout] test src/lib.rs - parse_line (line 62) - compile ... ok [INFO] [stdout] test src/reader.rs - reader::Reader>::open (line 176) - compile ... ok [INFO] [stdout] test src/reader.rs - reader::Reader>::from_stdin_naive (line 140) - compile ... ok [INFO] [stdout] test src/reader.rs - reader::Reader>::from_stdin_naive (line 130) - compile ... ok [INFO] [stdout] test src/lib.rs - parse_string (line 91) ... ok [INFO] [stdout] test src/stream.rs - stream::FromStream (line 97) ... ok [INFO] [stdout] test src/lib.rs - parse_stdin (line 112) ... ok [INFO] [stdout] test src/stream.rs - stream::Error (line 163) ... ok [INFO] [stdout] test src/reader.rs - reader::Reader (line 54) ... ok [INFO] [stdout] test src/stream.rs - stream::FromStream (line 105) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.97s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "09c69efe8b4285d729cabfca6529e7995c65d561eb55c38e97a91157eefe5a96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09c69efe8b4285d729cabfca6529e7995c65d561eb55c38e97a91157eefe5a96", kill_on_drop: false }` [INFO] [stdout] 09c69efe8b4285d729cabfca6529e7995c65d561eb55c38e97a91157eefe5a96