Oct 15 12:16:57.917 INFO testing BonsaiDen/ik-prototype against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:16:57.917 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12:16:58.166 INFO blam! 28876a69a7c65b6e8727eafa1be972cde764598e96df30e046750352a66f1148 Oct 15 12:16:58.170 INFO running `"docker" "start" "-a" "28876a69a7c65b6e8727eafa1be972cde764598e96df30e046750352a66f1148"` Oct 15 12:16:58.558 INFO kablam! usermod: no changes Oct 15 12:16:58.612 INFO kablam! Compiling downcast-rs v1.0.0 Oct 15 12:16:58.612 INFO kablam! Compiling minifb v0.10.3 Oct 15 12:16:58.612 INFO kablam! Compiling line_drawing v0.6.0 Oct 15 12:16:58.612 INFO kablam! Compiling x11-dl v2.14.0 Oct 15 12:17:05.399 INFO kablam! Compiling lean v0.1.0 (/source) Oct 15 12:17:05.991 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:17:05.991 INFO kablam! --> src/library/stick_figure.rs:542:42 Oct 15 12:17:05.991 INFO kablam! | Oct 15 12:17:05.991 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:05.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:17:05.991 INFO kablam! | Oct 15 12:17:05.991 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:17:05.991 INFO kablam! help: remove these parentheses Oct 15 12:17:05.991 INFO kablam! | Oct 15 12:17:05.991 INFO kablam! 542 | let compression = Vec2::new(0.0, self.compression * Oct 15 12:17:05.991 INFO kablam! 543 | ((self.compression_timer * Oct 15 12:17:05.991 INFO kablam! 544 | self.config.land_speed).min(3.41).sin()).max(0.0)); Oct 15 12:17:05.991 INFO kablam! | Oct 15 12:17:05.991 INFO kablam! Oct 15 12:17:10.045 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.47s Oct 15 12:17:10.050 INFO kablam! su: No module specific data is present Oct 15 12:17:11.768 INFO running `"docker" "rm" "-f" "28876a69a7c65b6e8727eafa1be972cde764598e96df30e046750352a66f1148"` Oct 15 12:17:12.039 INFO blam! 28876a69a7c65b6e8727eafa1be972cde764598e96df30e046750352a66f1148 Oct 15 12:17:12.047 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12:17:12.455 INFO blam! a5c44a1d1e721c76f60088f3190180432550f9c681a9bc8a018db7889d22f58f Oct 15 12:17:12.461 INFO running `"docker" "start" "-a" "a5c44a1d1e721c76f60088f3190180432550f9c681a9bc8a018db7889d22f58f"` Oct 15 12:17:13.588 INFO kablam! usermod: no changes Oct 15 12:17:13.751 INFO kablam! Compiling lean v0.1.0 (/source) Oct 15 12:17:14.213 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 12:17:14.213 INFO kablam! --> examples/foo.rs:4:5 Oct 15 12:17:14.213 INFO kablam! | Oct 15 12:17:14.213 INFO kablam! 4 | use std::collections::HashMap; Oct 15 12:17:14.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:17:14.213 INFO kablam! | Oct 15 12:17:14.213 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:17:14.213 INFO kablam! Oct 15 12:17:14.563 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 12:17:14.563 INFO kablam! --> src/library/stick_figure.rs:542:42 Oct 15 12:17:14.563 INFO kablam! | Oct 15 12:17:14.563 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:14.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:17:14.563 INFO kablam! | Oct 15 12:17:14.563 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 12:17:14.563 INFO kablam! help: remove these parentheses Oct 15 12:17:14.563 INFO kablam! | Oct 15 12:17:14.563 INFO kablam! 542 | let compression = Vec2::new(0.0, self.compression * Oct 15 12:17:14.563 INFO kablam! 543 | ((self.compression_timer * Oct 15 12:17:14.563 INFO kablam! 544 | self.config.land_speed).min(3.41).sin()).max(0.0)); Oct 15 12:17:14.563 INFO kablam! | Oct 15 12:17:14.563 INFO kablam! Oct 15 12:17:17.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.52s Oct 15 12:17:17.147 INFO kablam! su: No module specific data is present Oct 15 12:17:17.573 INFO running `"docker" "rm" "-f" "a5c44a1d1e721c76f60088f3190180432550f9c681a9bc8a018db7889d22f58f"` Oct 15 12:17:17.660 INFO blam! a5c44a1d1e721c76f60088f3190180432550f9c681a9bc8a018db7889d22f58f Oct 15 12:17:17.665 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12:17:17.936 INFO blam! 56644731fbf63aee5e01d5d7698b46073bb81c972bd4b044ada7a28064f0490a Oct 15 12:17:17.938 INFO running `"docker" "start" "-a" "56644731fbf63aee5e01d5d7698b46073bb81c972bd4b044ada7a28064f0490a"` Oct 15 12:17:18.871 INFO kablam! usermod: no changes Oct 15 12:17:19.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 12:17:19.007 INFO kablam! Running /target/debug/deps/lean-ccf1a586066ea2c3 Oct 15 12:17:19.015 INFO kablam! Doc-tests lean Oct 15 12:17:19.016 INFO blam! Oct 15 12:17:19.016 INFO blam! running 0 tests Oct 15 12:17:19.016 INFO blam! Oct 15 12:17:19.017 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:17:19.017 INFO blam! Oct 15 12:17:19.755 INFO blam! Oct 15 12:17:19.755 INFO blam! running 0 tests Oct 15 12:17:19.755 INFO blam! Oct 15 12:17:19.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:17:19.755 INFO blam! Oct 15 12:17:19.759 INFO kablam! su: No module specific data is present Oct 15 12:17:20.707 INFO running `"docker" "rm" "-f" "56644731fbf63aee5e01d5d7698b46073bb81c972bd4b044ada7a28064f0490a"` Oct 15 12:17:20.943 INFO blam! 56644731fbf63aee5e01d5d7698b46073bb81c972bd4b044ada7a28064f0490a