Oct 27 12:15:43.824 INFO checking DamirGadiev/su-matrix against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:15:43.825 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 12:15:44.259 INFO blam! 68eba93eca9f1576d7c34075be6bcd31e8227b4ee46d2fd13e6da4e73ef11459 Oct 27 12:15:44.261 INFO running `"docker" "start" "-a" "68eba93eca9f1576d7c34075be6bcd31e8227b4ee46d2fd13e6da4e73ef11459"` Oct 27 12:15:46.238 INFO kablam! usermod: no changes Oct 27 12:15:46.400 INFO kablam! Checking num-complex v0.1.42 Oct 27 12:15:47.841 INFO kablam! Checking alga v0.5.3 Oct 27 12:15:52.567 INFO kablam! Checking nalgebra v0.14.0 Oct 27 12:16:23.133 INFO kablam! Checking su-matrix v0.1.0 (/source) Oct 27 12:16:24.659 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 27 12:16:24.659 INFO kablam! --> src/su_matrix.rs:8:5 Oct 27 12:16:24.659 INFO kablam! | Oct 27 12:16:24.659 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 27 12:16:24.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:24.659 INFO kablam! | Oct 27 12:16:24.659 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:16:24.659 INFO kablam! Oct 27 12:16:24.659 INFO kablam! warning: function is never used: `calculate_determinant` Oct 27 12:16:24.659 INFO kablam! --> src/su_matrix.rs:11:5 Oct 27 12:16:24.659 INFO kablam! | Oct 27 12:16:24.659 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 27 12:16:24.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:24.659 INFO kablam! Oct 27 12:16:24.659 INFO kablam! warning: function is never used: `inverse_determinant` Oct 27 12:16:24.659 INFO kablam! --> src/su_matrix.rs:20:5 Oct 27 12:16:24.659 INFO kablam! | Oct 27 12:16:24.659 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 27 12:16:24.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:24.659 INFO kablam! Oct 27 12:16:24.659 INFO kablam! warning: function is never used: `inverse_sign` Oct 27 12:16:24.659 INFO kablam! --> src/su_matrix.rs:25:5 Oct 27 12:16:24.659 INFO kablam! | Oct 27 12:16:24.659 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 27 12:16:24.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:24.659 INFO kablam! Oct 27 12:16:24.659 INFO kablam! warning: function is never used: `matrix_inversion` Oct 27 12:16:24.659 INFO kablam! --> src/su_matrix.rs:30:5 Oct 27 12:16:24.659 INFO kablam! | Oct 27 12:16:24.659 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 27 12:16:24.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:24.659 INFO kablam! Oct 27 12:16:24.659 INFO kablam! warning: function is never used: `matrix_power` Oct 27 12:16:24.659 INFO kablam! --> src/su_matrix.rs:48:5 Oct 27 12:16:24.659 INFO kablam! | Oct 27 12:16:24.659 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 27 12:16:24.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:24.659 INFO kablam! Oct 27 12:16:24.938 INFO kablam! warning: function is never used: `matrix_power` Oct 27 12:16:24.938 INFO kablam! --> src/su_matrix.rs:48:5 Oct 27 12:16:24.938 INFO kablam! | Oct 27 12:16:24.938 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 27 12:16:24.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:24.938 INFO kablam! | Oct 27 12:16:24.938 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:16:24.938 INFO kablam! Oct 27 12:16:25.767 INFO kablam! warning: unused variable: `length` Oct 27 12:16:25.767 INFO kablam! --> src/main.rs:18:25 Oct 27 12:16:25.767 INFO kablam! | Oct 27 12:16:25.767 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 27 12:16:25.767 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 27 12:16:25.767 INFO kablam! | Oct 27 12:16:25.767 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:16:25.767 INFO kablam! Oct 27 12:16:25.767 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 27 12:16:25.767 INFO kablam! --> src/su_matrix.rs:8:5 Oct 27 12:16:25.767 INFO kablam! | Oct 27 12:16:25.767 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 27 12:16:25.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.767 INFO kablam! | Oct 27 12:16:25.767 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:16:25.767 INFO kablam! Oct 27 12:16:25.767 INFO kablam! warning: function is never used: `calculate_determinant` Oct 27 12:16:25.767 INFO kablam! --> src/su_matrix.rs:11:5 Oct 27 12:16:25.767 INFO kablam! | Oct 27 12:16:25.767 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 27 12:16:25.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.767 INFO kablam! Oct 27 12:16:25.767 INFO kablam! warning: function is never used: `inverse_determinant` Oct 27 12:16:25.767 INFO kablam! --> src/su_matrix.rs:20:5 Oct 27 12:16:25.767 INFO kablam! | Oct 27 12:16:25.767 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 27 12:16:25.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.767 INFO kablam! Oct 27 12:16:25.767 INFO kablam! warning: function is never used: `inverse_sign` Oct 27 12:16:25.767 INFO kablam! --> src/su_matrix.rs:25:5 Oct 27 12:16:25.767 INFO kablam! | Oct 27 12:16:25.767 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 27 12:16:25.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.767 INFO kablam! Oct 27 12:16:25.767 INFO kablam! warning: function is never used: `matrix_inversion` Oct 27 12:16:25.767 INFO kablam! --> src/su_matrix.rs:30:5 Oct 27 12:16:25.767 INFO kablam! | Oct 27 12:16:25.767 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 27 12:16:25.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.767 INFO kablam! Oct 27 12:16:25.767 INFO kablam! warning: function is never used: `matrix_power` Oct 27 12:16:25.767 INFO kablam! --> src/su_matrix.rs:48:5 Oct 27 12:16:25.767 INFO kablam! | Oct 27 12:16:25.767 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 27 12:16:25.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.767 INFO kablam! Oct 27 12:16:25.767 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 27 12:16:25.767 INFO kablam! --> src/main.rs:16:1 Oct 27 12:16:25.767 INFO kablam! | Oct 27 12:16:25.767 INFO kablam! 16 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 27 12:16:25.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.768 INFO kablam! Oct 27 12:16:25.768 INFO kablam! warning: function is never used: `calculate_resistance` Oct 27 12:16:25.768 INFO kablam! --> src/main.rs:18:1 Oct 27 12:16:25.768 INFO kablam! | Oct 27 12:16:25.768 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 27 12:16:25.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.768 INFO kablam! Oct 27 12:16:25.768 INFO kablam! warning: function is never used: `calculate_resistance_from_a` Oct 27 12:16:25.772 INFO kablam! --> src/main.rs:66:1 Oct 27 12:16:25.772 INFO kablam! | Oct 27 12:16:25.772 INFO kablam! 66 | fn calculate_resistance_from_a() { Oct 27 12:16:25.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.772 INFO kablam! Oct 27 12:16:25.772 INFO kablam! warning: function is never used: `calculate_resistance_from_energy` Oct 27 12:16:25.772 INFO kablam! --> src/main.rs:90:1 Oct 27 12:16:25.772 INFO kablam! | Oct 27 12:16:25.772 INFO kablam! 90 | fn calculate_resistance_from_energy() { Oct 27 12:16:25.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.772 INFO kablam! Oct 27 12:16:25.772 INFO kablam! warning: function is never used: `calculate_resistance_from_potential` Oct 27 12:16:25.772 INFO kablam! --> src/main.rs:115:1 Oct 27 12:16:25.772 INFO kablam! | Oct 27 12:16:25.772 INFO kablam! 115 | fn calculate_resistance_from_potential() { Oct 27 12:16:25.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.772 INFO kablam! Oct 27 12:16:25.899 INFO kablam! warning: unused variable: `length` Oct 27 12:16:25.899 INFO kablam! --> src/main.rs:18:25 Oct 27 12:16:25.899 INFO kablam! | Oct 27 12:16:25.899 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 27 12:16:25.899 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 27 12:16:25.899 INFO kablam! | Oct 27 12:16:25.899 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:16:25.899 INFO kablam! Oct 27 12:16:25.907 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 27 12:16:25.907 INFO kablam! --> src/su_matrix.rs:8:5 Oct 27 12:16:25.907 INFO kablam! | Oct 27 12:16:25.907 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 27 12:16:25.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.907 INFO kablam! | Oct 27 12:16:25.907 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:16:25.907 INFO kablam! Oct 27 12:16:25.907 INFO kablam! warning: function is never used: `calculate_determinant` Oct 27 12:16:25.907 INFO kablam! --> src/su_matrix.rs:11:5 Oct 27 12:16:25.907 INFO kablam! | Oct 27 12:16:25.907 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 27 12:16:25.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.907 INFO kablam! Oct 27 12:16:25.907 INFO kablam! warning: function is never used: `inverse_determinant` Oct 27 12:16:25.907 INFO kablam! --> src/su_matrix.rs:20:5 Oct 27 12:16:25.908 INFO kablam! | Oct 27 12:16:25.908 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 27 12:16:25.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.908 INFO kablam! Oct 27 12:16:25.908 INFO kablam! warning: function is never used: `inverse_sign` Oct 27 12:16:25.908 INFO kablam! --> src/su_matrix.rs:25:5 Oct 27 12:16:25.908 INFO kablam! | Oct 27 12:16:25.908 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 27 12:16:25.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.908 INFO kablam! Oct 27 12:16:25.908 INFO kablam! warning: function is never used: `matrix_inversion` Oct 27 12:16:25.908 INFO kablam! --> src/su_matrix.rs:30:5 Oct 27 12:16:25.908 INFO kablam! | Oct 27 12:16:25.908 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 27 12:16:25.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.908 INFO kablam! Oct 27 12:16:25.908 INFO kablam! warning: function is never used: `matrix_power` Oct 27 12:16:25.908 INFO kablam! --> src/su_matrix.rs:48:5 Oct 27 12:16:25.908 INFO kablam! | Oct 27 12:16:25.908 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 27 12:16:25.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.908 INFO kablam! Oct 27 12:16:25.908 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 27 12:16:25.908 INFO kablam! --> src/main.rs:16:1 Oct 27 12:16:25.908 INFO kablam! | Oct 27 12:16:25.908 INFO kablam! 16 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 27 12:16:25.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.908 INFO kablam! Oct 27 12:16:25.908 INFO kablam! warning: function is never used: `calculate_resistance` Oct 27 12:16:25.908 INFO kablam! --> src/main.rs:18:1 Oct 27 12:16:25.908 INFO kablam! | Oct 27 12:16:25.908 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 27 12:16:25.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.908 INFO kablam! Oct 27 12:16:25.908 INFO kablam! warning: function is never used: `calculate_resistance_from_a` Oct 27 12:16:25.908 INFO kablam! --> src/main.rs:66:1 Oct 27 12:16:25.908 INFO kablam! | Oct 27 12:16:25.908 INFO kablam! 66 | fn calculate_resistance_from_a() { Oct 27 12:16:25.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.908 INFO kablam! Oct 27 12:16:25.908 INFO kablam! warning: function is never used: `calculate_resistance_from_energy` Oct 27 12:16:25.908 INFO kablam! --> src/main.rs:90:1 Oct 27 12:16:25.908 INFO kablam! | Oct 27 12:16:25.908 INFO kablam! 90 | fn calculate_resistance_from_energy() { Oct 27 12:16:25.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.908 INFO kablam! Oct 27 12:16:25.908 INFO kablam! warning: function is never used: `calculate_resistance_from_potential` Oct 27 12:16:25.908 INFO kablam! --> src/main.rs:115:1 Oct 27 12:16:25.908 INFO kablam! | Oct 27 12:16:25.908 INFO kablam! 115 | fn calculate_resistance_from_potential() { Oct 27 12:16:25.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:16:25.908 INFO kablam! Oct 27 12:16:25.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.67s Oct 27 12:16:25.947 INFO kablam! su: No module specific data is present Oct 27 12:16:26.259 INFO running `"docker" "rm" "-f" "68eba93eca9f1576d7c34075be6bcd31e8227b4ee46d2fd13e6da4e73ef11459"` Oct 27 12:16:26.517 INFO blam! 68eba93eca9f1576d7c34075be6bcd31e8227b4ee46d2fd13e6da4e73ef11459