Oct 21 17:12:01.759 INFO checking intrepion/example-x-rust-x-rustbyexample-com-x-std-result against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:12:01.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 21 17:12:02.097 INFO blam! 1280ef8036aef7f8b07514e9ef5058104d83fc375be69396b5866e2752e60ac0 Oct 21 17:12:02.098 INFO running `"docker" "start" "-a" "1280ef8036aef7f8b07514e9ef5058104d83fc375be69396b5866e2752e60ac0"` Oct 21 17:12:02.468 INFO kablam! usermod: no changes Oct 21 17:12:02.491 INFO kablam! Checking example-x-rust-x-rustbyexample-com-x-std-result v0.1.0 (/source) Oct 21 17:12:02.776 INFO kablam! warning: enum is never used: `MathError` Oct 21 17:12:02.776 INFO kablam! --> src/main.rs:4:5 Oct 21 17:12:02.776 INFO kablam! | Oct 21 17:12:02.776 INFO kablam! 4 | pub enum MathError { Oct 21 17:12:02.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.777 INFO kablam! | Oct 21 17:12:02.777 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:12:02.777 INFO kablam! Oct 21 17:12:02.777 INFO kablam! warning: type alias is never used: `MathResult` Oct 21 17:12:02.777 INFO kablam! --> src/main.rs:10:5 Oct 21 17:12:02.777 INFO kablam! | Oct 21 17:12:02.777 INFO kablam! 10 | pub type MathResult = Result; Oct 21 17:12:02.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.777 INFO kablam! Oct 21 17:12:02.777 INFO kablam! warning: function is never used: `div` Oct 21 17:12:02.777 INFO kablam! --> src/main.rs:12:5 Oct 21 17:12:02.777 INFO kablam! | Oct 21 17:12:02.777 INFO kablam! 12 | pub fn div(x: f64, y: f64) -> MathResult { Oct 21 17:12:02.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.777 INFO kablam! Oct 21 17:12:02.777 INFO kablam! warning: function is never used: `sqrt` Oct 21 17:12:02.777 INFO kablam! --> src/main.rs:23:5 Oct 21 17:12:02.777 INFO kablam! | Oct 21 17:12:02.777 INFO kablam! 23 | pub fn sqrt(x: f64) -> MathResult { Oct 21 17:12:02.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.777 INFO kablam! Oct 21 17:12:02.777 INFO kablam! warning: function is never used: `ln` Oct 21 17:12:02.777 INFO kablam! --> src/main.rs:31:5 Oct 21 17:12:02.777 INFO kablam! | Oct 21 17:12:02.777 INFO kablam! 31 | pub fn ln(x: f64) -> MathResult { Oct 21 17:12:02.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.777 INFO kablam! Oct 21 17:12:02.777 INFO kablam! warning: function is never used: `op` Oct 21 17:12:02.777 INFO kablam! --> src/main.rs:41:1 Oct 21 17:12:02.777 INFO kablam! | Oct 21 17:12:02.777 INFO kablam! 41 | fn op(x: f64, y: f64) -> f64 { Oct 21 17:12:02.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.777 INFO kablam! Oct 21 17:12:02.822 INFO kablam! warning: enum is never used: `MathError` Oct 21 17:12:02.822 INFO kablam! --> src/main.rs:4:5 Oct 21 17:12:02.822 INFO kablam! | Oct 21 17:12:02.822 INFO kablam! 4 | pub enum MathError { Oct 21 17:12:02.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.822 INFO kablam! | Oct 21 17:12:02.822 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:12:02.822 INFO kablam! Oct 21 17:12:02.822 INFO kablam! warning: type alias is never used: `MathResult` Oct 21 17:12:02.822 INFO kablam! --> src/main.rs:10:5 Oct 21 17:12:02.822 INFO kablam! | Oct 21 17:12:02.822 INFO kablam! 10 | pub type MathResult = Result; Oct 21 17:12:02.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.822 INFO kablam! Oct 21 17:12:02.822 INFO kablam! warning: function is never used: `div` Oct 21 17:12:02.822 INFO kablam! --> src/main.rs:12:5 Oct 21 17:12:02.822 INFO kablam! | Oct 21 17:12:02.822 INFO kablam! 12 | pub fn div(x: f64, y: f64) -> MathResult { Oct 21 17:12:02.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.822 INFO kablam! Oct 21 17:12:02.822 INFO kablam! warning: function is never used: `sqrt` Oct 21 17:12:02.822 INFO kablam! --> src/main.rs:23:5 Oct 21 17:12:02.822 INFO kablam! | Oct 21 17:12:02.822 INFO kablam! 23 | pub fn sqrt(x: f64) -> MathResult { Oct 21 17:12:02.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.822 INFO kablam! Oct 21 17:12:02.822 INFO kablam! warning: function is never used: `ln` Oct 21 17:12:02.822 INFO kablam! --> src/main.rs:31:5 Oct 21 17:12:02.822 INFO kablam! | Oct 21 17:12:02.822 INFO kablam! 31 | pub fn ln(x: f64) -> MathResult { Oct 21 17:12:02.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.822 INFO kablam! Oct 21 17:12:02.822 INFO kablam! warning: function is never used: `op` Oct 21 17:12:02.822 INFO kablam! --> src/main.rs:41:1 Oct 21 17:12:02.822 INFO kablam! | Oct 21 17:12:02.822 INFO kablam! 41 | fn op(x: f64, y: f64) -> f64 { Oct 21 17:12:02.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:12:02.822 INFO kablam! Oct 21 17:12:02.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.35s Oct 21 17:12:02.848 INFO kablam! su: No module specific data is present Oct 21 17:12:03.132 INFO running `"docker" "rm" "-f" "1280ef8036aef7f8b07514e9ef5058104d83fc375be69396b5866e2752e60ac0"` Oct 21 17:12:03.235 INFO blam! 1280ef8036aef7f8b07514e9ef5058104d83fc375be69396b5866e2752e60ac0