Oct 15 12:33:32.478 INFO testing AntonioCarta/dragon_compiler against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:33:32.479 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12:33:32.737 INFO blam! b63c843290bb247921b3642c71f06a05ce84898816bb68ef883a6ca828714cb3 Oct 15 12:33:32.740 INFO running `"docker" "start" "-a" "b63c843290bb247921b3642c71f06a05ce84898816bb68ef883a6ca828714cb3"` Oct 15 12:33:33.246 INFO kablam! usermod: no changes Oct 15 12:33:33.276 INFO kablam! Compiling mini_compiler v0.1.0 (/source) Oct 15 12:33:33.588 INFO kablam! warning: unused imports: `AddressMode`, `Address` Oct 15 12:33:33.589 INFO kablam! --> src/interpreter.rs:1:30 Oct 15 12:33:33.589 INFO kablam! | Oct 15 12:33:33.589 INFO kablam! 1 | use code_generator::{OpCode, AddressMode, AddressCode, Address, IntermediateRepresentation}; Oct 15 12:33:33.589 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^ Oct 15 12:33:33.589 INFO kablam! | Oct 15 12:33:33.589 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:33:33.589 INFO kablam! Oct 15 12:33:33.904 INFO kablam! warning: method is never used: `new` Oct 15 12:33:33.904 INFO kablam! --> src/lexer.rs:148:5 Oct 15 12:33:33.905 INFO kablam! | Oct 15 12:33:33.905 INFO kablam! 148 | pub fn new() -> Scanner { Oct 15 12:33:33.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:33:33.905 INFO kablam! | Oct 15 12:33:33.906 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:33:33.906 INFO kablam! Oct 15 12:33:33.906 INFO kablam! warning: field is never used: `id` Oct 15 12:33:33.906 INFO kablam! --> src/code_generator.rs:59:9 Oct 15 12:33:33.907 INFO kablam! | Oct 15 12:33:33.907 INFO kablam! 59 | id : i32, Oct 15 12:33:33.907 INFO kablam! | ^^^^^^^^^ Oct 15 12:33:33.907 INFO kablam! Oct 15 12:33:33.907 INFO kablam! warning: field is never used: `stack` Oct 15 12:33:33.907 INFO kablam! --> src/interpreter.rs:5:5 Oct 15 12:33:33.907 INFO kablam! | Oct 15 12:33:33.907 INFO kablam! 5 | stack : Vec, Oct 15 12:33:33.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 12:33:33.907 INFO kablam! Oct 15 12:33:35.166 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 15 12:33:35.168 INFO kablam! su: No module specific data is present Oct 15 12:33:35.784 INFO running `"docker" "rm" "-f" "b63c843290bb247921b3642c71f06a05ce84898816bb68ef883a6ca828714cb3"` Oct 15 12:33:36.203 INFO blam! b63c843290bb247921b3642c71f06a05ce84898816bb68ef883a6ca828714cb3 Oct 15 12:33:36.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12:33:36.868 INFO blam! e4f1b76eee226090e40170c4ba78173213e15a6861ec4875b933263a9a6a6c95 Oct 15 12:33:36.871 INFO running `"docker" "start" "-a" "e4f1b76eee226090e40170c4ba78173213e15a6861ec4875b933263a9a6a6c95"` Oct 15 12:33:37.776 INFO kablam! usermod: no changes Oct 15 12:33:37.811 INFO kablam! Compiling mini_compiler v0.1.0 (/source) Oct 15 12:33:38.401 INFO kablam! warning: unused import: `Scanner` Oct 15 12:33:38.401 INFO kablam! --> src/test/lexer_test.rs:4:13 Oct 15 12:33:38.401 INFO kablam! | Oct 15 12:33:38.401 INFO kablam! 4 | use lexer::{Scanner}; Oct 15 12:33:38.401 INFO kablam! | ^^^^^^^ Oct 15 12:33:38.401 INFO kablam! | Oct 15 12:33:38.401 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:33:38.401 INFO kablam! Oct 15 12:33:38.401 INFO kablam! warning: unused imports: `AddressMode`, `Address` Oct 15 12:33:38.401 INFO kablam! --> src/interpreter.rs:1:30 Oct 15 12:33:38.401 INFO kablam! | Oct 15 12:33:38.401 INFO kablam! 1 | use code_generator::{OpCode, AddressMode, AddressCode, Address, IntermediateRepresentation}; Oct 15 12:33:38.401 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^ Oct 15 12:33:38.401 INFO kablam! Oct 15 12:33:38.808 INFO kablam! warning: method is never used: `new` Oct 15 12:33:38.808 INFO kablam! --> src/lexer.rs:148:5 Oct 15 12:33:38.808 INFO kablam! | Oct 15 12:33:38.808 INFO kablam! 148 | pub fn new() -> Scanner { Oct 15 12:33:38.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:33:38.808 INFO kablam! | Oct 15 12:33:38.809 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:33:38.809 INFO kablam! Oct 15 12:33:38.809 INFO kablam! warning: type alias is never used: `SAst` Oct 15 12:33:38.809 INFO kablam! --> src/test/parser_test.rs:9:5 Oct 15 12:33:38.809 INFO kablam! | Oct 15 12:33:38.809 INFO kablam! 9 | type SAst = Box; Oct 15 12:33:38.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:33:38.809 INFO kablam! Oct 15 12:33:38.809 INFO kablam! warning: function is never used: `add` Oct 15 12:33:38.809 INFO kablam! --> src/test/parser_test.rs:52:5 Oct 15 12:33:38.809 INFO kablam! | Oct 15 12:33:38.809 INFO kablam! 52 | fn add(e1 : NAst, e2 : NAst) -> NAst { nbox(N::Add(e1, e2)) } Oct 15 12:33:38.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:33:38.809 INFO kablam! Oct 15 12:33:38.809 INFO kablam! warning: field is never used: `id` Oct 15 12:33:38.809 INFO kablam! --> src/code_generator.rs:59:9 Oct 15 12:33:38.810 INFO kablam! | Oct 15 12:33:38.810 INFO kablam! 59 | id : i32, Oct 15 12:33:38.810 INFO kablam! | ^^^^^^^^^ Oct 15 12:33:38.810 INFO kablam! Oct 15 12:33:38.810 INFO kablam! warning: field is never used: `stack` Oct 15 12:33:38.810 INFO kablam! --> src/interpreter.rs:5:5 Oct 15 12:33:38.810 INFO kablam! | Oct 15 12:33:38.810 INFO kablam! 5 | stack : Vec, Oct 15 12:33:38.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 12:33:38.810 INFO kablam! Oct 15 12:33:39.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.12s Oct 15 12:33:39.924 INFO kablam! su: No module specific data is present Oct 15 12:33:40.237 INFO running `"docker" "rm" "-f" "e4f1b76eee226090e40170c4ba78173213e15a6861ec4875b933263a9a6a6c95"` Oct 15 12:33:40.350 INFO blam! e4f1b76eee226090e40170c4ba78173213e15a6861ec4875b933263a9a6a6c95 Oct 15 12:33:40.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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" "-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 12:33:40.715 INFO blam! a496595b33e4832a86b6a2fc10036182529ef44e7504e21613840cb904399848 Oct 15 12:33:40.717 INFO running `"docker" "start" "-a" "a496595b33e4832a86b6a2fc10036182529ef44e7504e21613840cb904399848"` Oct 15 12:33:41.802 INFO kablam! usermod: no changes Oct 15 12:33:41.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 12:33:41.847 INFO kablam! Running /target/debug/deps/mini_compiler-57fb273f3824b67c Oct 15 12:33:41.853 INFO blam! Oct 15 12:33:41.853 INFO blam! running 6 tests Oct 15 12:33:41.853 INFO blam! test test::parser_test::test::stmt_test ... ok Oct 15 12:33:41.853 INFO blam! test test::lexer_test::test::basic_test ... ok Oct 15 12:33:41.855 INFO blam! test test::parser_test::test::prog_test ... ok Oct 15 12:33:41.856 INFO blam! test test::parser_test::test::numexpr_test ... ok Oct 15 12:33:41.867 INFO blam! test test::parser_test::test::decl_test ... ok Oct 15 12:33:41.867 INFO kablam! su: No module specific data is present Oct 15 12:33:41.868 INFO blam! test test::parser_test::test::bool_test ... ok Oct 15 12:33:41.868 INFO blam! Oct 15 12:33:41.868 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:33:41.869 INFO blam! Oct 15 12:33:42.465 INFO running `"docker" "rm" "-f" "a496595b33e4832a86b6a2fc10036182529ef44e7504e21613840cb904399848"` Oct 15 12:33:42.683 INFO blam! a496595b33e4832a86b6a2fc10036182529ef44e7504e21613840cb904399848