Oct 27 06:42:24.533 INFO checking clarkezone/simple_c_compiler against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:42:24.535 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 27 06:42:25.096 INFO blam! fc1345628cb7cfe25bde09996b055ce5cfbb7bbd3b7af1d5a944c17d89273652 Oct 27 06:42:25.107 INFO running `"docker" "start" "-a" "fc1345628cb7cfe25bde09996b055ce5cfbb7bbd3b7af1d5a944c17d89273652"` Oct 27 06:42:25.995 INFO kablam! usermod: no changes Oct 27 06:42:26.067 INFO kablam! Checking regex v0.2.3 Oct 27 06:42:28.553 INFO kablam! Checking simple_c_compiler v0.1.0 (/source) Oct 27 06:42:29.026 INFO kablam! warning: unused import: `std::fs` Oct 27 06:42:29.026 INFO kablam! --> src/lexer.rs:285:13 Oct 27 06:42:29.026 INFO kablam! | Oct 27 06:42:29.026 INFO kablam! 285 | use std::fs; Oct 27 06:42:29.026 INFO kablam! | ^^^^^^^ Oct 27 06:42:29.026 INFO kablam! | Oct 27 06:42:29.026 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:42:29.026 INFO kablam! Oct 27 06:42:29.026 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 06:42:29.026 INFO kablam! --> src/ast.rs:65:60 Oct 27 06:42:29.026 INFO kablam! | Oct 27 06:42:29.026 INFO kablam! 65 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Function))); Oct 27 06:42:29.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:42:29.026 INFO kablam! | Oct 27 06:42:29.026 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:42:29.026 INFO kablam! Oct 27 06:42:29.026 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 06:42:29.026 INFO kablam! --> src/ast.rs:116:60 Oct 27 06:42:29.026 INFO kablam! | Oct 27 06:42:29.026 INFO kablam! 116 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Statement))); Oct 27 06:42:29.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:42:29.026 INFO kablam! Oct 27 06:42:29.026 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 06:42:29.026 INFO kablam! --> src/ast.rs:136:60 Oct 27 06:42:29.026 INFO kablam! | Oct 27 06:42:29.026 INFO kablam! 136 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Expression))); Oct 27 06:42:29.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:42:29.026 INFO kablam! Oct 27 06:42:29.026 INFO kablam! warning: unused import: `std::fs` Oct 27 06:42:29.026 INFO kablam! --> src/ast.rs:165:13 Oct 27 06:42:29.026 INFO kablam! | Oct 27 06:42:29.026 INFO kablam! 165 | use std::fs; Oct 27 06:42:29.026 INFO kablam! | ^^^^^^^ Oct 27 06:42:29.026 INFO kablam! Oct 27 06:42:29.026 INFO kablam! warning: unused import: `lexer::*` Oct 27 06:42:29.026 INFO kablam! --> src/codegen.rs:79:13 Oct 27 06:42:29.027 INFO kablam! | Oct 27 06:42:29.027 INFO kablam! 79 | use lexer::*; Oct 27 06:42:29.027 INFO kablam! | ^^^^^^^^ Oct 27 06:42:29.027 INFO kablam! Oct 27 06:42:29.027 INFO kablam! warning: unused import: `std::fs` Oct 27 06:42:29.027 INFO kablam! --> src/codegen.rs:80:13 Oct 27 06:42:29.027 INFO kablam! | Oct 27 06:42:29.027 INFO kablam! 80 | use std::fs; Oct 27 06:42:29.027 INFO kablam! | ^^^^^^^ Oct 27 06:42:29.027 INFO kablam! Oct 27 06:42:29.027 INFO kablam! warning: unused import: `ast::*` Oct 27 06:42:29.027 INFO kablam! --> src/codegen.rs:81:13 Oct 27 06:42:29.027 INFO kablam! | Oct 27 06:42:29.027 INFO kablam! 81 | use ast::*; Oct 27 06:42:29.027 INFO kablam! | ^^^^^^ Oct 27 06:42:29.027 INFO kablam! Oct 27 06:42:29.027 INFO kablam! warning: unused import: `std::path::Path` Oct 27 06:42:29.027 INFO kablam! --> src/codegen.rs:82:13 Oct 27 06:42:29.027 INFO kablam! | Oct 27 06:42:29.027 INFO kablam! 82 | use std::path::Path; Oct 27 06:42:29.027 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 06:42:29.027 INFO kablam! Oct 27 06:42:29.027 INFO kablam! warning: unused import: `std::fs` Oct 27 06:42:29.027 INFO kablam! --> src/main.rs:12:5 Oct 27 06:42:29.027 INFO kablam! | Oct 27 06:42:29.027 INFO kablam! 12 | use std::fs; Oct 27 06:42:29.027 INFO kablam! | ^^^^^^^ Oct 27 06:42:29.027 INFO kablam! Oct 27 06:42:29.235 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 06:42:29.235 INFO kablam! --> src/ast.rs:65:60 Oct 27 06:42:29.235 INFO kablam! | Oct 27 06:42:29.235 INFO kablam! 65 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Function))); Oct 27 06:42:29.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:42:29.235 INFO kablam! | Oct 27 06:42:29.235 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 06:42:29.235 INFO kablam! Oct 27 06:42:29.235 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 06:42:29.235 INFO kablam! --> src/ast.rs:116:60 Oct 27 06:42:29.235 INFO kablam! | Oct 27 06:42:29.235 INFO kablam! 116 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Statement))); Oct 27 06:42:29.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:42:29.235 INFO kablam! Oct 27 06:42:29.235 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 06:42:29.235 INFO kablam! --> src/ast.rs:136:60 Oct 27 06:42:29.235 INFO kablam! | Oct 27 06:42:29.235 INFO kablam! 136 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Expression))); Oct 27 06:42:29.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 06:42:29.235 INFO kablam! Oct 27 06:42:29.235 INFO kablam! warning: unused import: `std::fs` Oct 27 06:42:29.235 INFO kablam! --> src/codegen.rs:80:13 Oct 27 06:42:29.235 INFO kablam! | Oct 27 06:42:29.235 INFO kablam! 80 | use std::fs; Oct 27 06:42:29.235 INFO kablam! | ^^^^^^^ Oct 27 06:42:29.235 INFO kablam! | Oct 27 06:42:29.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:42:29.235 INFO kablam! Oct 27 06:42:29.235 INFO kablam! warning: unused import: `std::fs` Oct 27 06:42:29.235 INFO kablam! --> src/main.rs:12:5 Oct 27 06:42:29.235 INFO kablam! | Oct 27 06:42:29.235 INFO kablam! 12 | use std::fs; Oct 27 06:42:29.235 INFO kablam! | ^^^^^^^ Oct 27 06:42:29.235 INFO kablam! Oct 27 06:42:29.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.47s Oct 27 06:42:29.495 INFO kablam! su: No module specific data is present Oct 27 06:42:29.839 INFO running `"docker" "rm" "-f" "fc1345628cb7cfe25bde09996b055ce5cfbb7bbd3b7af1d5a944c17d89273652"` Oct 27 06:42:30.013 INFO blam! fc1345628cb7cfe25bde09996b055ce5cfbb7bbd3b7af1d5a944c17d89273652