Oct 14 22:00:17.148 INFO testing ebkalderon/tq against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:00:17.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:00:17.384 INFO blam! b2e94f71a5c3c1099252638c45de207076aa656d2a50e7e79cb646f1901fc599 Oct 14 22:00:17.385 INFO running `"docker" "start" "-a" "b2e94f71a5c3c1099252638c45de207076aa656d2a50e7e79cb646f1901fc599"` Oct 14 22:00:17.783 INFO kablam! usermod: no changes Oct 14 22:00:17.928 INFO kablam! Compiling atty v0.2.11 Oct 14 22:00:17.929 INFO kablam! Compiling syn v0.14.5 Oct 14 22:00:17.930 INFO kablam! Compiling regex v1.0.2 Oct 14 22:00:17.930 INFO kablam! Compiling failure v0.1.1 Oct 14 22:00:18.494 INFO kablam! Compiling clap v2.32.0 Oct 14 22:00:33.521 INFO kablam! Compiling env_logger v0.5.12 Oct 14 22:00:34.148 INFO kablam! Compiling structopt-derive v0.2.10 Oct 14 22:00:45.015 INFO kablam! Compiling structopt v0.2.10 Oct 14 22:00:45.549 INFO kablam! Compiling tq v0.1.0 (/source) Oct 14 22:00:46.783 INFO kablam! warning: unused `#[macro_use]` import Oct 14 22:00:46.783 INFO kablam! --> src/main.rs:11:1 Oct 14 22:00:46.783 INFO kablam! | Oct 14 22:00:46.783 INFO kablam! 11 | #[macro_use] Oct 14 22:00:46.783 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:00:46.783 INFO kablam! | Oct 14 22:00:46.783 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:00:46.783 INFO kablam! Oct 14 22:00:46.783 INFO kablam! warning: unused import: `failure::ResultExt` Oct 14 22:00:46.783 INFO kablam! --> src/main.rs:19:5 Oct 14 22:00:46.783 INFO kablam! | Oct 14 22:00:46.783 INFO kablam! 19 | use failure::ResultExt; Oct 14 22:00:46.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:00:46.783 INFO kablam! Oct 14 22:00:46.783 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 14 22:00:46.783 INFO kablam! --> src/opcode.rs:1:5 Oct 14 22:00:46.783 INFO kablam! | Oct 14 22:00:46.783 INFO kablam! 1 | use std::iter::FromIterator; Oct 14 22:00:46.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:46.783 INFO kablam! Oct 14 22:00:46.783 INFO kablam! warning: unused import: `super::Error` Oct 14 22:00:46.783 INFO kablam! --> src/opcode.rs:5:5 Oct 14 22:00:46.783 INFO kablam! | Oct 14 22:00:46.783 INFO kablam! 5 | use super::Error; Oct 14 22:00:46.783 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:00:46.783 INFO kablam! Oct 14 22:00:47.264 INFO kablam! warning: enum is never used: `SearchStep` Oct 14 22:00:47.264 INFO kablam! --> src/filter.rs:6:1 Oct 14 22:00:47.264 INFO kablam! | Oct 14 22:00:47.264 INFO kablam! 6 | pub enum SearchStep<'a> { Oct 14 22:00:47.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:47.264 INFO kablam! | Oct 14 22:00:47.264 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:00:47.264 INFO kablam! Oct 14 22:00:47.264 INFO kablam! warning: struct is never constructed: `Filter` Oct 14 22:00:47.264 INFO kablam! --> src/filter.rs:13:1 Oct 14 22:00:47.264 INFO kablam! | Oct 14 22:00:47.264 INFO kablam! 13 | pub struct Filter<'s, 't> { Oct 14 22:00:47.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:47.264 INFO kablam! Oct 14 22:00:47.264 INFO kablam! warning: method is never used: `new` Oct 14 22:00:47.264 INFO kablam! --> src/filter.rs:29:5 Oct 14 22:00:47.264 INFO kablam! | Oct 14 22:00:47.264 INFO kablam! 29 | / pub fn new(steps: &'s [SearchStep], values: &'t mut V) -> Self Oct 14 22:00:47.264 INFO kablam! 30 | | where Oct 14 22:00:47.264 INFO kablam! 31 | | V: Iterator>, Oct 14 22:00:47.264 INFO kablam! 32 | | { Oct 14 22:00:47.264 INFO kablam! ... | Oct 14 22:00:47.264 INFO kablam! 37 | | } Oct 14 22:00:47.264 INFO kablam! 38 | | } Oct 14 22:00:47.264 INFO kablam! | |_____^ Oct 14 22:00:47.264 INFO kablam! Oct 14 22:00:49.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.86s Oct 14 22:00:49.675 INFO kablam! su: No module specific data is present Oct 14 22:00:50.408 INFO running `"docker" "rm" "-f" "b2e94f71a5c3c1099252638c45de207076aa656d2a50e7e79cb646f1901fc599"` Oct 14 22:00:50.699 INFO blam! b2e94f71a5c3c1099252638c45de207076aa656d2a50e7e79cb646f1901fc599 Oct 14 22:00:50.701 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:00:50.967 INFO blam! 050de5f400d0b3315c95324841d9533de8062afce7dceeebce859ede7a676680 Oct 14 22:00:50.969 INFO running `"docker" "start" "-a" "050de5f400d0b3315c95324841d9533de8062afce7dceeebce859ede7a676680"` Oct 14 22:00:51.862 INFO kablam! usermod: no changes Oct 14 22:00:51.939 INFO kablam! Compiling tq v0.1.0 (/source) Oct 14 22:00:52.875 INFO kablam! warning: unused `#[macro_use]` import Oct 14 22:00:52.875 INFO kablam! --> src/main.rs:11:1 Oct 14 22:00:52.875 INFO kablam! | Oct 14 22:00:52.875 INFO kablam! 11 | #[macro_use] Oct 14 22:00:52.875 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:00:52.875 INFO kablam! | Oct 14 22:00:52.875 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:00:52.875 INFO kablam! Oct 14 22:00:52.875 INFO kablam! warning: unused import: `failure::ResultExt` Oct 14 22:00:52.875 INFO kablam! --> src/main.rs:19:5 Oct 14 22:00:52.875 INFO kablam! | Oct 14 22:00:52.875 INFO kablam! 19 | use failure::ResultExt; Oct 14 22:00:52.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:00:52.875 INFO kablam! Oct 14 22:00:52.875 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 14 22:00:52.875 INFO kablam! --> src/opcode.rs:1:5 Oct 14 22:00:52.875 INFO kablam! | Oct 14 22:00:52.875 INFO kablam! 1 | use std::iter::FromIterator; Oct 14 22:00:52.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:52.875 INFO kablam! Oct 14 22:00:52.875 INFO kablam! warning: unused import: `super::Error` Oct 14 22:00:52.875 INFO kablam! --> src/opcode.rs:5:5 Oct 14 22:00:52.875 INFO kablam! | Oct 14 22:00:52.875 INFO kablam! 5 | use super::Error; Oct 14 22:00:52.875 INFO kablam! | ^^^^^^^^^^^^ Oct 14 22:00:52.875 INFO kablam! Oct 14 22:00:53.351 INFO kablam! warning: enum is never used: `SearchStep` Oct 14 22:00:53.351 INFO kablam! --> src/filter.rs:6:1 Oct 14 22:00:53.351 INFO kablam! | Oct 14 22:00:53.351 INFO kablam! 6 | pub enum SearchStep<'a> { Oct 14 22:00:53.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:53.351 INFO kablam! | Oct 14 22:00:53.351 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:00:53.351 INFO kablam! Oct 14 22:00:53.351 INFO kablam! warning: struct is never constructed: `Filter` Oct 14 22:00:53.351 INFO kablam! --> src/filter.rs:13:1 Oct 14 22:00:53.351 INFO kablam! | Oct 14 22:00:53.351 INFO kablam! 13 | pub struct Filter<'s, 't> { Oct 14 22:00:53.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:00:53.351 INFO kablam! Oct 14 22:00:53.351 INFO kablam! warning: method is never used: `new` Oct 14 22:00:53.351 INFO kablam! --> src/filter.rs:29:5 Oct 14 22:00:53.351 INFO kablam! | Oct 14 22:00:53.351 INFO kablam! 29 | / pub fn new(steps: &'s [SearchStep], values: &'t mut V) -> Self Oct 14 22:00:53.351 INFO kablam! 30 | | where Oct 14 22:00:53.351 INFO kablam! 31 | | V: Iterator>, Oct 14 22:00:53.351 INFO kablam! 32 | | { Oct 14 22:00:53.351 INFO kablam! ... | Oct 14 22:00:53.351 INFO kablam! 37 | | } Oct 14 22:00:53.351 INFO kablam! 38 | | } Oct 14 22:00:53.351 INFO kablam! | |_____^ Oct 14 22:00:53.351 INFO kablam! Oct 14 22:00:55.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.34s Oct 14 22:00:55.231 INFO kablam! su: No module specific data is present Oct 14 22:00:55.675 INFO running `"docker" "rm" "-f" "050de5f400d0b3315c95324841d9533de8062afce7dceeebce859ede7a676680"` Oct 14 22:00:56.132 INFO blam! 050de5f400d0b3315c95324841d9533de8062afce7dceeebce859ede7a676680 Oct 14 22:00:56.136 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:00:56.629 INFO blam! a12aa2478a0344f12f1ba5d2b8370dc07c2e77a61e6f5bd4adf391a518792662 Oct 14 22:00:56.636 INFO running `"docker" "start" "-a" "a12aa2478a0344f12f1ba5d2b8370dc07c2e77a61e6f5bd4adf391a518792662"` Oct 14 22:00:57.745 INFO kablam! usermod: no changes Oct 14 22:00:57.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 22:00:57.891 INFO kablam! Running /target/debug/deps/tq-dcc372f5948ff844 Oct 14 22:00:57.895 INFO blam! Oct 14 22:00:57.895 INFO blam! running 2 tests Oct 14 22:00:57.895 INFO blam! test parser::tests::identifier ... ok Oct 14 22:00:57.899 INFO blam! test parser::tests::filter_identity ... ok Oct 14 22:00:57.899 INFO blam! Oct 14 22:00:57.899 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:00:57.899 INFO blam! Oct 14 22:00:57.900 INFO kablam! su: No module specific data is present Oct 14 22:00:58.951 INFO running `"docker" "rm" "-f" "a12aa2478a0344f12f1ba5d2b8370dc07c2e77a61e6f5bd4adf391a518792662"` Oct 14 22:00:59.263 INFO blam! a12aa2478a0344f12f1ba5d2b8370dc07c2e77a61e6f5bd4adf391a518792662