Oct 15 11:40:18.290 INFO testing DamirGadiev/su-matrix against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:40:18.290 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 11:40:18.641 INFO blam! 411f07002236d5ad9b4d667638e31ad494a167f252555ed3988743ce99648493 Oct 15 11:40:18.644 INFO running `"docker" "start" "-a" "411f07002236d5ad9b4d667638e31ad494a167f252555ed3988743ce99648493"` Oct 15 11:40:19.848 INFO kablam! usermod: no changes Oct 15 11:40:20.043 INFO kablam! Compiling nalgebra v0.14.0 Oct 15 11:40:51.671 INFO kablam! Compiling su-matrix v0.1.0 (/source) Oct 15 11:40:52.523 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 15 11:40:52.523 INFO kablam! --> src/su_matrix.rs:8:5 Oct 15 11:40:52.523 INFO kablam! | Oct 15 11:40:52.523 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 15 11:40:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:52.523 INFO kablam! | Oct 15 11:40:52.523 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:40:52.523 INFO kablam! Oct 15 11:40:52.523 INFO kablam! warning: function is never used: `calculate_determinant` Oct 15 11:40:52.523 INFO kablam! --> src/su_matrix.rs:11:5 Oct 15 11:40:52.523 INFO kablam! | Oct 15 11:40:52.523 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 15 11:40:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:52.523 INFO kablam! Oct 15 11:40:52.523 INFO kablam! warning: function is never used: `inverse_determinant` Oct 15 11:40:52.523 INFO kablam! --> src/su_matrix.rs:20:5 Oct 15 11:40:52.523 INFO kablam! | Oct 15 11:40:52.523 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 15 11:40:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:52.523 INFO kablam! Oct 15 11:40:52.523 INFO kablam! warning: function is never used: `inverse_sign` Oct 15 11:40:52.523 INFO kablam! --> src/su_matrix.rs:25:5 Oct 15 11:40:52.523 INFO kablam! | Oct 15 11:40:52.523 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 15 11:40:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:52.523 INFO kablam! Oct 15 11:40:52.523 INFO kablam! warning: function is never used: `matrix_inversion` Oct 15 11:40:52.523 INFO kablam! --> src/su_matrix.rs:30:5 Oct 15 11:40:52.523 INFO kablam! | Oct 15 11:40:52.523 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:52.523 INFO kablam! Oct 15 11:40:52.523 INFO kablam! warning: function is never used: `matrix_power` Oct 15 11:40:52.523 INFO kablam! --> src/su_matrix.rs:48:5 Oct 15 11:40:52.523 INFO kablam! | Oct 15 11:40:52.523 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:52.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:52.523 INFO kablam! Oct 15 11:40:53.579 INFO kablam! warning: unused variable: `length` Oct 15 11:40:53.579 INFO kablam! --> src/main.rs:18:25 Oct 15 11:40:53.579 INFO kablam! | Oct 15 11:40:53.579 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 15 11:40:53.580 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 11:40:53.580 INFO kablam! | Oct 15 11:40:53.580 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:40:53.580 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 15 11:40:53.583 INFO kablam! --> src/su_matrix.rs:8:5 Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 15 11:40:53.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:40:53.583 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: function is never used: `calculate_determinant` Oct 15 11:40:53.583 INFO kablam! --> src/su_matrix.rs:11:5 Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 15 11:40:53.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.583 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: function is never used: `inverse_determinant` Oct 15 11:40:53.583 INFO kablam! --> src/su_matrix.rs:20:5 Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 15 11:40:53.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.583 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: function is never used: `inverse_sign` Oct 15 11:40:53.583 INFO kablam! --> src/su_matrix.rs:25:5 Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 15 11:40:53.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.583 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: function is never used: `matrix_inversion` Oct 15 11:40:53.583 INFO kablam! --> src/su_matrix.rs:30:5 Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:53.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.583 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: function is never used: `matrix_power` Oct 15 11:40:53.583 INFO kablam! --> src/su_matrix.rs:48:5 Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:53.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.583 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 15 11:40:53.583 INFO kablam! --> src/main.rs:16:1 Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! 16 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 15 11:40:53.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.583 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: function is never used: `calculate_resistance` Oct 15 11:40:53.583 INFO kablam! --> src/main.rs:18:1 Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 15 11:40:53.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.583 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: function is never used: `calculate_resistance_from_a` Oct 15 11:40:53.583 INFO kablam! --> src/main.rs:66:1 Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! 66 | fn calculate_resistance_from_a() { Oct 15 11:40:53.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.583 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: function is never used: `calculate_resistance_from_energy` Oct 15 11:40:53.583 INFO kablam! --> src/main.rs:90:1 Oct 15 11:40:53.583 INFO kablam! | Oct 15 11:40:53.583 INFO kablam! 90 | fn calculate_resistance_from_energy() { Oct 15 11:40:53.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.583 INFO kablam! Oct 15 11:40:53.583 INFO kablam! warning: function is never used: `calculate_resistance_from_potential` Oct 15 11:40:53.583 INFO kablam! --> src/main.rs:115:1 Oct 15 11:40:53.584 INFO kablam! | Oct 15 11:40:53.584 INFO kablam! 115 | fn calculate_resistance_from_potential() { Oct 15 11:40:53.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.584 INFO kablam! Oct 15 11:40:53.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.01s Oct 15 11:40:53.890 INFO kablam! su: No module specific data is present Oct 15 11:40:54.531 INFO running `"docker" "rm" "-f" "411f07002236d5ad9b4d667638e31ad494a167f252555ed3988743ce99648493"` Oct 15 11:40:54.862 INFO blam! 411f07002236d5ad9b4d667638e31ad494a167f252555ed3988743ce99648493 Oct 15 11:40:54.867 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 11:40:55.136 INFO blam! ce46e5505a064a30e5939f05407a415c8a2251458c441fb6b457d3a093710ca8 Oct 15 11:40:55.141 INFO running `"docker" "start" "-a" "ce46e5505a064a30e5939f05407a415c8a2251458c441fb6b457d3a093710ca8"` Oct 15 11:40:55.779 INFO kablam! usermod: no changes Oct 15 11:40:55.829 INFO kablam! Compiling su-matrix v0.1.0 (/source) Oct 15 11:40:56.891 INFO kablam! warning: unused variable: `length` Oct 15 11:40:56.891 INFO kablam! --> src/main.rs:18:25 Oct 15 11:40:56.891 INFO kablam! | Oct 15 11:40:56.891 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 15 11:40:56.891 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 11:40:56.891 INFO kablam! | Oct 15 11:40:56.891 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:40:56.891 INFO kablam! Oct 15 11:40:56.894 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 15 11:40:56.894 INFO kablam! --> src/su_matrix.rs:8:5 Oct 15 11:40:56.894 INFO kablam! | Oct 15 11:40:56.894 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 15 11:40:56.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.894 INFO kablam! | Oct 15 11:40:56.894 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:40:56.894 INFO kablam! Oct 15 11:40:56.894 INFO kablam! warning: function is never used: `calculate_determinant` Oct 15 11:40:56.894 INFO kablam! --> src/su_matrix.rs:11:5 Oct 15 11:40:56.894 INFO kablam! | Oct 15 11:40:56.894 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 15 11:40:56.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.894 INFO kablam! Oct 15 11:40:56.894 INFO kablam! warning: function is never used: `inverse_determinant` Oct 15 11:40:56.894 INFO kablam! --> src/su_matrix.rs:20:5 Oct 15 11:40:56.894 INFO kablam! | Oct 15 11:40:56.894 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 15 11:40:56.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.894 INFO kablam! Oct 15 11:40:56.894 INFO kablam! warning: function is never used: `inverse_sign` Oct 15 11:40:56.894 INFO kablam! --> src/su_matrix.rs:25:5 Oct 15 11:40:56.894 INFO kablam! | Oct 15 11:40:56.894 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 15 11:40:56.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.894 INFO kablam! Oct 15 11:40:56.894 INFO kablam! warning: function is never used: `matrix_inversion` Oct 15 11:40:56.894 INFO kablam! --> src/su_matrix.rs:30:5 Oct 15 11:40:56.894 INFO kablam! | Oct 15 11:40:56.895 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.895 INFO kablam! Oct 15 11:40:56.895 INFO kablam! warning: function is never used: `matrix_power` Oct 15 11:40:56.895 INFO kablam! --> src/su_matrix.rs:48:5 Oct 15 11:40:56.895 INFO kablam! | Oct 15 11:40:56.895 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.895 INFO kablam! Oct 15 11:40:56.895 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 15 11:40:56.895 INFO kablam! --> src/main.rs:16:1 Oct 15 11:40:56.895 INFO kablam! | Oct 15 11:40:56.895 INFO kablam! 16 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 15 11:40:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.895 INFO kablam! Oct 15 11:40:56.895 INFO kablam! warning: function is never used: `calculate_resistance` Oct 15 11:40:56.895 INFO kablam! --> src/main.rs:18:1 Oct 15 11:40:56.895 INFO kablam! | Oct 15 11:40:56.895 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 15 11:40:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.895 INFO kablam! Oct 15 11:40:56.895 INFO kablam! warning: function is never used: `calculate_resistance_from_a` Oct 15 11:40:56.895 INFO kablam! --> src/main.rs:66:1 Oct 15 11:40:56.895 INFO kablam! | Oct 15 11:40:56.895 INFO kablam! 66 | fn calculate_resistance_from_a() { Oct 15 11:40:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.895 INFO kablam! Oct 15 11:40:56.895 INFO kablam! warning: function is never used: `calculate_resistance_from_energy` Oct 15 11:40:56.895 INFO kablam! --> src/main.rs:90:1 Oct 15 11:40:56.895 INFO kablam! | Oct 15 11:40:56.895 INFO kablam! 90 | fn calculate_resistance_from_energy() { Oct 15 11:40:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.895 INFO kablam! Oct 15 11:40:56.895 INFO kablam! warning: function is never used: `calculate_resistance_from_potential` Oct 15 11:40:56.895 INFO kablam! --> src/main.rs:115:1 Oct 15 11:40:56.895 INFO kablam! | Oct 15 11:40:56.895 INFO kablam! 115 | fn calculate_resistance_from_potential() { Oct 15 11:40:56.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.895 INFO kablam! Oct 15 11:40:57.067 INFO kablam! warning: function is never used: `matrix_power` Oct 15 11:40:57.071 INFO kablam! --> src/su_matrix.rs:48:5 Oct 15 11:40:57.071 INFO kablam! | Oct 15 11:40:57.071 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:57.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:57.071 INFO kablam! | Oct 15 11:40:57.071 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:40:57.071 INFO kablam! Oct 15 11:40:58.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.22s Oct 15 11:40:58.018 INFO kablam! su: No module specific data is present Oct 15 11:40:58.571 INFO running `"docker" "rm" "-f" "ce46e5505a064a30e5939f05407a415c8a2251458c441fb6b457d3a093710ca8"` Oct 15 11:40:58.851 INFO blam! ce46e5505a064a30e5939f05407a415c8a2251458c441fb6b457d3a093710ca8 Oct 15 11:40:58.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 11:40:59.368 INFO blam! f85ade16afb8f1b67f5a5f884fb9baf61930c806f96151b0cfbaa7f4a114b2e3 Oct 15 11:40:59.371 INFO running `"docker" "start" "-a" "f85ade16afb8f1b67f5a5f884fb9baf61930c806f96151b0cfbaa7f4a114b2e3"` Oct 15 11:41:00.603 INFO kablam! usermod: no changes Oct 15 11:41:00.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 11:41:00.719 INFO kablam! Running /target/debug/deps/su_matrix-957e6c6d865cfa13 Oct 15 11:41:00.723 INFO blam! Oct 15 11:41:00.723 INFO blam! running 4 tests Oct 15 11:41:00.723 INFO blam! test tests::matrix_reversion ... ok Oct 15 11:41:00.723 INFO blam! test tests::matrix_negation ... ok Oct 15 11:41:00.723 INFO blam! test tests::matrix_addition ... ok Oct 15 11:41:00.727 INFO blam! test tests::matrix_multiplication ... ok Oct 15 11:41:00.727 INFO blam! Oct 15 11:41:00.727 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:00.727 INFO blam! Oct 15 11:41:00.727 INFO kablam! Running /target/debug/deps/su_matrix-bd63ae2758a455f2 Oct 15 11:41:00.729 INFO blam! Oct 15 11:41:00.729 INFO blam! running 0 tests Oct 15 11:41:00.729 INFO blam! Oct 15 11:41:00.729 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:00.729 INFO blam! Oct 15 11:41:00.735 INFO kablam! Doc-tests su-matrix Oct 15 11:41:02.019 INFO blam! Oct 15 11:41:02.019 INFO blam! running 0 tests Oct 15 11:41:02.019 INFO blam! Oct 15 11:41:02.019 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:02.019 INFO blam! Oct 15 11:41:02.027 INFO kablam! su: No module specific data is present Oct 15 11:41:02.455 INFO running `"docker" "rm" "-f" "f85ade16afb8f1b67f5a5f884fb9baf61930c806f96151b0cfbaa7f4a114b2e3"` Oct 15 11:41:02.663 INFO blam! f85ade16afb8f1b67f5a5f884fb9baf61930c806f96151b0cfbaa7f4a114b2e3