Oct 11 04:34:43.721 INFO testing Schoonology/ml-rl against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:34:43.721 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:34:43.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:34:43.981 INFO blam! bd3373cc8fa33b3cd705b709cc059fc0d00ed664d6785d6148be28a3f585901c Oct 11 04:34:43.983 INFO running `"docker" "start" "-a" "bd3373cc8fa33b3cd705b709cc059fc0d00ed664d6785d6148be28a3f585901c"` Oct 11 04:34:44.459 INFO kablam! usermod: no changes Oct 11 04:34:44.556 INFO kablam! Compiling ml-rl v0.1.0 (/source) Oct 11 04:34:45.798 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 11 04:34:45.800 INFO kablam! su: No module specific data is present Oct 11 04:34:46.157 INFO running `"docker" "rm" "-f" "bd3373cc8fa33b3cd705b709cc059fc0d00ed664d6785d6148be28a3f585901c"` Oct 11 04:34:46.248 INFO blam! bd3373cc8fa33b3cd705b709cc059fc0d00ed664d6785d6148be28a3f585901c Oct 11 04:34:46.254 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:34:46.254 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:34:46.425 INFO blam! 02b8f779ffbac2c17c89544f39c743a7fda328d6463f98348bd1cf6ef7eebf05 Oct 11 04:34:46.427 INFO running `"docker" "start" "-a" "02b8f779ffbac2c17c89544f39c743a7fda328d6463f98348bd1cf6ef7eebf05"` Oct 11 04:34:46.960 INFO kablam! usermod: no changes Oct 11 04:34:46.985 INFO kablam! Compiling ml-rl v0.1.0 (/source) Oct 11 04:34:47.323 INFO kablam! warning: unused import: `super::math::*` Oct 11 04:34:47.323 INFO kablam! --> src/main.rs:58:9 Oct 11 04:34:47.323 INFO kablam! | Oct 11 04:34:47.324 INFO kablam! 58 | use super::math::*; Oct 11 04:34:47.324 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:34:47.324 INFO kablam! | Oct 11 04:34:47.324 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:34:47.324 INFO kablam! Oct 11 04:34:47.324 INFO kablam! warning: unused import: `super::world::*` Oct 11 04:34:47.324 INFO kablam! --> src/main.rs:59:9 Oct 11 04:34:47.324 INFO kablam! | Oct 11 04:34:47.324 INFO kablam! 59 | use super::world::*; Oct 11 04:34:47.324 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:34:47.324 INFO kablam! Oct 11 04:34:47.341 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 04:34:47.341 INFO kablam! --> src/math/point.rs:43:27 Oct 11 04:34:47.341 INFO kablam! | Oct 11 04:34:47.341 INFO kablam! 43 | use std::hash::{Hash, SipHasher, Hasher}; Oct 11 04:34:47.341 INFO kablam! | ^^^^^^^^^ Oct 11 04:34:47.341 INFO kablam! | Oct 11 04:34:47.341 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 04:34:47.341 INFO kablam! Oct 11 04:34:47.344 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 04:34:47.344 INFO kablam! --> src/math/point.rs:104:25 Oct 11 04:34:47.344 INFO kablam! | Oct 11 04:34:47.344 INFO kablam! 104 | let mut s = SipHasher::new(); Oct 11 04:34:47.344 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:34:47.344 INFO kablam! Oct 11 04:34:47.434 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 11 04:34:47.435 INFO kablam! --> src/math/point.rs:104:25 Oct 11 04:34:47.435 INFO kablam! | Oct 11 04:34:47.435 INFO kablam! 104 | let mut s = SipHasher::new(); Oct 11 04:34:47.435 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:34:47.435 INFO kablam! Oct 11 04:34:48.291 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 11 04:34:48.292 INFO kablam! su: No module specific data is present Oct 11 04:34:48.575 INFO running `"docker" "rm" "-f" "02b8f779ffbac2c17c89544f39c743a7fda328d6463f98348bd1cf6ef7eebf05"` Oct 11 04:34:48.695 INFO blam! 02b8f779ffbac2c17c89544f39c743a7fda328d6463f98348bd1cf6ef7eebf05 Oct 11 04:34:48.697 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:34:48.697 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:34:48.955 INFO blam! 21d0854c6c9028e538008818e319cd4638cf971c0fa7aa76e109103a58b157b4 Oct 11 04:34:48.958 INFO running `"docker" "start" "-a" "21d0854c6c9028e538008818e319cd4638cf971c0fa7aa76e109103a58b157b4"` Oct 11 04:34:49.548 INFO kablam! usermod: no changes Oct 11 04:34:49.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 11 04:34:49.572 INFO blam! Oct 11 04:34:49.572 INFO kablam! Running /target/debug/deps/ml_rl-a7b9b8906a63f52f Oct 11 04:34:49.572 INFO blam! running 16 tests Oct 11 04:34:49.572 INFO blam! test math::point::tests::new_test ... ok Oct 11 04:34:49.572 INFO blam! test math::point::tests::hash_test ... ok Oct 11 04:34:49.572 INFO blam! test math::point::tests::equals_test ... ok Oct 11 04:34:49.573 INFO blam! test math::point::tests::debug_test ... ok Oct 11 04:34:49.573 INFO blam! test math::point::tests::create_test ... ok Oct 11 04:34:49.573 INFO blam! test math::rect::tests::create_test ... ok Oct 11 04:34:49.573 INFO blam! test math::point::tests::size_test ... ok Oct 11 04:34:49.573 INFO blam! test math::point::tests::subtract_test ... ok Oct 11 04:34:49.573 INFO blam! test math::point::tests::from_test ... ok Oct 11 04:34:49.573 INFO blam! test math::rect::tests::debug_test ... ok Oct 11 04:34:49.576 INFO blam! test math::rect::tests::size_test ... ok Oct 11 04:34:49.576 INFO blam! test world::tests::game_render_test ... ok Oct 11 04:34:49.576 INFO blam! test tests::render_world_test ... ok Oct 11 04:34:49.576 INFO blam! test math::rect::tests::new_test ... ok Oct 11 04:34:49.580 INFO blam! test math::rect::tests::from_test ... ok Oct 11 04:34:49.580 INFO blam! test math::point::tests::add_test ... ok Oct 11 04:34:49.580 INFO blam! Oct 11 04:34:49.580 INFO blam! test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:34:49.580 INFO blam! Oct 11 04:34:49.582 INFO kablam! su: No module specific data is present Oct 11 04:34:49.872 INFO running `"docker" "rm" "-f" "21d0854c6c9028e538008818e319cd4638cf971c0fa7aa76e109103a58b157b4"` Oct 11 04:34:50.009 INFO blam! 21d0854c6c9028e538008818e319cd4638cf971c0fa7aa76e109103a58b157b4