Sep 05 19:53:38.818 INFO checking Nebuli2/rlisp2 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 19:53:38.818 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 19:53:38.818 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-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:39.201 INFO blam! 22c1854ed11a0865679263f9a5f814bc04081fc1d8e0d59557d129421b6a0012 Sep 05 19:53:39.202 INFO running `"docker" "start" "-a" "22c1854ed11a0865679263f9a5f814bc04081fc1d8e0d59557d129421b6a0012"` Sep 05 19:53:41.090 INFO kablam! usermod: no changes Sep 05 19:53:41.150 INFO kablam! Compiling semver v0.9.0 Sep 05 19:53:42.668 INFO kablam! Compiling rustc_version v0.2.2 Sep 05 19:53:44.034 INFO kablam! Compiling im v10.2.0 Sep 05 19:53:47.486 INFO kablam! Checking rlisp-core v0.1.0 (file:///source/rlisp-core) Sep 05 19:53:48.558 INFO kablam! warning: unused variable: `code` Sep 05 19:53:48.558 INFO kablam! --> rlisp-core/src/exception.rs:28:20 Sep 05 19:53:48.558 INFO kablam! | Sep 05 19:53:48.558 INFO kablam! 28 | Custom(code, err) => write!(f, "{}", err), Sep 05 19:53:48.558 INFO kablam! | ^^^^ help: consider using `_code` instead Sep 05 19:53:48.558 INFO kablam! | Sep 05 19:53:48.558 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 05 19:53:48.558 INFO kablam! Sep 05 19:53:48.558 INFO kablam! warning: unused variable: `code` Sep 05 19:53:48.558 INFO kablam! --> rlisp-core/src/exception.rs:30:20 Sep 05 19:53:48.558 INFO kablam! | Sep 05 19:53:48.558 INFO kablam! 30 | Syntax(code, desc) => write!(f, "syntax error: {}", desc), Sep 05 19:53:48.558 INFO kablam! | ^^^^ help: consider using `_code` instead Sep 05 19:53:48.558 INFO kablam! Sep 05 19:53:48.714 INFO kablam! warning: unused variable: `code` Sep 05 19:53:48.714 INFO kablam! --> rlisp-core/src/exception.rs:28:20 Sep 05 19:53:48.714 INFO kablam! | Sep 05 19:53:48.714 INFO kablam! 28 | Custom(code, err) => write!(f, "{}", err), Sep 05 19:53:48.714 INFO kablam! | ^^^^ help: consider using `_code` instead Sep 05 19:53:48.714 INFO kablam! | Sep 05 19:53:48.714 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 05 19:53:48.714 INFO kablam! Sep 05 19:53:48.714 INFO kablam! warning: unused variable: `code` Sep 05 19:53:48.714 INFO kablam! --> rlisp-core/src/exception.rs:30:20 Sep 05 19:53:48.714 INFO kablam! | Sep 05 19:53:48.714 INFO kablam! 30 | Syntax(code, desc) => write!(f, "syntax error: {}", desc), Sep 05 19:53:48.714 INFO kablam! | ^^^^ help: consider using `_code` instead Sep 05 19:53:48.714 INFO kablam! Sep 05 19:53:48.836 INFO kablam! warning: function is never used: `unary_fn` Sep 05 19:53:48.836 INFO kablam! --> rlisp-core/src/intrinsics/functions.rs:15:1 Sep 05 19:53:48.836 INFO kablam! | Sep 05 19:53:48.836 INFO kablam! 15 | fn unary_fn(args: &[Expression], f: impl Fn(f64) -> f64) -> Expression { Sep 05 19:53:48.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 19:53:48.862 INFO kablam! | Sep 05 19:53:48.862 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 19:53:48.862 INFO kablam! Sep 05 19:53:48.862 INFO kablam! warning: field is never used: `name` Sep 05 19:53:48.862 INFO kablam! --> rlisp-core/src/parser/mod.rs:13:5 Sep 05 19:53:48.862 INFO kablam! | Sep 05 19:53:48.862 INFO kablam! 13 | name: Option, Sep 05 19:53:48.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 19:53:48.862 INFO kablam! Sep 05 19:53:49.008 INFO kablam! warning: function is never used: `unary_fn` Sep 05 19:53:49.008 INFO kablam! --> rlisp-core/src/intrinsics/functions.rs:15:1 Sep 05 19:53:49.008 INFO kablam! | Sep 05 19:53:49.008 INFO kablam! 15 | fn unary_fn(args: &[Expression], f: impl Fn(f64) -> f64) -> Expression { Sep 05 19:53:49.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 19:53:49.008 INFO kablam! | Sep 05 19:53:49.008 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 19:53:49.008 INFO kablam! Sep 05 19:53:49.008 INFO kablam! warning: field is never used: `name` Sep 05 19:53:49.008 INFO kablam! --> rlisp-core/src/parser/mod.rs:13:5 Sep 05 19:53:49.008 INFO kablam! | Sep 05 19:53:49.008 INFO kablam! 13 | name: Option, Sep 05 19:53:49.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 19:53:49.008 INFO kablam! Sep 05 19:53:49.074 INFO kablam! Checking rlisp2 v0.1.0 (file:///source) Sep 05 19:53:49.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.40s Sep 05 19:53:49.512 INFO kablam! su: No module specific data is present Sep 05 19:53:50.856 INFO running `"docker" "rm" "-f" "22c1854ed11a0865679263f9a5f814bc04081fc1d8e0d59557d129421b6a0012"` Sep 05 19:53:51.229 INFO blam! 22c1854ed11a0865679263f9a5f814bc04081fc1d8e0d59557d129421b6a0012