Oct 12 20:18:33.178 INFO checking intrepion/example-x-rust-x-rustbyexample-com-x-std-result against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 20:18:33.178 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 20:18:33.362 INFO blam! a498f46c8b5abb1d848a1e0befc7b45f67ce4ab45c3510a0b55263ab1cb48570 Oct 12 20:18:33.364 INFO running `"docker" "start" "-a" "a498f46c8b5abb1d848a1e0befc7b45f67ce4ab45c3510a0b55263ab1cb48570"` Oct 12 20:18:33.887 INFO kablam! usermod: no changes Oct 12 20:18:33.917 INFO kablam! Checking example-x-rust-x-rustbyexample-com-x-std-result v0.1.0 (/source) Oct 12 20:18:34.272 INFO kablam! warning: enum is never used: `MathError` Oct 12 20:18:34.272 INFO kablam! --> src/main.rs:4:5 Oct 12 20:18:34.272 INFO kablam! | Oct 12 20:18:34.272 INFO kablam! 4 | pub enum MathError { Oct 12 20:18:34.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.272 INFO kablam! | Oct 12 20:18:34.272 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:18:34.272 INFO kablam! Oct 12 20:18:34.272 INFO kablam! warning: type alias is never used: `MathResult` Oct 12 20:18:34.272 INFO kablam! --> src/main.rs:10:5 Oct 12 20:18:34.272 INFO kablam! | Oct 12 20:18:34.272 INFO kablam! 10 | pub type MathResult = Result; Oct 12 20:18:34.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.272 INFO kablam! Oct 12 20:18:34.272 INFO kablam! warning: function is never used: `div` Oct 12 20:18:34.272 INFO kablam! --> src/main.rs:12:5 Oct 12 20:18:34.272 INFO kablam! | Oct 12 20:18:34.272 INFO kablam! 12 | pub fn div(x: f64, y: f64) -> MathResult { Oct 12 20:18:34.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.272 INFO kablam! Oct 12 20:18:34.272 INFO kablam! warning: function is never used: `sqrt` Oct 12 20:18:34.272 INFO kablam! --> src/main.rs:23:5 Oct 12 20:18:34.272 INFO kablam! | Oct 12 20:18:34.272 INFO kablam! 23 | pub fn sqrt(x: f64) -> MathResult { Oct 12 20:18:34.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.272 INFO kablam! Oct 12 20:18:34.272 INFO kablam! warning: function is never used: `ln` Oct 12 20:18:34.272 INFO kablam! --> src/main.rs:31:5 Oct 12 20:18:34.272 INFO kablam! | Oct 12 20:18:34.272 INFO kablam! 31 | pub fn ln(x: f64) -> MathResult { Oct 12 20:18:34.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.272 INFO kablam! Oct 12 20:18:34.272 INFO kablam! warning: function is never used: `op` Oct 12 20:18:34.272 INFO kablam! --> src/main.rs:41:1 Oct 12 20:18:34.272 INFO kablam! | Oct 12 20:18:34.272 INFO kablam! 41 | fn op(x: f64, y: f64) -> f64 { Oct 12 20:18:34.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.273 INFO kablam! Oct 12 20:18:34.380 INFO kablam! warning: enum is never used: `MathError` Oct 12 20:18:34.380 INFO kablam! --> src/main.rs:4:5 Oct 12 20:18:34.380 INFO kablam! | Oct 12 20:18:34.380 INFO kablam! 4 | pub enum MathError { Oct 12 20:18:34.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.380 INFO kablam! | Oct 12 20:18:34.380 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:18:34.380 INFO kablam! Oct 12 20:18:34.380 INFO kablam! warning: type alias is never used: `MathResult` Oct 12 20:18:34.381 INFO kablam! --> src/main.rs:10:5 Oct 12 20:18:34.381 INFO kablam! | Oct 12 20:18:34.381 INFO kablam! 10 | pub type MathResult = Result; Oct 12 20:18:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.381 INFO kablam! Oct 12 20:18:34.381 INFO kablam! warning: function is never used: `div` Oct 12 20:18:34.381 INFO kablam! --> src/main.rs:12:5 Oct 12 20:18:34.381 INFO kablam! | Oct 12 20:18:34.381 INFO kablam! 12 | pub fn div(x: f64, y: f64) -> MathResult { Oct 12 20:18:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.381 INFO kablam! Oct 12 20:18:34.381 INFO kablam! warning: function is never used: `sqrt` Oct 12 20:18:34.381 INFO kablam! --> src/main.rs:23:5 Oct 12 20:18:34.381 INFO kablam! | Oct 12 20:18:34.381 INFO kablam! 23 | pub fn sqrt(x: f64) -> MathResult { Oct 12 20:18:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.381 INFO kablam! Oct 12 20:18:34.381 INFO kablam! warning: function is never used: `ln` Oct 12 20:18:34.381 INFO kablam! --> src/main.rs:31:5 Oct 12 20:18:34.381 INFO kablam! | Oct 12 20:18:34.381 INFO kablam! 31 | pub fn ln(x: f64) -> MathResult { Oct 12 20:18:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.381 INFO kablam! Oct 12 20:18:34.381 INFO kablam! warning: function is never used: `op` Oct 12 20:18:34.381 INFO kablam! --> src/main.rs:41:1 Oct 12 20:18:34.381 INFO kablam! | Oct 12 20:18:34.381 INFO kablam! 41 | fn op(x: f64, y: f64) -> f64 { Oct 12 20:18:34.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:18:34.381 INFO kablam! Oct 12 20:18:34.397 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.49s Oct 12 20:18:34.400 INFO kablam! su: No module specific data is present Oct 12 20:18:34.667 INFO running `"docker" "rm" "-f" "a498f46c8b5abb1d848a1e0befc7b45f67ce4ab45c3510a0b55263ab1cb48570"` Oct 12 20:18:34.746 INFO blam! a498f46c8b5abb1d848a1e0befc7b45f67ce4ab45c3510a0b55263ab1cb48570