Oct 15 00:58:02.876 INFO testing chriscoomber/typed-regex against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:58:02.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 00:58:03.107 INFO blam! c210b6722bdde17dad7302dd40c7d57c1d4517d66aa807439fdb06e06060fbc2 Oct 15 00:58:03.109 INFO running `"docker" "start" "-a" "c210b6722bdde17dad7302dd40c7d57c1d4517d66aa807439fdb06e06060fbc2"` Oct 15 00:58:03.587 INFO kablam! usermod: no changes Oct 15 00:58:03.614 INFO kablam! Compiling typed-regex v0.1.0 (/source) Oct 15 00:58:03.938 INFO kablam! warning: type `n` should have a camel case name such as `N` Oct 15 00:58:03.938 INFO kablam! --> src/literal.rs:12:1 Oct 15 00:58:03.938 INFO kablam! | Oct 15 00:58:03.938 INFO kablam! 12 | pub struct n; Oct 15 00:58:03.938 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:58:03.938 INFO kablam! | Oct 15 00:58:03.938 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 00:58:03.938 INFO kablam! Oct 15 00:58:03.938 INFO kablam! warning: type `u` should have a camel case name such as `U` Oct 15 00:58:03.938 INFO kablam! --> src/literal.rs:15:1 Oct 15 00:58:03.938 INFO kablam! | Oct 15 00:58:03.938 INFO kablam! 15 | pub struct u; Oct 15 00:58:03.938 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:58:03.939 INFO kablam! Oct 15 00:58:03.939 INFO kablam! warning: type `l` should have a camel case name such as `L` Oct 15 00:58:03.939 INFO kablam! --> src/literal.rs:18:1 Oct 15 00:58:03.939 INFO kablam! | Oct 15 00:58:03.939 INFO kablam! 18 | pub struct l; Oct 15 00:58:03.939 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:58:03.939 INFO kablam! Oct 15 00:58:04.392 INFO kablam! warning: unused variable: `regex_1` Oct 15 00:58:04.392 INFO kablam! --> src/main.rs:8:9 Oct 15 00:58:04.392 INFO kablam! | Oct 15 00:58:04.392 INFO kablam! 8 | let regex_1 = r"."; Oct 15 00:58:04.392 INFO kablam! | ^^^^^^^ help: consider using `_regex_1` instead Oct 15 00:58:04.392 INFO kablam! | Oct 15 00:58:04.392 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:58:04.392 INFO kablam! Oct 15 00:58:04.392 INFO kablam! warning: unused variable: `test_string` Oct 15 00:58:04.392 INFO kablam! --> src/main.rs:14:9 Oct 15 00:58:04.392 INFO kablam! | Oct 15 00:58:04.392 INFO kablam! 14 | let test_string = "a"; Oct 15 00:58:04.392 INFO kablam! | ^^^^^^^^^^^ help: consider using `_test_string` instead Oct 15 00:58:04.392 INFO kablam! Oct 15 00:58:04.392 INFO kablam! warning: unused variable: `regex_2` Oct 15 00:58:04.392 INFO kablam! --> src/main.rs:27:9 Oct 15 00:58:04.392 INFO kablam! | Oct 15 00:58:04.392 INFO kablam! 27 | let regex_2 = r"^.{4}-(.|null)$"; Oct 15 00:58:04.392 INFO kablam! | ^^^^^^^ help: consider using `_regex_2` instead Oct 15 00:58:04.392 INFO kablam! Oct 15 00:58:04.392 INFO kablam! warning: unused variable: `test_string` Oct 15 00:58:04.392 INFO kablam! --> src/main.rs:74:9 Oct 15 00:58:04.392 INFO kablam! | Oct 15 00:58:04.392 INFO kablam! 74 | let test_string = "aaaa-null"; Oct 15 00:58:04.392 INFO kablam! | ^^^^^^^^^^^ help: consider using `_test_string` instead Oct 15 00:58:04.392 INFO kablam! Oct 15 00:58:04.399 INFO kablam! warning: struct is never constructed: `Repeater4` Oct 15 00:58:04.399 INFO kablam! --> src/main.rs:31:5 Oct 15 00:58:04.399 INFO kablam! | Oct 15 00:58:04.399 INFO kablam! 31 | struct Repeater4; Oct 15 00:58:04.399 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:58:04.399 INFO kablam! | Oct 15 00:58:04.399 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:58:04.399 INFO kablam! Oct 15 00:58:04.399 INFO kablam! warning: struct is never constructed: `NotGreedy` Oct 15 00:58:04.399 INFO kablam! --> src/main.rs:41:5 Oct 15 00:58:04.399 INFO kablam! | Oct 15 00:58:04.399 INFO kablam! 41 | struct NotGreedy; Oct 15 00:58:04.399 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:58:04.399 INFO kablam! Oct 15 00:58:04.399 INFO kablam! warning: struct is never constructed: `Group1` Oct 15 00:58:04.399 INFO kablam! --> src/main.rs:50:5 Oct 15 00:58:04.399 INFO kablam! | Oct 15 00:58:04.399 INFO kablam! 50 | struct Group1; Oct 15 00:58:04.399 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:58:04.399 INFO kablam! Oct 15 00:58:04.399 INFO kablam! warning: type alias is never used: `NullType` Oct 15 00:58:04.399 INFO kablam! --> src/main.rs:59:5 Oct 15 00:58:04.399 INFO kablam! | Oct 15 00:58:04.399 INFO kablam! 59 | type NullType = CaseSensitiveLiteral>>>; Oct 15 00:58:04.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:58:04.399 INFO kablam! Oct 15 00:58:04.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 15 00:58:04.785 INFO kablam! su: No module specific data is present Oct 15 00:58:05.418 INFO running `"docker" "rm" "-f" "c210b6722bdde17dad7302dd40c7d57c1d4517d66aa807439fdb06e06060fbc2"` Oct 15 00:58:05.490 INFO blam! c210b6722bdde17dad7302dd40c7d57c1d4517d66aa807439fdb06e06060fbc2 Oct 15 00:58:05.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 00:58:05.712 INFO blam! 6a7fbc723961a2061f20f03d266034c7d0e6ffe3c13f3e0ac93f3cd9894cde7b Oct 15 00:58:05.723 INFO running `"docker" "start" "-a" "6a7fbc723961a2061f20f03d266034c7d0e6ffe3c13f3e0ac93f3cd9894cde7b"` Oct 15 00:58:06.258 INFO kablam! usermod: no changes Oct 15 00:58:06.292 INFO kablam! Compiling typed-regex v0.1.0 (/source) Oct 15 00:58:06.761 INFO kablam! warning: unused variable: `regex_1` Oct 15 00:58:06.761 INFO kablam! --> src/main.rs:8:9 Oct 15 00:58:06.761 INFO kablam! | Oct 15 00:58:06.761 INFO kablam! 8 | let regex_1 = r"."; Oct 15 00:58:06.761 INFO kablam! | ^^^^^^^ help: consider using `_regex_1` instead Oct 15 00:58:06.761 INFO kablam! | Oct 15 00:58:06.761 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:58:06.761 INFO kablam! Oct 15 00:58:06.761 INFO kablam! warning: unused variable: `test_string` Oct 15 00:58:06.761 INFO kablam! --> src/main.rs:14:9 Oct 15 00:58:06.761 INFO kablam! | Oct 15 00:58:06.761 INFO kablam! 14 | let test_string = "a"; Oct 15 00:58:06.761 INFO kablam! | ^^^^^^^^^^^ help: consider using `_test_string` instead Oct 15 00:58:06.761 INFO kablam! Oct 15 00:58:06.761 INFO kablam! warning: unused variable: `regex_2` Oct 15 00:58:06.761 INFO kablam! --> src/main.rs:27:9 Oct 15 00:58:06.761 INFO kablam! | Oct 15 00:58:06.762 INFO kablam! 27 | let regex_2 = r"^.{4}-(.|null)$"; Oct 15 00:58:06.762 INFO kablam! | ^^^^^^^ help: consider using `_regex_2` instead Oct 15 00:58:06.762 INFO kablam! Oct 15 00:58:06.762 INFO kablam! warning: unused variable: `test_string` Oct 15 00:58:06.762 INFO kablam! --> src/main.rs:74:9 Oct 15 00:58:06.762 INFO kablam! | Oct 15 00:58:06.762 INFO kablam! 74 | let test_string = "aaaa-null"; Oct 15 00:58:06.762 INFO kablam! | ^^^^^^^^^^^ help: consider using `_test_string` instead Oct 15 00:58:06.762 INFO kablam! Oct 15 00:58:06.771 INFO kablam! warning: struct is never constructed: `Repeater4` Oct 15 00:58:06.771 INFO kablam! --> src/main.rs:31:5 Oct 15 00:58:06.771 INFO kablam! | Oct 15 00:58:06.771 INFO kablam! 31 | struct Repeater4; Oct 15 00:58:06.771 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:58:06.771 INFO kablam! | Oct 15 00:58:06.771 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:58:06.771 INFO kablam! Oct 15 00:58:06.771 INFO kablam! warning: struct is never constructed: `NotGreedy` Oct 15 00:58:06.771 INFO kablam! --> src/main.rs:41:5 Oct 15 00:58:06.771 INFO kablam! | Oct 15 00:58:06.771 INFO kablam! 41 | struct NotGreedy; Oct 15 00:58:06.771 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:58:06.771 INFO kablam! Oct 15 00:58:06.771 INFO kablam! warning: struct is never constructed: `Group1` Oct 15 00:58:06.771 INFO kablam! --> src/main.rs:50:5 Oct 15 00:58:06.771 INFO kablam! | Oct 15 00:58:06.771 INFO kablam! 50 | struct Group1; Oct 15 00:58:06.771 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 00:58:06.771 INFO kablam! Oct 15 00:58:06.771 INFO kablam! warning: type alias is never used: `NullType` Oct 15 00:58:06.771 INFO kablam! --> src/main.rs:59:5 Oct 15 00:58:06.771 INFO kablam! | Oct 15 00:58:06.771 INFO kablam! 59 | type NullType = CaseSensitiveLiteral>>>; Oct 15 00:58:06.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:58:06.771 INFO kablam! Oct 15 00:58:06.771 INFO kablam! warning: type `n` should have a camel case name such as `N` Oct 15 00:58:06.771 INFO kablam! --> src/literal.rs:12:1 Oct 15 00:58:06.771 INFO kablam! | Oct 15 00:58:06.771 INFO kablam! 12 | pub struct n; Oct 15 00:58:06.771 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:58:06.771 INFO kablam! | Oct 15 00:58:06.771 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 00:58:06.771 INFO kablam! Oct 15 00:58:06.771 INFO kablam! warning: type `u` should have a camel case name such as `U` Oct 15 00:58:06.771 INFO kablam! --> src/literal.rs:15:1 Oct 15 00:58:06.771 INFO kablam! | Oct 15 00:58:06.771 INFO kablam! 15 | pub struct u; Oct 15 00:58:06.771 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:58:06.771 INFO kablam! Oct 15 00:58:06.775 INFO kablam! warning: type `l` should have a camel case name such as `L` Oct 15 00:58:06.775 INFO kablam! --> src/literal.rs:18:1 Oct 15 00:58:06.775 INFO kablam! | Oct 15 00:58:06.775 INFO kablam! 18 | pub struct l; Oct 15 00:58:06.775 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 00:58:06.775 INFO kablam! Oct 15 00:58:07.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 15 00:58:07.335 INFO kablam! su: No module specific data is present Oct 15 00:58:07.707 INFO running `"docker" "rm" "-f" "6a7fbc723961a2061f20f03d266034c7d0e6ffe3c13f3e0ac93f3cd9894cde7b"` Oct 15 00:58:07.849 INFO blam! 6a7fbc723961a2061f20f03d266034c7d0e6ffe3c13f3e0ac93f3cd9894cde7b Oct 15 00:58:07.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 00:58:08.065 INFO blam! f30155a0bfb4a0a6190e27deffe161cea806d614794277695cc10eba1b9a4188 Oct 15 00:58:08.071 INFO running `"docker" "start" "-a" "f30155a0bfb4a0a6190e27deffe161cea806d614794277695cc10eba1b9a4188"` Oct 15 00:58:08.669 INFO kablam! usermod: no changes Oct 15 00:58:08.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 00:58:08.699 INFO kablam! Running /target/debug/deps/typed_regex-bda8348e498f0589 Oct 15 00:58:08.700 INFO kablam! Running /target/debug/deps/typed_regex-58a7735ab1d0b1a8 Oct 15 00:58:08.700 INFO blam! Oct 15 00:58:08.700 INFO blam! running 0 tests Oct 15 00:58:08.700 INFO blam! Oct 15 00:58:08.700 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:58:08.700 INFO blam! Oct 15 00:58:08.702 INFO blam! Oct 15 00:58:08.702 INFO blam! running 0 tests Oct 15 00:58:08.703 INFO blam! Oct 15 00:58:08.703 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:58:08.703 INFO blam! Oct 15 00:58:08.704 INFO kablam! Doc-tests typed-regex Oct 15 00:58:09.159 INFO kablam! su: No module specific data is present Oct 15 00:58:09.159 INFO blam! Oct 15 00:58:09.159 INFO blam! running 0 tests Oct 15 00:58:09.159 INFO blam! Oct 15 00:58:09.159 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:58:09.159 INFO blam! Oct 15 00:58:09.819 INFO running `"docker" "rm" "-f" "f30155a0bfb4a0a6190e27deffe161cea806d614794277695cc10eba1b9a4188"` Oct 15 00:58:10.233 INFO blam! f30155a0bfb4a0a6190e27deffe161cea806d614794277695cc10eba1b9a4188