Oct 14 22:07:53.185 INFO testing dwallach1/Spell-Checker against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:07:53.187 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 22:07:53.623 INFO blam! aaf1b3e4ea87851eaebdbd52f0bcd02754b7ef363eac49bf7734a243d6e434c9 Oct 14 22:07:53.639 INFO running `"docker" "start" "-a" "aaf1b3e4ea87851eaebdbd52f0bcd02754b7ef363eac49bf7734a243d6e434c9"` Oct 14 22:07:55.063 INFO kablam! usermod: no changes Oct 14 22:07:55.111 INFO kablam! Compiling hw2 v0.1.0 (/source) Oct 14 22:07:55.423 INFO kablam! warning: unused imports: `Write`, `stdin`, `stdout` Oct 14 22:07:55.423 INFO kablam! --> src/spell_checker.rs:3:41 Oct 14 22:07:55.423 INFO kablam! | Oct 14 22:07:55.423 INFO kablam! 3 | use std::io::{Read, BufReader, BufRead, stdin, Write, stdout}; Oct 14 22:07:55.423 INFO kablam! | ^^^^^ ^^^^^ ^^^^^^ Oct 14 22:07:55.423 INFO kablam! | Oct 14 22:07:55.427 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:07:55.427 INFO kablam! Oct 14 22:07:55.593 INFO kablam! warning: function is never used: `printer` Oct 14 22:07:55.594 INFO kablam! --> src/spell_checker.rs:31:1 Oct 14 22:07:55.594 INFO kablam! | Oct 14 22:07:55.594 INFO kablam! 31 | fn printer(cache: &Trie, level: usize) { Oct 14 22:07:55.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:07:55.595 INFO kablam! | Oct 14 22:07:55.595 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:07:55.595 INFO kablam! Oct 14 22:07:56.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 14 22:07:56.851 INFO kablam! su: No module specific data is present Oct 14 22:07:57.554 INFO running `"docker" "rm" "-f" "aaf1b3e4ea87851eaebdbd52f0bcd02754b7ef363eac49bf7734a243d6e434c9"` Oct 14 22:07:57.886 INFO blam! aaf1b3e4ea87851eaebdbd52f0bcd02754b7ef363eac49bf7734a243d6e434c9 Oct 14 22:07:57.900 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 22:07:58.367 INFO blam! 179b7abf4c91adc07e7f59cbbfa1f3532e677fbfcc6befc463a60c07d911dcaf Oct 14 22:07:58.399 INFO running `"docker" "start" "-a" "179b7abf4c91adc07e7f59cbbfa1f3532e677fbfcc6befc463a60c07d911dcaf"` Oct 14 22:07:59.392 INFO kablam! usermod: no changes Oct 14 22:07:59.432 INFO kablam! Compiling hw2 v0.1.0 (/source) Oct 14 22:07:59.795 INFO kablam! warning: unused imports: `Write`, `stdin`, `stdout` Oct 14 22:07:59.795 INFO kablam! --> src/spell_checker.rs:3:41 Oct 14 22:07:59.795 INFO kablam! | Oct 14 22:07:59.795 INFO kablam! 3 | use std::io::{Read, BufReader, BufRead, stdin, Write, stdout}; Oct 14 22:07:59.795 INFO kablam! | ^^^^^ ^^^^^ ^^^^^^ Oct 14 22:07:59.795 INFO kablam! | Oct 14 22:07:59.795 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:07:59.795 INFO kablam! Oct 14 22:08:00.044 INFO kablam! warning: function is never used: `printer` Oct 14 22:08:00.044 INFO kablam! --> src/spell_checker.rs:31:1 Oct 14 22:08:00.045 INFO kablam! | Oct 14 22:08:00.045 INFO kablam! 31 | fn printer(cache: &Trie, level: usize) { Oct 14 22:08:00.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:08:00.046 INFO kablam! | Oct 14 22:08:00.046 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:08:00.046 INFO kablam! Oct 14 22:08:01.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 14 22:08:01.523 INFO kablam! su: No module specific data is present Oct 14 22:08:02.067 INFO running `"docker" "rm" "-f" "179b7abf4c91adc07e7f59cbbfa1f3532e677fbfcc6befc463a60c07d911dcaf"` Oct 14 22:08:02.431 INFO blam! 179b7abf4c91adc07e7f59cbbfa1f3532e677fbfcc6befc463a60c07d911dcaf Oct 14 22:08:02.441 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 22:08:02.759 INFO blam! 3f0925d18a9199fb11fecb9e19b0c798a4b8665b8ee5dda74f6c496c1e130b75 Oct 14 22:08:02.771 INFO running `"docker" "start" "-a" "3f0925d18a9199fb11fecb9e19b0c798a4b8665b8ee5dda74f6c496c1e130b75"` Oct 14 22:08:03.803 INFO kablam! usermod: no changes Oct 14 22:08:03.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 22:08:03.859 INFO blam! Oct 14 22:08:03.859 INFO kablam! Running /target/debug/deps/hw2-596ceed95937203b Oct 14 22:08:03.859 INFO blam! running 9 tests Oct 14 22:08:03.867 INFO blam! test spell_checker::dict_tests::assert_correct_choice ... ok Oct 14 22:08:03.867 INFO blam! test file_loading_tests::assert_load ... ok Oct 14 22:08:03.867 INFO blam! test spell_checker::dict_tests::assert_candidates ... ok Oct 14 22:08:03.867 INFO blam! test spell_checker::dict_tests::assert_counts ... ok Oct 14 22:08:03.867 INFO blam! test spell_checker::dict_tests::assert_slices ... ok Oct 14 22:08:03.867 INFO blam! test spell_checker::dict_tests::assert_probability ... ok Oct 14 22:08:03.875 INFO blam! test spell_checker::dict_tests::assert_correct ... ok Oct 14 22:08:03.875 INFO blam! test spell_checker::dict_tests::assert_wordp ... ok Oct 14 22:08:03.907 INFO blam! test file_loading_tests::assert_panic_bad_file ... ok Oct 14 22:08:03.907 INFO blam! Oct 14 22:08:03.908 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:08:03.908 INFO blam! Oct 14 22:08:03.915 INFO kablam! su: No module specific data is present Oct 14 22:08:05.069 INFO running `"docker" "rm" "-f" "3f0925d18a9199fb11fecb9e19b0c798a4b8665b8ee5dda74f6c496c1e130b75"` Oct 14 22:08:05.271 INFO blam! 3f0925d18a9199fb11fecb9e19b0c798a4b8665b8ee5dda74f6c496c1e130b75