Oct 15 03:11:40.583 INFO testing ba50/poissons_equation against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:11:40.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 03:11:40.963 INFO blam! 4cc5dfbc050e9b49d81948055d84ba3f392cf3a8723a584e8ae45a29a6be7f05 Oct 15 03:11:40.975 INFO running `"docker" "start" "-a" "4cc5dfbc050e9b49d81948055d84ba3f392cf3a8723a584e8ae45a29a6be7f05"` Oct 15 03:11:42.058 INFO kablam! usermod: no changes Oct 15 03:11:42.099 INFO kablam! Compiling tutorial v0.1.0 (/source) Oct 15 03:11:42.583 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 15 03:11:42.583 INFO kablam! --> src/main.rs:2:5 Oct 15 03:11:42.583 INFO kablam! | Oct 15 03:11:42.583 INFO kablam! 2 | use std::thread::sleep_ms; Oct 15 03:11:42.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:11:42.583 INFO kablam! | Oct 15 03:11:42.583 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 03:11:42.583 INFO kablam! Oct 15 03:11:42.583 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 15 03:11:42.583 INFO kablam! --> src/main.rs:34:2 Oct 15 03:11:42.583 INFO kablam! | Oct 15 03:11:42.583 INFO kablam! 34 | sleep_ms(1000); Oct 15 03:11:42.583 INFO kablam! | ^^^^^^^^ Oct 15 03:11:42.583 INFO kablam! Oct 15 03:11:42.611 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:11:42.611 INFO kablam! --> src/main.rs:33:2 Oct 15 03:11:42.611 INFO kablam! | Oct 15 03:11:42.611 INFO kablam! 33 | io::stdout().flush(); Oct 15 03:11:42.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:11:42.611 INFO kablam! | Oct 15 03:11:42.611 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 03:11:42.611 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:11:42.611 INFO kablam! Oct 15 03:11:43.175 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 15 03:11:43.175 INFO kablam! su: No module specific data is present Oct 15 03:11:44.311 INFO running `"docker" "rm" "-f" "4cc5dfbc050e9b49d81948055d84ba3f392cf3a8723a584e8ae45a29a6be7f05"` Oct 15 03:11:44.523 INFO blam! 4cc5dfbc050e9b49d81948055d84ba3f392cf3a8723a584e8ae45a29a6be7f05 Oct 15 03:11:44.529 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 03:11:45.097 INFO blam! 40f33bcde0fb991e8b43c500ef60f406b6097f6efe9713275724e5501a3b83a6 Oct 15 03:11:45.099 INFO running `"docker" "start" "-a" "40f33bcde0fb991e8b43c500ef60f406b6097f6efe9713275724e5501a3b83a6"` Oct 15 03:11:46.238 INFO kablam! usermod: no changes Oct 15 03:11:46.319 INFO kablam! Compiling tutorial v0.1.0 (/source) Oct 15 03:11:46.707 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 15 03:11:46.707 INFO kablam! --> src/main.rs:2:5 Oct 15 03:11:46.707 INFO kablam! | Oct 15 03:11:46.707 INFO kablam! 2 | use std::thread::sleep_ms; Oct 15 03:11:46.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:11:46.707 INFO kablam! | Oct 15 03:11:46.707 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 03:11:46.707 INFO kablam! Oct 15 03:11:46.707 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 15 03:11:46.707 INFO kablam! --> src/main.rs:34:2 Oct 15 03:11:46.707 INFO kablam! | Oct 15 03:11:46.707 INFO kablam! 34 | sleep_ms(1000); Oct 15 03:11:46.707 INFO kablam! | ^^^^^^^^ Oct 15 03:11:46.707 INFO kablam! Oct 15 03:11:46.739 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:11:46.739 INFO kablam! --> src/main.rs:33:2 Oct 15 03:11:46.739 INFO kablam! | Oct 15 03:11:46.739 INFO kablam! 33 | io::stdout().flush(); Oct 15 03:11:46.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:11:46.739 INFO kablam! | Oct 15 03:11:46.739 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 03:11:46.739 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:11:46.739 INFO kablam! Oct 15 03:11:47.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 15 03:11:47.121 INFO kablam! su: No module specific data is present Oct 15 03:11:47.863 INFO running `"docker" "rm" "-f" "40f33bcde0fb991e8b43c500ef60f406b6097f6efe9713275724e5501a3b83a6"` Oct 15 03:11:48.199 INFO blam! 40f33bcde0fb991e8b43c500ef60f406b6097f6efe9713275724e5501a3b83a6 Oct 15 03:11:48.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 03:11:48.701 INFO blam! 596616288d7d762166fc5a5693bff53dfc2826f9fa1f01658b62a99495a1f9f9 Oct 15 03:11:48.707 INFO running `"docker" "start" "-a" "596616288d7d762166fc5a5693bff53dfc2826f9fa1f01658b62a99495a1f9f9"` Oct 15 03:11:49.638 INFO kablam! usermod: no changes Oct 15 03:11:49.666 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 03:11:49.666 INFO kablam! Running /target/debug/deps/tutorial-6d7425edf6e0ffea Oct 15 03:11:49.678 INFO blam! Oct 15 03:11:49.678 INFO blam! running 0 tests Oct 15 03:11:49.678 INFO blam! Oct 15 03:11:49.678 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:11:49.678 INFO blam! Oct 15 03:11:49.681 INFO kablam! su: No module specific data is present Oct 15 03:11:50.143 INFO running `"docker" "rm" "-f" "596616288d7d762166fc5a5693bff53dfc2826f9fa1f01658b62a99495a1f9f9"` Oct 15 03:11:50.571 INFO blam! 596616288d7d762166fc5a5693bff53dfc2826f9fa1f01658b62a99495a1f9f9