Sep 20 23:45:43.077 INFO checking Nebuli2/rlisp2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 23:45:43.077 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 23:45:43.077 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:45:43.425 INFO blam! 1686887389ea9d0093f33fb5d15ee1cddbefd5baec2c996697079c1c9a0a91e4 Sep 20 23:45:43.427 INFO running `"docker" "start" "-a" "1686887389ea9d0093f33fb5d15ee1cddbefd5baec2c996697079c1c9a0a91e4"` Sep 20 23:45:45.200 INFO kablam! usermod: no changes Sep 20 23:45:45.278 INFO kablam! Compiling rustc_version v0.2.2 Sep 20 23:45:46.452 INFO kablam! Compiling im v10.2.0 Sep 20 23:45:50.056 INFO kablam! Checking rlisp-core v0.1.0 (/source/rlisp-core) Sep 20 23:45:51.886 INFO kablam! warning: field is never used: `name` Sep 20 23:45:51.886 INFO kablam! --> rlisp-core/src/parser/mod.rs:16:5 Sep 20 23:45:51.886 INFO kablam! | Sep 20 23:45:51.886 INFO kablam! 16 | name: Option, Sep 20 23:45:51.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 23:45:51.886 INFO kablam! | Sep 20 23:45:51.886 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 23:45:51.886 INFO kablam! Sep 20 23:45:51.886 INFO kablam! warning: method is never used: `peek_char` Sep 20 23:45:51.886 INFO kablam! --> rlisp-core/src/parser/mod.rs:64:5 Sep 20 23:45:51.886 INFO kablam! | Sep 20 23:45:51.886 INFO kablam! 64 | fn peek_char(&mut self) -> Option { Sep 20 23:45:51.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 23:45:51.886 INFO kablam! Sep 20 23:45:51.944 INFO kablam! warning: field is never used: `name` Sep 20 23:45:51.944 INFO kablam! --> rlisp-core/src/parser/mod.rs:16:5 Sep 20 23:45:51.944 INFO kablam! | Sep 20 23:45:51.944 INFO kablam! 16 | name: Option, Sep 20 23:45:51.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 23:45:51.945 INFO kablam! | Sep 20 23:45:51.946 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 23:45:51.946 INFO kablam! Sep 20 23:45:51.946 INFO kablam! warning: method is never used: `peek_char` Sep 20 23:45:51.946 INFO kablam! --> rlisp-core/src/parser/mod.rs:64:5 Sep 20 23:45:51.947 INFO kablam! | Sep 20 23:45:51.947 INFO kablam! 64 | fn peek_char(&mut self) -> Option { Sep 20 23:45:51.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 23:45:51.948 INFO kablam! Sep 20 23:45:52.056 INFO kablam! Checking rlisp v0.1.0 (/source) Sep 20 23:45:52.504 INFO kablam! warning: unused import: `repl::run_repl` Sep 20 23:45:52.504 INFO kablam! --> src/app.rs:2:5 Sep 20 23:45:52.504 INFO kablam! | Sep 20 23:45:52.504 INFO kablam! 2 | use repl::run_repl; Sep 20 23:45:52.504 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 23:45:52.514 INFO kablam! | Sep 20 23:45:52.514 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 23:45:52.514 INFO kablam! Sep 20 23:45:52.538 INFO kablam! warning: unused import: `repl::run_repl` Sep 20 23:45:52.538 INFO kablam! --> src/app.rs:2:5 Sep 20 23:45:52.538 INFO kablam! | Sep 20 23:45:52.538 INFO kablam! 2 | use repl::run_repl; Sep 20 23:45:52.538 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 23:45:52.538 INFO kablam! | Sep 20 23:45:52.538 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 23:45:52.538 INFO kablam! Sep 20 23:45:52.643 INFO kablam! warning: function is never used: `run_repl` Sep 20 23:45:52.644 INFO kablam! --> src/repl.rs:6:1 Sep 20 23:45:52.644 INFO kablam! | Sep 20 23:45:52.644 INFO kablam! 6 | pub fn run_repl(ctx: &mut Context) { Sep 20 23:45:52.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 23:45:52.661 INFO kablam! warning: function is never used: `run_repl` Sep 20 23:45:52.661 INFO kablam! --> src/repl.rs:6:1 Sep 20 23:45:52.661 INFO kablam! | Sep 20 23:45:52.661 INFO kablam! 6 | pub fn run_repl(ctx: &mut Context) { Sep 20 23:45:52.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 23:45:52.661 INFO kablam! | Sep 20 23:45:52.661 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 23:45:52.661 INFO kablam! Sep 20 23:45:52.663 INFO kablam! | Sep 20 23:45:52.663 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 23:45:52.663 INFO kablam! Sep 20 23:45:52.696 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.47s Sep 20 23:45:52.706 INFO kablam! su: No module specific data is present Sep 20 23:45:54.031 INFO running `"docker" "rm" "-f" "1686887389ea9d0093f33fb5d15ee1cddbefd5baec2c996697079c1c9a0a91e4"` Sep 20 23:45:54.149 INFO blam! 1686887389ea9d0093f33fb5d15ee1cddbefd5baec2c996697079c1c9a0a91e4