Oct 15 07:49:31.280 INFO testing Peternator7/toy-lang against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:49:31.280 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 07:49:31.516 INFO blam! c0621d955f3dcc331eb4a67aeceee2b6ae0cb4d1bf1e3b1482067d1d8eaff6a3 Oct 15 07:49:31.519 INFO running `"docker" "start" "-a" "c0621d955f3dcc331eb4a67aeceee2b6ae0cb4d1bf1e3b1482067d1d8eaff6a3"` Oct 15 07:49:31.979 INFO kablam! usermod: no changes Oct 15 07:49:31.999 INFO kablam! Compiling toy-lang v0.1.0 (/source) Oct 15 07:49:32.503 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:32.503 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 15 07:49:32.503 INFO kablam! | Oct 15 07:49:32.503 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 15 07:49:32.503 INFO kablam! | ^^^ Oct 15 07:49:32.503 INFO kablam! | Oct 15 07:49:32.503 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 15 07:49:32.503 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.503 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:32.503 INFO kablam! Oct 15 07:49:32.503 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:32.503 INFO kablam! --> src/matrix/complex.rs:230:17 Oct 15 07:49:32.503 INFO kablam! | Oct 15 07:49:32.503 INFO kablam! 230 | (r, 0.0) if r != 0.0 => write!(f, "{}", r), Oct 15 07:49:32.503 INFO kablam! | ^^^ Oct 15 07:49:32.503 INFO kablam! | Oct 15 07:49:32.503 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.503 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:32.503 INFO kablam! Oct 15 07:49:32.503 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:32.503 INFO kablam! --> src/matrix/complex.rs:231:14 Oct 15 07:49:32.503 INFO kablam! | Oct 15 07:49:32.503 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 15 07:49:32.503 INFO kablam! | ^^^ Oct 15 07:49:32.503 INFO kablam! | Oct 15 07:49:32.503 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.503 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:32.503 INFO kablam! Oct 15 07:49:32.503 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:32.503 INFO kablam! --> src/matrix/complex.rs:231:19 Oct 15 07:49:32.503 INFO kablam! | Oct 15 07:49:32.503 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 15 07:49:32.503 INFO kablam! | ^^^ Oct 15 07:49:32.503 INFO kablam! | Oct 15 07:49:32.503 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.503 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:32.504 INFO kablam! Oct 15 07:49:32.539 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:32.539 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 15 07:49:32.539 INFO kablam! | Oct 15 07:49:32.539 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 15 07:49:32.539 INFO kablam! | ^^^ Oct 15 07:49:32.539 INFO kablam! | Oct 15 07:49:32.539 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.539 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:32.543 INFO kablam! Oct 15 07:49:32.567 INFO kablam! warning: static variable `depth` should have an upper case name such as `DEPTH` Oct 15 07:49:32.567 INFO kablam! --> src/main.rs:9:1 Oct 15 07:49:32.567 INFO kablam! | Oct 15 07:49:32.567 INFO kablam! 9 | static mut depth: u32 = 0; Oct 15 07:49:32.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:32.567 INFO kablam! | Oct 15 07:49:32.567 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 15 07:49:32.567 INFO kablam! Oct 15 07:49:32.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 15 07:49:32.927 INFO kablam! su: No module specific data is present Oct 15 07:49:33.233 INFO running `"docker" "rm" "-f" "c0621d955f3dcc331eb4a67aeceee2b6ae0cb4d1bf1e3b1482067d1d8eaff6a3"` Oct 15 07:49:33.329 INFO blam! c0621d955f3dcc331eb4a67aeceee2b6ae0cb4d1bf1e3b1482067d1d8eaff6a3 Oct 15 07:49:33.333 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 07:49:33.603 INFO blam! 5c53c154e6009dfb6c551840f86a846944aae617af229bc38d544668bb9887e3 Oct 15 07:49:33.609 INFO running `"docker" "start" "-a" "5c53c154e6009dfb6c551840f86a846944aae617af229bc38d544668bb9887e3"` Oct 15 07:49:34.127 INFO kablam! usermod: no changes Oct 15 07:49:34.151 INFO kablam! Compiling toy-lang v0.1.0 (/source) Oct 15 07:49:34.589 INFO kablam! warning: unused import: `super::*` Oct 15 07:49:34.589 INFO kablam! --> src/matrix/tests/matrix_tests.rs:1:5 Oct 15 07:49:34.589 INFO kablam! | Oct 15 07:49:34.589 INFO kablam! 1 | use super::*; Oct 15 07:49:34.589 INFO kablam! | ^^^^^^^^ Oct 15 07:49:34.589 INFO kablam! | Oct 15 07:49:34.589 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:49:34.589 INFO kablam! Oct 15 07:49:34.816 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:34.816 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 15 07:49:34.816 INFO kablam! | Oct 15 07:49:34.816 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 15 07:49:34.816 INFO kablam! | ^^^ Oct 15 07:49:34.816 INFO kablam! | Oct 15 07:49:34.816 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 15 07:49:34.816 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.817 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:34.817 INFO kablam! Oct 15 07:49:34.817 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:34.817 INFO kablam! --> src/matrix/complex.rs:230:17 Oct 15 07:49:34.817 INFO kablam! | Oct 15 07:49:34.817 INFO kablam! 230 | (r, 0.0) if r != 0.0 => write!(f, "{}", r), Oct 15 07:49:34.817 INFO kablam! | ^^^ Oct 15 07:49:34.817 INFO kablam! | Oct 15 07:49:34.817 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.817 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:34.817 INFO kablam! Oct 15 07:49:34.817 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:34.817 INFO kablam! --> src/matrix/complex.rs:231:14 Oct 15 07:49:34.817 INFO kablam! | Oct 15 07:49:34.817 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 15 07:49:34.817 INFO kablam! | ^^^ Oct 15 07:49:34.817 INFO kablam! | Oct 15 07:49:34.817 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.817 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:34.817 INFO kablam! Oct 15 07:49:34.817 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:34.817 INFO kablam! --> src/matrix/complex.rs:231:19 Oct 15 07:49:34.817 INFO kablam! | Oct 15 07:49:34.817 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 15 07:49:34.817 INFO kablam! | ^^^ Oct 15 07:49:34.817 INFO kablam! | Oct 15 07:49:34.817 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.817 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:34.817 INFO kablam! Oct 15 07:49:34.848 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 07:49:34.848 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 15 07:49:34.848 INFO kablam! | Oct 15 07:49:34.848 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 15 07:49:34.848 INFO kablam! | ^^^ Oct 15 07:49:34.848 INFO kablam! | Oct 15 07:49:34.852 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.852 INFO kablam! = note: for more information, see issue #41620 Oct 15 07:49:34.852 INFO kablam! Oct 15 07:49:34.905 INFO kablam! warning: static variable `depth` should have an upper case name such as `DEPTH` Oct 15 07:49:34.905 INFO kablam! --> src/main.rs:9:1 Oct 15 07:49:34.905 INFO kablam! | Oct 15 07:49:34.905 INFO kablam! 9 | static mut depth: u32 = 0; Oct 15 07:49:34.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:49:34.905 INFO kablam! Oct 15 07:49:35.316 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 15 07:49:35.317 INFO kablam! su: No module specific data is present Oct 15 07:49:35.651 INFO running `"docker" "rm" "-f" "5c53c154e6009dfb6c551840f86a846944aae617af229bc38d544668bb9887e3"` Oct 15 07:49:35.764 INFO blam! 5c53c154e6009dfb6c551840f86a846944aae617af229bc38d544668bb9887e3 Oct 15 07:49:35.769 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 07:49:35.999 INFO blam! 9ce1891dbf4caf977f531809b2810225b2a70c386c02496bd42bbaf8a8d647db Oct 15 07:49:36.000 INFO running `"docker" "start" "-a" "9ce1891dbf4caf977f531809b2810225b2a70c386c02496bd42bbaf8a8d647db"` Oct 15 07:49:36.544 INFO kablam! usermod: no changes Oct 15 07:49:36.569 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 07:49:36.569 INFO kablam! Running /target/debug/deps/toy_lang-1181ccbbca8140d8 Oct 15 07:49:36.571 INFO blam! Oct 15 07:49:36.571 INFO blam! running 22 tests Oct 15 07:49:36.573 INFO blam! test matrix::tests::complex_tests::magnitude_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::complex_tests::mul_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::complex_tests::add_assign_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::complex_tests::new_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::complex_tests::add_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::complex_tests::mul_assign_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::complex_tests::sub_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::num_tests::add_comp_int_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::num_tests::add_comp_float_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::complex_tests::sub_assign_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::num_tests::add_float_float_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::num_tests::add_int_float_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::complex_tests::sqr_mag_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::num_tests::with_complex_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::num_tests::with_int_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::num_tests::add_int_int_test ... ok Oct 15 07:49:36.573 INFO blam! test matrix::tests::num_tests::with_float_test ... ok Oct 15 07:49:36.575 INFO blam! test matrix::tests::complex_tests::with_imag_test ... ok Oct 15 07:49:36.575 INFO blam! test matrix::tests::complex_tests::with_real_test ... ok Oct 15 07:49:36.575 INFO blam! test matrix::tests::num_tests::add_comp_comp_test ... ok Oct 15 07:49:36.575 INFO blam! test matrix::tests::num_tests::new_test ... ok Oct 15 07:49:36.575 INFO blam! test matrix::tests::num_tests::sub_int_float_test ... ok Oct 15 07:49:36.575 INFO blam! Oct 15 07:49:36.575 INFO blam! test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:49:36.575 INFO blam! Oct 15 07:49:36.576 INFO kablam! su: No module specific data is present Oct 15 07:49:36.891 INFO running `"docker" "rm" "-f" "9ce1891dbf4caf977f531809b2810225b2a70c386c02496bd42bbaf8a8d647db"` Oct 15 07:49:37.015 INFO blam! 9ce1891dbf4caf977f531809b2810225b2a70c386c02496bd42bbaf8a8d647db