Oct 12 05:47:37.897 INFO testing asciimath-0.8.3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 05:47:37.897 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 05:47:38.186 INFO blam! ee865065e30db32db664cd1ad75054d62831ad82d9aba93a910f166129e11642 Oct 12 05:47:38.188 INFO running `"docker" "start" "-a" "ee865065e30db32db664cd1ad75054d62831ad82d9aba93a910f166129e11642"` Oct 12 05:47:38.658 INFO kablam! usermod: no changes Oct 12 05:47:38.708 INFO kablam! Compiling asciimath v0.8.3 (/source) Oct 12 05:47:39.891 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 12 05:47:39.896 INFO kablam! su: No module specific data is present Oct 12 05:47:40.197 INFO running `"docker" "rm" "-f" "ee865065e30db32db664cd1ad75054d62831ad82d9aba93a910f166129e11642"` Oct 12 05:47:40.268 INFO blam! ee865065e30db32db664cd1ad75054d62831ad82d9aba93a910f166129e11642 Oct 12 05:47:40.273 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 05:47:40.440 INFO blam! 43f9f6b33fa628d8b93f58abfdf24134d1c3b999e1f9675cae39686fe39baaaf Oct 12 05:47:40.441 INFO running `"docker" "start" "-a" "43f9f6b33fa628d8b93f58abfdf24134d1c3b999e1f9675cae39686fe39baaaf"` Oct 12 05:47:40.970 INFO kablam! usermod: no changes Oct 12 05:47:41.002 INFO kablam! Compiling asciimath v0.8.3 (/source) Oct 12 05:47:41.188 INFO kablam! warning: unused imports: `Evaluate`, `compile` Oct 12 05:47:41.188 INFO kablam! --> tests/lib.rs:2:23 Oct 12 05:47:41.188 INFO kablam! | Oct 12 05:47:41.188 INFO kablam! 2 | use self::asciimath::{compile, eval, CustomFn, Error, Evaluate, Scope}; Oct 12 05:47:41.188 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 12 05:47:41.188 INFO kablam! | Oct 12 05:47:41.188 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:47:41.188 INFO kablam! Oct 12 05:47:41.203 INFO kablam! warning: unused imports: `Evaluate`, `compile` Oct 12 05:47:41.203 INFO kablam! --> tests/lib.rs:2:23 Oct 12 05:47:41.203 INFO kablam! | Oct 12 05:47:41.203 INFO kablam! 2 | use self::asciimath::{compile, eval, CustomFn, Error, Evaluate, Scope}; Oct 12 05:47:41.203 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 12 05:47:41.203 INFO kablam! | Oct 12 05:47:41.203 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:47:41.203 INFO kablam! Oct 12 05:47:41.506 INFO kablam! warning: variable does not need to be mutable Oct 12 05:47:41.506 INFO kablam! --> src/lexer/tests.rs:109:13 Oct 12 05:47:41.506 INFO kablam! | Oct 12 05:47:41.507 INFO kablam! 109 | let mut scope = scope!{ "x" => 0 }; Oct 12 05:47:41.507 INFO kablam! | ----^^^^^ Oct 12 05:47:41.507 INFO kablam! | | Oct 12 05:47:41.507 INFO kablam! | help: remove this `mut` Oct 12 05:47:41.507 INFO kablam! | Oct 12 05:47:41.507 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 05:47:41.507 INFO kablam! Oct 12 05:47:42.626 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 12 05:47:42.628 INFO kablam! su: No module specific data is present Oct 12 05:47:42.941 INFO running `"docker" "rm" "-f" "43f9f6b33fa628d8b93f58abfdf24134d1c3b999e1f9675cae39686fe39baaaf"` Oct 12 05:47:43.186 INFO blam! 43f9f6b33fa628d8b93f58abfdf24134d1c3b999e1f9675cae39686fe39baaaf Oct 12 05:47:43.190 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 05:47:43.503 INFO blam! 2cde7477e3125ecf4bafb00c3a0ec2d6e400cc0252ffc9b3f49f61672393bf01 Oct 12 05:47:43.505 INFO running `"docker" "start" "-a" "2cde7477e3125ecf4bafb00c3a0ec2d6e400cc0252ffc9b3f49f61672393bf01"` Oct 12 05:47:43.986 INFO kablam! usermod: no changes Oct 12 05:47:44.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 05:47:44.013 INFO kablam! Running /target/debug/deps/asciimath-1562a7221c2ca3ba Oct 12 05:47:44.015 INFO blam! Oct 12 05:47:44.015 INFO blam! running 5 tests Oct 12 05:47:44.016 INFO blam! test lexer::tests::test::lexer_floats ... ok Oct 12 05:47:44.016 INFO blam! test lexer::tests::test::lexer_word_variables ... ok Oct 12 05:47:44.016 INFO blam! test lexer::tests::test::test_resolve_vars ... ok Oct 12 05:47:44.016 INFO blam! test lexer::tests::test::lexer_negative_numbers ... ok Oct 12 05:47:44.017 INFO blam! test lexer::tests::test::test_implicit_multiplication ... ok Oct 12 05:47:44.017 INFO kablam! Running /target/debug/deps/lib-270ee0676899370f Oct 12 05:47:44.017 INFO blam! Oct 12 05:47:44.017 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:47:44.017 INFO blam! Oct 12 05:47:44.021 INFO blam! Oct 12 05:47:44.021 INFO blam! running 17 tests Oct 12 05:47:44.025 INFO blam! test comparison_operators ... ok Oct 12 05:47:44.025 INFO blam! test constants ... ok Oct 12 05:47:44.026 INFO blam! test func_max ... ok Oct 12 05:47:44.026 INFO blam! test func_log ... ok Oct 12 05:47:44.026 INFO blam! test func_trig ... ok Oct 12 05:47:44.026 INFO blam! test neg_numbers ... ok Oct 12 05:47:44.026 INFO blam! test simple_vars ... ok Oct 12 05:47:44.027 INFO blam! test func_min ... ok Oct 12 05:47:44.027 INFO blam! test division_by_zero ... ok Oct 12 05:47:44.027 INFO blam! test paren_mismatch ... ok Oct 12 05:47:44.027 INFO blam! test func_not_enough_args ... ok Oct 12 05:47:44.027 INFO blam! test func_nested ... ok Oct 12 05:47:44.027 INFO blam! test single_item ... ok Oct 12 05:47:44.028 INFO blam! test too_many_brackets ... ok Oct 12 05:47:44.028 INFO blam! test user_defined_functions ... ok Oct 12 05:47:44.028 INFO blam! test func_floor_ceil ... ok Oct 12 05:47:44.028 INFO blam! test order_of_operations ... ok Oct 12 05:47:44.028 INFO blam! Oct 12 05:47:44.028 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:47:44.028 INFO blam! Oct 12 05:47:44.029 INFO kablam! Running /target/debug/deps/mod-d582a32ea17f94ad Oct 12 05:47:44.032 INFO blam! Oct 12 05:47:44.032 INFO blam! running 17 tests Oct 12 05:47:44.033 INFO blam! test lib::constants ... ok Oct 12 05:47:44.033 INFO blam! test lib::func_floor_ceil ... ok Oct 12 05:47:44.036 INFO blam! test lib::comparison_operators ... ok Oct 12 05:47:44.036 INFO blam! test lib::func_max ... ok Oct 12 05:47:44.036 INFO blam! test lib::func_log ... ok Oct 12 05:47:44.036 INFO blam! test lib::func_not_enough_args ... ok Oct 12 05:47:44.036 INFO blam! test lib::division_by_zero ... ok Oct 12 05:47:44.036 INFO blam! test lib::func_min ... ok Oct 12 05:47:44.036 INFO blam! test lib::func_nested ... ok Oct 12 05:47:44.037 INFO blam! test lib::neg_numbers ... ok Oct 12 05:47:44.038 INFO blam! test lib::func_trig ... ok Oct 12 05:47:44.038 INFO blam! test lib::paren_mismatch ... ok Oct 12 05:47:44.038 INFO blam! test lib::order_of_operations ... ok Oct 12 05:47:44.038 INFO blam! test lib::single_item ... ok Oct 12 05:47:44.039 INFO blam! test lib::simple_vars ... ok Oct 12 05:47:44.040 INFO blam! test lib::user_defined_functions ... ok Oct 12 05:47:44.040 INFO blam! test lib::too_many_brackets ... ok Oct 12 05:47:44.040 INFO blam! Oct 12 05:47:44.040 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:47:44.040 INFO blam! Oct 12 05:47:44.044 INFO kablam! Doc-tests asciimath Oct 12 05:47:44.252 INFO blam! Oct 12 05:47:44.252 INFO blam! running 3 tests Oct 12 05:47:45.520 INFO blam! test src/lib.rs - (line 8) ... ok Oct 12 05:47:45.532 INFO blam! test src/lib.rs - (line 30) ... ok Oct 12 05:47:45.543 INFO blam! test src/lib.rs - (line 53) ... ok Oct 12 05:47:45.543 INFO blam! Oct 12 05:47:45.543 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:47:45.543 INFO blam! Oct 12 05:47:45.564 INFO kablam! su: No module specific data is present Oct 12 05:47:45.960 INFO running `"docker" "rm" "-f" "2cde7477e3125ecf4bafb00c3a0ec2d6e400cc0252ffc9b3f49f61672393bf01"` Oct 12 05:47:46.112 INFO blam! 2cde7477e3125ecf4bafb00c3a0ec2d6e400cc0252ffc9b3f49f61672393bf01