Oct 15 04:47:02.641 INFO testing ajmwagar/calc against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 04:47:02.641 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 04:47:03.147 INFO blam! 18d4fccaca39259ece8ed35007133c53142cc1dd062e67dac24bd7a24d3cac80 Oct 15 04:47:03.155 INFO running `"docker" "start" "-a" "18d4fccaca39259ece8ed35007133c53142cc1dd062e67dac24bd7a24d3cac80"` Oct 15 04:47:04.327 INFO kablam! usermod: no changes Oct 15 04:47:04.423 INFO kablam! Compiling calc v0.1.0 (/source) Oct 15 04:47:05.011 INFO kablam! warning: unused import: `rand::prelude::*` Oct 15 04:47:05.011 INFO kablam! --> src/main.rs:4:5 Oct 15 04:47:05.011 INFO kablam! | Oct 15 04:47:05.011 INFO kablam! 4 | use rand::prelude::*; Oct 15 04:47:05.011 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 04:47:05.011 INFO kablam! | Oct 15 04:47:05.011 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:47:05.011 INFO kablam! Oct 15 04:47:05.063 INFO kablam! warning: unreachable statement Oct 15 04:47:05.063 INFO kablam! --> src/main.rs:11:29 Oct 15 04:47:05.063 INFO kablam! | Oct 15 04:47:05.063 INFO kablam! 11 | loop { let _ = $xs; break; } Oct 15 04:47:05.063 INFO kablam! | ^^^^^^ Oct 15 04:47:05.063 INFO kablam! ... Oct 15 04:47:05.063 INFO kablam! 138 | "Cleared!" => block!({ break; }), Oct 15 04:47:05.063 INFO kablam! | ------------------ in this macro invocation Oct 15 04:47:05.063 INFO kablam! | Oct 15 04:47:05.063 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 04:47:05.063 INFO kablam! Oct 15 04:47:05.063 INFO kablam! warning: unreachable statement Oct 15 04:47:05.063 INFO kablam! --> src/main.rs:11:29 Oct 15 04:47:05.063 INFO kablam! | Oct 15 04:47:05.063 INFO kablam! 11 | loop { let _ = $xs; break; } Oct 15 04:47:05.063 INFO kablam! | ^^^^^^ Oct 15 04:47:05.063 INFO kablam! ... Oct 15 04:47:05.063 INFO kablam! 140 | "Goodbye!" => block!({ break; }), Oct 15 04:47:05.063 INFO kablam! | ------------------ in this macro invocation Oct 15 04:47:05.063 INFO kablam! Oct 15 04:47:05.063 INFO kablam! warning: unreachable statement Oct 15 04:47:05.063 INFO kablam! --> src/main.rs:11:29 Oct 15 04:47:05.063 INFO kablam! | Oct 15 04:47:05.063 INFO kablam! 11 | loop { let _ = $xs; break; } Oct 15 04:47:05.063 INFO kablam! | ^^^^^^ Oct 15 04:47:05.063 INFO kablam! ... Oct 15 04:47:05.063 INFO kablam! 142 | "Please enter a valid expression." => block!({ break; }), Oct 15 04:47:05.063 INFO kablam! | ------------------ in this macro invocation Oct 15 04:47:05.063 INFO kablam! Oct 15 04:47:05.103 INFO kablam! warning: unreachable statement Oct 15 04:47:05.103 INFO kablam! --> src/main.rs:218:5 Oct 15 04:47:05.103 INFO kablam! | Oct 15 04:47:05.103 INFO kablam! 218 | return "Goodbye!".to_string(); Oct 15 04:47:05.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:05.103 INFO kablam! Oct 15 04:47:05.135 INFO kablam! warning: unused variable: `string_help` Oct 15 04:47:05.135 INFO kablam! --> src/main.rs:132:9 Oct 15 04:47:05.135 INFO kablam! | Oct 15 04:47:05.135 INFO kablam! 132 | let string_help = HELP.to_string(); Oct 15 04:47:05.135 INFO kablam! | ^^^^^^^^^^^ help: consider using `_string_help` instead Oct 15 04:47:05.135 INFO kablam! | Oct 15 04:47:05.135 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:47:05.135 INFO kablam! Oct 15 04:47:05.135 INFO kablam! warning: unused variable: `print` Oct 15 04:47:05.135 INFO kablam! --> src/main.rs:135:9 Oct 15 04:47:05.135 INFO kablam! | Oct 15 04:47:05.135 INFO kablam! 135 | let print: bool; Oct 15 04:47:05.135 INFO kablam! | ^^^^^ help: consider using `_print` instead Oct 15 04:47:05.135 INFO kablam! Oct 15 04:47:05.147 INFO kablam! warning: variable does not need to be mutable Oct 15 04:47:05.147 INFO kablam! --> src/main.rs:160:21 Oct 15 04:47:05.147 INFO kablam! | Oct 15 04:47:05.147 INFO kablam! 160 | fn parse(s: String, mut ans: f64) -> String { Oct 15 04:47:05.147 INFO kablam! | ----^^^ Oct 15 04:47:05.147 INFO kablam! | | Oct 15 04:47:05.147 INFO kablam! | help: remove this `mut` Oct 15 04:47:05.147 INFO kablam! | Oct 15 04:47:05.147 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:47:05.147 INFO kablam! Oct 15 04:47:06.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.25s Oct 15 04:47:06.600 INFO kablam! su: No module specific data is present Oct 15 04:47:07.351 INFO running `"docker" "rm" "-f" "18d4fccaca39259ece8ed35007133c53142cc1dd062e67dac24bd7a24d3cac80"` Oct 15 04:47:07.667 INFO blam! 18d4fccaca39259ece8ed35007133c53142cc1dd062e67dac24bd7a24d3cac80 Oct 15 04:47:07.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 04:47:08.199 INFO blam! dd7b568be0b125c452215629aed1a0b84a87ee7fc223831fcd0f6cc9055f96c5 Oct 15 04:47:08.211 INFO running `"docker" "start" "-a" "dd7b568be0b125c452215629aed1a0b84a87ee7fc223831fcd0f6cc9055f96c5"` Oct 15 04:47:09.557 INFO kablam! usermod: no changes Oct 15 04:47:09.635 INFO kablam! Compiling calc v0.1.0 (/source) Oct 15 04:47:10.183 INFO kablam! warning: unused import: `rand::prelude::*` Oct 15 04:47:10.183 INFO kablam! --> src/main.rs:4:5 Oct 15 04:47:10.183 INFO kablam! | Oct 15 04:47:10.183 INFO kablam! 4 | use rand::prelude::*; Oct 15 04:47:10.183 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 04:47:10.183 INFO kablam! | Oct 15 04:47:10.183 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:47:10.183 INFO kablam! Oct 15 04:47:10.239 INFO kablam! warning: unreachable statement Oct 15 04:47:10.239 INFO kablam! --> src/main.rs:11:29 Oct 15 04:47:10.239 INFO kablam! | Oct 15 04:47:10.239 INFO kablam! 11 | loop { let _ = $xs; break; } Oct 15 04:47:10.239 INFO kablam! | ^^^^^^ Oct 15 04:47:10.239 INFO kablam! ... Oct 15 04:47:10.239 INFO kablam! 138 | "Cleared!" => block!({ break; }), Oct 15 04:47:10.239 INFO kablam! | ------------------ in this macro invocation Oct 15 04:47:10.239 INFO kablam! | Oct 15 04:47:10.239 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 15 04:47:10.239 INFO kablam! Oct 15 04:47:10.239 INFO kablam! warning: unreachable statement Oct 15 04:47:10.239 INFO kablam! --> src/main.rs:11:29 Oct 15 04:47:10.239 INFO kablam! | Oct 15 04:47:10.239 INFO kablam! 11 | loop { let _ = $xs; break; } Oct 15 04:47:10.239 INFO kablam! | ^^^^^^ Oct 15 04:47:10.239 INFO kablam! ... Oct 15 04:47:10.239 INFO kablam! 140 | "Goodbye!" => block!({ break; }), Oct 15 04:47:10.239 INFO kablam! | ------------------ in this macro invocation Oct 15 04:47:10.239 INFO kablam! Oct 15 04:47:10.239 INFO kablam! warning: unreachable statement Oct 15 04:47:10.239 INFO kablam! --> src/main.rs:11:29 Oct 15 04:47:10.239 INFO kablam! | Oct 15 04:47:10.239 INFO kablam! 11 | loop { let _ = $xs; break; } Oct 15 04:47:10.239 INFO kablam! | ^^^^^^ Oct 15 04:47:10.239 INFO kablam! ... Oct 15 04:47:10.239 INFO kablam! 142 | "Please enter a valid expression." => block!({ break; }), Oct 15 04:47:10.239 INFO kablam! | ------------------ in this macro invocation Oct 15 04:47:10.239 INFO kablam! Oct 15 04:47:10.259 INFO kablam! warning: unreachable statement Oct 15 04:47:10.259 INFO kablam! --> src/main.rs:218:5 Oct 15 04:47:10.259 INFO kablam! | Oct 15 04:47:10.259 INFO kablam! 218 | return "Goodbye!".to_string(); Oct 15 04:47:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:47:10.259 INFO kablam! Oct 15 04:47:10.279 INFO kablam! warning: unused variable: `string_help` Oct 15 04:47:10.279 INFO kablam! --> src/main.rs:132:9 Oct 15 04:47:10.279 INFO kablam! | Oct 15 04:47:10.279 INFO kablam! 132 | let string_help = HELP.to_string(); Oct 15 04:47:10.279 INFO kablam! | ^^^^^^^^^^^ help: consider using `_string_help` instead Oct 15 04:47:10.279 INFO kablam! | Oct 15 04:47:10.279 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 04:47:10.279 INFO kablam! Oct 15 04:47:10.279 INFO kablam! warning: unused variable: `print` Oct 15 04:47:10.279 INFO kablam! --> src/main.rs:135:9 Oct 15 04:47:10.279 INFO kablam! | Oct 15 04:47:10.279 INFO kablam! 135 | let print: bool; Oct 15 04:47:10.279 INFO kablam! | ^^^^^ help: consider using `_print` instead Oct 15 04:47:10.279 INFO kablam! Oct 15 04:47:10.295 INFO kablam! warning: variable does not need to be mutable Oct 15 04:47:10.295 INFO kablam! --> src/main.rs:160:21 Oct 15 04:47:10.295 INFO kablam! | Oct 15 04:47:10.295 INFO kablam! 160 | fn parse(s: String, mut ans: f64) -> String { Oct 15 04:47:10.295 INFO kablam! | ----^^^ Oct 15 04:47:10.295 INFO kablam! | | Oct 15 04:47:10.295 INFO kablam! | help: remove this `mut` Oct 15 04:47:10.295 INFO kablam! | Oct 15 04:47:10.295 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 04:47:10.295 INFO kablam! Oct 15 04:47:10.701 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 15 04:47:10.713 INFO kablam! su: No module specific data is present Oct 15 04:47:11.554 INFO running `"docker" "rm" "-f" "dd7b568be0b125c452215629aed1a0b84a87ee7fc223831fcd0f6cc9055f96c5"` Oct 15 04:47:11.829 INFO blam! dd7b568be0b125c452215629aed1a0b84a87ee7fc223831fcd0f6cc9055f96c5 Oct 15 04:47:11.832 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 15 04:47:12.341 INFO blam! 5762abaf69258160017c32733cc022aa065beb86304cc8bd2bbe7ce220e6c521 Oct 15 04:47:12.343 INFO running `"docker" "start" "-a" "5762abaf69258160017c32733cc022aa065beb86304cc8bd2bbe7ce220e6c521"` Oct 15 04:47:13.615 INFO kablam! usermod: no changes Oct 15 04:47:13.721 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 04:47:13.721 INFO blam! Oct 15 04:47:13.721 INFO kablam! Running /target/debug/deps/calc-b584b70797b57b3e Oct 15 04:47:13.722 INFO blam! running 0 tests Oct 15 04:47:13.722 INFO blam! Oct 15 04:47:13.722 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:47:13.722 INFO blam! Oct 15 04:47:13.735 INFO kablam! su: No module specific data is present Oct 15 04:47:14.699 INFO running `"docker" "rm" "-f" "5762abaf69258160017c32733cc022aa065beb86304cc8bd2bbe7ce220e6c521"` Oct 15 04:47:14.931 INFO blam! 5762abaf69258160017c32733cc022aa065beb86304cc8bd2bbe7ce220e6c521