Dec 06 12:08:28.250 INFO testing LouisBrunner/rusty-ports against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 12:08:28.250 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 06 12:08:28.830 INFO [stdout] 16d1fad60e60902ea026b8d6434175f4b8eb90ff8223304cd428ae009af3c9e9 Dec 06 12:08:28.832 INFO running `"docker" "start" "-a" "16d1fad60e60902ea026b8d6434175f4b8eb90ff8223304cd428ae009af3c9e9"` Dec 06 12:08:30.102 INFO [stderr] usermod: no changes Dec 06 12:08:30.188 INFO [stderr] Compiling users v0.7.0 Dec 06 12:08:30.188 INFO [stderr] Compiling mockers_derive v0.12.2 Dec 06 12:08:30.188 INFO [stderr] Compiling ctrlc v3.1.1 Dec 06 12:08:34.944 INFO [stderr] Compiling rusty-ports v0.1.0 (/source) Dec 06 12:08:36.185 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:36.185 INFO [stderr] --> src/reporters/console.rs:25:13 Dec 06 12:08:36.185 INFO [stderr] | Dec 06 12:08:36.185 INFO [stderr] 25 | writeln!(writer, "{}", msg); Dec 06 12:08:36.185 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:36.185 INFO [stderr] | Dec 06 12:08:36.185 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 06 12:08:36.185 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:36.185 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:36.185 INFO [stderr] Dec 06 12:08:36.185 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:36.185 INFO [stderr] --> src/reporters/console.rs:33:13 Dec 06 12:08:36.185 INFO [stderr] | Dec 06 12:08:36.185 INFO [stderr] 33 | writeln!(writer, "{}", msg); Dec 06 12:08:36.185 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:36.185 INFO [stderr] | Dec 06 12:08:36.185 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:36.185 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:36.185 INFO [stderr] Dec 06 12:08:36.185 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:36.185 INFO [stderr] --> src/reporters/console.rs:45:9 Dec 06 12:08:36.185 INFO [stderr] | Dec 06 12:08:36.185 INFO [stderr] 45 | write!(out, "{} ", header); Dec 06 12:08:36.185 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:36.185 INFO [stderr] | Dec 06 12:08:36.185 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:36.185 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:36.185 INFO [stderr] Dec 06 12:08:36.186 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:36.186 INFO [stderr] --> src/reporters/console.rs:67:13 Dec 06 12:08:36.186 INFO [stderr] | Dec 06 12:08:36.186 INFO [stderr] 67 | writeln!(writer, "Received message:"); Dec 06 12:08:36.186 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:36.186 INFO [stderr] | Dec 06 12:08:36.186 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:36.186 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:36.186 INFO [stderr] Dec 06 12:08:36.186 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:36.186 INFO [stderr] --> src/reporters/console.rs:73:17 Dec 06 12:08:36.186 INFO [stderr] | Dec 06 12:08:36.186 INFO [stderr] 73 | write!(writer, "\t"); Dec 06 12:08:36.186 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:36.186 INFO [stderr] | Dec 06 12:08:36.186 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:36.186 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:36.186 INFO [stderr] Dec 06 12:08:36.186 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:36.186 INFO [stderr] --> src/reporters/console.rs:78:25 Dec 06 12:08:36.186 INFO [stderr] | Dec 06 12:08:36.186 INFO [stderr] 78 | write!(writer, " "); Dec 06 12:08:36.186 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:36.186 INFO [stderr] | Dec 06 12:08:36.186 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:36.186 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:36.186 INFO [stderr] Dec 06 12:08:36.186 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:36.186 INFO [stderr] --> src/reporters/console.rs:80:21 Dec 06 12:08:36.186 INFO [stderr] | Dec 06 12:08:36.186 INFO [stderr] 80 | write!(writer, "{:02x}", c); Dec 06 12:08:36.186 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:36.186 INFO [stderr] | Dec 06 12:08:36.186 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:36.186 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:36.186 INFO [stderr] Dec 06 12:08:36.186 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:36.186 INFO [stderr] --> src/reporters/console.rs:86:17 Dec 06 12:08:36.186 INFO [stderr] | Dec 06 12:08:36.186 INFO [stderr] 86 | write!(writer, "{} |", padding); Dec 06 12:08:36.186 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:36.186 INFO [stderr] | Dec 06 12:08:36.186 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:36.186 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:36.186 INFO [stderr] Dec 06 12:08:36.187 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:36.187 INFO [stderr] --> src/reporters/console.rs:90:21 Dec 06 12:08:36.187 INFO [stderr] | Dec 06 12:08:36.187 INFO [stderr] 90 | write!(writer, "{}", if char::is_control(cc) { '.' } else { cc }); Dec 06 12:08:36.187 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:36.187 INFO [stderr] | Dec 06 12:08:36.187 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:36.187 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:36.187 INFO [stderr] Dec 06 12:08:36.187 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:36.187 INFO [stderr] --> src/reporters/console.rs:94:17 Dec 06 12:08:36.187 INFO [stderr] | Dec 06 12:08:36.187 INFO [stderr] 94 | writeln!(writer, "{}|", padding); Dec 06 12:08:36.187 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:36.187 INFO [stderr] | Dec 06 12:08:36.187 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:36.187 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:36.187 INFO [stderr] Dec 06 12:08:37.828 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.70s Dec 06 12:08:37.833 INFO [stderr] su: No module specific data is present Dec 06 12:08:38.192 INFO running `"docker" "inspect" "16d1fad60e60902ea026b8d6434175f4b8eb90ff8223304cd428ae009af3c9e9"` Dec 06 12:08:38.278 INFO running `"docker" "rm" "-f" "16d1fad60e60902ea026b8d6434175f4b8eb90ff8223304cd428ae009af3c9e9"` Dec 06 12:08:38.380 INFO [stdout] 16d1fad60e60902ea026b8d6434175f4b8eb90ff8223304cd428ae009af3c9e9 Dec 06 12:08:38.382 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 06 12:08:38.536 INFO [stdout] 9eb9e63a7a7d7e37da69148359ff24da3b8393e97966e75306f3429658e500c9 Dec 06 12:08:38.538 INFO running `"docker" "start" "-a" "9eb9e63a7a7d7e37da69148359ff24da3b8393e97966e75306f3429658e500c9"` Dec 06 12:08:38.946 INFO [stderr] usermod: no changes Dec 06 12:08:39.012 INFO [stderr] Compiling mockstream v0.0.3 Dec 06 12:08:39.012 INFO [stderr] Compiling mockers v0.12.2 Dec 06 12:08:41.383 INFO [stderr] Compiling rusty-ports v0.1.0 (/source) Dec 06 12:08:42.627 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:42.627 INFO [stderr] --> src/reporters/console.rs:25:13 Dec 06 12:08:42.627 INFO [stderr] | Dec 06 12:08:42.627 INFO [stderr] 25 | writeln!(writer, "{}", msg); Dec 06 12:08:42.627 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:42.627 INFO [stderr] | Dec 06 12:08:42.627 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 06 12:08:42.627 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:42.627 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:42.627 INFO [stderr] Dec 06 12:08:42.627 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:42.627 INFO [stderr] --> src/reporters/console.rs:33:13 Dec 06 12:08:42.627 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] 33 | writeln!(writer, "{}", msg); Dec 06 12:08:42.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:42.628 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:42.628 INFO [stderr] Dec 06 12:08:42.628 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:42.628 INFO [stderr] --> src/reporters/console.rs:45:9 Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] 45 | write!(out, "{} ", header); Dec 06 12:08:42.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:42.628 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:42.628 INFO [stderr] Dec 06 12:08:42.628 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:42.628 INFO [stderr] --> src/reporters/console.rs:67:13 Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] 67 | writeln!(writer, "Received message:"); Dec 06 12:08:42.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:42.628 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:42.628 INFO [stderr] Dec 06 12:08:42.628 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:42.628 INFO [stderr] --> src/reporters/console.rs:73:17 Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] 73 | write!(writer, "\t"); Dec 06 12:08:42.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:42.628 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:42.628 INFO [stderr] Dec 06 12:08:42.628 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:42.628 INFO [stderr] --> src/reporters/console.rs:78:25 Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] 78 | write!(writer, " "); Dec 06 12:08:42.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:42.628 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:42.628 INFO [stderr] Dec 06 12:08:42.628 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:42.628 INFO [stderr] --> src/reporters/console.rs:80:21 Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] 80 | write!(writer, "{:02x}", c); Dec 06 12:08:42.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:42.628 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:42.628 INFO [stderr] Dec 06 12:08:42.628 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:42.628 INFO [stderr] --> src/reporters/console.rs:86:17 Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] 86 | write!(writer, "{} |", padding); Dec 06 12:08:42.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:42.628 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:42.628 INFO [stderr] Dec 06 12:08:42.628 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:42.628 INFO [stderr] --> src/reporters/console.rs:90:21 Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] 90 | write!(writer, "{}", if char::is_control(cc) { '.' } else { cc }); Dec 06 12:08:42.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:42.628 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:42.628 INFO [stderr] Dec 06 12:08:42.628 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 06 12:08:42.628 INFO [stderr] --> src/reporters/console.rs:94:17 Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] 94 | writeln!(writer, "{}|", padding); Dec 06 12:08:42.628 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 12:08:42.628 INFO [stderr] | Dec 06 12:08:42.628 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 06 12:08:42.628 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 06 12:08:42.628 INFO [stderr] Dec 06 12:08:43.584 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.62s Dec 06 12:08:43.590 INFO [stderr] su: No module specific data is present Dec 06 12:08:44.000 INFO running `"docker" "inspect" "9eb9e63a7a7d7e37da69148359ff24da3b8393e97966e75306f3429658e500c9"` Dec 06 12:08:44.142 INFO running `"docker" "rm" "-f" "9eb9e63a7a7d7e37da69148359ff24da3b8393e97966e75306f3429658e500c9"` Dec 06 12:08:44.409 INFO [stdout] 9eb9e63a7a7d7e37da69148359ff24da3b8393e97966e75306f3429658e500c9 Dec 06 12:08:44.418 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 06 12:08:44.883 INFO [stdout] 68b90643b17c483457a3808d559d39c7b6903816e57b40b63b31706235eccc2a Dec 06 12:08:44.885 INFO running `"docker" "start" "-a" "68b90643b17c483457a3808d559d39c7b6903816e57b40b63b31706235eccc2a"` Dec 06 12:08:45.669 INFO [stderr] usermod: no changes Dec 06 12:08:45.746 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s Dec 06 12:08:45.761 INFO [stderr] Running /target/debug/deps/rusty_ports-a201a6f973795a11 Dec 06 12:08:45.770 INFO [stdout] Dec 06 12:08:45.770 INFO [stdout] running 5 tests Dec 06 12:08:45.784 INFO [stdout] test reporters::console::tests::it_notifies_start_stop ... ok Dec 06 12:08:45.784 INFO [stdout] test utils::tests::it_finds_a_timeout ... ok Dec 06 12:08:45.785 INFO [stdout] test reporters::console::tests::it_notifies_error_warning ... ok Dec 06 12:08:45.789 INFO [stdout] test reporters::console::tests::it_notifies_client_changes ... ok Dec 06 12:08:45.792 INFO [stdout] test reporters::console::tests::it_notifies_server_changes ... ok Dec 06 12:08:45.792 INFO [stdout] Dec 06 12:08:45.792 INFO [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 12:08:45.792 INFO [stdout] Dec 06 12:08:45.810 INFO [stderr] su: No module specific data is present Dec 06 12:08:46.376 INFO running `"docker" "inspect" "68b90643b17c483457a3808d559d39c7b6903816e57b40b63b31706235eccc2a"` Dec 06 12:08:46.728 INFO running `"docker" "rm" "-f" "68b90643b17c483457a3808d559d39c7b6903816e57b40b63b31706235eccc2a"` Dec 06 12:08:47.008 INFO [stdout] 68b90643b17c483457a3808d559d39c7b6903816e57b40b63b31706235eccc2a