Oct 15 04:55:30.339 INFO testing agatan/squeeze-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 04:55:30.341 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 04:55:30.865 INFO blam! 4f5874834338c6b8e0819ddd14210d78419018e7f8387bce513be0c94d20c4c2 Oct 15 04:55:30.867 INFO running `"docker" "start" "-a" "4f5874834338c6b8e0819ddd14210d78419018e7f8387bce513be0c94d20c4c2"` Oct 15 04:55:33.635 INFO kablam! usermod: no changes Oct 15 04:55:33.753 INFO kablam! Compiling quote v0.1.4 Oct 15 04:55:33.753 INFO kablam! Compiling signal-notify v0.1.2 Oct 15 04:55:33.762 INFO kablam! Compiling num-bigint v0.1.40 Oct 15 04:55:35.527 INFO kablam! Compiling syn v0.7.1 Oct 15 04:55:41.559 INFO kablam! Compiling num-rational v0.1.39 Oct 15 04:55:42.765 INFO kablam! Compiling num-derive v0.1.41 Oct 15 04:55:45.815 INFO kablam! Compiling num v0.1.40 Oct 15 04:55:48.088 INFO kablam! Compiling termfest v0.1.1 Oct 15 04:55:50.851 INFO kablam! Compiling sq v0.0.1 (/source) Oct 15 04:55:51.851 INFO kablam! warning: unused import: `std::thread` Oct 15 04:55:51.851 INFO kablam! --> src/sq/mod.rs:1:5 Oct 15 04:55:51.851 INFO kablam! | Oct 15 04:55:51.851 INFO kablam! 1 | use std::thread; Oct 15 04:55:51.851 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:55:51.851 INFO kablam! | Oct 15 04:55:51.851 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:55:51.851 INFO kablam! Oct 15 04:55:51.851 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 15 04:55:51.851 INFO kablam! --> src/sq/mod.rs:2:23 Oct 15 04:55:51.851 INFO kablam! | Oct 15 04:55:51.851 INFO kablam! 2 | use std::sync::{mpsc, Arc, Mutex}; Oct 15 04:55:51.851 INFO kablam! | ^^^ ^^^^^ Oct 15 04:55:51.851 INFO kablam! Oct 15 04:55:51.851 INFO kablam! warning: unused imports: `Receiver`, `Sender` Oct 15 04:55:51.851 INFO kablam! --> src/ui.rs:2:23 Oct 15 04:55:51.851 INFO kablam! | Oct 15 04:55:51.851 INFO kablam! 2 | use std::sync::mpsc::{Sender, Receiver}; Oct 15 04:55:51.851 INFO kablam! | ^^^^^^ ^^^^^^^^ Oct 15 04:55:51.851 INFO kablam! Oct 15 04:55:51.973 INFO kablam! warning: method is never used: `new` Oct 15 04:55:51.974 INFO kablam! --> src/sq/result.rs:10:5 Oct 15 04:55:51.974 INFO kablam! | Oct 15 04:55:51.974 INFO kablam! 10 | pub fn new(s: &str, p: BTreeSet) -> Result { Oct 15 04:55:51.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:51.975 INFO kablam! | Oct 15 04:55:51.975 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:55:51.975 INFO kablam! Oct 15 04:55:51.976 INFO kablam! warning: variant is never constructed: `Regexp` Oct 15 04:55:51.976 INFO kablam! --> src/sq/mode.rs:7:5 Oct 15 04:55:51.976 INFO kablam! | Oct 15 04:55:51.977 INFO kablam! 7 | Regexp, Oct 15 04:55:51.977 INFO kablam! | ^^^^^^ Oct 15 04:55:51.977 INFO kablam! Oct 15 04:55:51.977 INFO kablam! warning: variant is never constructed: `Fuzzy` Oct 15 04:55:51.978 INFO kablam! --> src/sq/mode.rs:8:5 Oct 15 04:55:51.978 INFO kablam! | Oct 15 04:55:51.978 INFO kablam! 8 | Fuzzy, Oct 15 04:55:51.979 INFO kablam! | ^^^^^ Oct 15 04:55:51.979 INFO kablam! Oct 15 04:55:51.979 INFO kablam! warning: method is never used: `refine_string` Oct 15 04:55:51.980 INFO kablam! --> src/sq/mode.rs:12:5 Oct 15 04:55:51.980 INFO kablam! | Oct 15 04:55:51.980 INFO kablam! 12 | pub fn refine_string(&self, target: &str, needle: &str) -> Option { Oct 15 04:55:51.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:51.981 INFO kablam! Oct 15 04:55:51.981 INFO kablam! warning: method is never used: `refine_vec` Oct 15 04:55:51.982 INFO kablam! --> src/sq/mode.rs:20:5 Oct 15 04:55:51.982 INFO kablam! | Oct 15 04:55:51.982 INFO kablam! 20 | pub fn refine_vec(&self, candidates: &[String], needle: &str) -> Vec { Oct 15 04:55:51.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:51.983 INFO kablam! Oct 15 04:55:51.983 INFO kablam! warning: function is never used: `refine_normal_string` Oct 15 04:55:51.983 INFO kablam! --> src/sq/mode.rs:34:1 Oct 15 04:55:51.984 INFO kablam! | Oct 15 04:55:51.984 INFO kablam! 34 | fn refine_normal_string(target: &str, needle: &str) -> Option { Oct 15 04:55:51.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:51.984 INFO kablam! Oct 15 04:55:51.985 INFO kablam! warning: field is never used: `mode` Oct 15 04:55:51.985 INFO kablam! --> src/sq/mod.rs:9:5 Oct 15 04:55:51.985 INFO kablam! | Oct 15 04:55:51.985 INFO kablam! 9 | mode: mode::Mode, Oct 15 04:55:51.986 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 04:55:51.986 INFO kablam! Oct 15 04:55:51.986 INFO kablam! warning: field is never used: `render_trigger` Oct 15 04:55:51.987 INFO kablam! --> src/sq/mod.rs:12:5 Oct 15 04:55:51.987 INFO kablam! | Oct 15 04:55:51.987 INFO kablam! 12 | render_trigger: mpsc::Sender<()>, Oct 15 04:55:51.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:51.988 INFO kablam! Oct 15 04:55:51.988 INFO kablam! warning: method is never used: `refine` Oct 15 04:55:51.988 INFO kablam! --> src/sq/mod.rs:34:5 Oct 15 04:55:51.988 INFO kablam! | Oct 15 04:55:51.989 INFO kablam! 34 | pub fn refine(&mut self) { Oct 15 04:55:51.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:51.989 INFO kablam! Oct 15 04:55:53.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.31s Oct 15 04:55:53.987 INFO kablam! su: No module specific data is present Oct 15 04:55:55.558 INFO running `"docker" "rm" "-f" "4f5874834338c6b8e0819ddd14210d78419018e7f8387bce513be0c94d20c4c2"` Oct 15 04:55:55.831 INFO blam! 4f5874834338c6b8e0819ddd14210d78419018e7f8387bce513be0c94d20c4c2 Oct 15 04:55:55.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 04:55:56.321 INFO blam! bd69b0aa968fcce8d732b6b21e33ddb342604af910778d8e4e78e5b12dc89277 Oct 15 04:55:56.331 INFO running `"docker" "start" "-a" "bd69b0aa968fcce8d732b6b21e33ddb342604af910778d8e4e78e5b12dc89277"` Oct 15 04:55:57.486 INFO kablam! usermod: no changes Oct 15 04:55:57.643 INFO kablam! Compiling sq v0.0.1 (/source) Oct 15 04:55:58.603 INFO kablam! warning: unused import: `std::thread` Oct 15 04:55:58.603 INFO kablam! --> src/sq/mod.rs:1:5 Oct 15 04:55:58.603 INFO kablam! | Oct 15 04:55:58.603 INFO kablam! 1 | use std::thread; Oct 15 04:55:58.603 INFO kablam! | ^^^^^^^^^^^ Oct 15 04:55:58.603 INFO kablam! | Oct 15 04:55:58.603 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 04:55:58.603 INFO kablam! Oct 15 04:55:58.603 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 15 04:55:58.603 INFO kablam! --> src/sq/mod.rs:2:23 Oct 15 04:55:58.603 INFO kablam! | Oct 15 04:55:58.603 INFO kablam! 2 | use std::sync::{mpsc, Arc, Mutex}; Oct 15 04:55:58.603 INFO kablam! | ^^^ ^^^^^ Oct 15 04:55:58.603 INFO kablam! Oct 15 04:55:58.603 INFO kablam! warning: unused import: `std` Oct 15 04:55:58.603 INFO kablam! --> src/sq/mode.rs:56:9 Oct 15 04:55:58.603 INFO kablam! | Oct 15 04:55:58.603 INFO kablam! 56 | use std; Oct 15 04:55:58.603 INFO kablam! | ^^^ Oct 15 04:55:58.603 INFO kablam! Oct 15 04:55:58.603 INFO kablam! warning: unused import: `std::collections::BTreeSet` Oct 15 04:55:58.603 INFO kablam! --> src/sq/mode.rs:57:9 Oct 15 04:55:58.603 INFO kablam! | Oct 15 04:55:58.603 INFO kablam! 57 | use std::collections::BTreeSet; Oct 15 04:55:58.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:58.603 INFO kablam! Oct 15 04:55:58.619 INFO kablam! warning: unused imports: `Receiver`, `Sender` Oct 15 04:55:58.619 INFO kablam! --> src/ui.rs:2:23 Oct 15 04:55:58.619 INFO kablam! | Oct 15 04:55:58.619 INFO kablam! 2 | use std::sync::mpsc::{Sender, Receiver}; Oct 15 04:55:58.619 INFO kablam! | ^^^^^^ ^^^^^^^^ Oct 15 04:55:58.619 INFO kablam! Oct 15 04:55:58.759 INFO kablam! warning: variant is never constructed: `Regexp` Oct 15 04:55:58.759 INFO kablam! --> src/sq/mode.rs:7:5 Oct 15 04:55:58.759 INFO kablam! | Oct 15 04:55:58.759 INFO kablam! 7 | Regexp, Oct 15 04:55:58.759 INFO kablam! | ^^^^^^ Oct 15 04:55:58.759 INFO kablam! | Oct 15 04:55:58.759 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 04:55:58.759 INFO kablam! Oct 15 04:55:58.759 INFO kablam! warning: variant is never constructed: `Fuzzy` Oct 15 04:55:58.759 INFO kablam! --> src/sq/mode.rs:8:5 Oct 15 04:55:58.759 INFO kablam! | Oct 15 04:55:58.759 INFO kablam! 8 | Fuzzy, Oct 15 04:55:58.759 INFO kablam! | ^^^^^ Oct 15 04:55:58.759 INFO kablam! Oct 15 04:55:58.759 INFO kablam! warning: method is never used: `refine_vec` Oct 15 04:55:58.759 INFO kablam! --> src/sq/mode.rs:20:5 Oct 15 04:55:58.759 INFO kablam! | Oct 15 04:55:58.759 INFO kablam! 20 | pub fn refine_vec(&self, candidates: &[String], needle: &str) -> Vec { Oct 15 04:55:58.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:58.759 INFO kablam! Oct 15 04:55:58.759 INFO kablam! warning: field is never used: `mode` Oct 15 04:55:58.759 INFO kablam! --> src/sq/mod.rs:9:5 Oct 15 04:55:58.759 INFO kablam! | Oct 15 04:55:58.759 INFO kablam! 9 | mode: mode::Mode, Oct 15 04:55:58.759 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 04:55:58.759 INFO kablam! Oct 15 04:55:58.759 INFO kablam! warning: field is never used: `render_trigger` Oct 15 04:55:58.759 INFO kablam! --> src/sq/mod.rs:12:5 Oct 15 04:55:58.759 INFO kablam! | Oct 15 04:55:58.759 INFO kablam! 12 | render_trigger: mpsc::Sender<()>, Oct 15 04:55:58.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:58.759 INFO kablam! Oct 15 04:55:58.759 INFO kablam! warning: method is never used: `refine` Oct 15 04:55:58.759 INFO kablam! --> src/sq/mod.rs:34:5 Oct 15 04:55:58.759 INFO kablam! | Oct 15 04:55:58.759 INFO kablam! 34 | pub fn refine(&mut self) { Oct 15 04:55:58.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 04:55:58.759 INFO kablam! Oct 15 04:55:59.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.32s Oct 15 04:55:59.843 INFO kablam! su: No module specific data is present Oct 15 04:56:01.474 INFO running `"docker" "rm" "-f" "bd69b0aa968fcce8d732b6b21e33ddb342604af910778d8e4e78e5b12dc89277"` Oct 15 04:56:01.815 INFO blam! bd69b0aa968fcce8d732b6b21e33ddb342604af910778d8e4e78e5b12dc89277 Oct 15 04:56:01.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 04:56:02.450 INFO blam! 402f67cb4f7d2674ec44d4873764212308738c9bce924f781144adcca89bbc2f Oct 15 04:56:02.451 INFO running `"docker" "start" "-a" "402f67cb4f7d2674ec44d4873764212308738c9bce924f781144adcca89bbc2f"` Oct 15 04:56:03.983 INFO kablam! usermod: no changes Oct 15 04:56:04.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 04:56:04.087 INFO blam! Oct 15 04:56:04.088 INFO kablam! Running /target/debug/deps/sq-2761e47d34bbd0ee Oct 15 04:56:04.088 INFO blam! running 1 test Oct 15 04:56:04.099 INFO blam! test sq::mode::test::refine_string_test ... ok Oct 15 04:56:04.099 INFO kablam! su: No module specific data is present Oct 15 04:56:04.099 INFO blam! Oct 15 04:56:04.100 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 04:56:04.100 INFO blam! Oct 15 04:56:05.037 INFO running `"docker" "rm" "-f" "402f67cb4f7d2674ec44d4873764212308738c9bce924f781144adcca89bbc2f"` Oct 15 04:56:05.257 INFO blam! 402f67cb4f7d2674ec44d4873764212308738c9bce924f781144adcca89bbc2f