Oct 15 06:55:29.548 INFO testing Schoonology/ml-rl against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:55:29.548 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 06:55:29.794 INFO blam! db4bf1e083b36f13c2976dcfc8232a50e22d47500e910a3fde76d652fc31ff8d Oct 15 06:55:29.796 INFO running `"docker" "start" "-a" "db4bf1e083b36f13c2976dcfc8232a50e22d47500e910a3fde76d652fc31ff8d"` Oct 15 06:55:30.311 INFO kablam! usermod: no changes Oct 15 06:55:30.333 INFO kablam! Compiling ml-rl v0.1.0 (/source) Oct 15 06:55:31.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 15 06:55:31.383 INFO kablam! su: No module specific data is present Oct 15 06:55:32.162 INFO running `"docker" "rm" "-f" "db4bf1e083b36f13c2976dcfc8232a50e22d47500e910a3fde76d652fc31ff8d"` Oct 15 06:55:32.435 INFO blam! db4bf1e083b36f13c2976dcfc8232a50e22d47500e910a3fde76d652fc31ff8d Oct 15 06:55:32.442 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 06:55:32.851 INFO blam! 616a8f1da2d5fe92c4b606aca5ab5275b5155c2825d3f99bd014b0f7a542f9da Oct 15 06:55:32.863 INFO running `"docker" "start" "-a" "616a8f1da2d5fe92c4b606aca5ab5275b5155c2825d3f99bd014b0f7a542f9da"` Oct 15 06:55:33.955 INFO kablam! usermod: no changes Oct 15 06:55:34.011 INFO kablam! Compiling ml-rl v0.1.0 (/source) Oct 15 06:55:34.539 INFO kablam! warning: unused import: `super::math::*` Oct 15 06:55:34.539 INFO kablam! --> src/main.rs:58:9 Oct 15 06:55:34.539 INFO kablam! | Oct 15 06:55:34.539 INFO kablam! 58 | use super::math::*; Oct 15 06:55:34.539 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:55:34.539 INFO kablam! | Oct 15 06:55:34.543 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:55:34.543 INFO kablam! Oct 15 06:55:34.543 INFO kablam! warning: unused import: `super::world::*` Oct 15 06:55:34.543 INFO kablam! --> src/main.rs:59:9 Oct 15 06:55:34.543 INFO kablam! | Oct 15 06:55:34.543 INFO kablam! 59 | use super::world::*; Oct 15 06:55:34.543 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 06:55:34.543 INFO kablam! Oct 15 06:55:34.551 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 15 06:55:34.552 INFO kablam! --> src/math/point.rs:43:27 Oct 15 06:55:34.552 INFO kablam! | Oct 15 06:55:34.552 INFO kablam! 43 | use std::hash::{Hash, SipHasher, Hasher}; Oct 15 06:55:34.555 INFO kablam! | ^^^^^^^^^ Oct 15 06:55:34.555 INFO kablam! | Oct 15 06:55:34.555 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 06:55:34.556 INFO kablam! Oct 15 06:55:34.556 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 15 06:55:34.556 INFO kablam! --> src/math/point.rs:104:25 Oct 15 06:55:34.556 INFO kablam! | Oct 15 06:55:34.557 INFO kablam! 104 | let mut s = SipHasher::new(); Oct 15 06:55:34.557 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:55:34.557 INFO kablam! Oct 15 06:55:34.659 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 15 06:55:34.659 INFO kablam! --> src/math/point.rs:104:25 Oct 15 06:55:34.660 INFO kablam! | Oct 15 06:55:34.660 INFO kablam! 104 | let mut s = SipHasher::new(); Oct 15 06:55:34.660 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 06:55:34.660 INFO kablam! Oct 15 06:55:35.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.82s Oct 15 06:55:35.805 INFO kablam! su: No module specific data is present Oct 15 06:55:37.019 INFO running `"docker" "rm" "-f" "616a8f1da2d5fe92c4b606aca5ab5275b5155c2825d3f99bd014b0f7a542f9da"` Oct 15 06:55:37.202 INFO blam! 616a8f1da2d5fe92c4b606aca5ab5275b5155c2825d3f99bd014b0f7a542f9da Oct 15 06:55:37.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 06:55:37.575 INFO blam! 487825ba4d142ca85a33d113cf3384d5d518ac415e771643ed4bdc95762e93ca Oct 15 06:55:37.583 INFO running `"docker" "start" "-a" "487825ba4d142ca85a33d113cf3384d5d518ac415e771643ed4bdc95762e93ca"` Oct 15 06:55:38.503 INFO kablam! usermod: no changes Oct 15 06:55:38.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 06:55:38.555 INFO kablam! Running /target/debug/deps/ml_rl-a7b9b8906a63f52f Oct 15 06:55:38.561 INFO blam! Oct 15 06:55:38.561 INFO blam! running 16 tests Oct 15 06:55:38.561 INFO blam! test math::point::tests::hash_test ... ok Oct 15 06:55:38.561 INFO blam! test math::point::tests::create_test ... ok Oct 15 06:55:38.561 INFO blam! test math::point::tests::equals_test ... ok Oct 15 06:55:38.562 INFO blam! test math::point::tests::size_test ... ok Oct 15 06:55:38.567 INFO blam! test math::rect::tests::create_test ... ok Oct 15 06:55:38.567 INFO blam! test math::point::tests::new_test ... ok Oct 15 06:55:38.567 INFO blam! test math::point::tests::debug_test ... ok Oct 15 06:55:38.567 INFO blam! test math::point::tests::add_test ... ok Oct 15 06:55:38.567 INFO blam! test math::point::tests::from_test ... ok Oct 15 06:55:38.567 INFO blam! test math::rect::tests::size_test ... ok Oct 15 06:55:38.567 INFO blam! test math::rect::tests::new_test ... ok Oct 15 06:55:38.567 INFO blam! test math::rect::tests::debug_test ... ok Oct 15 06:55:38.567 INFO blam! test math::point::tests::subtract_test ... ok Oct 15 06:55:38.567 INFO blam! test tests::render_world_test ... ok Oct 15 06:55:38.567 INFO blam! test world::tests::game_render_test ... ok Oct 15 06:55:38.567 INFO blam! test math::rect::tests::from_test ... ok Oct 15 06:55:38.567 INFO blam! Oct 15 06:55:38.567 INFO blam! test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:55:38.567 INFO blam! Oct 15 06:55:38.571 INFO kablam! su: No module specific data is present Oct 15 06:55:39.111 INFO running `"docker" "rm" "-f" "487825ba4d142ca85a33d113cf3384d5d518ac415e771643ed4bdc95762e93ca"` Oct 15 06:55:39.279 INFO blam! 487825ba4d142ca85a33d113cf3384d5d518ac415e771643ed4bdc95762e93ca