Oct 16 17:43:41.990 INFO testing asciimath-0.8.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:43:41.990 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 17:43:42.128 INFO blam! 3252d9e0ed5c4d35d91930055bb143c011e63480590bd6f2b5f174779d7352f3 Oct 16 17:43:42.129 INFO running `"docker" "start" "-a" "3252d9e0ed5c4d35d91930055bb143c011e63480590bd6f2b5f174779d7352f3"` Oct 16 17:43:42.675 INFO kablam! usermod: no changes Oct 16 17:43:42.714 INFO kablam! Compiling asciimath v0.8.3 (/source) Oct 16 17:43:44.349 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 16 17:43:44.351 INFO kablam! su: No module specific data is present Oct 16 17:43:44.608 INFO running `"docker" "rm" "-f" "3252d9e0ed5c4d35d91930055bb143c011e63480590bd6f2b5f174779d7352f3"` Oct 16 17:43:44.718 INFO blam! 3252d9e0ed5c4d35d91930055bb143c011e63480590bd6f2b5f174779d7352f3 Oct 16 17:43:44.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 17:43:44.877 INFO blam! 7167ce11e4050afa8b039a95c0e71c062e42b293507cf67f7c3238f70906dfc7 Oct 16 17:43:44.880 INFO running `"docker" "start" "-a" "7167ce11e4050afa8b039a95c0e71c062e42b293507cf67f7c3238f70906dfc7"` Oct 16 17:43:45.386 INFO kablam! usermod: no changes Oct 16 17:43:45.422 INFO kablam! Compiling asciimath v0.8.3 (/source) Oct 16 17:43:46.317 INFO kablam! warning: unused imports: `Evaluate`, `compile` Oct 16 17:43:46.317 INFO kablam! --> tests/lib.rs:2:23 Oct 16 17:43:46.317 INFO kablam! | Oct 16 17:43:46.318 INFO kablam! 2 | use self::asciimath::{compile, eval, CustomFn, Error, Evaluate, Scope}; Oct 16 17:43:46.318 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 16 17:43:46.318 INFO kablam! | Oct 16 17:43:46.319 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:43:46.319 INFO kablam! Oct 16 17:43:46.487 INFO kablam! warning: unused imports: `Evaluate`, `compile` Oct 16 17:43:46.487 INFO kablam! --> tests/lib.rs:2:23 Oct 16 17:43:46.487 INFO kablam! | Oct 16 17:43:46.487 INFO kablam! 2 | use self::asciimath::{compile, eval, CustomFn, Error, Evaluate, Scope}; Oct 16 17:43:46.487 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 16 17:43:46.487 INFO kablam! | Oct 16 17:43:46.487 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:43:46.487 INFO kablam! Oct 16 17:43:46.663 INFO kablam! warning: variable does not need to be mutable Oct 16 17:43:46.664 INFO kablam! --> src/lexer/tests.rs:109:13 Oct 16 17:43:46.664 INFO kablam! | Oct 16 17:43:46.664 INFO kablam! 109 | let mut scope = scope!{ "x" => 0 }; Oct 16 17:43:46.665 INFO kablam! | ----^^^^^ Oct 16 17:43:46.665 INFO kablam! | | Oct 16 17:43:46.665 INFO kablam! | help: remove this `mut` Oct 16 17:43:46.666 INFO kablam! | Oct 16 17:43:46.666 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 17:43:46.666 INFO kablam! Oct 16 17:43:48.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.65s Oct 16 17:43:48.063 INFO kablam! su: No module specific data is present Oct 16 17:43:48.489 INFO running `"docker" "rm" "-f" "7167ce11e4050afa8b039a95c0e71c062e42b293507cf67f7c3238f70906dfc7"` Oct 16 17:43:48.590 INFO blam! 7167ce11e4050afa8b039a95c0e71c062e42b293507cf67f7c3238f70906dfc7 Oct 16 17:43:48.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 17:43:48.841 INFO blam! 3bcd4a3d5dfed745393a5fc8d827dc08d9d51dec5c55ab597ecf9e474425c11f Oct 16 17:43:48.843 INFO running `"docker" "start" "-a" "3bcd4a3d5dfed745393a5fc8d827dc08d9d51dec5c55ab597ecf9e474425c11f"` Oct 16 17:43:49.267 INFO kablam! usermod: no changes Oct 16 17:43:49.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 17:43:49.291 INFO kablam! Running /target/debug/deps/asciimath-bcdfdcf8702d02d9 Oct 16 17:43:49.292 INFO blam! Oct 16 17:43:49.292 INFO blam! running 5 tests Oct 16 17:43:49.293 INFO blam! test lexer::tests::test::lexer_negative_numbers ... ok Oct 16 17:43:49.293 INFO blam! test lexer::tests::test::lexer_word_variables ... ok Oct 16 17:43:49.293 INFO blam! test lexer::tests::test::lexer_floats ... ok Oct 16 17:43:49.293 INFO blam! test lexer::tests::test::test_resolve_vars ... ok Oct 16 17:43:49.295 INFO blam! test lexer::tests::test::test_implicit_multiplication ... ok Oct 16 17:43:49.295 INFO kablam! Running /target/debug/deps/lib-a5111203aded635c Oct 16 17:43:49.295 INFO blam! Oct 16 17:43:49.295 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:43:49.295 INFO blam! Oct 16 17:43:49.295 INFO blam! Oct 16 17:43:49.295 INFO blam! running 17 tests Oct 16 17:43:49.297 INFO blam! test constants ... ok Oct 16 17:43:49.298 INFO blam! test comparison_operators ... ok Oct 16 17:43:49.298 INFO blam! test division_by_zero ... ok Oct 16 17:43:49.298 INFO blam! test func_not_enough_args ... ok Oct 16 17:43:49.298 INFO blam! test func_log ... ok Oct 16 17:43:49.298 INFO blam! test func_max ... ok Oct 16 17:43:49.298 INFO blam! test order_of_operations ... ok Oct 16 17:43:49.298 INFO blam! test paren_mismatch ... ok Oct 16 17:43:49.299 INFO blam! test func_trig ... ok Oct 16 17:43:49.299 INFO blam! test func_min ... ok Oct 16 17:43:49.299 INFO blam! test neg_numbers ... ok Oct 16 17:43:49.300 INFO blam! test simple_vars ... ok Oct 16 17:43:49.300 INFO blam! test single_item ... ok Oct 16 17:43:49.300 INFO blam! test func_nested ... ok Oct 16 17:43:49.301 INFO blam! test user_defined_functions ... ok Oct 16 17:43:49.301 INFO blam! test func_floor_ceil ... ok Oct 16 17:43:49.301 INFO blam! test too_many_brackets ... ok Oct 16 17:43:49.301 INFO blam! Oct 16 17:43:49.301 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:43:49.301 INFO blam! Oct 16 17:43:49.302 INFO kablam! Running /target/debug/deps/mod-d101533966f75f12 Oct 16 17:43:49.304 INFO blam! Oct 16 17:43:49.304 INFO blam! running 17 tests Oct 16 17:43:49.304 INFO blam! test lib::func_min ... ok Oct 16 17:43:49.305 INFO blam! test lib::func_max ... ok Oct 16 17:43:49.305 INFO blam! test lib::func_not_enough_args ... ok Oct 16 17:43:49.305 INFO blam! test lib::comparison_operators ... ok Oct 16 17:43:49.305 INFO blam! test lib::constants ... ok Oct 16 17:43:49.305 INFO blam! test lib::func_log ... ok Oct 16 17:43:49.305 INFO blam! test lib::paren_mismatch ... ok Oct 16 17:43:49.306 INFO blam! test lib::func_trig ... ok Oct 16 17:43:49.306 INFO blam! test lib::func_nested ... ok Oct 16 17:43:49.307 INFO blam! test lib::single_item ... ok Oct 16 17:43:49.307 INFO blam! test lib::order_of_operations ... ok Oct 16 17:43:49.307 INFO blam! test lib::func_floor_ceil ... ok Oct 16 17:43:49.308 INFO blam! test lib::neg_numbers ... ok Oct 16 17:43:49.308 INFO blam! test lib::simple_vars ... ok Oct 16 17:43:49.310 INFO blam! test lib::too_many_brackets ... ok Oct 16 17:43:49.315 INFO blam! test lib::user_defined_functions ... ok Oct 16 17:43:49.315 INFO blam! test lib::division_by_zero ... ok Oct 16 17:43:49.315 INFO blam! Oct 16 17:43:49.315 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:43:49.315 INFO blam! Oct 16 17:43:49.315 INFO kablam! Doc-tests asciimath Oct 16 17:43:50.202 INFO blam! Oct 16 17:43:50.202 INFO blam! running 3 tests Oct 16 17:43:52.247 INFO blam! test src/lib.rs - (line 8) ... ok Oct 16 17:43:52.287 INFO blam! test src/lib.rs - (line 30) ... ok Oct 16 17:43:52.536 INFO blam! test src/lib.rs - (line 53) ... ok Oct 16 17:43:52.537 INFO blam! Oct 16 17:43:52.537 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:43:52.537 INFO blam! Oct 16 17:43:52.550 INFO kablam! su: No module specific data is present Oct 16 17:43:52.761 INFO running `"docker" "rm" "-f" "3bcd4a3d5dfed745393a5fc8d827dc08d9d51dec5c55ab597ecf9e474425c11f"` Oct 16 17:43:52.854 INFO blam! 3bcd4a3d5dfed745393a5fc8d827dc08d9d51dec5c55ab597ecf9e474425c11f