Oct 27 03:26:07.665 INFO checking intrepion/example-x-rust-x-rustbyexample-com-x-std-result against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:26:07.665 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 03:26:07.793 INFO blam! ef8525ee73c7ed3cb58cd9b7fa7a2c007c0e5061c4781afeb68c7b3614c77aa8 Oct 27 03:26:07.795 INFO running `"docker" "start" "-a" "ef8525ee73c7ed3cb58cd9b7fa7a2c007c0e5061c4781afeb68c7b3614c77aa8"` Oct 27 03:26:08.200 INFO kablam! usermod: no changes Oct 27 03:26:08.233 INFO kablam! Checking example-x-rust-x-rustbyexample-com-x-std-result v0.1.0 (/source) Oct 27 03:26:08.612 INFO kablam! warning: enum is never used: `MathError` Oct 27 03:26:08.612 INFO kablam! --> src/main.rs:4:5 Oct 27 03:26:08.612 INFO kablam! | Oct 27 03:26:08.612 INFO kablam! 4 | pub enum MathError { Oct 27 03:26:08.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.612 INFO kablam! | Oct 27 03:26:08.612 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:26:08.612 INFO kablam! Oct 27 03:26:08.612 INFO kablam! warning: type alias is never used: `MathResult` Oct 27 03:26:08.612 INFO kablam! --> src/main.rs:10:5 Oct 27 03:26:08.612 INFO kablam! | Oct 27 03:26:08.612 INFO kablam! 10 | pub type MathResult = Result; Oct 27 03:26:08.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.612 INFO kablam! Oct 27 03:26:08.612 INFO kablam! warning: function is never used: `div` Oct 27 03:26:08.612 INFO kablam! --> src/main.rs:12:5 Oct 27 03:26:08.612 INFO kablam! | Oct 27 03:26:08.612 INFO kablam! 12 | pub fn div(x: f64, y: f64) -> MathResult { Oct 27 03:26:08.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.612 INFO kablam! Oct 27 03:26:08.612 INFO kablam! warning: function is never used: `sqrt` Oct 27 03:26:08.612 INFO kablam! --> src/main.rs:23:5 Oct 27 03:26:08.612 INFO kablam! | Oct 27 03:26:08.612 INFO kablam! 23 | pub fn sqrt(x: f64) -> MathResult { Oct 27 03:26:08.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.612 INFO kablam! Oct 27 03:26:08.612 INFO kablam! warning: function is never used: `ln` Oct 27 03:26:08.612 INFO kablam! --> src/main.rs:31:5 Oct 27 03:26:08.612 INFO kablam! | Oct 27 03:26:08.612 INFO kablam! 31 | pub fn ln(x: f64) -> MathResult { Oct 27 03:26:08.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.612 INFO kablam! Oct 27 03:26:08.612 INFO kablam! warning: function is never used: `op` Oct 27 03:26:08.612 INFO kablam! --> src/main.rs:41:1 Oct 27 03:26:08.612 INFO kablam! | Oct 27 03:26:08.612 INFO kablam! 41 | fn op(x: f64, y: f64) -> f64 { Oct 27 03:26:08.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.612 INFO kablam! Oct 27 03:26:08.640 INFO kablam! warning: enum is never used: `MathError` Oct 27 03:26:08.640 INFO kablam! --> src/main.rs:4:5 Oct 27 03:26:08.640 INFO kablam! | Oct 27 03:26:08.640 INFO kablam! 4 | pub enum MathError { Oct 27 03:26:08.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.640 INFO kablam! | Oct 27 03:26:08.640 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:26:08.640 INFO kablam! Oct 27 03:26:08.640 INFO kablam! warning: type alias is never used: `MathResult` Oct 27 03:26:08.640 INFO kablam! --> src/main.rs:10:5 Oct 27 03:26:08.640 INFO kablam! | Oct 27 03:26:08.640 INFO kablam! 10 | pub type MathResult = Result; Oct 27 03:26:08.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.640 INFO kablam! Oct 27 03:26:08.640 INFO kablam! warning: function is never used: `div` Oct 27 03:26:08.640 INFO kablam! --> src/main.rs:12:5 Oct 27 03:26:08.640 INFO kablam! | Oct 27 03:26:08.640 INFO kablam! 12 | pub fn div(x: f64, y: f64) -> MathResult { Oct 27 03:26:08.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.640 INFO kablam! Oct 27 03:26:08.640 INFO kablam! warning: function is never used: `sqrt` Oct 27 03:26:08.640 INFO kablam! --> src/main.rs:23:5 Oct 27 03:26:08.640 INFO kablam! | Oct 27 03:26:08.640 INFO kablam! 23 | pub fn sqrt(x: f64) -> MathResult { Oct 27 03:26:08.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.640 INFO kablam! Oct 27 03:26:08.640 INFO kablam! warning: function is never used: `ln` Oct 27 03:26:08.640 INFO kablam! --> src/main.rs:31:5 Oct 27 03:26:08.640 INFO kablam! | Oct 27 03:26:08.640 INFO kablam! 31 | pub fn ln(x: f64) -> MathResult { Oct 27 03:26:08.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.640 INFO kablam! Oct 27 03:26:08.640 INFO kablam! warning: function is never used: `op` Oct 27 03:26:08.640 INFO kablam! --> src/main.rs:41:1 Oct 27 03:26:08.640 INFO kablam! | Oct 27 03:26:08.640 INFO kablam! 41 | fn op(x: f64, y: f64) -> f64 { Oct 27 03:26:08.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:26:08.640 INFO kablam! Oct 27 03:26:08.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.44s Oct 27 03:26:08.656 INFO kablam! su: No module specific data is present Oct 27 03:26:08.936 INFO running `"docker" "rm" "-f" "ef8525ee73c7ed3cb58cd9b7fa7a2c007c0e5061c4781afeb68c7b3614c77aa8"` Oct 27 03:26:09.130 INFO blam! ef8525ee73c7ed3cb58cd9b7fa7a2c007c0e5061c4781afeb68c7b3614c77aa8