Oct 13 10:02:00.772 INFO checking rgo-0.1.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 10:02:00.773 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 10:02:01.036 INFO blam! 005147c0785d792245a6e77d74298ff4ede76ded427c98597668d36365236e48 Oct 13 10:02:01.042 INFO running `"docker" "start" "-a" "005147c0785d792245a6e77d74298ff4ede76ded427c98597668d36365236e48"` Oct 13 10:02:01.671 INFO kablam! usermod: no changes Oct 13 10:02:01.776 INFO kablam! Checking convenience v0.1.0 Oct 13 10:02:02.396 INFO kablam! Checking rgo v0.1.0 (/source) Oct 13 10:02:03.852 INFO kablam! warning: unused `#[macro_use]` import Oct 13 10:02:03.852 INFO kablam! --> src/lib.rs:16:1 Oct 13 10:02:03.852 INFO kablam! | Oct 13 10:02:03.852 INFO kablam! 16 | #[macro_use] Oct 13 10:02:03.852 INFO kablam! | ^^^^^^^^^^^^ Oct 13 10:02:03.852 INFO kablam! | Oct 13 10:02:03.852 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 10:02:03.852 INFO kablam! Oct 13 10:02:03.852 INFO kablam! warning: unused `#[macro_use]` import Oct 13 10:02:03.852 INFO kablam! --> src/lib.rs:18:1 Oct 13 10:02:03.852 INFO kablam! | Oct 13 10:02:03.852 INFO kablam! 18 | #[macro_use] Oct 13 10:02:03.852 INFO kablam! | ^^^^^^^^^^^^ Oct 13 10:02:03.852 INFO kablam! Oct 13 10:02:04.257 INFO kablam! warning: unused `#[macro_use]` import Oct 13 10:02:04.257 INFO kablam! --> src/lib.rs:16:1 Oct 13 10:02:04.257 INFO kablam! | Oct 13 10:02:04.258 INFO kablam! 16 | #[macro_use] Oct 13 10:02:04.258 INFO kablam! | ^^^^^^^^^^^^ Oct 13 10:02:04.258 INFO kablam! | Oct 13 10:02:04.259 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 10:02:04.259 INFO kablam! Oct 13 10:02:04.259 INFO kablam! warning: unused `#[macro_use]` import Oct 13 10:02:04.259 INFO kablam! --> src/lib.rs:18:1 Oct 13 10:02:04.260 INFO kablam! | Oct 13 10:02:04.260 INFO kablam! 18 | #[macro_use] Oct 13 10:02:04.260 INFO kablam! | ^^^^^^^^^^^^ Oct 13 10:02:04.261 INFO kablam! Oct 13 10:02:05.504 INFO kablam! warning: method is never used: `next_kind` Oct 13 10:02:05.505 INFO kablam! --> src/parser/mod.rs:88:5 Oct 13 10:02:05.506 INFO kablam! | Oct 13 10:02:05.508 INFO kablam! 88 | fn next_kind(&mut self) -> TokenKind { Oct 13 10:02:05.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:02:05.508 INFO kablam! | Oct 13 10:02:05.508 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 10:02:05.508 INFO kablam! Oct 13 10:02:05.508 INFO kablam! warning: method is never used: `parse_unary_operation` Oct 13 10:02:05.508 INFO kablam! --> src/parser/mod.rs:761:5 Oct 13 10:02:05.508 INFO kablam! | Oct 13 10:02:05.508 INFO kablam! 761 | fn parse_unary_operation(&mut self) -> PResult { Oct 13 10:02:05.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:02:05.508 INFO kablam! Oct 13 10:02:05.770 INFO kablam! warning: method is never used: `next_kind` Oct 13 10:02:05.771 INFO kablam! --> src/parser/mod.rs:88:5 Oct 13 10:02:05.771 INFO kablam! | Oct 13 10:02:05.771 INFO kablam! 88 | fn next_kind(&mut self) -> TokenKind { Oct 13 10:02:05.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:02:05.772 INFO kablam! | Oct 13 10:02:05.772 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 10:02:05.772 INFO kablam! Oct 13 10:02:05.773 INFO kablam! warning: method is never used: `eat_and_get` Oct 13 10:02:05.773 INFO kablam! --> src/parser/mod.rs:101:5 Oct 13 10:02:05.773 INFO kablam! | Oct 13 10:02:05.773 INFO kablam! 101 | fn eat_and_get(&mut self, expected: TokenKind) -> PResult<(Token)> { Oct 13 10:02:05.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:02:05.774 INFO kablam! Oct 13 10:02:05.774 INFO kablam! warning: method is never used: `parse_basic_lit` Oct 13 10:02:05.774 INFO kablam! --> src/parser/mod.rs:555:5 Oct 13 10:02:05.775 INFO kablam! | Oct 13 10:02:05.775 INFO kablam! 555 | fn parse_basic_lit(&mut self) -> PResult { Oct 13 10:02:05.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:02:05.775 INFO kablam! Oct 13 10:02:05.776 INFO kablam! warning: method is never used: `parse_rune_lit` Oct 13 10:02:05.776 INFO kablam! --> src/parser/mod.rs:587:5 Oct 13 10:02:05.776 INFO kablam! | Oct 13 10:02:05.777 INFO kablam! 587 | fn parse_rune_lit(&mut self) -> PResult { Oct 13 10:02:05.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:02:05.777 INFO kablam! Oct 13 10:02:05.777 INFO kablam! warning: method is never used: `interpret_float_lit` Oct 13 10:02:05.777 INFO kablam! --> src/parser/mod.rs:637:5 Oct 13 10:02:05.778 INFO kablam! | Oct 13 10:02:05.778 INFO kablam! 637 | fn interpret_float_lit(&mut self, value: &str, token_name: &str) -> PResult { Oct 13 10:02:05.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:02:05.779 INFO kablam! Oct 13 10:02:05.779 INFO kablam! warning: method is never used: `parse_int_lit` Oct 13 10:02:05.779 INFO kablam! --> src/parser/mod.rs:706:5 Oct 13 10:02:05.779 INFO kablam! | Oct 13 10:02:05.780 INFO kablam! 706 | fn parse_int_lit(&mut self) -> PResult { Oct 13 10:02:05.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:02:05.780 INFO kablam! Oct 13 10:02:05.780 INFO kablam! warning: method is never used: `interpret_int` Oct 13 10:02:05.781 INFO kablam! --> src/parser/mod.rs:743:5 Oct 13 10:02:05.781 INFO kablam! | Oct 13 10:02:05.781 INFO kablam! 743 | fn interpret_int(&mut self, lit: &str, base: u32, token_name: &str) -> PResult { Oct 13 10:02:05.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:02:05.782 INFO kablam! Oct 13 10:02:05.782 INFO kablam! warning: method is never used: `parse_unary_operation` Oct 13 10:02:05.782 INFO kablam! --> src/parser/mod.rs:761:5 Oct 13 10:02:05.782 INFO kablam! | Oct 13 10:02:05.783 INFO kablam! 761 | fn parse_unary_operation(&mut self) -> PResult { Oct 13 10:02:05.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:02:05.783 INFO kablam! Oct 13 10:02:08.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.20s Oct 13 10:02:08.914 INFO kablam! su: No module specific data is present Oct 13 10:02:09.234 INFO running `"docker" "rm" "-f" "005147c0785d792245a6e77d74298ff4ede76ded427c98597668d36365236e48"` Oct 13 10:02:09.373 INFO blam! 005147c0785d792245a6e77d74298ff4ede76ded427c98597668d36365236e48