Oct 15 22:04:27.281 INFO testing rgo-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 22:04:27.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 22:04:27.627 INFO blam! 64eefad1cdf1b356f4343a12a8b89d1707b12af5dfe1bd23b397ee53f880984e Oct 15 22:04:27.631 INFO running `"docker" "start" "-a" "64eefad1cdf1b356f4343a12a8b89d1707b12af5dfe1bd23b397ee53f880984e"` Oct 15 22:04:28.224 INFO kablam! usermod: no changes Oct 15 22:04:28.338 INFO kablam! Compiling convenience v0.1.0 Oct 15 22:04:28.942 INFO kablam! Compiling rgo v0.1.0 (/source) Oct 15 22:04:30.005 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:04:30.005 INFO kablam! --> src/lib.rs:16:1 Oct 15 22:04:30.005 INFO kablam! | Oct 15 22:04:30.005 INFO kablam! 16 | #[macro_use] Oct 15 22:04:30.005 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:04:30.005 INFO kablam! | Oct 15 22:04:30.005 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:04:30.005 INFO kablam! Oct 15 22:04:30.005 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:04:30.005 INFO kablam! --> src/lib.rs:18:1 Oct 15 22:04:30.005 INFO kablam! | Oct 15 22:04:30.005 INFO kablam! 18 | #[macro_use] Oct 15 22:04:30.005 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:04:30.005 INFO kablam! Oct 15 22:04:30.847 INFO kablam! warning: method is never used: `next_kind` Oct 15 22:04:30.848 INFO kablam! --> src/parser/mod.rs:88:5 Oct 15 22:04:30.848 INFO kablam! | Oct 15 22:04:30.848 INFO kablam! 88 | fn next_kind(&mut self) -> TokenKind { Oct 15 22:04:30.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:04:30.849 INFO kablam! | Oct 15 22:04:30.849 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:04:30.849 INFO kablam! Oct 15 22:04:30.850 INFO kablam! warning: method is never used: `eat_and_get` Oct 15 22:04:30.850 INFO kablam! --> src/parser/mod.rs:101:5 Oct 15 22:04:30.850 INFO kablam! | Oct 15 22:04:30.851 INFO kablam! 101 | fn eat_and_get(&mut self, expected: TokenKind) -> PResult<(Token)> { Oct 15 22:04:30.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:04:30.851 INFO kablam! Oct 15 22:04:30.851 INFO kablam! warning: method is never used: `parse_basic_lit` Oct 15 22:04:30.852 INFO kablam! --> src/parser/mod.rs:555:5 Oct 15 22:04:30.852 INFO kablam! | Oct 15 22:04:30.852 INFO kablam! 555 | fn parse_basic_lit(&mut self) -> PResult { Oct 15 22:04:30.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:04:30.853 INFO kablam! Oct 15 22:04:30.853 INFO kablam! warning: method is never used: `parse_rune_lit` Oct 15 22:04:30.854 INFO kablam! --> src/parser/mod.rs:587:5 Oct 15 22:04:30.854 INFO kablam! | Oct 15 22:04:30.854 INFO kablam! 587 | fn parse_rune_lit(&mut self) -> PResult { Oct 15 22:04:30.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:04:30.855 INFO kablam! Oct 15 22:04:30.855 INFO kablam! warning: method is never used: `interpret_float_lit` Oct 15 22:04:30.855 INFO kablam! --> src/parser/mod.rs:637:5 Oct 15 22:04:30.856 INFO kablam! | Oct 15 22:04:30.856 INFO kablam! 637 | fn interpret_float_lit(&mut self, value: &str, token_name: &str) -> PResult { Oct 15 22:04:30.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:04:30.857 INFO kablam! Oct 15 22:04:30.857 INFO kablam! warning: method is never used: `parse_int_lit` Oct 15 22:04:30.857 INFO kablam! --> src/parser/mod.rs:706:5 Oct 15 22:04:30.857 INFO kablam! | Oct 15 22:04:30.858 INFO kablam! 706 | fn parse_int_lit(&mut self) -> PResult { Oct 15 22:04:30.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:04:30.858 INFO kablam! Oct 15 22:04:30.859 INFO kablam! warning: method is never used: `interpret_int` Oct 15 22:04:30.859 INFO kablam! --> src/parser/mod.rs:743:5 Oct 15 22:04:30.859 INFO kablam! | Oct 15 22:04:30.859 INFO kablam! 743 | fn interpret_int(&mut self, lit: &str, base: u32, token_name: &str) -> PResult { Oct 15 22:04:30.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:04:30.860 INFO kablam! Oct 15 22:04:30.860 INFO kablam! warning: method is never used: `parse_unary_operation` Oct 15 22:04:30.861 INFO kablam! --> src/parser/mod.rs:761:5 Oct 15 22:04:30.861 INFO kablam! | Oct 15 22:04:30.861 INFO kablam! 761 | fn parse_unary_operation(&mut self) -> PResult { Oct 15 22:04:30.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:04:30.862 INFO kablam! Oct 15 22:04:35.266 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.02s Oct 15 22:04:35.273 INFO kablam! su: No module specific data is present Oct 15 22:04:35.569 INFO running `"docker" "rm" "-f" "64eefad1cdf1b356f4343a12a8b89d1707b12af5dfe1bd23b397ee53f880984e"` Oct 15 22:04:35.656 INFO blam! 64eefad1cdf1b356f4343a12a8b89d1707b12af5dfe1bd23b397ee53f880984e Oct 15 22:04:35.658 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 22:04:35.808 INFO blam! a9daf40f3509d072a7f29482d936ec5483440389e13424395a17459985016e8b Oct 15 22:04:35.808 INFO running `"docker" "start" "-a" "a9daf40f3509d072a7f29482d936ec5483440389e13424395a17459985016e8b"` Oct 15 22:04:36.341 INFO kablam! usermod: no changes Oct 15 22:04:36.405 INFO kablam! Compiling rgo v0.1.0 (/source) Oct 15 22:04:38.340 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:04:38.340 INFO kablam! --> src/lib.rs:16:1 Oct 15 22:04:38.340 INFO kablam! | Oct 15 22:04:38.340 INFO kablam! 16 | #[macro_use] Oct 15 22:04:38.340 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:04:38.340 INFO kablam! | Oct 15 22:04:38.340 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:04:38.340 INFO kablam! Oct 15 22:04:38.340 INFO kablam! warning: unused `#[macro_use]` import Oct 15 22:04:38.340 INFO kablam! --> src/lib.rs:18:1 Oct 15 22:04:38.340 INFO kablam! | Oct 15 22:04:38.340 INFO kablam! 18 | #[macro_use] Oct 15 22:04:38.340 INFO kablam! | ^^^^^^^^^^^^ Oct 15 22:04:38.340 INFO kablam! Oct 15 22:04:40.071 INFO kablam! warning: method is never used: `next_kind` Oct 15 22:04:40.072 INFO kablam! --> src/parser/mod.rs:88:5 Oct 15 22:04:40.072 INFO kablam! | Oct 15 22:04:40.075 INFO kablam! 88 | fn next_kind(&mut self) -> TokenKind { Oct 15 22:04:40.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:04:40.075 INFO kablam! | Oct 15 22:04:40.076 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:04:40.076 INFO kablam! Oct 15 22:04:40.079 INFO kablam! warning: method is never used: `parse_unary_operation` Oct 15 22:04:40.083 INFO kablam! --> src/parser/mod.rs:761:5 Oct 15 22:04:40.083 INFO kablam! | Oct 15 22:04:40.084 INFO kablam! 761 | fn parse_unary_operation(&mut self) -> PResult { Oct 15 22:04:40.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:04:40.085 INFO kablam! Oct 15 22:04:41.274 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.92s Oct 15 22:04:41.280 INFO kablam! su: No module specific data is present Oct 15 22:04:41.689 INFO running `"docker" "rm" "-f" "a9daf40f3509d072a7f29482d936ec5483440389e13424395a17459985016e8b"` Oct 15 22:04:41.823 INFO blam! a9daf40f3509d072a7f29482d936ec5483440389e13424395a17459985016e8b