Oct 11 04:01:41.926 INFO testing Valtis/YATCP against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:01:41.926 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:01:41.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:01:42.289 INFO blam! f531ffcfc5e62398b14dd22f65cd478329828b3f61c601ca0ccce7b60be524b3 Oct 11 04:01:42.292 INFO running `"docker" "start" "-a" "f531ffcfc5e62398b14dd22f65cd478329828b3f61c601ca0ccce7b60be524b3"` Oct 11 04:01:43.348 INFO kablam! usermod: no changes Oct 11 04:01:43.400 INFO kablam! Compiling compiler v0.0.1 (/source) Oct 11 04:01:45.632 INFO kablam! warning: value assigned to `changes` is never read Oct 11 04:01:45.632 INFO kablam! --> src/optimizer/merge_block.rs:24:21 Oct 11 04:01:45.632 INFO kablam! | Oct 11 04:01:45.632 INFO kablam! 24 | changes = true; Oct 11 04:01:45.632 INFO kablam! | ^^^^^^^ Oct 11 04:01:45.632 INFO kablam! | Oct 11 04:01:45.632 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:01:45.632 INFO kablam! Oct 11 04:01:46.209 INFO kablam! warning: variant is never constructed: `RSP` Oct 11 04:01:46.209 INFO kablam! --> src/code_generator/x64.rs:90:5 Oct 11 04:01:46.209 INFO kablam! | Oct 11 04:01:46.209 INFO kablam! 90 | RSP, Oct 11 04:01:46.209 INFO kablam! | ^^^ Oct 11 04:01:46.209 INFO kablam! | Oct 11 04:01:46.209 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:01:46.209 INFO kablam! Oct 11 04:01:46.222 INFO kablam! warning: unused comparison which must be used Oct 11 04:01:46.222 INFO kablam! --> src/semcheck/mod.rs:563:13 Oct 11 04:01:46.222 INFO kablam! | Oct 11 04:01:46.222 INFO kablam! 563 | arith_info.node_type == Type::Invalid; Oct 11 04:01:46.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:01:46.223 INFO kablam! | Oct 11 04:01:46.223 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 04:01:46.223 INFO kablam! Oct 11 04:01:53.768 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.39s Oct 11 04:01:53.776 INFO kablam! su: No module specific data is present Oct 11 04:01:54.225 INFO running `"docker" "rm" "-f" "f531ffcfc5e62398b14dd22f65cd478329828b3f61c601ca0ccce7b60be524b3"` Oct 11 04:01:54.488 INFO blam! f531ffcfc5e62398b14dd22f65cd478329828b3f61c601ca0ccce7b60be524b3 Oct 11 04:01:54.508 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:01:54.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:01:54.984 INFO blam! 600ee478bda04e8df2189b58543d416c2b105a8c45267516b38746c63891f767 Oct 11 04:01:54.986 INFO running `"docker" "start" "-a" "600ee478bda04e8df2189b58543d416c2b105a8c45267516b38746c63891f767"` Oct 11 04:01:55.849 INFO kablam! usermod: no changes Oct 11 04:01:55.910 INFO kablam! Compiling compiler v0.0.1 (/source) Oct 11 04:01:58.179 INFO kablam! warning: unused import: `compiler::cfg::generate_cfg` Oct 11 04:01:58.179 INFO kablam! --> tests/merge_block.rs:6:5 Oct 11 04:01:58.179 INFO kablam! | Oct 11 04:01:58.179 INFO kablam! 6 | use compiler::cfg::generate_cfg; Oct 11 04:01:58.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:01:58.179 INFO kablam! | Oct 11 04:01:58.179 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:01:58.179 INFO kablam! Oct 11 04:01:58.179 INFO kablam! warning: unused import: `compiler::tac_generator::Operator` Oct 11 04:01:58.179 INFO kablam! --> tests/merge_block.rs:10:5 Oct 11 04:01:58.179 INFO kablam! | Oct 11 04:01:58.179 INFO kablam! 10 | use compiler::tac_generator::Operator; Oct 11 04:01:58.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:01:58.179 INFO kablam! Oct 11 04:01:58.420 INFO kablam! warning: variable does not need to be mutable Oct 11 04:01:58.420 INFO kablam! --> tests/tac_generator.rs:104:9 Oct 11 04:01:58.420 INFO kablam! | Oct 11 04:01:58.420 INFO kablam! 104 | let mut generator = TACGenerator::new(3); Oct 11 04:01:58.420 INFO kablam! | ----^^^^^^^^^ Oct 11 04:01:58.420 INFO kablam! | | Oct 11 04:01:58.420 INFO kablam! | help: remove this `mut` Oct 11 04:01:58.420 INFO kablam! | Oct 11 04:01:58.420 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:01:58.420 INFO kablam! Oct 11 04:01:58.432 INFO kablam! warning: variable does not need to be mutable Oct 11 04:01:58.432 INFO kablam! --> tests/tac_generator.rs:212:9 Oct 11 04:01:58.432 INFO kablam! | Oct 11 04:01:58.432 INFO kablam! 212 | let mut generator = TACGenerator::new(2); Oct 11 04:01:58.432 INFO kablam! | ----^^^^^^^^^ Oct 11 04:01:58.432 INFO kablam! | | Oct 11 04:01:58.432 INFO kablam! | help: remove this `mut` Oct 11 04:01:58.432 INFO kablam! Oct 11 04:01:58.440 INFO kablam! warning: variable does not need to be mutable Oct 11 04:01:58.440 INFO kablam! --> tests/tac_generator.rs:301:9 Oct 11 04:01:58.440 INFO kablam! | Oct 11 04:01:58.440 INFO kablam! 301 | let mut generator = TACGenerator::new(1); Oct 11 04:01:58.440 INFO kablam! | ----^^^^^^^^^ Oct 11 04:01:58.440 INFO kablam! | | Oct 11 04:01:58.440 INFO kablam! | help: remove this `mut` Oct 11 04:01:58.440 INFO kablam! Oct 11 04:01:58.521 INFO kablam! warning: unused import: `compiler::string_table::StringTable` Oct 11 04:01:58.521 INFO kablam! --> tests/parser.rs:19:5 Oct 11 04:01:58.521 INFO kablam! | Oct 11 04:01:58.521 INFO kablam! 19 | use compiler::string_table::StringTable; Oct 11 04:01:58.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:01:58.521 INFO kablam! | Oct 11 04:01:58.521 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:01:58.521 INFO kablam! Oct 11 04:02:01.175 INFO kablam! warning: unused import: `compiler::string_table::StringTable` Oct 11 04:02:01.175 INFO kablam! --> tests/lexer.rs:10:5 Oct 11 04:02:01.175 INFO kablam! | Oct 11 04:02:01.175 INFO kablam! 10 | use compiler::string_table::StringTable; Oct 11 04:02:01.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:01.175 INFO kablam! | Oct 11 04:02:01.178 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:02:01.178 INFO kablam! Oct 11 04:02:03.389 INFO kablam! warning: unused variable: `f` Oct 11 04:02:03.389 INFO kablam! --> tests/cfg.rs:586:13 Oct 11 04:02:03.390 INFO kablam! | Oct 11 04:02:03.390 INFO kablam! 586 | let mut f = Function { Oct 11 04:02:03.390 INFO kablam! | ^ help: consider using `_f` instead Oct 11 04:02:03.405 INFO kablam! | Oct 11 04:02:03.405 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:02:03.405 INFO kablam! Oct 11 04:02:03.406 INFO kablam! warning: unused variable: `f` Oct 11 04:02:03.406 INFO kablam! --> tests/cfg.rs:668:13 Oct 11 04:02:03.406 INFO kablam! | Oct 11 04:02:03.406 INFO kablam! 668 | let mut f = Function { Oct 11 04:02:03.407 INFO kablam! | ^ help: consider using `_f` instead Oct 11 04:02:03.407 INFO kablam! Oct 11 04:02:03.407 INFO kablam! warning: unused variable: `f` Oct 11 04:02:03.407 INFO kablam! --> tests/cfg.rs:752:13 Oct 11 04:02:03.408 INFO kablam! | Oct 11 04:02:03.408 INFO kablam! 752 | let mut f = Function { Oct 11 04:02:03.408 INFO kablam! | ^ help: consider using `_f` instead Oct 11 04:02:03.425 INFO kablam! Oct 11 04:02:03.425 INFO kablam! warning: unused variable: `f` Oct 11 04:02:03.425 INFO kablam! --> tests/cfg.rs:835:13 Oct 11 04:02:03.426 INFO kablam! | Oct 11 04:02:03.426 INFO kablam! 835 | let mut f = Function { Oct 11 04:02:03.426 INFO kablam! | ^ help: consider using `_f` instead Oct 11 04:02:03.426 INFO kablam! Oct 11 04:02:04.100 INFO kablam! warning: variable does not need to be mutable Oct 11 04:02:04.100 INFO kablam! --> tests/cfg.rs:586:9 Oct 11 04:02:04.100 INFO kablam! | Oct 11 04:02:04.100 INFO kablam! 586 | let mut f = Function { Oct 11 04:02:04.100 INFO kablam! | ----^ Oct 11 04:02:04.100 INFO kablam! | | Oct 11 04:02:04.100 INFO kablam! | help: remove this `mut` Oct 11 04:02:04.100 INFO kablam! | Oct 11 04:02:04.100 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:02:04.100 INFO kablam! Oct 11 04:02:04.120 INFO kablam! warning: variable does not need to be mutable Oct 11 04:02:04.120 INFO kablam! --> tests/cfg.rs:668:9 Oct 11 04:02:04.120 INFO kablam! | Oct 11 04:02:04.120 INFO kablam! 668 | let mut f = Function { Oct 11 04:02:04.120 INFO kablam! | ----^ Oct 11 04:02:04.120 INFO kablam! | | Oct 11 04:02:04.120 INFO kablam! | help: remove this `mut` Oct 11 04:02:04.124 INFO kablam! Oct 11 04:02:04.143 INFO kablam! warning: variable does not need to be mutable Oct 11 04:02:04.143 INFO kablam! --> tests/cfg.rs:752:9 Oct 11 04:02:04.143 INFO kablam! | Oct 11 04:02:04.143 INFO kablam! 752 | let mut f = Function { Oct 11 04:02:04.143 INFO kablam! | ----^ Oct 11 04:02:04.143 INFO kablam! | | Oct 11 04:02:04.143 INFO kablam! | help: remove this `mut` Oct 11 04:02:04.143 INFO kablam! Oct 11 04:02:04.153 INFO kablam! warning: variable does not need to be mutable Oct 11 04:02:04.153 INFO kablam! --> tests/cfg.rs:835:9 Oct 11 04:02:04.153 INFO kablam! | Oct 11 04:02:04.153 INFO kablam! 835 | let mut f = Function { Oct 11 04:02:04.154 INFO kablam! | ----^ Oct 11 04:02:04.154 INFO kablam! | | Oct 11 04:02:04.154 INFO kablam! | help: remove this `mut` Oct 11 04:02:04.155 INFO kablam! Oct 11 04:02:04.888 INFO kablam! warning: value assigned to `changes` is never read Oct 11 04:02:04.888 INFO kablam! --> src/optimizer/merge_block.rs:24:21 Oct 11 04:02:04.888 INFO kablam! | Oct 11 04:02:04.888 INFO kablam! 24 | changes = true; Oct 11 04:02:04.888 INFO kablam! | ^^^^^^^ Oct 11 04:02:04.888 INFO kablam! | Oct 11 04:02:04.888 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:02:04.888 INFO kablam! Oct 11 04:02:07.644 INFO kablam! warning: unused macro definition Oct 11 04:02:07.645 INFO kablam! --> tests/test_reporter.rs:14:1 Oct 11 04:02:07.645 INFO kablam! | Oct 11 04:02:07.645 INFO kablam! 14 | / macro_rules! assert_eq_error { Oct 11 04:02:07.645 INFO kablam! 15 | | ($error: expr, $e_type:expr, $line:expr, $column:expr, $length:expr) => ( Oct 11 04:02:07.645 INFO kablam! 16 | | { Oct 11 04:02:07.645 INFO kablam! 17 | | assert_eq!($error.error_type, $e_type); Oct 11 04:02:07.645 INFO kablam! ... | Oct 11 04:02:07.645 INFO kablam! 22 | | ) Oct 11 04:02:07.645 INFO kablam! 23 | | } Oct 11 04:02:07.645 INFO kablam! | |_^ Oct 11 04:02:07.645 INFO kablam! | Oct 11 04:02:07.645 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 04:02:07.645 INFO kablam! Oct 11 04:02:08.128 INFO kablam! warning: variant is never constructed: `RSP` Oct 11 04:02:08.128 INFO kablam! --> src/code_generator/x64.rs:90:5 Oct 11 04:02:08.128 INFO kablam! | Oct 11 04:02:08.128 INFO kablam! 90 | RSP, Oct 11 04:02:08.128 INFO kablam! | ^^^ Oct 11 04:02:08.140 INFO kablam! | Oct 11 04:02:08.140 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:02:08.140 INFO kablam! Oct 11 04:02:08.216 INFO kablam! warning: unused comparison which must be used Oct 11 04:02:08.216 INFO kablam! --> src/semcheck/mod.rs:563:13 Oct 11 04:02:08.216 INFO kablam! | Oct 11 04:02:08.216 INFO kablam! 563 | arith_info.node_type == Type::Invalid; Oct 11 04:02:08.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:08.216 INFO kablam! | Oct 11 04:02:08.216 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 04:02:08.216 INFO kablam! Oct 11 04:02:11.186 INFO kablam! warning: function is never used: `run_frontend` Oct 11 04:02:11.186 INFO kablam! --> src/main.rs:51:1 Oct 11 04:02:11.186 INFO kablam! | Oct 11 04:02:11.187 INFO kablam! 51 | / fn run_frontend( Oct 11 04:02:11.187 INFO kablam! 52 | | file_name: &'static str) -> Option> { Oct 11 04:02:11.187 INFO kablam! 53 | | Oct 11 04:02:11.187 INFO kablam! 54 | | let error_reporter = Rc::new( Oct 11 04:02:11.187 INFO kablam! ... | Oct 11 04:02:11.188 INFO kablam! 83 | | Some(tac_functions) Oct 11 04:02:11.188 INFO kablam! 84 | | } Oct 11 04:02:11.188 INFO kablam! | |_^ Oct 11 04:02:11.188 INFO kablam! | Oct 11 04:02:11.188 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:02:11.188 INFO kablam! Oct 11 04:02:11.188 INFO kablam! warning: function is never used: `parse_code` Oct 11 04:02:11.188 INFO kablam! --> src/main.rs:86:1 Oct 11 04:02:11.188 INFO kablam! | Oct 11 04:02:11.188 INFO kablam! 86 | / fn parse_code( Oct 11 04:02:11.188 INFO kablam! 87 | | file_name: &'static str, Oct 11 04:02:11.188 INFO kablam! 88 | | error_reporter: Rc>) -> AstNode { Oct 11 04:02:11.189 INFO kablam! 89 | | Oct 11 04:02:11.189 INFO kablam! ... | Oct 11 04:02:11.189 INFO kablam! 97 | | parser.parse() Oct 11 04:02:11.189 INFO kablam! 98 | | } Oct 11 04:02:11.189 INFO kablam! | |_^ Oct 11 04:02:11.189 INFO kablam! Oct 11 04:02:11.189 INFO kablam! warning: function is never used: `print_tac` Oct 11 04:02:11.189 INFO kablam! --> src/main.rs:100:1 Oct 11 04:02:11.189 INFO kablam! | Oct 11 04:02:11.189 INFO kablam! 100 | fn print_tac(tac_functions: &Vec) { Oct 11 04:02:11.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:11.189 INFO kablam! Oct 11 04:02:11.189 INFO kablam! warning: function is never used: `print_cfg` Oct 11 04:02:11.189 INFO kablam! --> src/main.rs:113:1 Oct 11 04:02:11.189 INFO kablam! | Oct 11 04:02:11.189 INFO kablam! 113 | fn print_cfg(cfg: &HashMap, CFG>, functions: &Vec) { Oct 11 04:02:11.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:11.189 INFO kablam! Oct 11 04:02:11.189 INFO kablam! warning: function is never used: `print_bytecode` Oct 11 04:02:11.189 INFO kablam! --> src/main.rs:150:1 Oct 11 04:02:11.189 INFO kablam! | Oct 11 04:02:11.189 INFO kablam! 150 | fn print_bytecode(byte_gen: &ByteGenerator) { Oct 11 04:02:11.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:11.189 INFO kablam! Oct 11 04:02:11.189 INFO kablam! warning: function is never used: `run_middleend` Oct 11 04:02:11.189 INFO kablam! --> src/main.rs:163:1 Oct 11 04:02:11.189 INFO kablam! | Oct 11 04:02:11.189 INFO kablam! 163 | fn run_middleend(mut functions: Vec) -> Vec { Oct 11 04:02:11.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:11.189 INFO kablam! Oct 11 04:02:11.189 INFO kablam! warning: function is never used: `run_backend` Oct 11 04:02:11.189 INFO kablam! --> src/main.rs:180:1 Oct 11 04:02:11.189 INFO kablam! | Oct 11 04:02:11.189 INFO kablam! 180 | fn run_backend(file_name: &'static str, functions: Vec ) { Oct 11 04:02:11.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:11.189 INFO kablam! Oct 11 04:02:11.560 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.68s Oct 11 04:02:11.566 INFO kablam! su: No module specific data is present Oct 11 04:02:11.940 INFO running `"docker" "rm" "-f" "600ee478bda04e8df2189b58543d416c2b105a8c45267516b38746c63891f767"` Oct 11 04:02:12.032 INFO blam! 600ee478bda04e8df2189b58543d416c2b105a8c45267516b38746c63891f767 Oct 11 04:02:12.036 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:02:12.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:02:12.334 INFO blam! ce82b355e552c17a368e6dddbb455b216f867212d9989683c7ba8a410f02c176 Oct 11 04:02:12.335 INFO running `"docker" "start" "-a" "ce82b355e552c17a368e6dddbb455b216f867212d9989683c7ba8a410f02c176"` Oct 11 04:02:13.234 INFO kablam! usermod: no changes Oct 11 04:02:13.265 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 04:02:13.267 INFO kablam! Running /target/debug/deps/compiler-9d4bde1c9d48f9fd Oct 11 04:02:13.269 INFO blam! Oct 11 04:02:13.269 INFO blam! running 2 tests Oct 11 04:02:13.269 INFO blam! test string_table::inserting_same_string_multiple_times_returns_same_pointer ... ok Oct 11 04:02:13.269 INFO kablam! Running /target/debug/deps/compiler-a73141c05a68a80c Oct 11 04:02:13.269 INFO blam! test string_table::inserting_multiple_into_empty_table_returns_successive_indexes ... ok Oct 11 04:02:13.269 INFO blam! Oct 11 04:02:13.269 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.269 INFO blam! Oct 11 04:02:13.271 INFO blam! Oct 11 04:02:13.271 INFO blam! running 0 tests Oct 11 04:02:13.271 INFO blam! Oct 11 04:02:13.271 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.271 INFO blam! Oct 11 04:02:13.271 INFO kablam! Running /target/debug/deps/cfg-4fe83ee75a330e2c Oct 11 04:02:13.273 INFO blam! Oct 11 04:02:13.273 INFO blam! running 21 tests Oct 11 04:02:13.274 INFO blam! test creating_new_block_after_a_block_inserts_new_zero_sized_block ... ok Oct 11 04:02:13.274 INFO blam! test creating_new_block_as_the_last_block_inserts_new_zero_sized_block ... ok Oct 11 04:02:13.274 INFO kablam! Oct 11 04:02:13.274 INFO blam! test inserting_statement_into_end_of_nonzero_block_updates_bb_info_correctly_and_inserts_the_statement ... ok Oct 11 04:02:13.274 INFO kablam! Internal compiler error: Out of bounds basic block insertion: Insertion at position 5 when only 4 basic blocks exists (one past end is allowed) Oct 11 04:02:13.274 INFO blam! test creating_new_block_as_the_first_block_inserts_new_zero_sized_block ... ok Oct 11 04:02:13.274 INFO kablam! Oct 11 04:02:13.274 INFO kablam! This is a bug in the compiler, not in the source file. Oct 11 04:02:13.274 INFO kablam! Oct 11 04:02:13.276 INFO blam! test inserting_statement_into_nonzero_block_updates_bb_info_correctly_and_inserts_the_statement ... ok Oct 11 04:02:13.276 INFO blam! test inserting_statement_into_empty_block_updates_bb_info_correctly_and_inserts_the_statement ... ok Oct 11 04:02:13.276 INFO blam! test jumps_followed_by_labels_generate_correct_bb ... ok Oct 11 04:02:13.277 INFO blam! test label_followed_by_return_generate_correct_bb ... ok Oct 11 04:02:13.277 INFO blam! test labels_followed_by_jumps_generate_correct_bb ... ok Oct 11 04:02:13.277 INFO blam! test labels_start_a_new_block ... ok Oct 11 04:02:13.277 INFO blam! test no_branching_constructs_single_bb ... ok Oct 11 04:02:13.278 INFO blam! test jumps_end_the_block ... ok Oct 11 04:02:13.278 INFO blam! test inserting_statement_into_start_of_nonzero_block_updates_bb_info_correctly_and_inserts_the_statement ... ok Oct 11 04:02:13.280 INFO blam! test removing_statement_from_the_beginning_of_function_updates_cfg_and_function_correctly ... ok Oct 11 04:02:13.280 INFO blam! test return_followed_by_jump_generate_correct_bb ... ok Oct 11 04:02:13.281 INFO blam! test removing_statements_from_block_with_size_of_one_updates_cfg_and_function_correctly ... ok Oct 11 04:02:13.281 INFO blam! test removing_statements_from_multiple_basic_blocks_boundaries_updates_cfg_and_function_correctly ... ok Oct 11 04:02:13.281 INFO blam! test return_followed_by_label_generate_correct_bb ... ok Oct 11 04:02:13.281 INFO blam! test removing_statements_from_multiple_basic_blocks_updates_cfg_and_function_correctly ... ok Oct 11 04:02:13.282 INFO blam! test return_statement_end_the_block ... ok Oct 11 04:02:13.301 INFO blam! test creating_new_block_out_of_bounds_panics ... ok Oct 11 04:02:13.302 INFO blam! Oct 11 04:02:13.302 INFO blam! test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.302 INFO blam! Oct 11 04:02:13.303 INFO kablam! Running /target/debug/deps/conditional_jump_conversion-bbc84a541f731d2c Oct 11 04:02:13.305 INFO blam! Oct 11 04:02:13.305 INFO blam! running 5 tests Oct 11 04:02:13.305 INFO blam! test variable_is_removed_from_phi_function_if_the_edge_is_removed_and_condition_is_false ... ok Oct 11 04:02:13.305 INFO blam! test false_edge_is_removed_and_jump_converted_to_unconditional_if_jump_operand_is_true ... ok Oct 11 04:02:13.306 INFO blam! test variable_is_removed_from_phi_function_if_the_edge_is_removed_and_condition_is_true ... ok Oct 11 04:02:13.309 INFO blam! test true_edge_is_removed_and_jump_removed_if_jump_operand_is_true ... ok Oct 11 04:02:13.309 INFO blam! test phi_functions_are_not_modified_if_no_edges_are_removed ... ok Oct 11 04:02:13.309 INFO blam! Oct 11 04:02:13.309 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.309 INFO blam! Oct 11 04:02:13.310 INFO kablam! Running /target/debug/deps/dead_store-54f155ef6a7bb5b8 Oct 11 04:02:13.314 INFO blam! Oct 11 04:02:13.314 INFO blam! running 4 tests Oct 11 04:02:13.315 INFO blam! test dead_store_is_removed ... ok Oct 11 04:02:13.315 INFO blam! test store_is_not_removed_when_used_in_function_call ... ok Oct 11 04:02:13.315 INFO blam! test dead_return_value_is_removed_without_removing_the_call ... ok Oct 11 04:02:13.316 INFO blam! test return_value_is_not_removed_when_it_is_used ... ok Oct 11 04:02:13.316 INFO blam! Oct 11 04:02:13.316 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.316 INFO blam! Oct 11 04:02:13.317 INFO kablam! Running /target/debug/deps/lexer-32bb7d132cebad92 Oct 11 04:02:13.318 INFO blam! Oct 11 04:02:13.318 INFO blam! running 20 tests Oct 11 04:02:13.319 INFO blam! test lexer_returns_error_token_number_when_number_has_invalid_type_letter ... ok Oct 11 04:02:13.319 INFO blam! test identifiers_are_accepted ... ok Oct 11 04:02:13.319 INFO blam! test parenthesis_and_other_symbols_are_accepted ... ok Oct 11 04:02:13.320 INFO blam! test operators_are_accepted ... ok Oct 11 04:02:13.320 INFO blam! test multiple_decimal_separators_generate_error_tokens ... ok Oct 11 04:02:13.320 INFO blam! test unexpected_escape_characters_produce_correct_tokens ... ok Oct 11 04:02:13.321 INFO blam! test unexpected_starting_symbol_are_ignored ... ok Oct 11 04:02:13.324 INFO blam! test empty_stream_returns_eofs ... ok Oct 11 04:02:13.324 INFO blam! test unexpected_escape_characters_are_reported ... ok Oct 11 04:02:13.325 INFO blam! test unexpected_starting_symbol_are_reported ... ok Oct 11 04:02:13.328 INFO blam! test valid_doubles_are_accepted ... ok Oct 11 04:02:13.329 INFO blam! test invalid_number_type_letter_is_reported ... ok Oct 11 04:02:13.329 INFO blam! test valid_integers_are_accepted ... ok Oct 11 04:02:13.329 INFO blam! test multiple_decimal_separators_are_reported ... ok Oct 11 04:02:13.329 INFO blam! test unterminated_string_is_reported ... ok Oct 11 04:02:13.329 INFO blam! test keywords_are_accepted ... ok Oct 11 04:02:13.330 INFO blam! test strings_are_accepted ... ok Oct 11 04:02:13.330 INFO blam! test unterminated_string_produces_correct_error_tokens ... ok Oct 11 04:02:13.330 INFO blam! test valid_floats_are_accepted ... ok Oct 11 04:02:13.332 INFO blam! test whitespace_does_not_affect_parenthesis ... ok Oct 11 04:02:13.332 INFO blam! Oct 11 04:02:13.332 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.332 INFO blam! Oct 11 04:02:13.333 INFO kablam! Running /target/debug/deps/merge_block-45ff3e66a807a4e4 Oct 11 04:02:13.334 INFO blam! Oct 11 04:02:13.334 INFO blam! running 10 tests Oct 11 04:02:13.335 INFO blam! test merge_of_block_with_conditional_jump_to_block_that_follows_the_original_child_block_is_correct ... ok Oct 11 04:02:13.335 INFO blam! test merge_handles_case_where_successor_block_has_no_label_when_inserting_jumps ... ok Oct 11 04:02:13.335 INFO blam! test merge_of_block_with_conditional_jump_where_false_branch_requires_jump_but_target_block_has_no_label_works ... ok Oct 11 04:02:13.335 INFO blam! test merge_where_child_block_is_empty_works ... ok Oct 11 04:02:13.336 INFO blam! test merging_two_successive_blocks_where_child_is_connected_to_end_and_has_only_label_works ... ok Oct 11 04:02:13.340 INFO blam! test when_merging_two_blocks_where_child_has_only_a_label_and_has_fall_through_to_next_block_jump_is_inserted_and_adjacency_updated_after_merge ... ok Oct 11 04:02:13.340 INFO blam! test merging_two_successive_blocks_where_child_is_connected_to_end_works ... ok Oct 11 04:02:13.340 INFO blam! test merge_of_two_successive_blocks_where_child_has_conditional_jump_and_false_branch_will_follow_the_merged_block_is_correct ... ok Oct 11 04:02:13.341 INFO blam! test merge_where_parent_block_is_empty_works ... ok Oct 11 04:02:13.344 INFO blam! test when_merging_two_blocks_where_child_has_fall_through_to_next_block_jump_is_inserted_and_adjacency_updated_after_merge ... ok Oct 11 04:02:13.344 INFO blam! Oct 11 04:02:13.344 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.344 INFO blam! Oct 11 04:02:13.345 INFO kablam! Running /target/debug/deps/parser-5f4480b8607b3108 Oct 11 04:02:13.360 INFO blam! Oct 11 04:02:13.360 INFO blam! running 36 tests Oct 11 04:02:13.360 INFO blam! test assignment_with_negative_number_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test function_call_without_arguments_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test function_definition_with_parameters_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test function_with_return_with_expression_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test function_call_in_expression_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test function_with_single_variable_declaration_with_complex_initialization_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test function_with_return_without_expression_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test function_with_single_variable_declaration_with_addition_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test empty_function_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test extern_function_definition_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test function_call_with_arguments_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test function_with_single_variable_declaration_with_subtraction_and_addition_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test if_statement_with_else_if_and_else_produces_correct_ast ... ok Oct 11 04:02:13.360 INFO blam! test missing_colon_is_reported_in_function_definition ... ok Oct 11 04:02:13.360 INFO blam! test missing_lbrace_is_reported_in_function_definition ... ok Oct 11 04:02:13.360 INFO blam! test missing_name_is_reported_in_function_definition ... ok Oct 11 04:02:13.360 INFO blam! test missing_lparen_is_reported_in_function_definition ... ok Oct 11 04:02:13.360 INFO blam! test missing_operand_in_arithmetic_operation_is_reported ... ok Oct 11 04:02:13.360 INFO blam! test missing_rbrace_is_reported_in_function_definition ... ok Oct 11 04:02:13.360 INFO blam! test missing_operator_in_arithmetic_operation_is_reported ... ok Oct 11 04:02:13.360 INFO blam! test missing_rparen_is_reported_in_function_definition ... ok Oct 11 04:02:13.360 INFO blam! test missing_variable_type_is_reported_in_function_definition ... ok Oct 11 04:02:13.368 INFO blam! test if_statement_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test single_variable_declaration_with_double_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test simple_less_expression_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test if_statement_with_else_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test single_variable_declaration_with_integer_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test single_variable_declaration_with_boolean_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test single_variable_declaration_with_float_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test while_loop_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test variable_declaration_after_variable_with_missing_declaration_is_handled_correctly ... ok Oct 11 04:02:13.368 INFO blam! test variable_declaration_after_bad_declaration_is_handled_correctly ... ok Oct 11 04:02:13.368 INFO blam! test single_variable_declaration_with_string_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test while_loop_with_complex_expression_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test variable_in_expression_produces_correct_ast ... ok Oct 11 04:02:13.368 INFO blam! test variable_declaration_without_initialization_is_error ... ok Oct 11 04:02:13.368 INFO blam! Oct 11 04:02:13.368 INFO blam! test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.368 INFO blam! Oct 11 04:02:13.369 INFO kablam! Running /target/debug/deps/semcheck-0cbc5a57c8b1bf8d Oct 11 04:02:13.374 INFO blam! Oct 11 04:02:13.374 INFO blam! running 64 tests Oct 11 04:02:13.374 INFO blam! test artihmetic_operation_with_floats_is_allowed ... ok Oct 11 04:02:13.374 INFO blam! test artihmetic_operation_with_doubles_is_allowed ... ok Oct 11 04:02:13.380 INFO blam! test artihmetic_operation_with_integers_is_allowed ... ok Oct 11 04:02:13.380 INFO blam! test assigning_into_function_is_reported ... ok Oct 11 04:02:13.380 INFO blam! test assigning_boolean_is_allowed ... ok Oct 11 04:02:13.380 INFO blam! test concatenation_is_allowed ... ok Oct 11 04:02:13.380 INFO blam! test calling_extern_function_is_accepted ... ok Oct 11 04:02:13.380 INFO blam! test calling_nonexistent_function_is_reported ... ok Oct 11 04:02:13.380 INFO blam! test arithmetic_operation_on_booleans_is_reported ... ok Oct 11 04:02:13.380 INFO blam! test correct_while_loop_is_accepted ... ok Oct 11 04:02:13.380 INFO blam! test declaring_void_variable_is_reported ... ok Oct 11 04:02:13.381 INFO blam! test error_in_while_loop_body_is_handled ... ok Oct 11 04:02:13.381 INFO blam! test error_in_function_argument_is_reported ... ok Oct 11 04:02:13.381 INFO blam! test expression_using_variables_is_allowed ... ok Oct 11 04:02:13.389 INFO blam! test error_in_else_block_is_reported ... ok Oct 11 04:02:13.391 INFO blam! test declaration_of_variable_which_shares_name_with_function_is_reported ... ok Oct 11 04:02:13.391 INFO blam! test error_in_if_statement_true_block_is_reported ... ok Oct 11 04:02:13.392 INFO blam! test extern_function_redefinition_is_reported ... ok Oct 11 04:02:13.397 INFO blam! test extern_function_parameter_name_collision_is_reported ... ok Oct 11 04:02:13.397 INFO blam! test function_parameter_name_collision_is_reported ... ok Oct 11 04:02:13.400 INFO blam! test function_parameter_shadowing_function_is_reported ... ok Oct 11 04:02:13.401 INFO blam! test function_parameters_are_added_to_the_symbol_table_level_of_function_block ... ok Oct 11 04:02:13.401 INFO blam! test if_statement_with_else_is_accepted ... ok Oct 11 04:02:13.401 INFO blam! test if_statement_without_else_is_accepted ... ok Oct 11 04:02:13.401 INFO blam! test negation_of_boolean_is_reported ... ok Oct 11 04:02:13.412 INFO blam! test negation_of_number_is_allowed ... ok Oct 11 04:02:13.412 INFO blam! test if_statement_with_non_boolean_expression_is_reported ... ok Oct 11 04:02:13.412 INFO blam! test negation_of_boolean_variable_is_reported ... ok Oct 11 04:02:13.413 INFO blam! test non_concatenation_arithmetic_operation_on_text_is_reported ... ok Oct 11 04:02:13.413 INFO blam! test redeclaration_of_variable_is_allowed_if_scopes_do_not_overlap ... ok Oct 11 04:02:13.414 INFO blam! test negation_of_string_variable_is_reported ... ok Oct 11 04:02:13.416 INFO blam! test missing_expression_in_return_is_reported_if_function_has_non_void_return_type ... ok Oct 11 04:02:13.420 INFO blam! test redefinition_of_a_function_is_reported ... ok Oct 11 04:02:13.424 INFO blam! test redeclaration_of_variable_is_reported ... ok Oct 11 04:02:13.427 INFO blam! test negation_of_string_is_reported ... ok Oct 11 04:02:13.427 INFO blam! test return_with_correct_expression_type_is_allowed_in_function ... ok Oct 11 04:02:13.427 INFO blam! test extern_function_parameter_shadowing_function_is_reported ... ok Oct 11 04:02:13.427 INFO blam! test return_without_expression_in_void_function_is_allowed ... ok Oct 11 04:02:13.427 INFO blam! test redefinition_of_function_parameter_in_function_body_is_reported ... ok Oct 11 04:02:13.427 INFO blam! test type_error_in_minus_expression_is_reported ... ok Oct 11 04:02:13.428 INFO blam! test type_error_in_division_expression_is_reported ... ok Oct 11 04:02:13.428 INFO blam! test type_error_when_assigning_into_variable_is_reported ... ok Oct 11 04:02:13.434 INFO blam! test returning_value_from_void_function_is_reported ... ok Oct 11 04:02:13.434 INFO blam! test if_statement_with_non_boolean_expression_in_else_if_is_reported ... ok Oct 11 04:02:13.434 INFO blam! test incorrect_type_of_return_expression_is_reported ... ok Oct 11 04:02:13.434 INFO blam! test syntax_error_node_is_handled_correctly ... ok Oct 11 04:02:13.434 INFO blam! test type_error_when_variable_is_declared_is_reported ... ok Oct 11 04:02:13.434 INFO blam! test undeclared_variable_is_reported ... ok Oct 11 04:02:13.434 INFO blam! test type_error_involving_variables_in_expression_is_reported ... ok Oct 11 04:02:13.434 INFO blam! test using_function_as_variable_in_expression_is_reported ... ok Oct 11 04:02:13.434 INFO blam! test using_function_in_expression_is_accepted ... ok Oct 11 04:02:13.437 INFO blam! test using_function_parameters_in_function_is_accepted ... ok Oct 11 04:02:13.437 INFO blam! test type_error_in_plus_expression_is_reported ... ok Oct 11 04:02:13.438 INFO blam! test type_error_in_multiplication_expression_is_reported ... ok Oct 11 04:02:13.438 INFO blam! test using_non_void_function_with_wrong_type_in_expression_is_reported ... ok Oct 11 04:02:13.438 INFO blam! test type_mismatch_with_function_parameter_usage_is_reported ... ok Oct 11 04:02:13.438 INFO blam! test using_variable_as_function_is_reported ... ok Oct 11 04:02:13.438 INFO blam! test void_function_parameter_is_reported ... ok Oct 11 04:02:13.438 INFO blam! test while_loop_with_non_boolean_expression_is_reported ... ok Oct 11 04:02:13.438 INFO blam! test using_void_funtion_in_expression_is_reported ... ok Oct 11 04:02:13.438 INFO blam! test wrong_number_of_function_arguments_is_reported ... ok Oct 11 04:02:13.438 INFO blam! test wrong_type_in_function_argument_is_reported ... ok Oct 11 04:02:13.442 INFO blam! test wrong_number_of_extern_function_arguments_is_reported ... ok Oct 11 04:02:13.443 INFO blam! test valid_function_call_with_arguments_is_accepted ... ok Oct 11 04:02:13.444 INFO blam! Oct 11 04:02:13.444 INFO blam! test result: ok. 64 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.444 INFO blam! Oct 11 04:02:13.447 INFO blam! Oct 11 04:02:13.447 INFO kablam! Running /target/debug/deps/tac_generator-357af964b8951c07 Oct 11 04:02:13.448 INFO blam! running 3 tests Oct 11 04:02:13.448 INFO blam! test function_with_parameters_generates_correct_tac ... ok Oct 11 04:02:13.448 INFO blam! test function_call_generates_correct_tac ... ok Oct 11 04:02:13.448 INFO blam! test program_with_variable_declarations_produces_correct_tac ... ok Oct 11 04:02:13.448 INFO blam! Oct 11 04:02:13.448 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.448 INFO blam! Oct 11 04:02:13.450 INFO kablam! Running /target/debug/deps/test_reporter-755e954e31714a7e Oct 11 04:02:13.453 INFO kablam! Doc-tests compiler Oct 11 04:02:13.453 INFO blam! Oct 11 04:02:13.453 INFO blam! running 0 tests Oct 11 04:02:13.453 INFO blam! Oct 11 04:02:13.453 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:13.453 INFO blam! Oct 11 04:02:14.547 INFO blam! Oct 11 04:02:14.547 INFO blam! running 0 tests Oct 11 04:02:14.547 INFO blam! Oct 11 04:02:14.547 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:02:14.547 INFO blam! Oct 11 04:02:14.554 INFO kablam! su: No module specific data is present Oct 11 04:02:14.793 INFO running `"docker" "rm" "-f" "ce82b355e552c17a368e6dddbb455b216f867212d9989683c7ba8a410f02c176"` Oct 11 04:02:14.855 INFO blam! ce82b355e552c17a368e6dddbb455b216f867212d9989683c7ba8a410f02c176