Oct 13 00:00:23.724 INFO checking bwhetherington/rlisp2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:00:23.724 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 00:00:24.178 INFO blam! 0e434f95dc0be15918e8ad66784fffeaac545ef5eb68c8237ff418416549f546 Oct 13 00:00:24.182 INFO running `"docker" "start" "-a" "0e434f95dc0be15918e8ad66784fffeaac545ef5eb68c8237ff418416549f546"` Oct 13 00:00:25.272 INFO kablam! usermod: no changes Oct 13 00:00:25.360 INFO kablam! Compiling im v10.2.0 Oct 13 00:00:28.348 INFO kablam! Checking rlisp-core v0.1.0 (/source/rlisp-core) Oct 13 00:00:30.085 INFO kablam! warning: field is never used: `name` Oct 13 00:00:30.086 INFO kablam! --> rlisp-core/src/parser/mod.rs:16:5 Oct 13 00:00:30.086 INFO kablam! | Oct 13 00:00:30.087 INFO kablam! 16 | name: Option, Oct 13 00:00:30.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:00:30.088 INFO kablam! | Oct 13 00:00:30.089 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:00:30.090 INFO kablam! Oct 13 00:00:30.090 INFO kablam! warning: method is never used: `peek_char` Oct 13 00:00:30.091 INFO kablam! --> rlisp-core/src/parser/mod.rs:64:5 Oct 13 00:00:30.092 INFO kablam! | Oct 13 00:00:30.092 INFO kablam! 64 | fn peek_char(&mut self) -> Option { Oct 13 00:00:30.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:00:30.093 INFO kablam! Oct 13 00:00:30.296 INFO kablam! warning: field is never used: `name` Oct 13 00:00:30.297 INFO kablam! --> rlisp-core/src/parser/mod.rs:16:5 Oct 13 00:00:30.298 INFO kablam! | Oct 13 00:00:30.298 INFO kablam! 16 | name: Option, Oct 13 00:00:30.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:00:30.300 INFO kablam! | Oct 13 00:00:30.300 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:00:30.301 INFO kablam! Oct 13 00:00:30.301 INFO kablam! warning: method is never used: `peek_char` Oct 13 00:00:30.302 INFO kablam! --> rlisp-core/src/parser/mod.rs:64:5 Oct 13 00:00:30.302 INFO kablam! | Oct 13 00:00:30.303 INFO kablam! 64 | fn peek_char(&mut self) -> Option { Oct 13 00:00:30.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:00:30.304 INFO kablam! Oct 13 00:00:30.436 INFO kablam! Checking rlisp v0.1.0 (/source) Oct 13 00:00:31.812 INFO kablam! warning: unused import: `repl::run_repl` Oct 13 00:00:31.812 INFO kablam! --> src/app.rs:2:5 Oct 13 00:00:31.812 INFO kablam! | Oct 13 00:00:31.812 INFO kablam! 2 | use repl::run_repl; Oct 13 00:00:31.812 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:00:31.812 INFO kablam! | Oct 13 00:00:31.812 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:00:31.812 INFO kablam! Oct 13 00:00:31.915 INFO kablam! warning: function is never used: `run_repl` Oct 13 00:00:31.916 INFO kablam! --> src/repl.rs:6:1 Oct 13 00:00:31.916 INFO kablam! | Oct 13 00:00:31.916 INFO kablam! 6 | pub fn run_repl(ctx: &mut Context) { Oct 13 00:00:31.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:00:31.916 INFO kablam! | Oct 13 00:00:31.916 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:00:31.917 INFO kablam! Oct 13 00:00:31.934 INFO kablam! warning: unused import: `repl::run_repl` Oct 13 00:00:31.935 INFO kablam! --> src/app.rs:2:5 Oct 13 00:00:31.935 INFO kablam! | Oct 13 00:00:31.935 INFO kablam! 2 | use repl::run_repl; Oct 13 00:00:31.935 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 00:00:31.936 INFO kablam! | Oct 13 00:00:31.936 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:00:31.936 INFO kablam! Oct 13 00:00:32.057 INFO kablam! warning: function is never used: `run_repl` Oct 13 00:00:32.058 INFO kablam! --> src/repl.rs:6:1 Oct 13 00:00:32.058 INFO kablam! | Oct 13 00:00:32.058 INFO kablam! 6 | pub fn run_repl(ctx: &mut Context) { Oct 13 00:00:32.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:00:32.058 INFO kablam! | Oct 13 00:00:32.059 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:00:32.059 INFO kablam! Oct 13 00:00:32.132 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.84s Oct 13 00:00:32.140 INFO kablam! su: No module specific data is present Oct 13 00:00:33.077 INFO running `"docker" "rm" "-f" "0e434f95dc0be15918e8ad66784fffeaac545ef5eb68c8237ff418416549f546"` Oct 13 00:00:33.359 INFO blam! 0e434f95dc0be15918e8ad66784fffeaac545ef5eb68c8237ff418416549f546