Sep 05 19:53:40.436 INFO checking Nebuli2/rlisp2 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 19:53:40.436 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 19:53:40.436 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 19:53:40.883 INFO blam! c9c86493f33f2856eeae3f3d67d8dafc5f6282d2a9491505fd5623629a25863b Sep 05 19:53:40.885 INFO running `"docker" "start" "-a" "c9c86493f33f2856eeae3f3d67d8dafc5f6282d2a9491505fd5623629a25863b"` Sep 05 19:53:43.042 INFO kablam! usermod: no changes Sep 05 19:53:43.174 INFO kablam! Compiling im v10.2.0 Sep 05 19:53:46.444 INFO kablam! Checking rlisp-core v0.1.0 (file:///source/rlisp-core) Sep 05 19:53:47.361 INFO kablam! warning: unused variable: `code` Sep 05 19:53:47.361 INFO kablam! --> rlisp-core/src/exception.rs:28:20 Sep 05 19:53:47.361 INFO kablam! | Sep 05 19:53:47.361 INFO kablam! 28 | Custom(code, err) => write!(f, "{}", err), Sep 05 19:53:47.361 INFO kablam! | ^^^^ help: consider using `_code` instead Sep 05 19:53:47.370 INFO kablam! | Sep 05 19:53:47.370 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 05 19:53:47.371 INFO kablam! Sep 05 19:53:47.371 INFO kablam! warning: unused variable: `code` Sep 05 19:53:47.371 INFO kablam! --> rlisp-core/src/exception.rs:30:20 Sep 05 19:53:47.371 INFO kablam! | Sep 05 19:53:47.371 INFO kablam! 30 | Syntax(code, desc) => write!(f, "syntax error: {}", desc), Sep 05 19:53:47.371 INFO kablam! | ^^^^ help: consider using `_code` instead Sep 05 19:53:47.371 INFO kablam! Sep 05 19:53:47.426 INFO kablam! warning: unused variable: `code` Sep 05 19:53:47.426 INFO kablam! --> rlisp-core/src/exception.rs:28:20 Sep 05 19:53:47.426 INFO kablam! | Sep 05 19:53:47.426 INFO kablam! 28 | Custom(code, err) => write!(f, "{}", err), Sep 05 19:53:47.426 INFO kablam! | ^^^^ help: consider using `_code` instead Sep 05 19:53:47.426 INFO kablam! | Sep 05 19:53:47.426 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 05 19:53:47.426 INFO kablam! Sep 05 19:53:47.427 INFO kablam! warning: unused variable: `code` Sep 05 19:53:47.427 INFO kablam! --> rlisp-core/src/exception.rs:30:20 Sep 05 19:53:47.427 INFO kablam! | Sep 05 19:53:47.427 INFO kablam! 30 | Syntax(code, desc) => write!(f, "syntax error: {}", desc), Sep 05 19:53:47.427 INFO kablam! | ^^^^ help: consider using `_code` instead Sep 05 19:53:47.427 INFO kablam! Sep 05 19:53:47.650 INFO kablam! warning: function is never used: `unary_fn` Sep 05 19:53:47.650 INFO kablam! --> rlisp-core/src/intrinsics/functions.rs:15:1 Sep 05 19:53:47.650 INFO kablam! | Sep 05 19:53:47.650 INFO kablam! 15 | fn unary_fn(args: &[Expression], f: impl Fn(f64) -> f64) -> Expression { Sep 05 19:53:47.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 19:53:47.650 INFO kablam! | Sep 05 19:53:47.650 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 19:53:47.650 INFO kablam! Sep 05 19:53:47.650 INFO kablam! warning: field is never used: `name` Sep 05 19:53:47.650 INFO kablam! --> rlisp-core/src/parser/mod.rs:13:5 Sep 05 19:53:47.650 INFO kablam! | Sep 05 19:53:47.650 INFO kablam! 13 | name: Option, Sep 05 19:53:47.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 19:53:47.650 INFO kablam! Sep 05 19:53:47.682 INFO kablam! warning: function is never used: `unary_fn` Sep 05 19:53:47.682 INFO kablam! --> rlisp-core/src/intrinsics/functions.rs:15:1 Sep 05 19:53:47.682 INFO kablam! | Sep 05 19:53:47.682 INFO kablam! 15 | fn unary_fn(args: &[Expression], f: impl Fn(f64) -> f64) -> Expression { Sep 05 19:53:47.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 19:53:47.682 INFO kablam! | Sep 05 19:53:47.682 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 19:53:47.682 INFO kablam! Sep 05 19:53:47.682 INFO kablam! warning: field is never used: `name` Sep 05 19:53:47.682 INFO kablam! --> rlisp-core/src/parser/mod.rs:13:5 Sep 05 19:53:47.682 INFO kablam! | Sep 05 19:53:47.682 INFO kablam! 13 | name: Option, Sep 05 19:53:47.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 19:53:47.682 INFO kablam! Sep 05 19:53:47.718 INFO kablam! Checking rlisp2 v0.1.0 (file:///source) Sep 05 19:53:48.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.98s Sep 05 19:53:48.070 INFO kablam! su: No module specific data is present Sep 05 19:53:49.107 INFO running `"docker" "rm" "-f" "c9c86493f33f2856eeae3f3d67d8dafc5f6282d2a9491505fd5623629a25863b"` Sep 05 19:53:49.407 INFO blam! c9c86493f33f2856eeae3f3d67d8dafc5f6282d2a9491505fd5623629a25863b