Oct 15 12:16:57.944 INFO testing BonsaiDen/ik-prototype against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:16:57.944 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12:16:58.191 INFO blam! 6104feed05b7e5910a19a40f469fd66faddedf42d1f80ee2d0ca30c0051d6e21 Oct 15 12:16:58.192 INFO running `"docker" "start" "-a" "6104feed05b7e5910a19a40f469fd66faddedf42d1f80ee2d0ca30c0051d6e21"` Oct 15 12:16:58.887 INFO kablam! usermod: no changes Oct 15 12:16:58.991 INFO kablam! Compiling downcast-rs v1.0.0 Oct 15 12:16:58.991 INFO kablam! Compiling minifb v0.10.3 Oct 15 12:16:58.991 INFO kablam! Compiling line_drawing v0.6.0 Oct 15 12:16:58.991 INFO kablam! Compiling x11-dl v2.14.0 Oct 15 12:17:06.275 INFO kablam! Compiling lean v0.1.0 (/source) Oct 15 12:17:06.803 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:17:06.804 INFO kablam! --> src/library/stick_figure.rs:542:42 Oct 15 12:17:06.807 INFO kablam! | Oct 15 12:17:06.807 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 15 12:17:06.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:17:06.808 INFO kablam! | Oct 15 12:17:06.808 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:17:06.808 INFO kablam! help: remove these parentheses Oct 15 12:17:06.809 INFO kablam! | Oct 15 12:17:06.809 INFO kablam! 542 | let compression = Vec2::new(0.0, self.compression * Oct 15 12:17:06.809 INFO kablam! 543 | ((self.compression_timer * Oct 15 12:17:06.810 INFO kablam! 544 | self.config.land_speed).min(3.41).sin()).max(0.0)); Oct 15 12:17:06.810 INFO kablam! | Oct 15 12:17:06.810 INFO kablam! Oct 15 12:17:10.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.03s Oct 15 12:17:10.955 INFO kablam! su: No module specific data is present Oct 15 12:17:12.219 INFO running `"docker" "rm" "-f" "6104feed05b7e5910a19a40f469fd66faddedf42d1f80ee2d0ca30c0051d6e21"` Oct 15 12:17:12.494 INFO blam! 6104feed05b7e5910a19a40f469fd66faddedf42d1f80ee2d0ca30c0051d6e21 Oct 15 12:17:12.499 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12:17:13.041 INFO blam! d3f4a50981bf19b652bd06c878aef0fd8f773214bae2c7acdcd041a0383a613e Oct 15 12:17:13.051 INFO running `"docker" "start" "-a" "d3f4a50981bf19b652bd06c878aef0fd8f773214bae2c7acdcd041a0383a613e"` Oct 15 12:17:14.344 INFO kablam! usermod: no changes Oct 15 12:17:14.479 INFO kablam! Compiling lean v0.1.0 (/source) Oct 15 12:17:15.443 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:17:15.443 INFO kablam! --> src/library/stick_figure.rs:542:42 Oct 15 12:17:15.443 INFO kablam! | Oct 15 12:17:15.443 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 15 12:17:15.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:17:15.443 INFO kablam! | Oct 15 12:17:15.443 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:17:15.443 INFO kablam! help: remove these parentheses Oct 15 12:17:15.443 INFO kablam! | Oct 15 12:17:15.443 INFO kablam! 542 | let compression = Vec2::new(0.0, self.compression * Oct 15 12:17:15.443 INFO kablam! 543 | ((self.compression_timer * Oct 15 12:17:15.443 INFO kablam! 544 | self.config.land_speed).min(3.41).sin()).max(0.0)); Oct 15 12:17:15.443 INFO kablam! | Oct 15 12:17:15.443 INFO kablam! Oct 15 12:17:15.475 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 12:17:15.475 INFO kablam! --> examples/foo.rs:4:5 Oct 15 12:17:15.475 INFO kablam! | Oct 15 12:17:15.475 INFO kablam! 4 | use std::collections::HashMap; Oct 15 12:17:15.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:17:15.475 INFO kablam! | Oct 15 12:17:15.475 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:17:15.475 INFO kablam! Oct 15 12:17:17.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.30s Oct 15 12:17:17.679 INFO kablam! su: No module specific data is present Oct 15 12:17:18.105 INFO running `"docker" "rm" "-f" "d3f4a50981bf19b652bd06c878aef0fd8f773214bae2c7acdcd041a0383a613e"` Oct 15 12:17:18.362 INFO blam! d3f4a50981bf19b652bd06c878aef0fd8f773214bae2c7acdcd041a0383a613e Oct 15 12:17:18.367 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12:17:18.695 INFO blam! 6565c1e3950d4a2fe90a0de0f35c0f38c3c73519ff23ae728a3f5e56b5baf0a6 Oct 15 12:17:18.699 INFO running `"docker" "start" "-a" "6565c1e3950d4a2fe90a0de0f35c0f38c3c73519ff23ae728a3f5e56b5baf0a6"` Oct 15 12:17:19.494 INFO kablam! usermod: no changes Oct 15 12:17:19.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 12:17:19.643 INFO kablam! Running /target/debug/deps/lean-c9bc353026b5a123 Oct 15 12:17:19.647 INFO kablam! Doc-tests lean Oct 15 12:17:19.647 INFO blam! Oct 15 12:17:19.647 INFO blam! running 0 tests Oct 15 12:17:19.647 INFO blam! Oct 15 12:17:19.647 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:17:19.647 INFO blam! Oct 15 12:17:20.427 INFO blam! Oct 15 12:17:20.427 INFO blam! running 0 tests Oct 15 12:17:20.427 INFO blam! Oct 15 12:17:20.427 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:17:20.427 INFO blam! Oct 15 12:17:20.433 INFO kablam! su: No module specific data is present Oct 15 12:17:21.254 INFO running `"docker" "rm" "-f" "6565c1e3950d4a2fe90a0de0f35c0f38c3c73519ff23ae728a3f5e56b5baf0a6"` Oct 15 12:17:21.495 INFO blam! 6565c1e3950d4a2fe90a0de0f35c0f38c3c73519ff23ae728a3f5e56b5baf0a6