Oct 11 05:03:52.069 INFO testing Peternator7/toy-lang against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:03:52.069 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:03:52.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 05:03:52.312 INFO blam! 11534e4cae57763fc57f5487efae4ac38f324ce479ae8440a15ea3a8196d3783 Oct 11 05:03:52.320 INFO running `"docker" "start" "-a" "11534e4cae57763fc57f5487efae4ac38f324ce479ae8440a15ea3a8196d3783"` Oct 11 05:03:52.706 INFO kablam! usermod: no changes Oct 11 05:03:52.748 INFO kablam! Compiling toy-lang v0.1.0 (/source) Oct 11 05:03:53.576 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 05:03:53.576 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 11 05:03:53.576 INFO kablam! | Oct 11 05:03:53.576 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 11 05:03:53.576 INFO kablam! | ^^^ Oct 11 05:03:53.576 INFO kablam! | Oct 11 05:03:53.576 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 11 05:03:53.576 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 11 05:03:53.576 INFO kablam! = note: for more information, see issue #41620 Oct 11 05:03:53.576 INFO kablam! Oct 11 05:03:53.577 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 05:03:53.577 INFO kablam! --> src/matrix/complex.rs:230:17 Oct 11 05:03:53.577 INFO kablam! | Oct 11 05:03:53.577 INFO kablam! 230 | (r, 0.0) if r != 0.0 => write!(f, "{}", r), Oct 11 05:03:53.577 INFO kablam! | ^^^ Oct 11 05:03:53.577 INFO kablam! | Oct 11 05:03:53.577 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 11 05:03:53.577 INFO kablam! = note: for more information, see issue #41620 Oct 11 05:03:53.577 INFO kablam! Oct 11 05:03:53.577 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 05:03:53.577 INFO kablam! --> src/matrix/complex.rs:231:14 Oct 11 05:03:53.577 INFO kablam! | Oct 11 05:03:53.577 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 11 05:03:53.577 INFO kablam! | ^^^ Oct 11 05:03:53.577 INFO kablam! | Oct 11 05:03:53.577 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 11 05:03:53.577 INFO kablam! = note: for more information, see issue #41620 Oct 11 05:03:53.577 INFO kablam! Oct 11 05:03:53.577 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 05:03:53.577 INFO kablam! --> src/matrix/complex.rs:231:19 Oct 11 05:03:53.577 INFO kablam! | Oct 11 05:03:53.577 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 11 05:03:53.577 INFO kablam! | ^^^ Oct 11 05:03:53.577 INFO kablam! | Oct 11 05:03:53.577 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 11 05:03:53.577 INFO kablam! = note: for more information, see issue #41620 Oct 11 05:03:53.577 INFO kablam! Oct 11 05:03:53.612 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 05:03:53.612 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 11 05:03:53.612 INFO kablam! | Oct 11 05:03:53.612 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 11 05:03:53.612 INFO kablam! | ^^^ Oct 11 05:03:53.612 INFO kablam! | Oct 11 05:03:53.612 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 11 05:03:53.613 INFO kablam! = note: for more information, see issue #41620 Oct 11 05:03:53.613 INFO kablam! Oct 11 05:03:53.648 INFO kablam! warning: static variable `depth` should have an upper case name such as `DEPTH` Oct 11 05:03:53.648 INFO kablam! --> src/main.rs:9:1 Oct 11 05:03:53.648 INFO kablam! | Oct 11 05:03:53.648 INFO kablam! 9 | static mut depth: u32 = 0; Oct 11 05:03:53.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:53.648 INFO kablam! | Oct 11 05:03:53.648 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 05:03:53.648 INFO kablam! Oct 11 05:03:54.170 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 11 05:03:54.172 INFO kablam! su: No module specific data is present Oct 11 05:03:54.494 INFO running `"docker" "rm" "-f" "11534e4cae57763fc57f5487efae4ac38f324ce479ae8440a15ea3a8196d3783"` Oct 11 05:03:54.598 INFO blam! 11534e4cae57763fc57f5487efae4ac38f324ce479ae8440a15ea3a8196d3783 Oct 11 05:03:54.599 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:03:54.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 05:03:54.833 INFO blam! c40d87f2bc286121d4cadbfaff5634f4225ec7ed9a1fffc54808af4815bd3a64 Oct 11 05:03:54.835 INFO running `"docker" "start" "-a" "c40d87f2bc286121d4cadbfaff5634f4225ec7ed9a1fffc54808af4815bd3a64"` Oct 11 05:03:55.238 INFO kablam! usermod: no changes Oct 11 05:03:55.263 INFO kablam! Compiling toy-lang v0.1.0 (/source) Oct 11 05:03:56.066 INFO kablam! warning: unused import: `super::*` Oct 11 05:03:56.066 INFO kablam! --> src/matrix/tests/matrix_tests.rs:1:5 Oct 11 05:03:56.067 INFO kablam! | Oct 11 05:03:56.067 INFO kablam! 1 | use super::*; Oct 11 05:03:56.067 INFO kablam! | ^^^^^^^^ Oct 11 05:03:56.068 INFO kablam! | Oct 11 05:03:56.068 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:03:56.068 INFO kablam! Oct 11 05:03:56.320 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 05:03:56.320 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 11 05:03:56.320 INFO kablam! | Oct 11 05:03:56.320 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 11 05:03:56.320 INFO kablam! | ^^^ Oct 11 05:03:56.320 INFO kablam! | Oct 11 05:03:56.320 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 11 05:03:56.320 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 11 05:03:56.320 INFO kablam! = note: for more information, see issue #41620 Oct 11 05:03:56.320 INFO kablam! Oct 11 05:03:56.320 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 05:03:56.320 INFO kablam! --> src/matrix/complex.rs:230:17 Oct 11 05:03:56.320 INFO kablam! | Oct 11 05:03:56.320 INFO kablam! 230 | (r, 0.0) if r != 0.0 => write!(f, "{}", r), Oct 11 05:03:56.320 INFO kablam! | ^^^ Oct 11 05:03:56.320 INFO kablam! | Oct 11 05:03:56.320 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 11 05:03:56.320 INFO kablam! = note: for more information, see issue #41620 Oct 11 05:03:56.320 INFO kablam! Oct 11 05:03:56.320 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 05:03:56.320 INFO kablam! --> src/matrix/complex.rs:231:14 Oct 11 05:03:56.320 INFO kablam! | Oct 11 05:03:56.320 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 11 05:03:56.320 INFO kablam! | ^^^ Oct 11 05:03:56.320 INFO kablam! | Oct 11 05:03:56.320 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 11 05:03:56.320 INFO kablam! = note: for more information, see issue #41620 Oct 11 05:03:56.320 INFO kablam! Oct 11 05:03:56.320 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 05:03:56.320 INFO kablam! --> src/matrix/complex.rs:231:19 Oct 11 05:03:56.320 INFO kablam! | Oct 11 05:03:56.320 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 11 05:03:56.320 INFO kablam! | ^^^ Oct 11 05:03:56.320 INFO kablam! | Oct 11 05:03:56.320 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 11 05:03:56.320 INFO kablam! = note: for more information, see issue #41620 Oct 11 05:03:56.320 INFO kablam! Oct 11 05:03:56.360 INFO kablam! warning: floating-point types cannot be used in patterns Oct 11 05:03:56.360 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 11 05:03:56.360 INFO kablam! | Oct 11 05:03:56.360 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 11 05:03:56.360 INFO kablam! | ^^^ Oct 11 05:03:56.360 INFO kablam! | Oct 11 05:03:56.360 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 11 05:03:56.360 INFO kablam! = note: for more information, see issue #41620 Oct 11 05:03:56.360 INFO kablam! Oct 11 05:03:56.422 INFO kablam! warning: static variable `depth` should have an upper case name such as `DEPTH` Oct 11 05:03:56.422 INFO kablam! --> src/main.rs:9:1 Oct 11 05:03:56.422 INFO kablam! | Oct 11 05:03:56.422 INFO kablam! 9 | static mut depth: u32 = 0; Oct 11 05:03:56.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:03:56.422 INFO kablam! Oct 11 05:03:56.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 11 05:03:56.894 INFO kablam! su: No module specific data is present Oct 11 05:03:57.394 INFO running `"docker" "rm" "-f" "c40d87f2bc286121d4cadbfaff5634f4225ec7ed9a1fffc54808af4815bd3a64"` Oct 11 05:03:57.531 INFO blam! c40d87f2bc286121d4cadbfaff5634f4225ec7ed9a1fffc54808af4815bd3a64 Oct 11 05:03:57.533 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:03:57.533 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 05:03:58.015 INFO blam! 0f61e8ed320aed89ccb8ebf3e7d88cb16761c773ba261f6d8ce5aaf4fa7c23cc Oct 11 05:03:58.017 INFO running `"docker" "start" "-a" "0f61e8ed320aed89ccb8ebf3e7d88cb16761c773ba261f6d8ce5aaf4fa7c23cc"` Oct 11 05:03:58.843 INFO kablam! usermod: no changes Oct 11 05:03:58.869 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 05:03:58.869 INFO kablam! Running /target/debug/deps/toy_lang-1181ccbbca8140d8 Oct 11 05:03:58.873 INFO blam! Oct 11 05:03:58.873 INFO blam! running 22 tests Oct 11 05:03:58.874 INFO blam! test matrix::tests::complex_tests::add_assign_test ... ok Oct 11 05:03:58.874 INFO blam! test matrix::tests::complex_tests::magnitude_test ... ok Oct 11 05:03:58.875 INFO blam! test matrix::tests::complex_tests::add_test ... ok Oct 11 05:03:58.875 INFO blam! test matrix::tests::complex_tests::sub_test ... ok Oct 11 05:03:58.875 INFO blam! test matrix::tests::complex_tests::with_real_test ... ok Oct 11 05:03:58.875 INFO blam! test matrix::tests::num_tests::add_comp_comp_test ... ok Oct 11 05:03:58.875 INFO blam! test matrix::tests::complex_tests::sqr_mag_test ... ok Oct 11 05:03:58.875 INFO blam! test matrix::tests::num_tests::add_comp_int_test ... ok Oct 11 05:03:58.877 INFO blam! test matrix::tests::num_tests::add_float_float_test ... ok Oct 11 05:03:58.877 INFO blam! test matrix::tests::complex_tests::new_test ... ok Oct 11 05:03:58.877 INFO blam! test matrix::tests::complex_tests::mul_assign_test ... ok Oct 11 05:03:58.877 INFO blam! test matrix::tests::num_tests::add_comp_float_test ... ok Oct 11 05:03:58.878 INFO blam! test matrix::tests::complex_tests::mul_test ... ok Oct 11 05:03:58.878 INFO blam! test matrix::tests::complex_tests::sub_assign_test ... ok Oct 11 05:03:58.885 INFO blam! test matrix::tests::num_tests::with_complex_test ... ok Oct 11 05:03:58.885 INFO blam! test matrix::tests::num_tests::new_test ... ok Oct 11 05:03:58.885 INFO blam! test matrix::tests::num_tests::add_int_int_test ... ok Oct 11 05:03:58.885 INFO blam! test matrix::tests::complex_tests::with_imag_test ... ok Oct 11 05:03:58.885 INFO blam! test matrix::tests::num_tests::sub_int_float_test ... ok Oct 11 05:03:58.885 INFO blam! test matrix::tests::num_tests::with_float_test ... ok Oct 11 05:03:58.885 INFO blam! test matrix::tests::num_tests::add_int_float_test ... ok Oct 11 05:03:58.885 INFO blam! test matrix::tests::num_tests::with_int_test ... ok Oct 11 05:03:58.885 INFO blam! Oct 11 05:03:58.885 INFO blam! test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:03:58.885 INFO blam! Oct 11 05:03:58.892 INFO kablam! su: No module specific data is present Oct 11 05:03:59.196 INFO running `"docker" "rm" "-f" "0f61e8ed320aed89ccb8ebf3e7d88cb16761c773ba261f6d8ce5aaf4fa7c23cc"` Oct 11 05:03:59.320 INFO blam! 0f61e8ed320aed89ccb8ebf3e7d88cb16761c773ba261f6d8ce5aaf4fa7c23cc