Oct 12 05:47:40.729 INFO testing asciimath-0.8.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 05:47:40.729 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 05:47:40.913 INFO blam! b0eef9bd99b3d8e37af268925076c064a712969fabb5cf403a5cc2653a059ec6 Oct 12 05:47:40.915 INFO running `"docker" "start" "-a" "b0eef9bd99b3d8e37af268925076c064a712969fabb5cf403a5cc2653a059ec6"` Oct 12 05:47:41.624 INFO kablam! usermod: no changes Oct 12 05:47:41.672 INFO kablam! Compiling asciimath v0.8.3 (/source) Oct 12 05:47:43.450 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 12 05:47:43.453 INFO kablam! su: No module specific data is present Oct 12 05:47:43.685 INFO running `"docker" "rm" "-f" "b0eef9bd99b3d8e37af268925076c064a712969fabb5cf403a5cc2653a059ec6"` Oct 12 05:47:43.791 INFO blam! b0eef9bd99b3d8e37af268925076c064a712969fabb5cf403a5cc2653a059ec6 Oct 12 05:47:43.794 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 05:47:44.004 INFO blam! aa9e4ebc18517443f5a829f40c104fcd37223e998787efc96ea623aaaadfeb83 Oct 12 05:47:44.008 INFO running `"docker" "start" "-a" "aa9e4ebc18517443f5a829f40c104fcd37223e998787efc96ea623aaaadfeb83"` Oct 12 05:47:44.701 INFO kablam! usermod: no changes Oct 12 05:47:44.739 INFO kablam! Compiling asciimath v0.8.3 (/source) Oct 12 05:47:45.894 INFO kablam! warning: unused imports: `Evaluate`, `compile` Oct 12 05:47:45.894 INFO kablam! --> tests/lib.rs:2:23 Oct 12 05:47:45.894 INFO kablam! | Oct 12 05:47:45.894 INFO kablam! 2 | use self::asciimath::{compile, eval, CustomFn, Error, Evaluate, Scope}; Oct 12 05:47:45.894 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 12 05:47:45.894 INFO kablam! | Oct 12 05:47:45.894 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:47:45.894 INFO kablam! Oct 12 05:47:45.984 INFO kablam! warning: unused imports: `Evaluate`, `compile` Oct 12 05:47:45.985 INFO kablam! --> tests/lib.rs:2:23 Oct 12 05:47:45.985 INFO kablam! | Oct 12 05:47:45.985 INFO kablam! 2 | use self::asciimath::{compile, eval, CustomFn, Error, Evaluate, Scope}; Oct 12 05:47:45.985 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 12 05:47:45.985 INFO kablam! | Oct 12 05:47:45.985 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:47:45.985 INFO kablam! Oct 12 05:47:46.188 INFO kablam! warning: variable does not need to be mutable Oct 12 05:47:46.188 INFO kablam! --> src/lexer/tests.rs:109:13 Oct 12 05:47:46.188 INFO kablam! | Oct 12 05:47:46.188 INFO kablam! 109 | let mut scope = scope!{ "x" => 0 }; Oct 12 05:47:46.188 INFO kablam! | ----^^^^^ Oct 12 05:47:46.188 INFO kablam! | | Oct 12 05:47:46.188 INFO kablam! | help: remove this `mut` Oct 12 05:47:46.188 INFO kablam! | Oct 12 05:47:46.188 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 05:47:46.188 INFO kablam! Oct 12 05:47:47.346 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.62s Oct 12 05:47:47.349 INFO kablam! su: No module specific data is present Oct 12 05:47:47.608 INFO running `"docker" "rm" "-f" "aa9e4ebc18517443f5a829f40c104fcd37223e998787efc96ea623aaaadfeb83"` Oct 12 05:47:47.774 INFO blam! aa9e4ebc18517443f5a829f40c104fcd37223e998787efc96ea623aaaadfeb83 Oct 12 05:47:47.779 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 05:47:48.110 INFO blam! dba6fbfba66f80444810e021c0be674a420ca0676eb03f2ff921f0f597e6e150 Oct 12 05:47:48.113 INFO running `"docker" "start" "-a" "dba6fbfba66f80444810e021c0be674a420ca0676eb03f2ff921f0f597e6e150"` Oct 12 05:47:48.680 INFO kablam! usermod: no changes Oct 12 05:47:48.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 05:47:48.746 INFO kablam! Running /target/debug/deps/asciimath-bcdfdcf8702d02d9 Oct 12 05:47:48.747 INFO blam! Oct 12 05:47:48.747 INFO blam! running 5 tests Oct 12 05:47:48.747 INFO blam! test lexer::tests::test::lexer_floats ... ok Oct 12 05:47:48.747 INFO blam! test lexer::tests::test::lexer_negative_numbers ... ok Oct 12 05:47:48.752 INFO blam! test lexer::tests::test::test_resolve_vars ... ok Oct 12 05:47:48.753 INFO kablam! Running /target/debug/deps/lib-a5111203aded635c Oct 12 05:47:48.753 INFO blam! test lexer::tests::test::test_implicit_multiplication ... ok Oct 12 05:47:48.753 INFO blam! test lexer::tests::test::lexer_word_variables ... ok Oct 12 05:47:48.753 INFO blam! Oct 12 05:47:48.753 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:47:48.753 INFO blam! Oct 12 05:47:48.761 INFO blam! Oct 12 05:47:48.761 INFO blam! running 17 tests Oct 12 05:47:48.762 INFO blam! test func_floor_ceil ... ok Oct 12 05:47:48.762 INFO blam! test division_by_zero ... ok Oct 12 05:47:48.763 INFO blam! test constants ... ok Oct 12 05:47:48.763 INFO blam! test func_log ... ok Oct 12 05:47:48.763 INFO blam! test comparison_operators ... ok Oct 12 05:47:48.763 INFO blam! test paren_mismatch ... ok Oct 12 05:47:48.763 INFO blam! test order_of_operations ... ok Oct 12 05:47:48.763 INFO blam! test neg_numbers ... ok Oct 12 05:47:48.763 INFO blam! test func_not_enough_args ... ok Oct 12 05:47:48.763 INFO blam! test func_trig ... ok Oct 12 05:47:48.765 INFO blam! test simple_vars ... ok Oct 12 05:47:48.765 INFO blam! test single_item ... ok Oct 12 05:47:48.765 INFO blam! test too_many_brackets ... ok Oct 12 05:47:48.765 INFO blam! test func_nested ... ok Oct 12 05:47:48.765 INFO blam! test func_min ... ok Oct 12 05:47:48.765 INFO blam! test func_max ... ok Oct 12 05:47:48.767 INFO blam! test user_defined_functions ... ok Oct 12 05:47:48.767 INFO blam! Oct 12 05:47:48.767 INFO kablam! Running /target/debug/deps/mod-d101533966f75f12 Oct 12 05:47:48.767 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:47:48.767 INFO blam! Oct 12 05:47:48.768 INFO blam! Oct 12 05:47:48.768 INFO blam! running 17 tests Oct 12 05:47:48.770 INFO blam! test lib::func_min ... ok Oct 12 05:47:48.770 INFO blam! test lib::division_by_zero ... ok Oct 12 05:47:48.770 INFO blam! test lib::func_log ... ok Oct 12 05:47:48.770 INFO blam! test lib::func_floor_ceil ... ok Oct 12 05:47:48.770 INFO blam! test lib::func_max ... ok Oct 12 05:47:48.771 INFO blam! test lib::constants ... ok Oct 12 05:47:48.771 INFO blam! test lib::func_nested ... ok Oct 12 05:47:48.771 INFO blam! test lib::simple_vars ... ok Oct 12 05:47:48.771 INFO blam! test lib::too_many_brackets ... ok Oct 12 05:47:48.772 INFO blam! test lib::user_defined_functions ... ok Oct 12 05:47:48.772 INFO blam! test lib::single_item ... ok Oct 12 05:47:48.772 INFO blam! test lib::paren_mismatch ... ok Oct 12 05:47:48.774 INFO blam! test lib::order_of_operations ... ok Oct 12 05:47:48.774 INFO blam! test lib::func_not_enough_args ... ok Oct 12 05:47:48.774 INFO blam! test lib::comparison_operators ... ok Oct 12 05:47:48.774 INFO blam! test lib::neg_numbers ... ok Oct 12 05:47:48.774 INFO blam! test lib::func_trig ... ok Oct 12 05:47:48.774 INFO blam! Oct 12 05:47:48.774 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:47:48.774 INFO blam! Oct 12 05:47:48.776 INFO kablam! Doc-tests asciimath Oct 12 05:47:50.039 INFO blam! Oct 12 05:47:50.039 INFO blam! running 3 tests Oct 12 05:47:52.186 INFO blam! test src/lib.rs - (line 30) ... ok Oct 12 05:47:52.399 INFO blam! test src/lib.rs - (line 53) ... ok Oct 12 05:47:52.443 INFO blam! test src/lib.rs - (line 8) ... ok Oct 12 05:47:52.443 INFO blam! Oct 12 05:47:52.443 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:47:52.443 INFO blam! Oct 12 05:47:52.460 INFO kablam! su: No module specific data is present Oct 12 05:47:52.916 INFO running `"docker" "rm" "-f" "dba6fbfba66f80444810e021c0be674a420ca0676eb03f2ff921f0f597e6e150"` Oct 12 05:47:53.027 INFO blam! dba6fbfba66f80444810e021c0be674a420ca0676eb03f2ff921f0f597e6e150