Oct 11 07:29:01.659 INFO testing BonsaiDen/ik-prototype against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:29:01.659 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:29:01.659 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 07:29:01.910 INFO blam! f9d04f412be907771c1b6d6ff8a177363d0f02a42ae8b75debde6f773d9edfb7 Oct 11 07:29:01.912 INFO running `"docker" "start" "-a" "f9d04f412be907771c1b6d6ff8a177363d0f02a42ae8b75debde6f773d9edfb7"` Oct 11 07:29:02.472 INFO kablam! usermod: no changes Oct 11 07:29:02.556 INFO kablam! Compiling downcast-rs v1.0.0 Oct 11 07:29:02.556 INFO kablam! Compiling minifb v0.10.3 Oct 11 07:29:02.556 INFO kablam! Compiling line_drawing v0.6.0 Oct 11 07:29:02.556 INFO kablam! Compiling x11-dl v2.14.0 Oct 11 07:29:08.249 INFO kablam! Compiling lean v0.1.0 (/source) Oct 11 07:29:08.576 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:29:08.576 INFO kablam! --> src/library/stick_figure.rs:542:42 Oct 11 07:29:08.576 INFO kablam! | Oct 11 07:29:08.576 INFO kablam! 542 | let compression = Vec2::new(0.0, (self.compression * ((self.compression_timer * self.config.land_speed).min(3.41).sin()).max(0.0))); Oct 11 07:29:08.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:29:08.576 INFO kablam! | Oct 11 07:29:08.576 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:29:08.576 INFO kablam! help: remove these parentheses Oct 11 07:29:08.576 INFO kablam! | Oct 11 07:29:08.576 INFO kablam! 542 | let compression = Vec2::new(0.0, self.compression * Oct 11 07:29:08.576 INFO kablam! 543 | ((self.compression_timer * Oct 11 07:29:08.576 INFO kablam! 544 | self.config.land_speed).min(3.41).sin()).max(0.0)); Oct 11 07:29:08.576 INFO kablam! | Oct 11 07:29:08.576 INFO kablam! Oct 11 07:29:10.808 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.31s Oct 11 07:29:10.809 INFO kablam! su: No module specific data is present Oct 11 07:29:11.169 INFO running `"docker" "rm" "-f" "f9d04f412be907771c1b6d6ff8a177363d0f02a42ae8b75debde6f773d9edfb7"` Oct 11 07:29:11.305 INFO blam! f9d04f412be907771c1b6d6ff8a177363d0f02a42ae8b75debde6f773d9edfb7 Oct 11 07:29:11.310 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:29:11.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 07:29:11.597 INFO blam! 091ae9013ec0e8d9654ebe3e4ddeb1a165636b85dcc9310e7d5a5d728c51057c Oct 11 07:29:11.599 INFO running `"docker" "start" "-a" "091ae9013ec0e8d9654ebe3e4ddeb1a165636b85dcc9310e7d5a5d728c51057c"` Oct 11 07:29:12.128 INFO kablam! usermod: no changes Oct 11 07:29:12.204 INFO kablam! Compiling lean v0.1.0 (/source) Oct 11 07:29:12.695 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 07:29:12.704 INFO kablam! --> examples/foo.rs:4:5 Oct 11 07:29:12.705 INFO kablam! | Oct 11 07:29:12.705 INFO kablam! 4 | use std::collections::HashMap; Oct 11 07:29:12.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:29:12.706 INFO kablam! | Oct 11 07:29:12.706 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:29:12.707 INFO kablam! Oct 11 07:29:12.707 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:29:12.707 INFO kablam! --> src/library/stick_figure.rs:542:42 Oct 11 07:29:12.707 INFO kablam! | Oct 11 07:29:12.708 INFO kablam! 542 | let compression = Vec2::new(0.0, (self.compression * ((self.compression_timer * self.config.land_speed).min(3.41).sin()).max(0.0))); Oct 11 07:29:12.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:29:12.708 INFO kablam! | Oct 11 07:29:12.708 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:29:12.709 INFO kablam! help: remove these parentheses Oct 11 07:29:12.709 INFO kablam! | Oct 11 07:29:12.709 INFO kablam! 542 | let compression = Vec2::new(0.0, self.compression * Oct 11 07:29:12.709 INFO kablam! 543 | ((self.compression_timer * Oct 11 07:29:12.710 INFO kablam! 544 | self.config.land_speed).min(3.41).sin()).max(0.0)); Oct 11 07:29:12.710 INFO kablam! | Oct 11 07:29:12.710 INFO kablam! Oct 11 07:29:14.406 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.25s Oct 11 07:29:14.406 INFO kablam! su: No module specific data is present Oct 11 07:29:14.701 INFO running `"docker" "rm" "-f" "091ae9013ec0e8d9654ebe3e4ddeb1a165636b85dcc9310e7d5a5d728c51057c"` Oct 11 07:29:14.789 INFO blam! 091ae9013ec0e8d9654ebe3e4ddeb1a165636b85dcc9310e7d5a5d728c51057c Oct 11 07:29:14.790 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:29:14.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 07:29:15.130 INFO blam! dd18b3f64aaaa383c4f5c0c2702377c6f40b6c9367544022b45fa51b15fd8e90 Oct 11 07:29:15.137 INFO running `"docker" "start" "-a" "dd18b3f64aaaa383c4f5c0c2702377c6f40b6c9367544022b45fa51b15fd8e90"` Oct 11 07:29:15.652 INFO kablam! usermod: no changes Oct 11 07:29:15.718 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 07:29:15.721 INFO kablam! Running /target/debug/deps/lean-c9bc353026b5a123 Oct 11 07:29:15.723 INFO blam! Oct 11 07:29:15.723 INFO blam! running 0 tests Oct 11 07:29:15.723 INFO blam! Oct 11 07:29:15.723 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:29:15.723 INFO blam! Oct 11 07:29:15.723 INFO kablam! Doc-tests lean Oct 11 07:29:16.249 INFO blam! Oct 11 07:29:16.250 INFO blam! running 0 tests Oct 11 07:29:16.250 INFO blam! Oct 11 07:29:16.250 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:29:16.250 INFO blam! Oct 11 07:29:16.256 INFO kablam! su: No module specific data is present Oct 11 07:29:16.779 INFO running `"docker" "rm" "-f" "dd18b3f64aaaa383c4f5c0c2702377c6f40b6c9367544022b45fa51b15fd8e90"` Oct 11 07:29:17.064 INFO blam! dd18b3f64aaaa383c4f5c0c2702377c6f40b6c9367544022b45fa51b15fd8e90