Oct 12 21:36:18.777 INFO testing thomaswall/tank-hunter against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:36:18.779 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 12 21:36:19.225 INFO blam! 5d364c93b08a71ed52514bbef59ceac5f2f8f864022ac114005ea1957ab3b51b Oct 12 21:36:19.227 INFO running `"docker" "start" "-a" "5d364c93b08a71ed52514bbef59ceac5f2f8f864022ac114005ea1957ab3b51b"` Oct 12 21:36:21.450 INFO kablam! usermod: no changes Oct 12 21:36:21.615 INFO kablam! Compiling siphasher v0.2.0 Oct 12 21:36:21.615 INFO kablam! Compiling libc v0.2.20 Oct 12 21:36:21.615 INFO kablam! Compiling rustc-serialize v0.3.22 Oct 12 21:36:21.615 INFO kablam! Compiling mac v0.0.2 Oct 12 21:36:21.615 INFO kablam! Compiling serde v0.8.23 Oct 12 21:36:21.615 INFO kablam! Compiling bit-vec v0.4.3 Oct 12 21:36:21.616 INFO kablam! Compiling route-recognizer v0.1.11 Oct 12 21:36:21.616 INFO kablam! Compiling utf-8 v0.6.0 Oct 12 21:36:22.852 INFO kablam! Compiling url v1.3.0 Oct 12 21:36:24.920 INFO kablam! Compiling futf v0.1.2 Oct 12 21:36:27.395 INFO kablam! Compiling phf_shared v0.7.21 Oct 12 21:36:27.411 INFO kablam! Compiling bit-set v0.4.0 Oct 12 21:36:27.411 INFO kablam! Compiling rand v0.3.15 Oct 12 21:36:27.487 INFO kablam! Compiling time v0.1.36 Oct 12 21:36:28.779 INFO kablam! Compiling thread-id v2.0.0 Oct 12 21:36:29.691 INFO kablam! Compiling memchr v0.1.11 Oct 12 21:36:29.863 INFO kablam! Compiling num_cpus v1.2.1 Oct 12 21:36:30.140 INFO kablam! Compiling num_cpus v0.2.13 Oct 12 21:36:31.351 INFO kablam! Compiling tendril v0.2.3 Oct 12 21:36:31.847 INFO kablam! Compiling thread_local v0.2.7 Oct 12 21:36:37.023 INFO kablam! Compiling phf v0.7.21 Oct 12 21:36:37.673 INFO kablam! Compiling aho-corasick v0.5.3 Oct 12 21:36:38.751 INFO kablam! Compiling cookie v0.2.5 Oct 12 21:36:38.998 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 21:36:39.819 INFO kablam! Compiling string_cache v0.2.29 Oct 12 21:36:39.819 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 21:36:41.683 INFO kablam! Compiling regex v0.1.80 Oct 12 21:36:51.603 INFO kablam! Compiling html5ever v0.5.4 Oct 12 21:36:51.603 INFO kablam! Compiling conduit-mime-types v0.7.3 Oct 12 21:36:51.603 INFO kablam! Compiling hyper v0.9.14 Oct 12 21:36:51.603 INFO kablam! Compiling hyper v0.10.0 Oct 12 21:37:06.391 INFO kablam! Compiling classifier v0.0.3 Oct 12 21:37:22.729 INFO kablam! Compiling iron v0.4.0 Oct 12 21:37:25.646 INFO kablam! Compiling router v0.4.0 Oct 12 21:37:30.673 INFO kablam! Compiling select v0.3.0 Oct 12 21:37:34.853 INFO kablam! Compiling tank-hunter v0.1.0 (/source) Oct 12 21:37:35.614 INFO kablam! warning: unused imports: `Attr`, `Predicate` Oct 12 21:37:35.614 INFO kablam! --> src/main.rs:25:25 Oct 12 21:37:35.614 INFO kablam! | Oct 12 21:37:35.614 INFO kablam! 25 | use select::predicate::{Predicate, Attr, Class, Name}; Oct 12 21:37:35.614 INFO kablam! | ^^^^^^^^^ ^^^^ Oct 12 21:37:35.614 INFO kablam! | Oct 12 21:37:35.614 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:37:35.614 INFO kablam! Oct 12 21:37:35.783 INFO kablam! warning: unused variable: `err` Oct 12 21:37:35.783 INFO kablam! --> src/main.rs:113:21 Oct 12 21:37:35.784 INFO kablam! | Oct 12 21:37:35.784 INFO kablam! 113 | Err(err) => panic!("Unable to open file!") Oct 12 21:37:35.784 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 21:37:35.785 INFO kablam! | Oct 12 21:37:35.785 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:37:35.785 INFO kablam! Oct 12 21:37:35.786 INFO kablam! warning: value assigned to `nb` is never read Oct 12 21:37:35.786 INFO kablam! --> src/main.rs:73:13 Oct 12 21:37:35.786 INFO kablam! | Oct 12 21:37:35.786 INFO kablam! 73 | let mut nb = Arc::new(Mutex::new(NaiveBayes::new())); Oct 12 21:37:35.787 INFO kablam! | ^^ Oct 12 21:37:35.787 INFO kablam! | Oct 12 21:37:35.788 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 21:37:35.788 INFO kablam! Oct 12 21:37:35.788 INFO kablam! warning: unused variable: `err` Oct 12 21:37:35.788 INFO kablam! --> src/main.rs:79:13 Oct 12 21:37:35.789 INFO kablam! | Oct 12 21:37:35.789 INFO kablam! 79 | Err(err) => { Oct 12 21:37:35.789 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 21:37:35.790 INFO kablam! Oct 12 21:37:35.790 INFO kablam! warning: unused variable: `value` Oct 12 21:37:35.790 INFO kablam! --> src/main.rs:188:21 Oct 12 21:37:35.791 INFO kablam! | Oct 12 21:37:35.791 INFO kablam! 188 | for (index, value) in (0..max).enumerate() { Oct 12 21:37:35.791 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 12 21:37:35.791 INFO kablam! Oct 12 21:37:35.792 INFO kablam! warning: unused variable: `index` Oct 12 21:37:35.792 INFO kablam! --> src/main.rs:209:14 Oct 12 21:37:35.792 INFO kablam! | Oct 12 21:37:35.793 INFO kablam! 209 | for (index, value) in (0..max).enumerate() { Oct 12 21:37:35.793 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 12 21:37:35.793 INFO kablam! Oct 12 21:37:35.793 INFO kablam! warning: unused variable: `value` Oct 12 21:37:35.794 INFO kablam! --> src/main.rs:209:21 Oct 12 21:37:35.794 INFO kablam! | Oct 12 21:37:35.794 INFO kablam! 209 | for (index, value) in (0..max).enumerate() { Oct 12 21:37:35.795 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 12 21:37:35.795 INFO kablam! Oct 12 21:37:35.795 INFO kablam! warning: unused variable: `new_time` Oct 12 21:37:35.796 INFO kablam! --> src/main.rs:244:17 Oct 12 21:37:35.796 INFO kablam! | Oct 12 21:37:35.796 INFO kablam! 244 | let new_time = time::get_time().sec; Oct 12 21:37:35.796 INFO kablam! | ^^^^^^^^ help: consider using `_new_time` instead Oct 12 21:37:35.797 INFO kablam! Oct 12 21:37:35.797 INFO kablam! warning: unused variable: `body` Oct 12 21:37:35.797 INFO kablam! --> src/main.rs:335:13 Oct 12 21:37:35.798 INFO kablam! | Oct 12 21:37:35.798 INFO kablam! 335 | let body = block.find(Name("blockquote")).first().unwrap().text(); Oct 12 21:37:35.798 INFO kablam! | ^^^^ help: consider using `_body` instead Oct 12 21:37:35.802 INFO kablam! Oct 12 21:37:35.803 INFO kablam! warning: unused variable: `err` Oct 12 21:37:35.803 INFO kablam! --> src/main.rs:370:17 Oct 12 21:37:35.803 INFO kablam! | Oct 12 21:37:35.804 INFO kablam! 370 | Err(err) => panic!("Unable to open file!") Oct 12 21:37:35.804 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 21:37:35.804 INFO kablam! Oct 12 21:37:35.805 INFO kablam! warning: unused variable: `err` Oct 12 21:37:35.805 INFO kablam! --> src/main.rs:378:17 Oct 12 21:37:35.805 INFO kablam! | Oct 12 21:37:35.805 INFO kablam! 378 | Err(err) => panic!("Unable to open file!") Oct 12 21:37:35.806 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 21:37:35.806 INFO kablam! Oct 12 21:37:35.835 INFO kablam! warning: variable does not need to be mutable Oct 12 21:37:35.836 INFO kablam! --> src/main.rs:203:25 Oct 12 21:37:35.836 INFO kablam! | Oct 12 21:37:35.836 INFO kablam! 203 | let mut listings = get_listings_on_page(document); Oct 12 21:37:35.836 INFO kablam! | ----^^^^^^^^ Oct 12 21:37:35.837 INFO kablam! | | Oct 12 21:37:35.837 INFO kablam! | help: remove this `mut` Oct 12 21:37:35.837 INFO kablam! | Oct 12 21:37:35.838 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:37:35.838 INFO kablam! Oct 12 21:37:35.838 INFO kablam! warning: variable does not need to be mutable Oct 12 21:37:35.838 INFO kablam! --> src/main.rs:203:25 Oct 12 21:37:35.839 INFO kablam! | Oct 12 21:37:35.839 INFO kablam! 203 | let mut listings = get_listings_on_page(document); Oct 12 21:37:35.839 INFO kablam! | ----^^^^^^^^ Oct 12 21:37:35.840 INFO kablam! | | Oct 12 21:37:35.840 INFO kablam! | help: remove this `mut` Oct 12 21:37:35.840 INFO kablam! Oct 12 21:37:35.840 INFO kablam! warning: variable does not need to be mutable Oct 12 21:37:35.841 INFO kablam! --> src/main.rs:260:9 Oct 12 21:37:35.841 INFO kablam! | Oct 12 21:37:35.841 INFO kablam! 260 | let mut all_links : Vec = json::decode(&st).unwrap(); Oct 12 21:37:35.842 INFO kablam! | ----^^^^^^^^^ Oct 12 21:37:35.842 INFO kablam! | | Oct 12 21:37:35.842 INFO kablam! | help: remove this `mut` Oct 12 21:37:35.842 INFO kablam! Oct 12 21:37:35.851 INFO kablam! warning: variable does not need to be mutable Oct 12 21:37:35.851 INFO kablam! --> src/main.rs:381:13 Oct 12 21:37:35.851 INFO kablam! | Oct 12 21:37:35.852 INFO kablam! 381 | let mut nb2 = NaiveBayes::from_json(&s); Oct 12 21:37:35.852 INFO kablam! | ----^^^ Oct 12 21:37:35.852 INFO kablam! | | Oct 12 21:37:35.853 INFO kablam! | help: remove this `mut` Oct 12 21:37:35.853 INFO kablam! Oct 12 21:37:35.853 INFO kablam! warning: structure field `allMsgs` should have a snake case name such as `all_msgs` Oct 12 21:37:35.854 INFO kablam! --> src/main.rs:59:5 Oct 12 21:37:35.854 INFO kablam! | Oct 12 21:37:35.854 INFO kablam! 59 | allMsgs: &'a Vec Oct 12 21:37:35.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:35.855 INFO kablam! | Oct 12 21:37:35.855 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:37:35.855 INFO kablam! Oct 12 21:37:35.856 INFO kablam! warning: type `JSON_CONTAINER` should have a camel case name such as `JsonContainer` Oct 12 21:37:35.856 INFO kablam! --> src/main.rs:63:1 Oct 12 21:37:35.856 INFO kablam! | Oct 12 21:37:35.856 INFO kablam! 63 | / pub struct JSON_CONTAINER { Oct 12 21:37:35.857 INFO kablam! 64 | | all_apartments: Vec, Oct 12 21:37:35.857 INFO kablam! 65 | | } Oct 12 21:37:35.857 INFO kablam! | |_^ Oct 12 21:37:35.857 INFO kablam! | Oct 12 21:37:35.858 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 21:37:35.858 INFO kablam! Oct 12 21:37:35.867 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:35.867 INFO kablam! --> src/main.rs:76:13 Oct 12 21:37:35.867 INFO kablam! | Oct 12 21:37:35.868 INFO kablam! 76 | f.read_to_string(&mut model); Oct 12 21:37:35.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:35.868 INFO kablam! | Oct 12 21:37:35.869 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:37:35.869 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:35.869 INFO kablam! Oct 12 21:37:35.870 INFO kablam! warning: denote infinite loops with `loop { ... }` Oct 12 21:37:35.870 INFO kablam! --> src/main.rs:89:9 Oct 12 21:37:35.870 INFO kablam! | Oct 12 21:37:35.871 INFO kablam! 89 | while true { Oct 12 21:37:35.871 INFO kablam! | ^^^^^^^^^^ help: use `loop` Oct 12 21:37:35.871 INFO kablam! | Oct 12 21:37:35.871 INFO kablam! = note: #[warn(while_true)] on by default Oct 12 21:37:35.872 INFO kablam! Oct 12 21:37:35.872 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:35.872 INFO kablam! --> src/main.rs:111:21 Oct 12 21:37:35.873 INFO kablam! | Oct 12 21:37:35.873 INFO kablam! 111 | f.write_all(trained_content.as_bytes()); Oct 12 21:37:35.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:35.873 INFO kablam! | Oct 12 21:37:35.874 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:35.874 INFO kablam! Oct 12 21:37:35.874 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:35.874 INFO kablam! --> src/main.rs:239:9 Oct 12 21:37:35.875 INFO kablam! | Oct 12 21:37:35.875 INFO kablam! 239 | f.read_to_string(&mut s); Oct 12 21:37:35.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:35.876 INFO kablam! | Oct 12 21:37:35.876 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:35.876 INFO kablam! Oct 12 21:37:35.877 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:35.877 INFO kablam! --> src/main.rs:258:5 Oct 12 21:37:35.877 INFO kablam! | Oct 12 21:37:35.877 INFO kablam! 258 | ft.read_to_string(&mut st); Oct 12 21:37:35.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:35.878 INFO kablam! | Oct 12 21:37:35.878 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:35.879 INFO kablam! Oct 12 21:37:35.879 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:35.879 INFO kablam! --> src/main.rs:283:9 Oct 12 21:37:35.879 INFO kablam! | Oct 12 21:37:35.880 INFO kablam! 283 | f.write(jsons.as_bytes()); Oct 12 21:37:35.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:35.880 INFO kablam! | Oct 12 21:37:35.881 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:35.881 INFO kablam! Oct 12 21:37:35.881 INFO kablam! warning: function `goGetEm` should have a snake case name such as `go_get_em` Oct 12 21:37:35.881 INFO kablam! --> src/main.rs:323:5 Oct 12 21:37:35.882 INFO kablam! | Oct 12 21:37:35.882 INFO kablam! 323 | / fn goGetEm(extension: String, nb: NaiveBayes) -> String { Oct 12 21:37:35.882 INFO kablam! 324 | | let c = Client::new(); Oct 12 21:37:35.883 INFO kablam! 325 | | let url = Url::parse("http://streeteasy.com").unwrap(); Oct 12 21:37:35.883 INFO kablam! 326 | | let url = url.join(&*extension).unwrap(); Oct 12 21:37:35.883 INFO kablam! ... | Oct 12 21:37:35.883 INFO kablam! 337 | | return nb.classify(&s); Oct 12 21:37:35.884 INFO kablam! 338 | | } Oct 12 21:37:35.884 INFO kablam! | |_____^ Oct 12 21:37:35.884 INFO kablam! Oct 12 21:37:35.885 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:35.885 INFO kablam! --> src/main.rs:368:17 Oct 12 21:37:35.885 INFO kablam! | Oct 12 21:37:35.886 INFO kablam! 368 | f.write_all(trained_content.as_bytes()); Oct 12 21:37:35.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:35.886 INFO kablam! | Oct 12 21:37:35.886 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:35.887 INFO kablam! Oct 12 21:37:35.887 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:35.887 INFO kablam! --> src/main.rs:374:9 Oct 12 21:37:35.888 INFO kablam! | Oct 12 21:37:35.888 INFO kablam! 374 | / match File::open("foo.txt") { Oct 12 21:37:35.888 INFO kablam! 375 | | Ok(mut f) => { Oct 12 21:37:35.888 INFO kablam! 376 | | f.read_to_string(&mut s) Oct 12 21:37:35.889 INFO kablam! 377 | | } Oct 12 21:37:35.889 INFO kablam! 378 | | Err(err) => panic!("Unable to open file!") Oct 12 21:37:35.889 INFO kablam! 379 | | }; Oct 12 21:37:35.890 INFO kablam! | |__________^ Oct 12 21:37:35.890 INFO kablam! | Oct 12 21:37:35.890 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:35.891 INFO kablam! Oct 12 21:37:42.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 12 21:37:42.715 INFO kablam! su: No module specific data is present Oct 12 21:37:43.812 INFO running `"docker" "rm" "-f" "5d364c93b08a71ed52514bbef59ceac5f2f8f864022ac114005ea1957ab3b51b"` Oct 12 21:37:44.171 INFO blam! 5d364c93b08a71ed52514bbef59ceac5f2f8f864022ac114005ea1957ab3b51b Oct 12 21:37:44.172 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 12 21:37:44.813 INFO blam! 09f47323ed36bf088afd2147af3b754e03aebfe21b07e06dbb86591687ea95fe Oct 12 21:37:44.815 INFO running `"docker" "start" "-a" "09f47323ed36bf088afd2147af3b754e03aebfe21b07e06dbb86591687ea95fe"` Oct 12 21:37:45.965 INFO kablam! usermod: no changes Oct 12 21:37:46.147 INFO kablam! Compiling tank-hunter v0.1.0 (/source) Oct 12 21:37:46.966 INFO kablam! warning: unused imports: `Attr`, `Predicate` Oct 12 21:37:46.966 INFO kablam! --> src/main.rs:25:25 Oct 12 21:37:46.967 INFO kablam! | Oct 12 21:37:46.967 INFO kablam! 25 | use select::predicate::{Predicate, Attr, Class, Name}; Oct 12 21:37:46.967 INFO kablam! | ^^^^^^^^^ ^^^^ Oct 12 21:37:46.968 INFO kablam! | Oct 12 21:37:46.968 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:37:46.968 INFO kablam! Oct 12 21:37:47.163 INFO kablam! warning: unused variable: `err` Oct 12 21:37:47.163 INFO kablam! --> src/main.rs:113:21 Oct 12 21:37:47.164 INFO kablam! | Oct 12 21:37:47.164 INFO kablam! 113 | Err(err) => panic!("Unable to open file!") Oct 12 21:37:47.164 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 21:37:47.164 INFO kablam! | Oct 12 21:37:47.165 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:37:47.165 INFO kablam! Oct 12 21:37:47.165 INFO kablam! warning: value assigned to `nb` is never read Oct 12 21:37:47.166 INFO kablam! --> src/main.rs:73:13 Oct 12 21:37:47.166 INFO kablam! | Oct 12 21:37:47.166 INFO kablam! 73 | let mut nb = Arc::new(Mutex::new(NaiveBayes::new())); Oct 12 21:37:47.166 INFO kablam! | ^^ Oct 12 21:37:47.167 INFO kablam! | Oct 12 21:37:47.167 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 21:37:47.167 INFO kablam! Oct 12 21:37:47.167 INFO kablam! warning: unused variable: `err` Oct 12 21:37:47.168 INFO kablam! --> src/main.rs:79:13 Oct 12 21:37:47.168 INFO kablam! | Oct 12 21:37:47.168 INFO kablam! 79 | Err(err) => { Oct 12 21:37:47.169 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 21:37:47.169 INFO kablam! Oct 12 21:37:47.169 INFO kablam! warning: unused variable: `value` Oct 12 21:37:47.169 INFO kablam! --> src/main.rs:188:21 Oct 12 21:37:47.170 INFO kablam! | Oct 12 21:37:47.170 INFO kablam! 188 | for (index, value) in (0..max).enumerate() { Oct 12 21:37:47.170 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 12 21:37:47.170 INFO kablam! Oct 12 21:37:47.171 INFO kablam! warning: unused variable: `index` Oct 12 21:37:47.171 INFO kablam! --> src/main.rs:209:14 Oct 12 21:37:47.171 INFO kablam! | Oct 12 21:37:47.172 INFO kablam! 209 | for (index, value) in (0..max).enumerate() { Oct 12 21:37:47.172 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 12 21:37:47.172 INFO kablam! Oct 12 21:37:47.172 INFO kablam! warning: unused variable: `value` Oct 12 21:37:47.173 INFO kablam! --> src/main.rs:209:21 Oct 12 21:37:47.173 INFO kablam! | Oct 12 21:37:47.173 INFO kablam! 209 | for (index, value) in (0..max).enumerate() { Oct 12 21:37:47.173 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 12 21:37:47.174 INFO kablam! Oct 12 21:37:47.174 INFO kablam! warning: unused variable: `new_time` Oct 12 21:37:47.174 INFO kablam! --> src/main.rs:244:17 Oct 12 21:37:47.175 INFO kablam! | Oct 12 21:37:47.175 INFO kablam! 244 | let new_time = time::get_time().sec; Oct 12 21:37:47.175 INFO kablam! | ^^^^^^^^ help: consider using `_new_time` instead Oct 12 21:37:47.175 INFO kablam! Oct 12 21:37:47.176 INFO kablam! warning: unused variable: `body` Oct 12 21:37:47.176 INFO kablam! --> src/main.rs:335:13 Oct 12 21:37:47.176 INFO kablam! | Oct 12 21:37:47.176 INFO kablam! 335 | let body = block.find(Name("blockquote")).first().unwrap().text(); Oct 12 21:37:47.177 INFO kablam! | ^^^^ help: consider using `_body` instead Oct 12 21:37:47.177 INFO kablam! Oct 12 21:37:47.177 INFO kablam! warning: unused variable: `err` Oct 12 21:37:47.177 INFO kablam! --> src/main.rs:370:17 Oct 12 21:37:47.178 INFO kablam! | Oct 12 21:37:47.178 INFO kablam! 370 | Err(err) => panic!("Unable to open file!") Oct 12 21:37:47.178 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 21:37:47.178 INFO kablam! Oct 12 21:37:47.179 INFO kablam! warning: unused variable: `err` Oct 12 21:37:47.179 INFO kablam! --> src/main.rs:378:17 Oct 12 21:37:47.179 INFO kablam! | Oct 12 21:37:47.180 INFO kablam! 378 | Err(err) => panic!("Unable to open file!") Oct 12 21:37:47.180 INFO kablam! | ^^^ help: consider using `_err` instead Oct 12 21:37:47.180 INFO kablam! Oct 12 21:37:47.207 INFO kablam! warning: variable does not need to be mutable Oct 12 21:37:47.208 INFO kablam! --> src/main.rs:203:25 Oct 12 21:37:47.208 INFO kablam! | Oct 12 21:37:47.208 INFO kablam! 203 | let mut listings = get_listings_on_page(document); Oct 12 21:37:47.209 INFO kablam! | ----^^^^^^^^ Oct 12 21:37:47.209 INFO kablam! | | Oct 12 21:37:47.209 INFO kablam! | help: remove this `mut` Oct 12 21:37:47.210 INFO kablam! | Oct 12 21:37:47.210 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:37:47.210 INFO kablam! Oct 12 21:37:47.211 INFO kablam! warning: variable does not need to be mutable Oct 12 21:37:47.211 INFO kablam! --> src/main.rs:203:25 Oct 12 21:37:47.211 INFO kablam! | Oct 12 21:37:47.211 INFO kablam! 203 | let mut listings = get_listings_on_page(document); Oct 12 21:37:47.212 INFO kablam! | ----^^^^^^^^ Oct 12 21:37:47.212 INFO kablam! | | Oct 12 21:37:47.212 INFO kablam! | help: remove this `mut` Oct 12 21:37:47.213 INFO kablam! Oct 12 21:37:47.213 INFO kablam! warning: variable does not need to be mutable Oct 12 21:37:47.213 INFO kablam! --> src/main.rs:260:9 Oct 12 21:37:47.214 INFO kablam! | Oct 12 21:37:47.214 INFO kablam! 260 | let mut all_links : Vec = json::decode(&st).unwrap(); Oct 12 21:37:47.214 INFO kablam! | ----^^^^^^^^^ Oct 12 21:37:47.214 INFO kablam! | | Oct 12 21:37:47.215 INFO kablam! | help: remove this `mut` Oct 12 21:37:47.215 INFO kablam! Oct 12 21:37:47.215 INFO kablam! warning: variable does not need to be mutable Oct 12 21:37:47.216 INFO kablam! --> src/main.rs:381:13 Oct 12 21:37:47.216 INFO kablam! | Oct 12 21:37:47.216 INFO kablam! 381 | let mut nb2 = NaiveBayes::from_json(&s); Oct 12 21:37:47.217 INFO kablam! | ----^^^ Oct 12 21:37:47.217 INFO kablam! | | Oct 12 21:37:47.217 INFO kablam! | help: remove this `mut` Oct 12 21:37:47.218 INFO kablam! Oct 12 21:37:47.222 INFO kablam! warning: structure field `allMsgs` should have a snake case name such as `all_msgs` Oct 12 21:37:47.222 INFO kablam! --> src/main.rs:59:5 Oct 12 21:37:47.222 INFO kablam! | Oct 12 21:37:47.222 INFO kablam! 59 | allMsgs: &'a Vec Oct 12 21:37:47.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:47.222 INFO kablam! | Oct 12 21:37:47.222 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 21:37:47.222 INFO kablam! Oct 12 21:37:47.223 INFO kablam! warning: type `JSON_CONTAINER` should have a camel case name such as `JsonContainer` Oct 12 21:37:47.223 INFO kablam! --> src/main.rs:63:1 Oct 12 21:37:47.223 INFO kablam! | Oct 12 21:37:47.223 INFO kablam! 63 | / pub struct JSON_CONTAINER { Oct 12 21:37:47.223 INFO kablam! 64 | | all_apartments: Vec, Oct 12 21:37:47.223 INFO kablam! 65 | | } Oct 12 21:37:47.223 INFO kablam! | |_^ Oct 12 21:37:47.223 INFO kablam! | Oct 12 21:37:47.223 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 12 21:37:47.223 INFO kablam! Oct 12 21:37:47.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:47.231 INFO kablam! --> src/main.rs:76:13 Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! 76 | f.read_to_string(&mut model); Oct 12 21:37:47.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:37:47.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:47.231 INFO kablam! Oct 12 21:37:47.231 INFO kablam! warning: denote infinite loops with `loop { ... }` Oct 12 21:37:47.231 INFO kablam! --> src/main.rs:89:9 Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! 89 | while true { Oct 12 21:37:47.231 INFO kablam! | ^^^^^^^^^^ help: use `loop` Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! = note: #[warn(while_true)] on by default Oct 12 21:37:47.231 INFO kablam! Oct 12 21:37:47.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:47.231 INFO kablam! --> src/main.rs:111:21 Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! 111 | f.write_all(trained_content.as_bytes()); Oct 12 21:37:47.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:47.231 INFO kablam! Oct 12 21:37:47.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:47.231 INFO kablam! --> src/main.rs:239:9 Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! 239 | f.read_to_string(&mut s); Oct 12 21:37:47.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:47.231 INFO kablam! Oct 12 21:37:47.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:47.231 INFO kablam! --> src/main.rs:258:5 Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! 258 | ft.read_to_string(&mut st); Oct 12 21:37:47.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:47.231 INFO kablam! Oct 12 21:37:47.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:47.231 INFO kablam! --> src/main.rs:283:9 Oct 12 21:37:47.231 INFO kablam! | Oct 12 21:37:47.231 INFO kablam! 283 | f.write(jsons.as_bytes()); Oct 12 21:37:47.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:47.232 INFO kablam! | Oct 12 21:37:47.232 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:47.232 INFO kablam! Oct 12 21:37:47.232 INFO kablam! warning: function `goGetEm` should have a snake case name such as `go_get_em` Oct 12 21:37:47.232 INFO kablam! --> src/main.rs:323:5 Oct 12 21:37:47.232 INFO kablam! | Oct 12 21:37:47.232 INFO kablam! 323 | / fn goGetEm(extension: String, nb: NaiveBayes) -> String { Oct 12 21:37:47.232 INFO kablam! 324 | | let c = Client::new(); Oct 12 21:37:47.232 INFO kablam! 325 | | let url = Url::parse("http://streeteasy.com").unwrap(); Oct 12 21:37:47.232 INFO kablam! 326 | | let url = url.join(&*extension).unwrap(); Oct 12 21:37:47.232 INFO kablam! ... | Oct 12 21:37:47.232 INFO kablam! 337 | | return nb.classify(&s); Oct 12 21:37:47.232 INFO kablam! 338 | | } Oct 12 21:37:47.232 INFO kablam! | |_____^ Oct 12 21:37:47.232 INFO kablam! Oct 12 21:37:47.232 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:47.232 INFO kablam! --> src/main.rs:368:17 Oct 12 21:37:47.232 INFO kablam! | Oct 12 21:37:47.232 INFO kablam! 368 | f.write_all(trained_content.as_bytes()); Oct 12 21:37:47.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:47.232 INFO kablam! | Oct 12 21:37:47.232 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:47.232 INFO kablam! Oct 12 21:37:47.232 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:37:47.232 INFO kablam! --> src/main.rs:374:9 Oct 12 21:37:47.232 INFO kablam! | Oct 12 21:37:47.232 INFO kablam! 374 | / match File::open("foo.txt") { Oct 12 21:37:47.232 INFO kablam! 375 | | Ok(mut f) => { Oct 12 21:37:47.232 INFO kablam! 376 | | f.read_to_string(&mut s) Oct 12 21:37:47.232 INFO kablam! 377 | | } Oct 12 21:37:47.232 INFO kablam! 378 | | Err(err) => panic!("Unable to open file!") Oct 12 21:37:47.232 INFO kablam! 379 | | }; Oct 12 21:37:47.232 INFO kablam! | |__________^ Oct 12 21:37:47.232 INFO kablam! | Oct 12 21:37:47.232 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:37:47.232 INFO kablam! Oct 12 21:37:47.680 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 12 21:37:47.693 INFO kablam! su: No module specific data is present Oct 12 21:37:48.387 INFO running `"docker" "rm" "-f" "09f47323ed36bf088afd2147af3b754e03aebfe21b07e06dbb86591687ea95fe"` Oct 12 21:37:48.615 INFO blam! 09f47323ed36bf088afd2147af3b754e03aebfe21b07e06dbb86591687ea95fe Oct 12 21:37:48.632 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 12 21:37:49.200 INFO blam! c0bb02a0fc44b8cadaae9a0d05b0475566184f83e3c8c57d7084b4a210d99b5b Oct 12 21:37:49.203 INFO running `"docker" "start" "-a" "c0bb02a0fc44b8cadaae9a0d05b0475566184f83e3c8c57d7084b4a210d99b5b"` Oct 12 21:37:50.973 INFO kablam! usermod: no changes Oct 12 21:37:51.225 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 12 21:37:51.239 INFO kablam! Running /target/debug/deps/tank_hunter-cc84644d894736cc Oct 12 21:37:51.247 INFO kablam! su: No module specific data is present Oct 12 21:37:51.247 INFO blam! Oct 12 21:37:51.247 INFO blam! running 0 tests Oct 12 21:37:51.247 INFO blam! Oct 12 21:37:51.247 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:37:51.247 INFO blam! Oct 12 21:37:52.580 INFO running `"docker" "rm" "-f" "c0bb02a0fc44b8cadaae9a0d05b0475566184f83e3c8c57d7084b4a210d99b5b"` Oct 12 21:37:53.023 INFO blam! c0bb02a0fc44b8cadaae9a0d05b0475566184f83e3c8c57d7084b4a210d99b5b