Oct 14 22:00:17.246 INFO testing ebkalderon/tq against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:00:17.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 22:00:17.495 INFO blam! c27f9eb5bfa211b23169475702f020a66995fbb9e40b5defb1ad977088747a3b Oct 14 22:00:17.496 INFO running `"docker" "start" "-a" "c27f9eb5bfa211b23169475702f020a66995fbb9e40b5defb1ad977088747a3b"` Oct 14 22:00:17.849 INFO kablam! usermod: no changes Oct 14 22:00:17.987 INFO kablam! Compiling syn v0.14.5 Oct 14 22:00:17.987 INFO kablam! Compiling regex v1.0.2 Oct 14 22:00:30.296 INFO kablam! Compiling env_logger v0.5.12 Oct 14 22:00:31.524 INFO kablam! Compiling structopt-derive v0.2.10 Oct 14 22:00:36.467 INFO kablam! Compiling structopt v0.2.10 Oct 14 22:00:37.160 INFO kablam! Compiling tq v0.1.0 (/source) Oct 14 22:00:38.377 INFO kablam! warning: unused `#[macro_use]` import Oct 14 22:00:38.378 INFO kablam! --> src/main.rs:11:1 Oct 14 22:00:38.379 INFO kablam! | Oct 14 22:00:38.380 INFO kablam! 11 | #[macro_use] Oct 14 22:00:38.380 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:00:38.381 INFO kablam! | Oct 14 22:00:38.382 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:00:38.382 INFO kablam! Oct 14 22:00:38.383 INFO kablam! warning: unused import: `failure::ResultExt` Oct 14 22:00:38.383 INFO kablam! --> src/main.rs:19:5 Oct 14 22:00:38.384 INFO kablam! | Oct 14 22:00:38.384 INFO kablam! 19 | use failure::ResultExt; Oct 14 22:00:38.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:00:38.385 INFO kablam! Oct 14 22:00:38.386 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 14 22:00:38.386 INFO kablam! --> src/opcode.rs:1:5 Oct 14 22:00:38.386 INFO kablam! | Oct 14 22:00:38.386 INFO kablam! 1 | use std::iter::FromIterator; Oct 14 22:00:38.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:38.386 INFO kablam! Oct 14 22:00:38.386 INFO kablam! warning: unused import: `super::Error` Oct 14 22:00:38.386 INFO kablam! --> src/opcode.rs:5:5 Oct 14 22:00:38.386 INFO kablam! | Oct 14 22:00:38.386 INFO kablam! 5 | use super::Error; Oct 14 22:00:38.386 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:00:38.386 INFO kablam! Oct 14 22:00:38.953 INFO kablam! warning: enum is never used: `SearchStep` Oct 14 22:00:38.954 INFO kablam! --> src/filter.rs:6:1 Oct 14 22:00:38.954 INFO kablam! | Oct 14 22:00:38.955 INFO kablam! 6 | pub enum SearchStep<'a> { Oct 14 22:00:38.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:38.956 INFO kablam! | Oct 14 22:00:38.957 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:00:38.957 INFO kablam! Oct 14 22:00:38.957 INFO kablam! warning: struct is never constructed: `Filter` Oct 14 22:00:38.957 INFO kablam! --> src/filter.rs:13:1 Oct 14 22:00:38.957 INFO kablam! | Oct 14 22:00:38.958 INFO kablam! 13 | pub struct Filter<'s, 't> { Oct 14 22:00:38.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:38.959 INFO kablam! Oct 14 22:00:38.959 INFO kablam! warning: method is never used: `new` Oct 14 22:00:38.959 INFO kablam! --> src/filter.rs:29:5 Oct 14 22:00:38.959 INFO kablam! | Oct 14 22:00:38.959 INFO kablam! 29 | / pub fn new(steps: &'s [SearchStep], values: &'t mut V) -> Self Oct 14 22:00:38.959 INFO kablam! 30 | | where Oct 14 22:00:38.959 INFO kablam! 31 | | V: Iterator>, Oct 14 22:00:38.959 INFO kablam! 32 | | { Oct 14 22:00:38.959 INFO kablam! ... | Oct 14 22:00:38.959 INFO kablam! 37 | | } Oct 14 22:00:38.959 INFO kablam! 38 | | } Oct 14 22:00:38.959 INFO kablam! | |_____^ Oct 14 22:00:38.959 INFO kablam! Oct 14 22:00:43.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.48s Oct 14 22:00:43.359 INFO kablam! su: No module specific data is present Oct 14 22:00:43.951 INFO running `"docker" "rm" "-f" "c27f9eb5bfa211b23169475702f020a66995fbb9e40b5defb1ad977088747a3b"` Oct 14 22:00:44.351 INFO blam! c27f9eb5bfa211b23169475702f020a66995fbb9e40b5defb1ad977088747a3b Oct 14 22:00:44.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 22:00:45.174 INFO blam! 7af68406fd22f7fa65f4f3633a70da50c096a02fb8274183009902da864bc6cc Oct 14 22:00:45.177 INFO running `"docker" "start" "-a" "7af68406fd22f7fa65f4f3633a70da50c096a02fb8274183009902da864bc6cc"` Oct 14 22:00:46.328 INFO kablam! usermod: no changes Oct 14 22:00:46.449 INFO kablam! Compiling tq v0.1.0 (/source) Oct 14 22:00:47.292 INFO kablam! warning: unused `#[macro_use]` import Oct 14 22:00:47.292 INFO kablam! --> src/main.rs:11:1 Oct 14 22:00:47.292 INFO kablam! | Oct 14 22:00:47.292 INFO kablam! 11 | #[macro_use] Oct 14 22:00:47.292 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:00:47.292 INFO kablam! | Oct 14 22:00:47.292 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:00:47.292 INFO kablam! Oct 14 22:00:47.292 INFO kablam! warning: unused import: `failure::ResultExt` Oct 14 22:00:47.292 INFO kablam! --> src/main.rs:19:5 Oct 14 22:00:47.292 INFO kablam! | Oct 14 22:00:47.292 INFO kablam! 19 | use failure::ResultExt; Oct 14 22:00:47.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:00:47.292 INFO kablam! Oct 14 22:00:47.292 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 14 22:00:47.292 INFO kablam! --> src/opcode.rs:1:5 Oct 14 22:00:47.292 INFO kablam! | Oct 14 22:00:47.292 INFO kablam! 1 | use std::iter::FromIterator; Oct 14 22:00:47.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:47.292 INFO kablam! Oct 14 22:00:47.292 INFO kablam! warning: unused import: `super::Error` Oct 14 22:00:47.292 INFO kablam! --> src/opcode.rs:5:5 Oct 14 22:00:47.292 INFO kablam! | Oct 14 22:00:47.292 INFO kablam! 5 | use super::Error; Oct 14 22:00:47.292 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:00:47.292 INFO kablam! Oct 14 22:00:47.688 INFO kablam! warning: enum is never used: `SearchStep` Oct 14 22:00:47.688 INFO kablam! --> src/filter.rs:6:1 Oct 14 22:00:47.688 INFO kablam! | Oct 14 22:00:47.688 INFO kablam! 6 | pub enum SearchStep<'a> { Oct 14 22:00:47.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:47.688 INFO kablam! | Oct 14 22:00:47.688 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:00:47.688 INFO kablam! Oct 14 22:00:47.688 INFO kablam! warning: struct is never constructed: `Filter` Oct 14 22:00:47.688 INFO kablam! --> src/filter.rs:13:1 Oct 14 22:00:47.688 INFO kablam! | Oct 14 22:00:47.688 INFO kablam! 13 | pub struct Filter<'s, 't> { Oct 14 22:00:47.688 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:47.688 INFO kablam! Oct 14 22:00:47.688 INFO kablam! warning: method is never used: `new` Oct 14 22:00:47.688 INFO kablam! --> src/filter.rs:29:5 Oct 14 22:00:47.688 INFO kablam! | Oct 14 22:00:47.688 INFO kablam! 29 | / pub fn new(steps: &'s [SearchStep], values: &'t mut V) -> Self Oct 14 22:00:47.688 INFO kablam! 30 | | where Oct 14 22:00:47.688 INFO kablam! 31 | | V: Iterator>, Oct 14 22:00:47.688 INFO kablam! 32 | | { Oct 14 22:00:47.690 INFO kablam! ... | Oct 14 22:00:47.690 INFO kablam! 37 | | } Oct 14 22:00:47.690 INFO kablam! 38 | | } Oct 14 22:00:47.690 INFO kablam! | |_____^ Oct 14 22:00:47.690 INFO kablam! Oct 14 22:00:48.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 14 22:00:48.954 INFO kablam! su: No module specific data is present Oct 14 22:00:49.601 INFO running `"docker" "rm" "-f" "7af68406fd22f7fa65f4f3633a70da50c096a02fb8274183009902da864bc6cc"` Oct 14 22:00:49.971 INFO blam! 7af68406fd22f7fa65f4f3633a70da50c096a02fb8274183009902da864bc6cc Oct 14 22:00:49.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 22:00:50.395 INFO blam! 1202dd0c0230d4ac51e85ee3323a9b54cb2390f637bd4267073bf8a653553c23 Oct 14 22:00:50.395 INFO running `"docker" "start" "-a" "1202dd0c0230d4ac51e85ee3323a9b54cb2390f637bd4267073bf8a653553c23"` Oct 14 22:00:51.190 INFO kablam! usermod: no changes Oct 14 22:00:51.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 22:00:51.343 INFO kablam! Running /target/debug/deps/tq-9a9044a347377617 Oct 14 22:00:51.351 INFO blam! Oct 14 22:00:51.352 INFO blam! running 2 tests Oct 14 22:00:51.352 INFO blam! test parser::tests::filter_identity ... ok Oct 14 22:00:51.352 INFO blam! test parser::tests::identifier ... ok Oct 14 22:00:51.352 INFO blam! Oct 14 22:00:51.355 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:00:51.356 INFO kablam! su: No module specific data is present Oct 14 22:00:51.356 INFO blam! Oct 14 22:00:51.794 INFO running `"docker" "rm" "-f" "1202dd0c0230d4ac51e85ee3323a9b54cb2390f637bd4267073bf8a653553c23"` Oct 14 22:00:51.943 INFO blam! 1202dd0c0230d4ac51e85ee3323a9b54cb2390f637bd4267073bf8a653553c23