Nov 16 16:53:04.081 INFO testing pickfire/apu_tt against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 16:53:04.083 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 16:53:04.615 INFO [stdout] c371419ca33e5bf0adcba339bdd8d2e0c43cbab2e056ac6f2868c057cc498a82 Nov 16 16:53:04.618 INFO running `"docker" "start" "-a" "c371419ca33e5bf0adcba339bdd8d2e0c43cbab2e056ac6f2868c057cc498a82"` Nov 16 16:53:06.782 INFO [stderr] usermod: no changes Nov 16 16:53:07.212 INFO [stderr] Compiling half v1.3.0 Nov 16 16:53:07.215 INFO [stderr] Compiling mio v0.6.16 Nov 16 16:53:07.216 INFO [stderr] Compiling want v0.0.6 Nov 16 16:53:07.240 INFO [stderr] Compiling tokio-io v0.1.10 Nov 16 16:53:07.241 INFO [stderr] Compiling libflate v0.1.18 Nov 16 16:53:07.242 INFO [stderr] Compiling syn v0.15.16 Nov 16 16:53:07.242 INFO [stderr] Compiling regex v1.0.5 Nov 16 16:53:07.295 INFO [stderr] Compiling tokio-threadpool v0.1.8 Nov 16 16:53:11.033 INFO [stderr] Compiling serde_cbor v0.9.0 Nov 16 16:53:16.793 INFO [stderr] Compiling tokio-codec v0.1.1 Nov 16 16:53:16.807 INFO [stderr] Compiling h2 v0.1.13 Nov 16 16:53:29.167 INFO [stderr] Compiling mio-uds v0.6.7 Nov 16 16:53:29.169 INFO [stderr] Compiling tokio-reactor v0.1.6 Nov 16 16:53:29.544 INFO [stderr] Compiling tokio-fs v0.1.4 Nov 16 16:53:45.508 INFO [stderr] Compiling tokio-tcp v0.1.2 Nov 16 16:53:45.639 INFO [stderr] Compiling tokio-uds v0.2.3 Nov 16 16:53:46.187 INFO [stderr] Compiling tokio-udp v0.1.2 Nov 16 16:53:48.640 INFO [stderr] Compiling tabwriter v1.1.0 Nov 16 16:53:51.728 INFO [stderr] Compiling tokio v0.1.11 Nov 16 16:54:00.665 INFO [stderr] Compiling hyper v0.12.13 Nov 16 16:54:05.635 INFO [stderr] Compiling serde_derive v1.0.80 Nov 16 16:54:16.039 INFO [stderr] Compiling hyper-tls v0.3.1 Nov 16 16:54:18.299 INFO [stderr] Compiling reqwest v0.9.4 Nov 16 16:54:39.468 INFO [stderr] Compiling apu_tt v0.1.0 (/source) Nov 16 16:54:41.931 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:41.932 INFO [stderr] --> src/main.rs:102:17 Nov 16 16:54:41.933 INFO [stderr] | Nov 16 16:54:41.933 INFO [stderr] 102 | write!(&mut tw, "{}{}", color::Bg(grey), style::Bold); Nov 16 16:54:41.934 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:41.934 INFO [stderr] | Nov 16 16:54:41.935 INFO [stderr] = note: #[warn(unused_must_use)] on by default Nov 16 16:54:41.936 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:41.936 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) Nov 16 16:54:41.937 INFO [stderr] Nov 16 16:54:41.937 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:41.938 INFO [stderr] --> src/main.rs:104:17 Nov 16 16:54:41.939 INFO [stderr] | Nov 16 16:54:41.939 INFO [stderr] 104 | write!(&mut tw, "{}{}", color::Bg(color::White), style::Bold); Nov 16 16:54:41.940 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:41.941 INFO [stderr] | Nov 16 16:54:41.941 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:41.941 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) Nov 16 16:54:41.941 INFO [stderr] Nov 16 16:54:41.941 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:41.941 INFO [stderr] --> src/main.rs:109:9 Nov 16 16:54:41.941 INFO [stderr] | Nov 16 16:54:41.941 INFO [stderr] 109 | / write!( Nov 16 16:54:41.941 INFO [stderr] 110 | | &mut tw, Nov 16 16:54:41.941 INFO [stderr] 111 | | "{}{} {}{}-{}", Nov 16 16:54:41.941 INFO [stderr] 112 | | color::Fg(color::Magenta), Nov 16 16:54:41.941 INFO [stderr] ... | Nov 16 16:54:41.941 INFO [stderr] 116 | | time_until.format("%H%M") Nov 16 16:54:41.941 INFO [stderr] 117 | | ); Nov 16 16:54:41.941 INFO [stderr] | |__________^ Nov 16 16:54:41.947 INFO [stderr] | Nov 16 16:54:41.947 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:41.947 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) Nov 16 16:54:41.947 INFO [stderr] Nov 16 16:54:41.947 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:41.947 INFO [stderr] --> src/main.rs:118:9 Nov 16 16:54:41.947 INFO [stderr] | Nov 16 16:54:41.947 INFO [stderr] 118 | write!(&mut tw, "\t{}{}", color::Fg(color::Blue), &class.location); Nov 16 16:54:41.947 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:41.947 INFO [stderr] | Nov 16 16:54:41.947 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:41.947 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) Nov 16 16:54:41.947 INFO [stderr] Nov 16 16:54:41.947 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:41.947 INFO [stderr] --> src/main.rs:119:9 Nov 16 16:54:41.947 INFO [stderr] | Nov 16 16:54:41.947 INFO [stderr] 119 | write!(&mut tw, "\t{}{}", color::Fg(color::Red), &class.room); Nov 16 16:54:41.947 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:41.947 INFO [stderr] | Nov 16 16:54:41.947 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:41.947 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) Nov 16 16:54:41.947 INFO [stderr] Nov 16 16:54:41.951 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:41.951 INFO [stderr] --> src/main.rs:120:9 Nov 16 16:54:41.951 INFO [stderr] | Nov 16 16:54:41.951 INFO [stderr] 120 | write!(&mut tw, "\t{}{}", color::Fg(color::Yellow), &class.modid); Nov 16 16:54:41.951 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:41.951 INFO [stderr] | Nov 16 16:54:41.951 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:41.951 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) Nov 16 16:54:41.951 INFO [stderr] Nov 16 16:54:41.951 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:41.951 INFO [stderr] --> src/main.rs:121:9 Nov 16 16:54:41.951 INFO [stderr] | Nov 16 16:54:41.951 INFO [stderr] 121 | write!(&mut tw, "\t{}{}", color::Fg(color::Cyan), &class.lectid); Nov 16 16:54:41.951 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:41.951 INFO [stderr] | Nov 16 16:54:41.951 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:41.951 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) Nov 16 16:54:41.951 INFO [stderr] Nov 16 16:54:41.951 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:41.951 INFO [stderr] --> src/main.rs:122:9 Nov 16 16:54:41.951 INFO [stderr] | Nov 16 16:54:41.951 INFO [stderr] 122 | writeln!(&mut tw, "{}", style::Reset); Nov 16 16:54:41.951 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:41.951 INFO [stderr] | Nov 16 16:54:41.951 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:41.951 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) Nov 16 16:54:41.951 INFO [stderr] Nov 16 16:54:49.906 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 43s Nov 16 16:54:49.934 INFO [stderr] su: No module specific data is present Nov 16 16:54:51.845 INFO running `"docker" "inspect" "c371419ca33e5bf0adcba339bdd8d2e0c43cbab2e056ac6f2868c057cc498a82"` Nov 16 16:54:52.209 INFO running `"docker" "rm" "-f" "c371419ca33e5bf0adcba339bdd8d2e0c43cbab2e056ac6f2868c057cc498a82"` Nov 16 16:54:52.588 INFO [stdout] c371419ca33e5bf0adcba339bdd8d2e0c43cbab2e056ac6f2868c057cc498a82 Nov 16 16:54:52.597 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 16:54:53.068 INFO [stdout] d6367a3b68dd5872ef00209b17bc387ef8a429423bb3cecce83130c17e66365d Nov 16 16:54:53.071 INFO running `"docker" "start" "-a" "d6367a3b68dd5872ef00209b17bc387ef8a429423bb3cecce83130c17e66365d"` Nov 16 16:54:54.878 INFO [stderr] usermod: no changes Nov 16 16:54:55.169 INFO [stderr] Compiling apu_tt v0.1.0 (/source) Nov 16 16:54:57.337 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:57.338 INFO [stderr] --> src/main.rs:102:17 Nov 16 16:54:57.339 INFO [stderr] | Nov 16 16:54:57.340 INFO [stderr] 102 | write!(&mut tw, "{}{}", color::Bg(grey), style::Bold); Nov 16 16:54:57.340 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:57.341 INFO [stderr] | Nov 16 16:54:57.341 INFO [stderr] = note: #[warn(unused_must_use)] on by default Nov 16 16:54:57.342 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:57.343 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) Nov 16 16:54:57.343 INFO [stderr] Nov 16 16:54:57.344 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:57.344 INFO [stderr] --> src/main.rs:104:17 Nov 16 16:54:57.345 INFO [stderr] | Nov 16 16:54:57.345 INFO [stderr] 104 | write!(&mut tw, "{}{}", color::Bg(color::White), style::Bold); Nov 16 16:54:57.346 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:57.347 INFO [stderr] | Nov 16 16:54:57.347 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:57.348 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) Nov 16 16:54:57.348 INFO [stderr] Nov 16 16:54:57.349 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:57.350 INFO [stderr] --> src/main.rs:109:9 Nov 16 16:54:57.350 INFO [stderr] | Nov 16 16:54:57.350 INFO [stderr] 109 | / write!( Nov 16 16:54:57.350 INFO [stderr] 110 | | &mut tw, Nov 16 16:54:57.350 INFO [stderr] 111 | | "{}{} {}{}-{}", Nov 16 16:54:57.350 INFO [stderr] 112 | | color::Fg(color::Magenta), Nov 16 16:54:57.350 INFO [stderr] ... | Nov 16 16:54:57.350 INFO [stderr] 116 | | time_until.format("%H%M") Nov 16 16:54:57.350 INFO [stderr] 117 | | ); Nov 16 16:54:57.350 INFO [stderr] | |__________^ Nov 16 16:54:57.351 INFO [stderr] | Nov 16 16:54:57.352 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:57.352 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) Nov 16 16:54:57.352 INFO [stderr] Nov 16 16:54:57.352 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:57.352 INFO [stderr] --> src/main.rs:118:9 Nov 16 16:54:57.352 INFO [stderr] | Nov 16 16:54:57.352 INFO [stderr] 118 | write!(&mut tw, "\t{}{}", color::Fg(color::Blue), &class.location); Nov 16 16:54:57.352 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:57.352 INFO [stderr] | Nov 16 16:54:57.352 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:57.352 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) Nov 16 16:54:57.352 INFO [stderr] Nov 16 16:54:57.353 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:57.354 INFO [stderr] --> src/main.rs:119:9 Nov 16 16:54:57.354 INFO [stderr] | Nov 16 16:54:57.354 INFO [stderr] 119 | write!(&mut tw, "\t{}{}", color::Fg(color::Red), &class.room); Nov 16 16:54:57.354 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:57.354 INFO [stderr] | Nov 16 16:54:57.354 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:57.354 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) Nov 16 16:54:57.354 INFO [stderr] Nov 16 16:54:57.354 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:57.354 INFO [stderr] --> src/main.rs:120:9 Nov 16 16:54:57.354 INFO [stderr] | Nov 16 16:54:57.354 INFO [stderr] 120 | write!(&mut tw, "\t{}{}", color::Fg(color::Yellow), &class.modid); Nov 16 16:54:57.354 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:57.354 INFO [stderr] | Nov 16 16:54:57.354 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:57.354 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) Nov 16 16:54:57.354 INFO [stderr] Nov 16 16:54:57.354 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:57.354 INFO [stderr] --> src/main.rs:121:9 Nov 16 16:54:57.354 INFO [stderr] | Nov 16 16:54:57.354 INFO [stderr] 121 | write!(&mut tw, "\t{}{}", color::Fg(color::Cyan), &class.lectid); Nov 16 16:54:57.354 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:57.354 INFO [stderr] | Nov 16 16:54:57.354 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:57.354 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) Nov 16 16:54:57.354 INFO [stderr] Nov 16 16:54:57.354 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 16:54:57.354 INFO [stderr] --> src/main.rs:122:9 Nov 16 16:54:57.354 INFO [stderr] | Nov 16 16:54:57.354 INFO [stderr] 122 | writeln!(&mut tw, "{}", style::Reset); Nov 16 16:54:57.354 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:54:57.354 INFO [stderr] | Nov 16 16:54:57.354 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 16:54:57.354 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) Nov 16 16:54:57.354 INFO [stderr] Nov 16 16:54:57.939 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.03s Nov 16 16:54:57.951 INFO [stderr] su: No module specific data is present Nov 16 16:54:58.949 INFO running `"docker" "inspect" "d6367a3b68dd5872ef00209b17bc387ef8a429423bb3cecce83130c17e66365d"` Nov 16 16:54:59.328 INFO running `"docker" "rm" "-f" "d6367a3b68dd5872ef00209b17bc387ef8a429423bb3cecce83130c17e66365d"` Nov 16 16:54:59.703 INFO [stdout] d6367a3b68dd5872ef00209b17bc387ef8a429423bb3cecce83130c17e66365d Nov 16 16:54:59.707 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 16:55:00.273 INFO [stdout] 5a2ea2c5a593ac71127d9004178d1da60acc18e9400c3a84ff95c28ef7917bd2 Nov 16 16:55:00.276 INFO running `"docker" "start" "-a" "5a2ea2c5a593ac71127d9004178d1da60acc18e9400c3a84ff95c28ef7917bd2"` Nov 16 16:55:02.506 INFO [stderr] usermod: no changes Nov 16 16:55:02.771 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s Nov 16 16:55:02.789 INFO [stderr] Running /target/debug/deps/tt-faa5646f46a451ab Nov 16 16:55:02.792 INFO [stdout] Nov 16 16:55:02.792 INFO [stdout] running 0 tests Nov 16 16:55:02.792 INFO [stdout] Nov 16 16:55:02.792 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 16:55:02.792 INFO [stdout] Nov 16 16:55:02.803 INFO [stderr] su: No module specific data is present Nov 16 16:55:04.402 INFO running `"docker" "inspect" "5a2ea2c5a593ac71127d9004178d1da60acc18e9400c3a84ff95c28ef7917bd2"` Nov 16 16:55:04.716 INFO running `"docker" "rm" "-f" "5a2ea2c5a593ac71127d9004178d1da60acc18e9400c3a84ff95c28ef7917bd2"` Nov 16 16:55:04.995 INFO [stdout] 5a2ea2c5a593ac71127d9004178d1da60acc18e9400c3a84ff95c28ef7917bd2