Oct 13 00:02:06.957 INFO testing sjparkinson/zoneq against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 00:02:06.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 00:02:07.118 INFO blam! f6f0037a1a3ee2cf956afa4c199a3df61b3aa3e1256c27aee32fd4625a665091 Oct 13 00:02:07.120 INFO running `"docker" "start" "-a" "f6f0037a1a3ee2cf956afa4c199a3df61b3aa3e1256c27aee32fd4625a665091"` Oct 13 00:02:07.624 INFO kablam! usermod: no changes Oct 13 00:02:07.696 INFO kablam! Compiling memchr v2.0.1 Oct 13 00:02:08.057 INFO kablam! Compiling aho-corasick v0.6.6 Oct 13 00:02:08.725 INFO kablam! Compiling regex v1.0.1 Oct 13 00:02:15.231 INFO kablam! Compiling nom v4.0.0 Oct 13 00:02:15.231 INFO kablam! Compiling docopt v1.0.0 Oct 13 00:02:22.015 INFO kablam! Compiling zoneq v1.0.0 (/source) Oct 13 00:02:23.039 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:02:23.039 INFO kablam! --> src/lib.rs:2:1 Oct 13 00:02:23.039 INFO kablam! | Oct 13 00:02:23.039 INFO kablam! 2 | #[macro_use] Oct 13 00:02:23.039 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:02:23.039 INFO kablam! | Oct 13 00:02:23.039 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:02:23.039 INFO kablam! Oct 13 00:02:23.039 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:02:23.039 INFO kablam! --> src/lib.rs:4:1 Oct 13 00:02:23.039 INFO kablam! | Oct 13 00:02:23.039 INFO kablam! 4 | #[macro_use] Oct 13 00:02:23.039 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:02:23.039 INFO kablam! Oct 13 00:02:23.179 INFO kablam! warning: unused variable: `input` Oct 13 00:02:23.179 INFO kablam! --> src/parser.rs:13:14 Oct 13 00:02:23.179 INFO kablam! | Oct 13 00:02:23.179 INFO kablam! 13 | pub fn parse(input: &[u8]) -> Result<()> { Oct 13 00:02:23.179 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:02:23.180 INFO kablam! | Oct 13 00:02:23.180 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:02:23.180 INFO kablam! Oct 13 00:02:23.216 INFO kablam! warning: struct is never constructed: `Zone` Oct 13 00:02:23.216 INFO kablam! --> src/parser.rs:9:1 Oct 13 00:02:23.216 INFO kablam! | Oct 13 00:02:23.216 INFO kablam! 9 | struct Zone<'a> { Oct 13 00:02:23.217 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:02:23.217 INFO kablam! | Oct 13 00:02:23.217 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:02:23.217 INFO kablam! Oct 13 00:02:23.217 INFO kablam! warning: function is never used: `is_end_of_text` Oct 13 00:02:23.217 INFO kablam! --> src/parser.rs:17:1 Oct 13 00:02:23.217 INFO kablam! | Oct 13 00:02:23.217 INFO kablam! 17 | fn is_end_of_text(chr: char) -> bool { Oct 13 00:02:23.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:02:23.217 INFO kablam! Oct 13 00:02:23.879 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:02:23.879 INFO kablam! --> src/main.rs:3:1 Oct 13 00:02:23.879 INFO kablam! | Oct 13 00:02:23.879 INFO kablam! 3 | #[macro_use] extern crate nom; Oct 13 00:02:23.879 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:02:23.879 INFO kablam! | Oct 13 00:02:23.879 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:02:23.879 INFO kablam! Oct 13 00:02:23.903 INFO kablam! warning: field is never used: `record_type` Oct 13 00:02:23.903 INFO kablam! --> src/main.rs:47:5 Oct 13 00:02:23.903 INFO kablam! | Oct 13 00:02:23.903 INFO kablam! 47 | record_type: &'a str, Oct 13 00:02:23.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:02:23.903 INFO kablam! | Oct 13 00:02:23.903 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:02:23.903 INFO kablam! Oct 13 00:02:25.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.62s Oct 13 00:02:25.276 INFO kablam! su: No module specific data is present Oct 13 00:02:26.260 INFO running `"docker" "rm" "-f" "f6f0037a1a3ee2cf956afa4c199a3df61b3aa3e1256c27aee32fd4625a665091"` Oct 13 00:02:26.475 INFO blam! f6f0037a1a3ee2cf956afa4c199a3df61b3aa3e1256c27aee32fd4625a665091 Oct 13 00:02:26.484 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 00:02:26.892 INFO blam! 5e73984af423e537e54ef2fc20393a7d507e0f832d9ace8388f3a6267690e511 Oct 13 00:02:26.894 INFO running `"docker" "start" "-a" "5e73984af423e537e54ef2fc20393a7d507e0f832d9ace8388f3a6267690e511"` Oct 13 00:02:28.319 INFO kablam! usermod: no changes Oct 13 00:02:28.439 INFO kablam! Compiling zoneq v1.0.0 (/source) Oct 13 00:02:29.119 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:02:29.119 INFO kablam! --> src/lib.rs:2:1 Oct 13 00:02:29.119 INFO kablam! | Oct 13 00:02:29.119 INFO kablam! 2 | #[macro_use] Oct 13 00:02:29.119 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:02:29.119 INFO kablam! | Oct 13 00:02:29.119 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:02:29.119 INFO kablam! Oct 13 00:02:29.119 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:02:29.119 INFO kablam! --> src/lib.rs:4:1 Oct 13 00:02:29.119 INFO kablam! | Oct 13 00:02:29.119 INFO kablam! 4 | #[macro_use] Oct 13 00:02:29.119 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:02:29.119 INFO kablam! Oct 13 00:02:29.168 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:02:29.168 INFO kablam! --> src/main.rs:3:1 Oct 13 00:02:29.168 INFO kablam! | Oct 13 00:02:29.168 INFO kablam! 3 | #[macro_use] extern crate nom; Oct 13 00:02:29.169 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:02:29.169 INFO kablam! | Oct 13 00:02:29.169 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:02:29.170 INFO kablam! Oct 13 00:02:29.211 INFO kablam! warning: field is never used: `record_type` Oct 13 00:02:29.212 INFO kablam! --> src/main.rs:47:5 Oct 13 00:02:29.212 INFO kablam! | Oct 13 00:02:29.212 INFO kablam! 47 | record_type: &'a str, Oct 13 00:02:29.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:02:29.213 INFO kablam! | Oct 13 00:02:29.213 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:02:29.213 INFO kablam! Oct 13 00:02:29.319 INFO kablam! warning: unused variable: `input` Oct 13 00:02:29.319 INFO kablam! --> src/parser.rs:13:14 Oct 13 00:02:29.319 INFO kablam! | Oct 13 00:02:29.319 INFO kablam! 13 | pub fn parse(input: &[u8]) -> Result<()> { Oct 13 00:02:29.319 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 13 00:02:29.319 INFO kablam! | Oct 13 00:02:29.319 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:02:29.319 INFO kablam! Oct 13 00:02:29.367 INFO kablam! warning: struct is never constructed: `Zone` Oct 13 00:02:29.367 INFO kablam! --> src/parser.rs:9:1 Oct 13 00:02:29.367 INFO kablam! | Oct 13 00:02:29.367 INFO kablam! 9 | struct Zone<'a> { Oct 13 00:02:29.367 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:02:29.367 INFO kablam! | Oct 13 00:02:29.367 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:02:29.367 INFO kablam! Oct 13 00:02:30.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.37s Oct 13 00:02:30.715 INFO kablam! su: No module specific data is present Oct 13 00:02:31.249 INFO running `"docker" "rm" "-f" "5e73984af423e537e54ef2fc20393a7d507e0f832d9ace8388f3a6267690e511"` Oct 13 00:02:31.412 INFO blam! 5e73984af423e537e54ef2fc20393a7d507e0f832d9ace8388f3a6267690e511