Oct 26 22:14:11.347 INFO checking rhysd/OhmaeCaml against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 22:14:11.348 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 22:14:11.848 INFO blam! f38373aa07688456c06e6e23c96b6e3fe1ee7bd1b1c59eed4a6236bb297f66a1 Oct 26 22:14:11.851 INFO running `"docker" "start" "-a" "f38373aa07688456c06e6e23c96b6e3fe1ee7bd1b1c59eed4a6236bb297f66a1"` Oct 26 22:14:13.292 INFO kablam! usermod: no changes Oct 26 22:14:13.351 INFO kablam! Checking nom v2.0.1 Oct 26 22:14:15.035 INFO kablam! Checking ohmae-caml v0.0.0 (/source) Oct 26 22:14:15.567 INFO kablam! warning: unused macro definition Oct 26 22:14:15.567 INFO kablam! --> src/parser.rs:20:1 Oct 26 22:14:15.567 INFO kablam! | Oct 26 22:14:15.567 INFO kablam! 20 | / macro_rules! named_dbg { Oct 26 22:14:15.567 INFO kablam! 21 | | ($name:ident<$o:ty>, $submac:ident!( $($args:tt)* )) => ( Oct 26 22:14:15.567 INFO kablam! 22 | | named!($name<$o>, dbg!( Oct 26 22:14:15.567 INFO kablam! 23 | | $submac!( $($args)* ) Oct 26 22:14:15.567 INFO kablam! 24 | | )); Oct 26 22:14:15.567 INFO kablam! 25 | | ); Oct 26 22:14:15.567 INFO kablam! 26 | | } Oct 26 22:14:15.567 INFO kablam! | |_^ Oct 26 22:14:15.567 INFO kablam! | Oct 26 22:14:15.567 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 26 22:14:15.567 INFO kablam! Oct 26 22:14:15.703 INFO kablam! warning: unused macro definition Oct 26 22:14:15.703 INFO kablam! --> src/parser.rs:20:1 Oct 26 22:14:15.703 INFO kablam! | Oct 26 22:14:15.703 INFO kablam! 20 | / macro_rules! named_dbg { Oct 26 22:14:15.703 INFO kablam! 21 | | ($name:ident<$o:ty>, $submac:ident!( $($args:tt)* )) => ( Oct 26 22:14:15.703 INFO kablam! 22 | | named!($name<$o>, dbg!( Oct 26 22:14:15.703 INFO kablam! 23 | | $submac!( $($args)* ) Oct 26 22:14:15.703 INFO kablam! 24 | | )); Oct 26 22:14:15.703 INFO kablam! 25 | | ); Oct 26 22:14:15.703 INFO kablam! 26 | | } Oct 26 22:14:15.703 INFO kablam! | |_^ Oct 26 22:14:15.703 INFO kablam! | Oct 26 22:14:15.703 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 26 22:14:15.703 INFO kablam! Oct 26 22:14:16.875 INFO kablam! warning: method is never used: `position_from_offset` Oct 26 22:14:16.875 INFO kablam! --> src/source.rs:57:5 Oct 26 22:14:16.875 INFO kablam! | Oct 26 22:14:16.875 INFO kablam! 57 | pub fn position_from_offset(&self, g: G) -> Position { Oct 26 22:14:16.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:14:16.875 INFO kablam! | Oct 26 22:14:16.875 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:14:16.875 INFO kablam! Oct 26 22:14:16.875 INFO kablam! warning: method is never used: `source_location` Oct 26 22:14:16.875 INFO kablam! --> src/source.rs:77:5 Oct 26 22:14:16.875 INFO kablam! | Oct 26 22:14:16.875 INFO kablam! 77 | pub fn source_location(&self, g: G) -> String { Oct 26 22:14:16.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:14:16.875 INFO kablam! Oct 26 22:14:17.087 INFO kablam! warning: method is never used: `position_from_offset` Oct 26 22:14:17.087 INFO kablam! --> src/source.rs:57:5 Oct 26 22:14:17.088 INFO kablam! | Oct 26 22:14:17.088 INFO kablam! 57 | pub fn position_from_offset(&self, g: G) -> Position { Oct 26 22:14:17.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:14:17.088 INFO kablam! | Oct 26 22:14:17.088 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:14:17.088 INFO kablam! Oct 26 22:14:17.088 INFO kablam! warning: method is never used: `source_location` Oct 26 22:14:17.088 INFO kablam! --> src/source.rs:77:5 Oct 26 22:14:17.088 INFO kablam! | Oct 26 22:14:17.088 INFO kablam! 77 | pub fn source_location(&self, g: G) -> String { Oct 26 22:14:17.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:14:17.088 INFO kablam! Oct 26 22:14:17.164 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.83s Oct 26 22:14:17.166 INFO kablam! su: No module specific data is present Oct 26 22:14:18.013 INFO running `"docker" "rm" "-f" "f38373aa07688456c06e6e23c96b6e3fe1ee7bd1b1c59eed4a6236bb297f66a1"` Oct 26 22:14:18.329 INFO blam! f38373aa07688456c06e6e23c96b6e3fe1ee7bd1b1c59eed4a6236bb297f66a1