Oct 15 07:49:30.988 INFO testing Peternator7/toy-lang against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:49:30.988 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 07:49:31.383 INFO blam! f8a1172d4c15b56c2e46d4ca8c2d776d9cc1351541ee246f8f3010052c3aadcc Oct 15 07:49:31.383 INFO running `"docker" "start" "-a" "f8a1172d4c15b56c2e46d4ca8c2d776d9cc1351541ee246f8f3010052c3aadcc"` Oct 15 07:49:31.839 INFO kablam! usermod: no changes Oct 15 07:49:31.871 INFO kablam! Compiling toy-lang v0.1.0 (/source) Oct 15 07:49:32.387 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:32.387 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 15 07:49:32.388 INFO kablam! | Oct 15 07:49:32.388 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 15 07:49:32.388 INFO kablam! | ^^^ Oct 15 07:49:32.389 INFO kablam! | Oct 15 07:49:32.389 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 15 07:49:32.389 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 07:49:32.389 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:32.390 INFO kablam! Oct 15 07:49:32.390 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:32.390 INFO kablam! --> src/matrix/complex.rs:230:17 Oct 15 07:49:32.391 INFO kablam! | Oct 15 07:49:32.391 INFO kablam! 230 | (r, 0.0) if r != 0.0 => write!(f, "{}", r), Oct 15 07:49:32.391 INFO kablam! | ^^^ Oct 15 07:49:32.392 INFO kablam! | Oct 15 07:49:32.392 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 07:49:32.392 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:32.393 INFO kablam! Oct 15 07:49:32.393 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:32.393 INFO kablam! --> src/matrix/complex.rs:231:14 Oct 15 07:49:32.394 INFO kablam! | Oct 15 07:49:32.394 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 15 07:49:32.394 INFO kablam! | ^^^ Oct 15 07:49:32.394 INFO kablam! | Oct 15 07:49:32.395 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 07:49:32.395 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:32.395 INFO kablam! Oct 15 07:49:32.396 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:32.396 INFO kablam! --> src/matrix/complex.rs:231:19 Oct 15 07:49:32.396 INFO kablam! | Oct 15 07:49:32.397 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 15 07:49:32.397 INFO kablam! | ^^^ Oct 15 07:49:32.397 INFO kablam! | Oct 15 07:49:32.397 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 07:49:32.398 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:32.398 INFO kablam! Oct 15 07:49:32.415 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:32.415 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 15 07:49:32.415 INFO kablam! | Oct 15 07:49:32.415 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 15 07:49:32.415 INFO kablam! | ^^^ Oct 15 07:49:32.415 INFO kablam! | Oct 15 07:49:32.415 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 07:49:32.415 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:32.415 INFO kablam! Oct 15 07:49:32.443 INFO kablam! warning: static variable `depth` should have an upper case name such as `DEPTH` Oct 15 07:49:32.443 INFO kablam! --> src/main.rs:9:1 Oct 15 07:49:32.443 INFO kablam! | Oct 15 07:49:32.443 INFO kablam! 9 | static mut depth: u32 = 0; Oct 15 07:49:32.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:32.443 INFO kablam! | Oct 15 07:49:32.443 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 07:49:32.443 INFO kablam! Oct 15 07:49:32.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 15 07:49:32.865 INFO kablam! su: No module specific data is present Oct 15 07:49:33.147 INFO running `"docker" "rm" "-f" "f8a1172d4c15b56c2e46d4ca8c2d776d9cc1351541ee246f8f3010052c3aadcc"` Oct 15 07:49:33.242 INFO blam! f8a1172d4c15b56c2e46d4ca8c2d776d9cc1351541ee246f8f3010052c3aadcc Oct 15 07:49:33.251 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 07:49:33.550 INFO blam! 8debc920e8e512cfeaf80fff8107156e3cfc2edd951e2fb9b06f9770ccd7f585 Oct 15 07:49:33.553 INFO running `"docker" "start" "-a" "8debc920e8e512cfeaf80fff8107156e3cfc2edd951e2fb9b06f9770ccd7f585"` Oct 15 07:49:34.006 INFO kablam! usermod: no changes Oct 15 07:49:34.029 INFO kablam! Compiling toy-lang v0.1.0 (/source) Oct 15 07:49:34.347 INFO kablam! warning: unused import: `super::*` Oct 15 07:49:34.347 INFO kablam! --> src/matrix/tests/matrix_tests.rs:1:5 Oct 15 07:49:34.347 INFO kablam! | Oct 15 07:49:34.347 INFO kablam! 1 | use super::*; Oct 15 07:49:34.347 INFO kablam! | ^^^^^^^^ Oct 15 07:49:34.347 INFO kablam! | Oct 15 07:49:34.347 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:49:34.347 INFO kablam! Oct 15 07:49:34.567 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:34.567 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 15 07:49:34.567 INFO kablam! | Oct 15 07:49:34.567 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 15 07:49:34.567 INFO kablam! | ^^^ Oct 15 07:49:34.567 INFO kablam! | Oct 15 07:49:34.567 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 15 07:49:34.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 07:49:34.567 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:34.567 INFO kablam! Oct 15 07:49:34.567 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:34.567 INFO kablam! --> src/matrix/complex.rs:230:17 Oct 15 07:49:34.567 INFO kablam! | Oct 15 07:49:34.567 INFO kablam! 230 | (r, 0.0) if r != 0.0 => write!(f, "{}", r), Oct 15 07:49:34.567 INFO kablam! | ^^^ Oct 15 07:49:34.567 INFO kablam! | Oct 15 07:49:34.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 07:49:34.567 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:34.567 INFO kablam! Oct 15 07:49:34.567 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:34.567 INFO kablam! --> src/matrix/complex.rs:231:14 Oct 15 07:49:34.567 INFO kablam! | Oct 15 07:49:34.567 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 15 07:49:34.567 INFO kablam! | ^^^ Oct 15 07:49:34.567 INFO kablam! | Oct 15 07:49:34.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 07:49:34.567 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:34.567 INFO kablam! Oct 15 07:49:34.567 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:34.567 INFO kablam! --> src/matrix/complex.rs:231:19 Oct 15 07:49:34.567 INFO kablam! | Oct 15 07:49:34.567 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 15 07:49:34.567 INFO kablam! | ^^^ Oct 15 07:49:34.567 INFO kablam! | Oct 15 07:49:34.567 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 07:49:34.567 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:34.567 INFO kablam! Oct 15 07:49:34.600 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:34.600 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 15 07:49:34.601 INFO kablam! | Oct 15 07:49:34.601 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 15 07:49:34.601 INFO kablam! | ^^^ Oct 15 07:49:34.601 INFO kablam! | Oct 15 07:49:34.601 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 07:49:34.601 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:34.601 INFO kablam! Oct 15 07:49:34.655 INFO kablam! warning: static variable `depth` should have an upper case name such as `DEPTH` Oct 15 07:49:34.655 INFO kablam! --> src/main.rs:9:1 Oct 15 07:49:34.655 INFO kablam! | Oct 15 07:49:34.655 INFO kablam! 9 | static mut depth: u32 = 0; Oct 15 07:49:34.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:34.655 INFO kablam! Oct 15 07:49:35.137 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 15 07:49:35.143 INFO kablam! su: No module specific data is present Oct 15 07:49:35.440 INFO running `"docker" "rm" "-f" "8debc920e8e512cfeaf80fff8107156e3cfc2edd951e2fb9b06f9770ccd7f585"` Oct 15 07:49:35.513 INFO blam! 8debc920e8e512cfeaf80fff8107156e3cfc2edd951e2fb9b06f9770ccd7f585 Oct 15 07:49:35.515 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 07:49:35.691 INFO blam! ea6d7b6de64bd2642df63e4009e68503e8d7f7950b34e6c75c5c77d6eb6fedcd Oct 15 07:49:35.697 INFO running `"docker" "start" "-a" "ea6d7b6de64bd2642df63e4009e68503e8d7f7950b34e6c75c5c77d6eb6fedcd"` Oct 15 07:49:36.143 INFO kablam! usermod: no changes Oct 15 07:49:36.169 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 07:49:36.169 INFO kablam! Running /target/debug/deps/toy_lang-5249363b6e454919 Oct 15 07:49:36.171 INFO blam! Oct 15 07:49:36.171 INFO blam! running 22 tests Oct 15 07:49:36.171 INFO blam! test matrix::tests::complex_tests::add_assign_test ... ok Oct 15 07:49:36.171 INFO blam! test matrix::tests::complex_tests::add_test ... ok Oct 15 07:49:36.172 INFO blam! test matrix::tests::complex_tests::mul_test ... ok Oct 15 07:49:36.172 INFO blam! test matrix::tests::complex_tests::mul_assign_test ... ok Oct 15 07:49:36.172 INFO blam! test matrix::tests::complex_tests::sqr_mag_test ... ok Oct 15 07:49:36.172 INFO blam! test matrix::tests::complex_tests::magnitude_test ... ok Oct 15 07:49:36.172 INFO blam! test matrix::tests::complex_tests::sub_assign_test ... ok Oct 15 07:49:36.172 INFO blam! test matrix::tests::complex_tests::with_imag_test ... ok Oct 15 07:49:36.172 INFO blam! test matrix::tests::complex_tests::with_real_test ... ok Oct 15 07:49:36.172 INFO blam! test matrix::tests::complex_tests::sub_test ... ok Oct 15 07:49:36.172 INFO blam! test matrix::tests::complex_tests::new_test ... ok Oct 15 07:49:36.173 INFO blam! test matrix::tests::num_tests::add_comp_float_test ... ok Oct 15 07:49:36.173 INFO blam! test matrix::tests::num_tests::add_comp_int_test ... ok Oct 15 07:49:36.173 INFO blam! test matrix::tests::num_tests::add_int_float_test ... ok Oct 15 07:49:36.173 INFO blam! test matrix::tests::num_tests::add_comp_comp_test ... ok Oct 15 07:49:36.173 INFO blam! test matrix::tests::num_tests::add_int_int_test ... ok Oct 15 07:49:36.173 INFO blam! test matrix::tests::num_tests::new_test ... ok Oct 15 07:49:36.173 INFO blam! test matrix::tests::num_tests::sub_int_float_test ... ok Oct 15 07:49:36.173 INFO blam! test matrix::tests::num_tests::with_int_test ... ok Oct 15 07:49:36.173 INFO blam! test matrix::tests::num_tests::with_float_test ... ok Oct 15 07:49:36.173 INFO blam! test matrix::tests::num_tests::with_complex_test ... ok Oct 15 07:49:36.175 INFO blam! test matrix::tests::num_tests::add_float_float_test ... ok Oct 15 07:49:36.175 INFO blam! Oct 15 07:49:36.175 INFO blam! test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:49:36.175 INFO blam! Oct 15 07:49:36.177 INFO kablam! su: No module specific data is present Oct 15 07:49:36.415 INFO running `"docker" "rm" "-f" "ea6d7b6de64bd2642df63e4009e68503e8d7f7950b34e6c75c5c77d6eb6fedcd"` Oct 15 07:49:36.513 INFO blam! ea6d7b6de64bd2642df63e4009e68503e8d7f7950b34e6c75c5c77d6eb6fedcd