Oct 26 23:32:25.301 INFO checking nrc/s against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:32:25.301 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 23:32:25.669 INFO blam! 028c88f1fe7df770b512b3403cfe290955e59178c0fc5c819149663d2c9371c7 Oct 26 23:32:25.670 INFO running `"docker" "start" "-a" "028c88f1fe7df770b512b3403cfe290955e59178c0fc5c819149663d2c9371c7"` Oct 26 23:32:26.715 INFO kablam! usermod: no changes Oct 26 23:32:26.787 INFO kablam! Checking s v0.0.1 (/source) Oct 26 23:32:27.119 INFO kablam! warning: unused macro definition Oct 26 23:32:27.119 INFO kablam! --> src/parser.rs:87:1 Oct 26 23:32:27.119 INFO kablam! | Oct 26 23:32:27.119 INFO kablam! 87 | / macro_rules! program { Oct 26 23:32:27.119 INFO kablam! 88 | | ($($ns: expr),*) => (::parser::Node::Program(vec![$($ns),*])) Oct 26 23:32:27.119 INFO kablam! 89 | | } Oct 26 23:32:27.119 INFO kablam! | |_^ Oct 26 23:32:27.119 INFO kablam! | Oct 26 23:32:27.119 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 26 23:32:27.119 INFO kablam! Oct 26 23:32:27.119 INFO kablam! warning: unused macro definition Oct 26 23:32:27.119 INFO kablam! --> src/parser.rs:93:1 Oct 26 23:32:27.119 INFO kablam! | Oct 26 23:32:27.119 INFO kablam! 93 | / macro_rules! ident { Oct 26 23:32:27.119 INFO kablam! 94 | | ($s: expr) => (::parser::Node::Ident(::lexer::Str::new($s))) Oct 26 23:32:27.119 INFO kablam! 95 | | } Oct 26 23:32:27.119 INFO kablam! | |_^ Oct 26 23:32:27.119 INFO kablam! Oct 26 23:32:27.119 INFO kablam! warning: unused macro definition Oct 26 23:32:27.119 INFO kablam! --> src/parser.rs:99:1 Oct 26 23:32:27.119 INFO kablam! | Oct 26 23:32:27.119 INFO kablam! 99 | / macro_rules! lit_str { Oct 26 23:32:27.119 INFO kablam! 100 | | ($s: expr) => (::parser::Node::LitStr(::lexer::Str::new($s))) Oct 26 23:32:27.119 INFO kablam! 101 | | } Oct 26 23:32:27.119 INFO kablam! | |_^ Oct 26 23:32:27.119 INFO kablam! Oct 26 23:32:27.402 INFO kablam! warning: method is never used: `new` Oct 26 23:32:27.402 INFO kablam! --> src/lexer.rs:36:5 Oct 26 23:32:27.402 INFO kablam! | Oct 26 23:32:27.402 INFO kablam! 36 | pub fn new(s: &str) -> Str { Oct 26 23:32:27.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:32:27.402 INFO kablam! | Oct 26 23:32:27.402 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:32:27.402 INFO kablam! Oct 26 23:32:27.402 INFO kablam! warning: method is never used: `is_keyword` Oct 26 23:32:27.402 INFO kablam! --> src/parser.rs:30:5 Oct 26 23:32:27.402 INFO kablam! | Oct 26 23:32:27.402 INFO kablam! 30 | pub fn is_keyword(&self) -> bool { Oct 26 23:32:27.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:32:27.402 INFO kablam! Oct 26 23:32:27.402 INFO kablam! warning: struct is never constructed: `NoopFolder` Oct 26 23:32:27.402 INFO kablam! --> src/expand.rs:39:1 Oct 26 23:32:27.402 INFO kablam! | Oct 26 23:32:27.402 INFO kablam! 39 | pub struct NoopFolder; Oct 26 23:32:27.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:32:27.402 INFO kablam! Oct 26 23:32:27.402 INFO kablam! warning: method is never used: `with_value` Oct 26 23:32:27.402 INFO kablam! --> src/interpreter.rs:29:5 Oct 26 23:32:27.402 INFO kablam! | Oct 26 23:32:27.402 INFO kablam! 29 | fn with_value(name: &str, value: Node) -> Envr { Oct 26 23:32:27.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:32:27.402 INFO kablam! Oct 26 23:32:27.663 INFO kablam! warning: method is never used: `is_keyword` Oct 26 23:32:27.663 INFO kablam! --> src/parser.rs:30:5 Oct 26 23:32:27.663 INFO kablam! | Oct 26 23:32:27.663 INFO kablam! 30 | pub fn is_keyword(&self) -> bool { Oct 26 23:32:27.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:32:27.663 INFO kablam! | Oct 26 23:32:27.663 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:32:27.663 INFO kablam! Oct 26 23:32:27.701 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 26 23:32:27.703 INFO kablam! su: No module specific data is present Oct 26 23:32:28.462 INFO running `"docker" "rm" "-f" "028c88f1fe7df770b512b3403cfe290955e59178c0fc5c819149663d2c9371c7"` Oct 26 23:32:28.722 INFO blam! 028c88f1fe7df770b512b3403cfe290955e59178c0fc5c819149663d2c9371c7