Oct 11 07:08:54.369 INFO testing DamirGadiev/su-matrix against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:08:54.369 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:08:54.371 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 07:08:54.770 INFO blam! 5ff9dddc695d58097178b5dd6a583c9a74950d15f5706c4d0e66dd5243a46cf8 Oct 11 07:08:54.773 INFO running `"docker" "start" "-a" "5ff9dddc695d58097178b5dd6a583c9a74950d15f5706c4d0e66dd5243a46cf8"` Oct 11 07:08:56.129 INFO kablam! usermod: no changes Oct 11 07:08:56.244 INFO kablam! Compiling num-complex v0.1.42 Oct 11 07:08:57.609 INFO kablam! Compiling alga v0.5.3 Oct 11 07:09:01.989 INFO kablam! Compiling nalgebra v0.14.0 Oct 11 07:09:32.532 INFO kablam! Compiling su-matrix v0.1.0 (/source) Oct 11 07:09:33.156 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 11 07:09:33.156 INFO kablam! --> src/su_matrix.rs:8:5 Oct 11 07:09:33.156 INFO kablam! | Oct 11 07:09:33.156 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 11 07:09:33.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.156 INFO kablam! | Oct 11 07:09:33.156 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:09:33.156 INFO kablam! Oct 11 07:09:33.156 INFO kablam! warning: function is never used: `calculate_determinant` Oct 11 07:09:33.156 INFO kablam! --> src/su_matrix.rs:11:5 Oct 11 07:09:33.156 INFO kablam! | Oct 11 07:09:33.156 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 11 07:09:33.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.156 INFO kablam! Oct 11 07:09:33.156 INFO kablam! warning: function is never used: `inverse_determinant` Oct 11 07:09:33.156 INFO kablam! --> src/su_matrix.rs:20:5 Oct 11 07:09:33.156 INFO kablam! | Oct 11 07:09:33.156 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 11 07:09:33.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.156 INFO kablam! Oct 11 07:09:33.156 INFO kablam! warning: function is never used: `inverse_sign` Oct 11 07:09:33.156 INFO kablam! --> src/su_matrix.rs:25:5 Oct 11 07:09:33.156 INFO kablam! | Oct 11 07:09:33.156 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 11 07:09:33.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.156 INFO kablam! Oct 11 07:09:33.156 INFO kablam! warning: function is never used: `matrix_inversion` Oct 11 07:09:33.156 INFO kablam! --> src/su_matrix.rs:30:5 Oct 11 07:09:33.156 INFO kablam! | Oct 11 07:09:33.156 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 11 07:09:33.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.156 INFO kablam! Oct 11 07:09:33.156 INFO kablam! warning: function is never used: `matrix_power` Oct 11 07:09:33.156 INFO kablam! --> src/su_matrix.rs:48:5 Oct 11 07:09:33.156 INFO kablam! | Oct 11 07:09:33.156 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 11 07:09:33.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.156 INFO kablam! Oct 11 07:09:33.839 INFO kablam! warning: unused variable: `length` Oct 11 07:09:33.839 INFO kablam! --> src/main.rs:18:25 Oct 11 07:09:33.839 INFO kablam! | Oct 11 07:09:33.839 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 11 07:09:33.839 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 11 07:09:33.839 INFO kablam! | Oct 11 07:09:33.839 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:09:33.839 INFO kablam! Oct 11 07:09:33.847 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 11 07:09:33.847 INFO kablam! --> src/su_matrix.rs:8:5 Oct 11 07:09:33.847 INFO kablam! | Oct 11 07:09:33.847 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 11 07:09:33.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.847 INFO kablam! | Oct 11 07:09:33.847 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:09:33.847 INFO kablam! Oct 11 07:09:33.847 INFO kablam! warning: function is never used: `calculate_determinant` Oct 11 07:09:33.847 INFO kablam! --> src/su_matrix.rs:11:5 Oct 11 07:09:33.847 INFO kablam! | Oct 11 07:09:33.847 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 11 07:09:33.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.847 INFO kablam! Oct 11 07:09:33.847 INFO kablam! warning: function is never used: `inverse_determinant` Oct 11 07:09:33.847 INFO kablam! --> src/su_matrix.rs:20:5 Oct 11 07:09:33.847 INFO kablam! | Oct 11 07:09:33.847 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 11 07:09:33.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.847 INFO kablam! Oct 11 07:09:33.847 INFO kablam! warning: function is never used: `inverse_sign` Oct 11 07:09:33.847 INFO kablam! --> src/su_matrix.rs:25:5 Oct 11 07:09:33.847 INFO kablam! | Oct 11 07:09:33.847 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 11 07:09:33.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.847 INFO kablam! Oct 11 07:09:33.847 INFO kablam! warning: function is never used: `matrix_inversion` Oct 11 07:09:33.847 INFO kablam! --> src/su_matrix.rs:30:5 Oct 11 07:09:33.847 INFO kablam! | Oct 11 07:09:33.847 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 11 07:09:33.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.847 INFO kablam! Oct 11 07:09:33.847 INFO kablam! warning: function is never used: `matrix_power` Oct 11 07:09:33.847 INFO kablam! --> src/su_matrix.rs:48:5 Oct 11 07:09:33.847 INFO kablam! | Oct 11 07:09:33.847 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 11 07:09:33.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.847 INFO kablam! Oct 11 07:09:33.847 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 11 07:09:33.847 INFO kablam! --> src/main.rs:16:1 Oct 11 07:09:33.847 INFO kablam! | Oct 11 07:09:33.847 INFO kablam! 16 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 11 07:09:33.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.847 INFO kablam! Oct 11 07:09:33.847 INFO kablam! warning: function is never used: `calculate_resistance` Oct 11 07:09:33.847 INFO kablam! --> src/main.rs:18:1 Oct 11 07:09:33.847 INFO kablam! | Oct 11 07:09:33.847 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 11 07:09:33.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.847 INFO kablam! Oct 11 07:09:33.848 INFO kablam! warning: function is never used: `calculate_resistance_from_a` Oct 11 07:09:33.848 INFO kablam! --> src/main.rs:66:1 Oct 11 07:09:33.848 INFO kablam! | Oct 11 07:09:33.848 INFO kablam! 66 | fn calculate_resistance_from_a() { Oct 11 07:09:33.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.848 INFO kablam! Oct 11 07:09:33.848 INFO kablam! warning: function is never used: `calculate_resistance_from_energy` Oct 11 07:09:33.848 INFO kablam! --> src/main.rs:90:1 Oct 11 07:09:33.848 INFO kablam! | Oct 11 07:09:33.848 INFO kablam! 90 | fn calculate_resistance_from_energy() { Oct 11 07:09:33.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.848 INFO kablam! Oct 11 07:09:33.848 INFO kablam! warning: function is never used: `calculate_resistance_from_potential` Oct 11 07:09:33.848 INFO kablam! --> src/main.rs:115:1 Oct 11 07:09:33.848 INFO kablam! | Oct 11 07:09:33.848 INFO kablam! 115 | fn calculate_resistance_from_potential() { Oct 11 07:09:33.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:33.848 INFO kablam! Oct 11 07:09:34.066 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.92s Oct 11 07:09:34.070 INFO kablam! su: No module specific data is present Oct 11 07:09:34.357 INFO running `"docker" "rm" "-f" "5ff9dddc695d58097178b5dd6a583c9a74950d15f5706c4d0e66dd5243a46cf8"` Oct 11 07:09:34.433 INFO blam! 5ff9dddc695d58097178b5dd6a583c9a74950d15f5706c4d0e66dd5243a46cf8 Oct 11 07:09:34.434 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:09:34.434 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 07:09:34.672 INFO blam! 121cb0ed77c561f03887e46729ec5d1ff84bc342f92aca6f0ad07543b4ae7185 Oct 11 07:09:34.673 INFO running `"docker" "start" "-a" "121cb0ed77c561f03887e46729ec5d1ff84bc342f92aca6f0ad07543b4ae7185"` Oct 11 07:09:34.992 INFO kablam! usermod: no changes Oct 11 07:09:35.036 INFO kablam! Compiling su-matrix v0.1.0 (/source) Oct 11 07:09:35.883 INFO kablam! warning: function is never used: `matrix_power` Oct 11 07:09:35.883 INFO kablam! --> src/su_matrix.rs:48:5 Oct 11 07:09:35.883 INFO kablam! | Oct 11 07:09:35.883 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 11 07:09:35.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.883 INFO kablam! | Oct 11 07:09:35.883 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:09:35.883 INFO kablam! Oct 11 07:09:35.932 INFO kablam! warning: unused variable: `length` Oct 11 07:09:35.932 INFO kablam! --> src/main.rs:18:25 Oct 11 07:09:35.933 INFO kablam! | Oct 11 07:09:35.933 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 11 07:09:35.933 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 11 07:09:35.933 INFO kablam! | Oct 11 07:09:35.933 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:09:35.933 INFO kablam! Oct 11 07:09:35.940 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 11 07:09:35.940 INFO kablam! --> src/su_matrix.rs:8:5 Oct 11 07:09:35.940 INFO kablam! | Oct 11 07:09:35.940 INFO kablam! 8 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 11 07:09:35.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.940 INFO kablam! | Oct 11 07:09:35.940 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:09:35.940 INFO kablam! Oct 11 07:09:35.940 INFO kablam! warning: function is never used: `calculate_determinant` Oct 11 07:09:35.940 INFO kablam! --> src/su_matrix.rs:11:5 Oct 11 07:09:35.940 INFO kablam! | Oct 11 07:09:35.940 INFO kablam! 11 | pub fn calculate_determinant(matrix: &ComplexMatrix2x2f) -> Complex { Oct 11 07:09:35.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.940 INFO kablam! Oct 11 07:09:35.940 INFO kablam! warning: function is never used: `inverse_determinant` Oct 11 07:09:35.940 INFO kablam! --> src/su_matrix.rs:20:5 Oct 11 07:09:35.940 INFO kablam! | Oct 11 07:09:35.940 INFO kablam! 20 | pub fn inverse_determinant(det: &Complex) -> Complex { Oct 11 07:09:35.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.940 INFO kablam! Oct 11 07:09:35.940 INFO kablam! warning: function is never used: `inverse_sign` Oct 11 07:09:35.940 INFO kablam! --> src/su_matrix.rs:25:5 Oct 11 07:09:35.941 INFO kablam! | Oct 11 07:09:35.941 INFO kablam! 25 | pub fn inverse_sign(a: &Complex) -> Complex { Oct 11 07:09:35.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.941 INFO kablam! Oct 11 07:09:35.941 INFO kablam! warning: function is never used: `matrix_inversion` Oct 11 07:09:35.941 INFO kablam! --> src/su_matrix.rs:30:5 Oct 11 07:09:35.941 INFO kablam! | Oct 11 07:09:35.941 INFO kablam! 30 | pub fn matrix_inversion(matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 11 07:09:35.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.941 INFO kablam! Oct 11 07:09:35.941 INFO kablam! warning: function is never used: `matrix_power` Oct 11 07:09:35.941 INFO kablam! --> src/su_matrix.rs:48:5 Oct 11 07:09:35.941 INFO kablam! | Oct 11 07:09:35.941 INFO kablam! 48 | pub fn matrix_power(power: u64, matrix: &ComplexMatrix2x2f) -> ComplexMatrix2x2f { Oct 11 07:09:35.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.941 INFO kablam! Oct 11 07:09:35.941 INFO kablam! warning: type alias is never used: `ComplexMatrix2x2f` Oct 11 07:09:35.941 INFO kablam! --> src/main.rs:16:1 Oct 11 07:09:35.941 INFO kablam! | Oct 11 07:09:35.941 INFO kablam! 16 | type ComplexMatrix2x2f = Matrix, U2, U2, MatrixArray, U2, U2>>; Oct 11 07:09:35.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.941 INFO kablam! Oct 11 07:09:35.941 INFO kablam! warning: function is never used: `calculate_resistance` Oct 11 07:09:35.941 INFO kablam! --> src/main.rs:18:1 Oct 11 07:09:35.941 INFO kablam! | Oct 11 07:09:35.941 INFO kablam! 18 | fn calculate_resistance(length: f64, m: f64, a: f64, plank_const: f64, energy: f64, potential: f64, n: u64) ->f64 { Oct 11 07:09:35.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.941 INFO kablam! Oct 11 07:09:35.948 INFO kablam! warning: function is never used: `calculate_resistance_from_a` Oct 11 07:09:35.948 INFO kablam! --> src/main.rs:66:1 Oct 11 07:09:35.948 INFO kablam! | Oct 11 07:09:35.948 INFO kablam! 66 | fn calculate_resistance_from_a() { Oct 11 07:09:35.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.948 INFO kablam! Oct 11 07:09:35.948 INFO kablam! warning: function is never used: `calculate_resistance_from_energy` Oct 11 07:09:35.948 INFO kablam! --> src/main.rs:90:1 Oct 11 07:09:35.948 INFO kablam! | Oct 11 07:09:35.948 INFO kablam! 90 | fn calculate_resistance_from_energy() { Oct 11 07:09:35.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.948 INFO kablam! Oct 11 07:09:35.948 INFO kablam! warning: function is never used: `calculate_resistance_from_potential` Oct 11 07:09:35.948 INFO kablam! --> src/main.rs:115:1 Oct 11 07:09:35.948 INFO kablam! | Oct 11 07:09:35.948 INFO kablam! 115 | fn calculate_resistance_from_potential() { Oct 11 07:09:35.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:09:35.948 INFO kablam! Oct 11 07:09:36.850 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 11 07:09:36.854 INFO kablam! su: No module specific data is present Oct 11 07:09:40.338 INFO running `"docker" "rm" "-f" "121cb0ed77c561f03887e46729ec5d1ff84bc342f92aca6f0ad07543b4ae7185"` Oct 11 07:09:40.425 INFO blam! 121cb0ed77c561f03887e46729ec5d1ff84bc342f92aca6f0ad07543b4ae7185 Oct 11 07:09:40.426 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:09:40.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 07:09:40.582 INFO blam! 387806e887dc8be179d4c9206ee8c3e57f9d2591121a3a1e6327ff03378fa864 Oct 11 07:09:40.583 INFO running `"docker" "start" "-a" "387806e887dc8be179d4c9206ee8c3e57f9d2591121a3a1e6327ff03378fa864"` Oct 11 07:09:40.948 INFO kablam! usermod: no changes Oct 11 07:09:40.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 07:09:40.996 INFO kablam! Running /target/debug/deps/su_matrix-957e6c6d865cfa13 Oct 11 07:09:41.000 INFO kablam! Running /target/debug/deps/su_matrix-bd63ae2758a455f2 Oct 11 07:09:41.000 INFO blam! Oct 11 07:09:41.000 INFO blam! running 4 tests Oct 11 07:09:41.000 INFO blam! test tests::matrix_addition ... ok Oct 11 07:09:41.000 INFO blam! test tests::matrix_negation ... ok Oct 11 07:09:41.000 INFO blam! test tests::matrix_reversion ... ok Oct 11 07:09:41.000 INFO blam! test tests::matrix_multiplication ... ok Oct 11 07:09:41.000 INFO blam! Oct 11 07:09:41.000 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:09:41.000 INFO blam! Oct 11 07:09:41.001 INFO blam! Oct 11 07:09:41.001 INFO kablam! Doc-tests su-matrix Oct 11 07:09:41.001 INFO blam! running 0 tests Oct 11 07:09:41.001 INFO blam! Oct 11 07:09:41.001 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:09:41.001 INFO blam! Oct 11 07:09:41.941 INFO blam! Oct 11 07:09:41.941 INFO blam! running 0 tests Oct 11 07:09:41.941 INFO blam! Oct 11 07:09:41.941 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:09:41.941 INFO blam! Oct 11 07:09:41.948 INFO kablam! su: No module specific data is present Oct 11 07:09:45.250 INFO running `"docker" "rm" "-f" "387806e887dc8be179d4c9206ee8c3e57f9d2591121a3a1e6327ff03378fa864"` Oct 11 07:09:45.350 INFO blam! 387806e887dc8be179d4c9206ee8c3e57f9d2591121a3a1e6327ff03378fa864