Oct 15 18:46:05.409 INFO testing simple_units-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 18:46:05.409 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 18:46:05.584 INFO blam! 760f7d1813ada750002923cc1de945c7c83e447a5f03d3a9837f2ec9dd8ba304 Oct 15 18:46:05.585 INFO running `"docker" "start" "-a" "760f7d1813ada750002923cc1de945c7c83e447a5f03d3a9837f2ec9dd8ba304"` Oct 15 18:46:06.171 INFO kablam! usermod: no changes Oct 15 18:46:06.217 INFO kablam! Compiling simple_units v0.1.0 (/source) Oct 15 18:46:08.330 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.14s Oct 15 18:46:08.332 INFO kablam! su: No module specific data is present Oct 15 18:46:08.615 INFO running `"docker" "rm" "-f" "760f7d1813ada750002923cc1de945c7c83e447a5f03d3a9837f2ec9dd8ba304"` Oct 15 18:46:08.713 INFO blam! 760f7d1813ada750002923cc1de945c7c83e447a5f03d3a9837f2ec9dd8ba304 Oct 15 18:46:08.716 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 18:46:09.325 INFO blam! 18244837ecb7db5ab6daec6d228f92a233ceb33fb251ca290fca9abd97d56b3a Oct 15 18:46:09.328 INFO running `"docker" "start" "-a" "18244837ecb7db5ab6daec6d228f92a233ceb33fb251ca290fca9abd97d56b3a"` Oct 15 18:46:09.926 INFO kablam! usermod: no changes Oct 15 18:46:09.966 INFO kablam! Compiling simple_units v0.1.0 (/source) Oct 15 18:46:10.952 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:46:10.952 INFO kablam! --> tests/lib.rs:21:54 Oct 15 18:46:10.952 INFO kablam! | Oct 15 18:46:10.952 INFO kablam! 21 | let cooling_rate: KelvinPerSecond = Kelvin::from((temperature2 - temperature1)) / (time2 - time1); Oct 15 18:46:10.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:46:10.952 INFO kablam! | Oct 15 18:46:10.952 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 18:46:10.952 INFO kablam! Oct 15 18:46:11.036 INFO kablam! warning: unused variable: `closure_temp` Oct 15 18:46:11.036 INFO kablam! --> tests/lib.rs:29:9 Oct 15 18:46:11.036 INFO kablam! | Oct 15 18:46:11.036 INFO kablam! 29 | let closure_temp: DegC = DegC::from(energy / ((geometry_factor * tau * diff).ln() * univ_gas_const)); Oct 15 18:46:11.036 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_closure_temp` instead Oct 15 18:46:11.047 INFO kablam! | Oct 15 18:46:11.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 18:46:11.047 INFO kablam! Oct 15 18:46:11.463 INFO kablam! warning: function is never used: `test_power3_unit` Oct 15 18:46:11.463 INFO kablam! --> tests/si_units.rs:41:1 Oct 15 18:46:11.463 INFO kablam! | Oct 15 18:46:11.463 INFO kablam! 41 | fn test_power3_unit() { Oct 15 18:46:11.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 18:46:11.463 INFO kablam! | Oct 15 18:46:11.463 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 18:46:11.463 INFO kablam! Oct 15 18:46:12.513 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.55s Oct 15 18:46:12.513 INFO kablam! su: No module specific data is present Oct 15 18:46:12.808 INFO running `"docker" "rm" "-f" "18244837ecb7db5ab6daec6d228f92a233ceb33fb251ca290fca9abd97d56b3a"` Oct 15 18:46:12.939 INFO blam! 18244837ecb7db5ab6daec6d228f92a233ceb33fb251ca290fca9abd97d56b3a Oct 15 18:46:12.941 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 18:46:13.170 INFO blam! 5e719d98bbc85fc0c1bd660803ee1ef67f9711641f7fd614bea6c2dffc85d304 Oct 15 18:46:13.172 INFO running `"docker" "start" "-a" "5e719d98bbc85fc0c1bd660803ee1ef67f9711641f7fd614bea6c2dffc85d304"` Oct 15 18:46:13.703 INFO kablam! usermod: no changes Oct 15 18:46:13.757 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 18:46:13.761 INFO kablam! Running /target/debug/deps/simple_units-cd799a84ae3d0021 Oct 15 18:46:13.764 INFO blam! Oct 15 18:46:13.764 INFO blam! running 0 tests Oct 15 18:46:13.764 INFO blam! Oct 15 18:46:13.764 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:46:13.764 INFO blam! Oct 15 18:46:13.764 INFO kablam! Running /target/debug/deps/conversion-f7b3c7e35b868536 Oct 15 18:46:13.766 INFO blam! Oct 15 18:46:13.766 INFO blam! running 7 tests Oct 15 18:46:13.766 INFO blam! test test_kelvin_to_degc ... ok Oct 15 18:46:13.766 INFO blam! test test_meter_to_foot ... ok Oct 15 18:46:13.766 INFO blam! test test_foot_to_meter ... ok Oct 15 18:46:13.766 INFO blam! test test_meter_to_yard ... ok Oct 15 18:46:13.767 INFO blam! test test_degc_to_fahrenheit ... ok Oct 15 18:46:13.767 INFO blam! test test_degc_to_kelvin ... ok Oct 15 18:46:13.775 INFO blam! test test_yard_to_meter ... ok Oct 15 18:46:13.775 INFO blam! Oct 15 18:46:13.775 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:46:13.775 INFO blam! Oct 15 18:46:13.776 INFO kablam! Running /target/debug/deps/lib-a508cbf7348e63d4 Oct 15 18:46:13.777 INFO blam! Oct 15 18:46:13.777 INFO blam! running 1 test Oct 15 18:46:13.777 INFO kablam! Running /target/debug/deps/si_units-7e617f6f980455b2 Oct 15 18:46:13.777 INFO blam! test test_units1 ... ok Oct 15 18:46:13.777 INFO blam! Oct 15 18:46:13.777 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:46:13.777 INFO blam! Oct 15 18:46:13.779 INFO blam! Oct 15 18:46:13.779 INFO blam! running 10 tests Oct 15 18:46:13.779 INFO blam! test test_inverse ... ok Oct 15 18:46:13.780 INFO blam! test test_meter_div_meter_per_second ... ok Oct 15 18:46:13.780 INFO blam! test test_meter_div_number ... ok Oct 15 18:46:13.780 INFO blam! test test_meter_per_second_mul_second ... ok Oct 15 18:46:13.780 INFO blam! test test_meter_mul_number ... ok Oct 15 18:46:13.780 INFO blam! test test_meter_sub ... ok Oct 15 18:46:13.780 INFO blam! test test_number_mul_meter ... ok Oct 15 18:46:13.780 INFO blam! test test_meter_div_second ... ok Oct 15 18:46:13.780 INFO blam! test test_meter_div_meter ... ok Oct 15 18:46:13.781 INFO blam! test test_meter_add ... ok Oct 15 18:46:13.781 INFO blam! Oct 15 18:46:13.781 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:46:13.781 INFO blam! Oct 15 18:46:13.781 INFO kablam! Doc-tests simple_units Oct 15 18:46:14.792 INFO blam! Oct 15 18:46:14.792 INFO blam! running 7 tests Oct 15 18:46:18.010 INFO blam! test src/si_units.rs - power3_unit (line 267) ... ok Oct 15 18:46:18.156 INFO blam! test src/si_units.rs - combine_unit (line 307) ... ok Oct 15 18:46:18.171 INFO blam! test src/si_units.rs - init_unit (line 19) ... ok Oct 15 18:46:18.355 INFO blam! test src/si_units.rs - init_unit_and_inverse (line 244) ... ok Oct 15 18:46:18.378 INFO blam! test src/si_units.rs - mul_div_unit (line 101) ... ok Oct 15 18:46:18.381 INFO blam! test src/conversion.rs - convert_unit (line 16) ... ok Oct 15 18:46:18.402 INFO blam! test src/si_units.rs - inverse_unit (line 185) ... ok Oct 15 18:46:18.402 INFO blam! Oct 15 18:46:18.402 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:46:18.402 INFO blam! Oct 15 18:46:18.416 INFO kablam! su: No module specific data is present Oct 15 18:46:18.608 INFO running `"docker" "rm" "-f" "5e719d98bbc85fc0c1bd660803ee1ef67f9711641f7fd614bea6c2dffc85d304"` Oct 15 18:46:18.675 INFO blam! 5e719d98bbc85fc0c1bd660803ee1ef67f9711641f7fd614bea6c2dffc85d304