Oct 15 00:42:50.366 INFO testing clarkezone/simple_c_compiler against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 00:42:50.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 00:42:50.911 INFO blam! b6c443dafc0bfc7e5573984eb30a82335b414a0abf97cb7299a46b922cb8a740 Oct 15 00:42:50.913 INFO running `"docker" "start" "-a" "b6c443dafc0bfc7e5573984eb30a82335b414a0abf97cb7299a46b922cb8a740"` Oct 15 00:42:52.501 INFO kablam! usermod: no changes Oct 15 00:42:52.571 INFO kablam! Compiling regex v0.2.3 Oct 15 00:43:02.291 INFO kablam! Compiling simple_c_compiler v0.1.0 (/source) Oct 15 00:43:02.659 INFO kablam! warning: unused import: `std::fs` Oct 15 00:43:02.659 INFO kablam! --> src/lexer.rs:285:13 Oct 15 00:43:02.659 INFO kablam! | Oct 15 00:43:02.659 INFO kablam! 285 | use std::fs; Oct 15 00:43:02.659 INFO kablam! | ^^^^^^^ Oct 15 00:43:02.659 INFO kablam! | Oct 15 00:43:02.659 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:43:02.659 INFO kablam! Oct 15 00:43:02.659 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:43:02.659 INFO kablam! --> src/ast.rs:65:60 Oct 15 00:43:02.659 INFO kablam! | Oct 15 00:43:02.659 INFO kablam! 65 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Function))); Oct 15 00:43:02.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:43:02.659 INFO kablam! | Oct 15 00:43:02.659 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:43:02.659 INFO kablam! Oct 15 00:43:02.659 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:43:02.659 INFO kablam! --> src/ast.rs:116:60 Oct 15 00:43:02.659 INFO kablam! | Oct 15 00:43:02.659 INFO kablam! 116 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Statement))); Oct 15 00:43:02.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:43:02.659 INFO kablam! Oct 15 00:43:02.659 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:43:02.659 INFO kablam! --> src/ast.rs:136:60 Oct 15 00:43:02.659 INFO kablam! | Oct 15 00:43:02.659 INFO kablam! 136 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Expression))); Oct 15 00:43:02.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:43:02.659 INFO kablam! Oct 15 00:43:02.659 INFO kablam! warning: unused import: `std::fs` Oct 15 00:43:02.659 INFO kablam! --> src/ast.rs:165:13 Oct 15 00:43:02.659 INFO kablam! | Oct 15 00:43:02.659 INFO kablam! 165 | use std::fs; Oct 15 00:43:02.659 INFO kablam! | ^^^^^^^ Oct 15 00:43:02.659 INFO kablam! Oct 15 00:43:02.659 INFO kablam! warning: unused import: `lexer::*` Oct 15 00:43:02.659 INFO kablam! --> src/codegen.rs:79:13 Oct 15 00:43:02.659 INFO kablam! | Oct 15 00:43:02.659 INFO kablam! 79 | use lexer::*; Oct 15 00:43:02.659 INFO kablam! | ^^^^^^^^ Oct 15 00:43:02.659 INFO kablam! Oct 15 00:43:02.659 INFO kablam! warning: unused import: `std::fs` Oct 15 00:43:02.660 INFO kablam! --> src/codegen.rs:80:13 Oct 15 00:43:02.660 INFO kablam! | Oct 15 00:43:02.660 INFO kablam! 80 | use std::fs; Oct 15 00:43:02.660 INFO kablam! | ^^^^^^^ Oct 15 00:43:02.660 INFO kablam! Oct 15 00:43:02.660 INFO kablam! warning: unused import: `ast::*` Oct 15 00:43:02.660 INFO kablam! --> src/codegen.rs:81:13 Oct 15 00:43:02.660 INFO kablam! | Oct 15 00:43:02.660 INFO kablam! 81 | use ast::*; Oct 15 00:43:02.660 INFO kablam! | ^^^^^^ Oct 15 00:43:02.660 INFO kablam! Oct 15 00:43:02.660 INFO kablam! warning: unused import: `std::path::Path` Oct 15 00:43:02.660 INFO kablam! --> src/codegen.rs:82:13 Oct 15 00:43:02.660 INFO kablam! | Oct 15 00:43:02.660 INFO kablam! 82 | use std::path::Path; Oct 15 00:43:02.660 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 00:43:02.660 INFO kablam! Oct 15 00:43:02.660 INFO kablam! warning: unused import: `std::fs` Oct 15 00:43:02.660 INFO kablam! --> src/main.rs:12:5 Oct 15 00:43:02.660 INFO kablam! | Oct 15 00:43:02.660 INFO kablam! 12 | use std::fs; Oct 15 00:43:02.660 INFO kablam! | ^^^^^^^ Oct 15 00:43:02.660 INFO kablam! Oct 15 00:43:04.221 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.69s Oct 15 00:43:04.221 INFO kablam! su: No module specific data is present Oct 15 00:43:04.827 INFO running `"docker" "rm" "-f" "b6c443dafc0bfc7e5573984eb30a82335b414a0abf97cb7299a46b922cb8a740"` Oct 15 00:43:05.092 INFO blam! b6c443dafc0bfc7e5573984eb30a82335b414a0abf97cb7299a46b922cb8a740 Oct 15 00:43:05.102 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 00:43:05.664 INFO blam! 2bb582626dbbedce5370f75f942c7403186e4505687e09cdc66a2969cbe2bd09 Oct 15 00:43:05.667 INFO running `"docker" "start" "-a" "2bb582626dbbedce5370f75f942c7403186e4505687e09cdc66a2969cbe2bd09"` Oct 15 00:43:06.682 INFO kablam! usermod: no changes Oct 15 00:43:06.731 INFO kablam! Compiling simple_c_compiler v0.1.0 (/source) Oct 15 00:43:07.095 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:43:07.095 INFO kablam! --> src/ast.rs:65:60 Oct 15 00:43:07.095 INFO kablam! | Oct 15 00:43:07.095 INFO kablam! 65 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Function))); Oct 15 00:43:07.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:43:07.095 INFO kablam! | Oct 15 00:43:07.095 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:43:07.095 INFO kablam! Oct 15 00:43:07.095 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:43:07.095 INFO kablam! --> src/ast.rs:116:60 Oct 15 00:43:07.095 INFO kablam! | Oct 15 00:43:07.095 INFO kablam! 116 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Statement))); Oct 15 00:43:07.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:43:07.095 INFO kablam! Oct 15 00:43:07.095 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 00:43:07.095 INFO kablam! --> src/ast.rs:136:60 Oct 15 00:43:07.095 INFO kablam! | Oct 15 00:43:07.095 INFO kablam! 136 | let mut boxed_node = Box::new(AstNode::new((AstNodeType::Expression))); Oct 15 00:43:07.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:43:07.095 INFO kablam! Oct 15 00:43:07.095 INFO kablam! warning: unused import: `std::fs` Oct 15 00:43:07.095 INFO kablam! --> src/codegen.rs:80:13 Oct 15 00:43:07.095 INFO kablam! | Oct 15 00:43:07.095 INFO kablam! 80 | use std::fs; Oct 15 00:43:07.095 INFO kablam! | ^^^^^^^ Oct 15 00:43:07.095 INFO kablam! | Oct 15 00:43:07.095 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:43:07.095 INFO kablam! Oct 15 00:43:07.095 INFO kablam! warning: unused import: `std::fs` Oct 15 00:43:07.095 INFO kablam! --> src/main.rs:12:5 Oct 15 00:43:07.095 INFO kablam! | Oct 15 00:43:07.095 INFO kablam! 12 | use std::fs; Oct 15 00:43:07.095 INFO kablam! | ^^^^^^^ Oct 15 00:43:07.095 INFO kablam! Oct 15 00:43:08.737 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 15 00:43:08.741 INFO kablam! su: No module specific data is present Oct 15 00:43:09.501 INFO running `"docker" "rm" "-f" "2bb582626dbbedce5370f75f942c7403186e4505687e09cdc66a2969cbe2bd09"` Oct 15 00:43:09.785 INFO blam! 2bb582626dbbedce5370f75f942c7403186e4505687e09cdc66a2969cbe2bd09