Oct 27 03:00:02.354 INFO checking jeramyRR/play-language against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:00:02.354 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 27 03:00:02.572 INFO blam! 230b5f0a83c330b0067903b12814c990aa11772c8bf2bf7f4dab56d5cd8ef26f Oct 27 03:00:02.574 INFO running `"docker" "start" "-a" "230b5f0a83c330b0067903b12814c990aa11772c8bf2bf7f4dab56d5cd8ef26f"` Oct 27 03:00:03.358 INFO kablam! usermod: no changes Oct 27 03:00:03.469 INFO kablam! Checking env_logger v0.4.3 Oct 27 03:00:03.469 INFO kablam! Checking lang v0.1.0 (/source) Oct 27 03:00:03.927 INFO kablam! warning: enum is never used: `ASTNodeType` Oct 27 03:00:03.927 INFO kablam! --> src/parser.rs:4:1 Oct 27 03:00:03.927 INFO kablam! | Oct 27 03:00:03.927 INFO kablam! 4 | pub enum ASTNodeType { Oct 27 03:00:03.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 03:00:03.927 INFO kablam! | Oct 27 03:00:03.927 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:00:03.927 INFO kablam! Oct 27 03:00:03.927 INFO kablam! warning: struct is never constructed: `Node` Oct 27 03:00:03.927 INFO kablam! --> src/parser.rs:11:1 Oct 27 03:00:03.927 INFO kablam! | Oct 27 03:00:03.927 INFO kablam! 11 | pub struct Node { Oct 27 03:00:03.927 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 03:00:03.927 INFO kablam! Oct 27 03:00:03.927 INFO kablam! warning: struct is never constructed: `BaseNode` Oct 27 03:00:03.927 INFO kablam! --> src/parser.rs:17:1 Oct 27 03:00:03.927 INFO kablam! | Oct 27 03:00:03.927 INFO kablam! 17 | pub struct BaseNode { Oct 27 03:00:03.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 03:00:03.927 INFO kablam! Oct 27 03:00:03.927 INFO kablam! warning: enum is never used: `ASTNode` Oct 27 03:00:03.927 INFO kablam! --> src/parser.rs:24:1 Oct 27 03:00:03.927 INFO kablam! | Oct 27 03:00:03.927 INFO kablam! 24 | pub enum ASTNode { Oct 27 03:00:03.927 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 03:00:03.927 INFO kablam! Oct 27 03:00:03.927 INFO kablam! warning: struct is never constructed: `AST` Oct 27 03:00:03.927 INFO kablam! --> src/parser.rs:30:1 Oct 27 03:00:03.927 INFO kablam! | Oct 27 03:00:03.927 INFO kablam! 30 | pub struct AST { Oct 27 03:00:03.927 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 03:00:03.927 INFO kablam! Oct 27 03:00:03.927 INFO kablam! warning: function is never used: `parser` Oct 27 03:00:03.927 INFO kablam! --> src/parser.rs:35:1 Oct 27 03:00:03.927 INFO kablam! | Oct 27 03:00:03.927 INFO kablam! 35 | pub fn parser(tokens: &[Token]) -> AST{ Oct 27 03:00:03.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:00:03.927 INFO kablam! Oct 27 03:00:03.927 INFO kablam! warning: function is never used: `walk` Oct 27 03:00:03.927 INFO kablam! --> src/parser.rs:48:1 Oct 27 03:00:03.927 INFO kablam! | Oct 27 03:00:03.927 INFO kablam! 48 | fn walk(tokens: &[Token], current: &mut usize) -> Option { Oct 27 03:00:03.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:00:03.927 INFO kablam! Oct 27 03:00:03.927 INFO kablam! warning: function is never used: `token_value` Oct 27 03:00:03.927 INFO kablam! --> src/parser.rs:87:1 Oct 27 03:00:03.928 INFO kablam! | Oct 27 03:00:03.928 INFO kablam! 87 | fn token_value(token: &Token) -> String { Oct 27 03:00:03.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:00:03.928 INFO kablam! Oct 27 03:00:05.200 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 27 03:00:05.204 INFO kablam! su: No module specific data is present Oct 27 03:00:05.713 INFO running `"docker" "rm" "-f" "230b5f0a83c330b0067903b12814c990aa11772c8bf2bf7f4dab56d5cd8ef26f"` Oct 27 03:00:05.824 INFO blam! 230b5f0a83c330b0067903b12814c990aa11772c8bf2bf7f4dab56d5cd8ef26f