Oct 15 11:40:16.942 INFO testing DamirGadiev/su-matrix against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:40:16.942 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:40:17.444 INFO blam! a1458ee2e8019c82eeec24309e8385735a7a4615abc53b169a8b0ead0615e014 Oct 15 11:40:17.447 INFO running `"docker" "start" "-a" "a1458ee2e8019c82eeec24309e8385735a7a4615abc53b169a8b0ead0615e014"` Oct 15 11:40:18.017 INFO kablam! usermod: no changes Oct 15 11:40:18.149 INFO kablam! Compiling alga v0.5.3 Oct 15 11:40:22.685 INFO kablam! Compiling nalgebra v0.14.0 Oct 15 11:40:53.547 INFO kablam! Compiling su-matrix v0.1.0 (/source) Oct 15 11:40:54.455 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 15 11:40:54.455 INFO kablam! --> src/su_matrix.rs:8:5 Oct 15 11:40:54.455 INFO kablam! | Oct 15 11:40:54.455 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 15 11:40:54.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:54.455 INFO kablam! | Oct 15 11:40:54.455 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:40:54.455 INFO kablam! Oct 15 11:40:54.455 INFO kablam! warning: function is never used: `calculate_determinant` Oct 15 11:40:54.455 INFO kablam! --> src/su_matrix.rs:11:5 Oct 15 11:40:54.455 INFO kablam! | Oct 15 11:40:54.455 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 15 11:40:54.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:54.455 INFO kablam! Oct 15 11:40:54.455 INFO kablam! warning: function is never used: `inverse_determinant` Oct 15 11:40:54.455 INFO kablam! --> src/su_matrix.rs:20:5 Oct 15 11:40:54.455 INFO kablam! | Oct 15 11:40:54.455 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 15 11:40:54.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:54.455 INFO kablam! Oct 15 11:40:54.455 INFO kablam! warning: function is never used: `inverse_sign` Oct 15 11:40:54.455 INFO kablam! --> src/su_matrix.rs:25:5 Oct 15 11:40:54.455 INFO kablam! | Oct 15 11:40:54.455 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 15 11:40:54.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:54.455 INFO kablam! Oct 15 11:40:54.455 INFO kablam! warning: function is never used: `matrix_inversion` Oct 15 11:40:54.455 INFO kablam! --> src/su_matrix.rs:30:5 Oct 15 11:40:54.455 INFO kablam! | Oct 15 11:40:54.455 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:54.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:54.455 INFO kablam! Oct 15 11:40:54.455 INFO kablam! warning: function is never used: `matrix_power` Oct 15 11:40:54.455 INFO kablam! --> src/su_matrix.rs:48:5 Oct 15 11:40:54.455 INFO kablam! | Oct 15 11:40:54.455 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:54.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:54.455 INFO kablam! Oct 15 11:40:55.407 INFO kablam! warning: unused variable: `length` Oct 15 11:40:55.407 INFO kablam! --> src/main.rs:18:25 Oct 15 11:40:55.407 INFO kablam! | Oct 15 11:40:55.407 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:55.407 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 11:40:55.407 INFO kablam! | Oct 15 11:40:55.407 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:40:55.407 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 15 11:40:55.421 INFO kablam! --> src/su_matrix.rs:8:5 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 15 11:40:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: function is never used: `calculate_determinant` Oct 15 11:40:55.421 INFO kablam! --> src/su_matrix.rs:11:5 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 15 11:40:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: function is never used: `inverse_determinant` Oct 15 11:40:55.421 INFO kablam! --> src/su_matrix.rs:20:5 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 15 11:40:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: function is never used: `inverse_sign` Oct 15 11:40:55.421 INFO kablam! --> src/su_matrix.rs:25:5 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 15 11:40:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: function is never used: `matrix_inversion` Oct 15 11:40:55.421 INFO kablam! --> src/su_matrix.rs:30:5 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: function is never used: `matrix_power` Oct 15 11:40:55.421 INFO kablam! --> src/su_matrix.rs:48:5 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 15 11:40:55.421 INFO kablam! --> src/main.rs:16:1 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! 16 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 15 11:40:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: function is never used: `calculate_resistance` Oct 15 11:40:55.421 INFO kablam! --> src/main.rs:18:1 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 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:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: function is never used: `calculate_resistance_from_a` Oct 15 11:40:55.421 INFO kablam! --> src/main.rs:66:1 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! 66 | fn calculate_resistance_from_a() { Oct 15 11:40:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: function is never used: `calculate_resistance_from_energy` Oct 15 11:40:55.421 INFO kablam! --> src/main.rs:90:1 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! 90 | fn calculate_resistance_from_energy() { Oct 15 11:40:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.421 INFO kablam! warning: function is never used: `calculate_resistance_from_potential` Oct 15 11:40:55.421 INFO kablam! --> src/main.rs:115:1 Oct 15 11:40:55.421 INFO kablam! | Oct 15 11:40:55.421 INFO kablam! 115 | fn calculate_resistance_from_potential() { Oct 15 11:40:55.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:55.421 INFO kablam! Oct 15 11:40:55.713 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.67s Oct 15 11:40:55.717 INFO kablam! su: No module specific data is present Oct 15 11:40:56.291 INFO running `"docker" "rm" "-f" "a1458ee2e8019c82eeec24309e8385735a7a4615abc53b169a8b0ead0615e014"` Oct 15 11:40:56.587 INFO blam! a1458ee2e8019c82eeec24309e8385735a7a4615abc53b169a8b0ead0615e014 Oct 15 11:40:56.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:40:57.013 INFO blam! 50f28a31771e75beaca5044dd4cd3f4aaa65cd9924933ba0b187ba87c5fb4ecf Oct 15 11:40:57.027 INFO running `"docker" "start" "-a" "50f28a31771e75beaca5044dd4cd3f4aaa65cd9924933ba0b187ba87c5fb4ecf"` Oct 15 11:40:58.043 INFO kablam! usermod: no changes Oct 15 11:40:58.116 INFO kablam! Compiling su-matrix v0.1.0 (/source) Oct 15 11:40:59.423 INFO kablam! warning: unused variable: `length` Oct 15 11:40:59.423 INFO kablam! --> src/main.rs:18:25 Oct 15 11:40:59.423 INFO kablam! | Oct 15 11:40:59.423 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:59.423 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 11:40:59.423 INFO kablam! | Oct 15 11:40:59.423 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:40:59.423 INFO kablam! Oct 15 11:40:59.427 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 15 11:40:59.427 INFO kablam! --> src/su_matrix.rs:8:5 Oct 15 11:40:59.427 INFO kablam! | Oct 15 11:40:59.427 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 15 11:40:59.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.427 INFO kablam! | Oct 15 11:40:59.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:40:59.427 INFO kablam! Oct 15 11:40:59.428 INFO kablam! warning: function is never used: `calculate_determinant` Oct 15 11:40:59.428 INFO kablam! --> src/su_matrix.rs:11:5 Oct 15 11:40:59.428 INFO kablam! | Oct 15 11:40:59.428 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 15 11:40:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.428 INFO kablam! Oct 15 11:40:59.428 INFO kablam! warning: function is never used: `inverse_determinant` Oct 15 11:40:59.428 INFO kablam! --> src/su_matrix.rs:20:5 Oct 15 11:40:59.428 INFO kablam! | Oct 15 11:40:59.428 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 15 11:40:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.428 INFO kablam! Oct 15 11:40:59.428 INFO kablam! warning: function is never used: `inverse_sign` Oct 15 11:40:59.428 INFO kablam! --> src/su_matrix.rs:25:5 Oct 15 11:40:59.428 INFO kablam! | Oct 15 11:40:59.428 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 15 11:40:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.428 INFO kablam! Oct 15 11:40:59.428 INFO kablam! warning: function is never used: `matrix_inversion` Oct 15 11:40:59.428 INFO kablam! --> src/su_matrix.rs:30:5 Oct 15 11:40:59.428 INFO kablam! | Oct 15 11:40:59.428 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.428 INFO kablam! Oct 15 11:40:59.428 INFO kablam! warning: function is never used: `matrix_power` Oct 15 11:40:59.428 INFO kablam! --> src/su_matrix.rs:48:5 Oct 15 11:40:59.428 INFO kablam! | Oct 15 11:40:59.428 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.428 INFO kablam! Oct 15 11:40:59.428 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 15 11:40:59.428 INFO kablam! --> src/main.rs:16:1 Oct 15 11:40:59.428 INFO kablam! | Oct 15 11:40:59.428 INFO kablam! 16 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 15 11:40:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.428 INFO kablam! Oct 15 11:40:59.428 INFO kablam! warning: function is never used: `calculate_resistance` Oct 15 11:40:59.428 INFO kablam! --> src/main.rs:18:1 Oct 15 11:40:59.428 INFO kablam! | Oct 15 11:40:59.428 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:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.428 INFO kablam! Oct 15 11:40:59.428 INFO kablam! warning: function is never used: `calculate_resistance_from_a` Oct 15 11:40:59.428 INFO kablam! --> src/main.rs:66:1 Oct 15 11:40:59.428 INFO kablam! | Oct 15 11:40:59.428 INFO kablam! 66 | fn calculate_resistance_from_a() { Oct 15 11:40:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.428 INFO kablam! Oct 15 11:40:59.428 INFO kablam! warning: function is never used: `calculate_resistance_from_energy` Oct 15 11:40:59.428 INFO kablam! --> src/main.rs:90:1 Oct 15 11:40:59.428 INFO kablam! | Oct 15 11:40:59.428 INFO kablam! 90 | fn calculate_resistance_from_energy() { Oct 15 11:40:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.428 INFO kablam! Oct 15 11:40:59.428 INFO kablam! warning: function is never used: `calculate_resistance_from_potential` Oct 15 11:40:59.428 INFO kablam! --> src/main.rs:115:1 Oct 15 11:40:59.428 INFO kablam! | Oct 15 11:40:59.428 INFO kablam! 115 | fn calculate_resistance_from_potential() { Oct 15 11:40:59.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.428 INFO kablam! Oct 15 11:40:59.530 INFO kablam! warning: function is never used: `matrix_power` Oct 15 11:40:59.530 INFO kablam! --> src/su_matrix.rs:48:5 Oct 15 11:40:59.530 INFO kablam! | Oct 15 11:40:59.530 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 15 11:40:59.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:59.530 INFO kablam! | Oct 15 11:40:59.530 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:40:59.530 INFO kablam! Oct 15 11:41:00.507 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.42s Oct 15 11:41:00.515 INFO kablam! su: No module specific data is present Oct 15 11:41:01.123 INFO running `"docker" "rm" "-f" "50f28a31771e75beaca5044dd4cd3f4aaa65cd9924933ba0b187ba87c5fb4ecf"` Oct 15 11:41:01.359 INFO blam! 50f28a31771e75beaca5044dd4cd3f4aaa65cd9924933ba0b187ba87c5fb4ecf Oct 15 11:41:01.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:41:01.597 INFO blam! 7075f769743bbdb2483f7389bb7ed61250a468f4b25d1fdc685479348d0ef155 Oct 15 11:41:01.599 INFO running `"docker" "start" "-a" "7075f769743bbdb2483f7389bb7ed61250a468f4b25d1fdc685479348d0ef155"` Oct 15 11:41:01.976 INFO kablam! usermod: no changes Oct 15 11:41:02.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 11:41:02.037 INFO kablam! Running /target/debug/deps/su_matrix-460830178af56f2f Oct 15 11:41:02.039 INFO blam! Oct 15 11:41:02.039 INFO blam! running 4 tests Oct 15 11:41:02.043 INFO blam! test tests::matrix_addition ... ok Oct 15 11:41:02.043 INFO blam! test tests::matrix_reversion ... ok Oct 15 11:41:02.043 INFO blam! test tests::matrix_negation ... ok Oct 15 11:41:02.047 INFO blam! test tests::matrix_multiplication ... ok Oct 15 11:41:02.047 INFO blam! Oct 15 11:41:02.047 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:02.047 INFO blam! Oct 15 11:41:02.049 INFO kablam! Running /target/debug/deps/su_matrix-5c8241d2748863c0 Oct 15 11:41:02.051 INFO blam! Oct 15 11:41:02.051 INFO blam! running 0 tests Oct 15 11:41:02.051 INFO blam! Oct 15 11:41:02.051 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:02.051 INFO blam! Oct 15 11:41:02.052 INFO kablam! Doc-tests su-matrix Oct 15 11:41:03.517 INFO blam! Oct 15 11:41:03.517 INFO blam! running 0 tests Oct 15 11:41:03.517 INFO blam! Oct 15 11:41:03.517 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:41:03.517 INFO blam! Oct 15 11:41:03.526 INFO kablam! su: No module specific data is present Oct 15 11:41:03.785 INFO running `"docker" "rm" "-f" "7075f769743bbdb2483f7389bb7ed61250a468f4b25d1fdc685479348d0ef155"` Oct 15 11:41:03.925 INFO blam! 7075f769743bbdb2483f7389bb7ed61250a468f4b25d1fdc685479348d0ef155