Oct 15 11:25:05.057 INFO testing DomParfitt/rex against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:25:05.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 11:25:05.547 INFO blam! aac50870e68216c71e44974068f1b8ced6b1cbb06bcfdc30de2777913267603f Oct 15 11:25:05.549 INFO running `"docker" "start" "-a" "aac50870e68216c71e44974068f1b8ced6b1cbb06bcfdc30de2777913267603f"` Oct 15 11:25:06.746 INFO kablam! usermod: no changes Oct 15 11:25:06.796 INFO kablam! Compiling rex v0.1.0 (/source) Oct 15 11:25:07.275 INFO kablam! warning: unused import: `lexer::token::TokenType::Digit` Oct 15 11:25:07.275 INFO kablam! --> src/lexer/mod.rs:1:5 Oct 15 11:25:07.275 INFO kablam! | Oct 15 11:25:07.275 INFO kablam! 1 | use lexer::token::TokenType::Digit; Oct 15 11:25:07.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:25:07.275 INFO kablam! | Oct 15 11:25:07.275 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:25:07.275 INFO kablam! Oct 15 11:25:07.275 INFO kablam! warning: unused import: `TokenType` Oct 15 11:25:07.275 INFO kablam! --> src/lexer/mod.rs:2:27 Oct 15 11:25:07.275 INFO kablam! | Oct 15 11:25:07.275 INFO kablam! 2 | use lexer::token::{Token, TokenType}; Oct 15 11:25:07.275 INFO kablam! | ^^^^^^^^^ Oct 15 11:25:07.275 INFO kablam! Oct 15 11:25:07.339 INFO kablam! warning: variant is never constructed: `Whitespace` Oct 15 11:25:07.339 INFO kablam! --> src/lexer/token/mod.rs:8:5 Oct 15 11:25:07.339 INFO kablam! | Oct 15 11:25:07.339 INFO kablam! 8 | Whitespace, Oct 15 11:25:07.339 INFO kablam! | ^^^^^^^^^^ Oct 15 11:25:07.339 INFO kablam! | Oct 15 11:25:07.339 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:25:07.339 INFO kablam! Oct 15 11:25:07.339 INFO kablam! warning: variant is never constructed: `OpenBrace` Oct 15 11:25:07.339 INFO kablam! --> src/lexer/token/mod.rs:11:5 Oct 15 11:25:07.339 INFO kablam! | Oct 15 11:25:07.339 INFO kablam! 11 | OpenBrace, Oct 15 11:25:07.339 INFO kablam! | ^^^^^^^^^ Oct 15 11:25:07.339 INFO kablam! Oct 15 11:25:07.339 INFO kablam! warning: variant is never constructed: `CloseBrace` Oct 15 11:25:07.339 INFO kablam! --> src/lexer/token/mod.rs:12:5 Oct 15 11:25:07.339 INFO kablam! | Oct 15 11:25:07.339 INFO kablam! 12 | CloseBrace, Oct 15 11:25:07.339 INFO kablam! | ^^^^^^^^^^ Oct 15 11:25:07.339 INFO kablam! Oct 15 11:25:07.339 INFO kablam! warning: variant is never constructed: `Dash` Oct 15 11:25:07.339 INFO kablam! --> src/lexer/token/mod.rs:13:5 Oct 15 11:25:07.339 INFO kablam! | Oct 15 11:25:07.339 INFO kablam! 13 | Dash, Oct 15 11:25:07.339 INFO kablam! | ^^^^ Oct 15 11:25:07.339 INFO kablam! Oct 15 11:25:07.339 INFO kablam! warning: variant is never constructed: `Dot` Oct 15 11:25:07.339 INFO kablam! --> src/lexer/token/mod.rs:14:5 Oct 15 11:25:07.339 INFO kablam! | Oct 15 11:25:07.339 INFO kablam! 14 | Dot, Oct 15 11:25:07.339 INFO kablam! | ^^^ Oct 15 11:25:07.339 INFO kablam! Oct 15 11:25:07.339 INFO kablam! warning: variant is never constructed: `Wildcard` Oct 15 11:25:07.339 INFO kablam! --> src/lexer/token/mod.rs:15:5 Oct 15 11:25:07.339 INFO kablam! | Oct 15 11:25:07.339 INFO kablam! 15 | Wildcard, Oct 15 11:25:07.339 INFO kablam! | ^^^^^^^^ Oct 15 11:25:07.339 INFO kablam! Oct 15 11:25:07.339 INFO kablam! warning: method is never used: `is_letter` Oct 15 11:25:07.339 INFO kablam! --> src/lexer/token/mod.rs:23:5 Oct 15 11:25:07.339 INFO kablam! | Oct 15 11:25:07.339 INFO kablam! 23 | fn is_letter(ch: char) -> bool { Oct 15 11:25:07.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:25:07.339 INFO kablam! Oct 15 11:25:07.954 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 15 11:25:07.954 INFO kablam! su: No module specific data is present Oct 15 11:25:08.618 INFO running `"docker" "rm" "-f" "aac50870e68216c71e44974068f1b8ced6b1cbb06bcfdc30de2777913267603f"` Oct 15 11:25:08.907 INFO blam! aac50870e68216c71e44974068f1b8ced6b1cbb06bcfdc30de2777913267603f Oct 15 11:25:08.911 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 11:25:09.392 INFO blam! be20c42546a7e5bffd5ceda88745aaed04beb12821efc5f3651c1a1c2d79a3b0 Oct 15 11:25:09.395 INFO running `"docker" "start" "-a" "be20c42546a7e5bffd5ceda88745aaed04beb12821efc5f3651c1a1c2d79a3b0"` Oct 15 11:25:10.367 INFO kablam! usermod: no changes Oct 15 11:25:10.391 INFO kablam! Compiling rex v0.1.0 (/source) Oct 15 11:25:10.847 INFO kablam! warning: unused import: `lexer::token::TokenType::Digit` Oct 15 11:25:10.847 INFO kablam! --> src/lexer/mod.rs:1:5 Oct 15 11:25:10.847 INFO kablam! | Oct 15 11:25:10.848 INFO kablam! 1 | use lexer::token::TokenType::Digit; Oct 15 11:25:10.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:25:10.848 INFO kablam! | Oct 15 11:25:10.848 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:25:10.849 INFO kablam! Oct 15 11:25:10.849 INFO kablam! warning: unused import: `TokenType` Oct 15 11:25:10.849 INFO kablam! --> src/lexer/mod.rs:2:27 Oct 15 11:25:10.850 INFO kablam! | Oct 15 11:25:10.850 INFO kablam! 2 | use lexer::token::{Token, TokenType}; Oct 15 11:25:10.850 INFO kablam! | ^^^^^^^^^ Oct 15 11:25:10.850 INFO kablam! Oct 15 11:25:10.895 INFO kablam! warning: variant is never constructed: `Whitespace` Oct 15 11:25:10.895 INFO kablam! --> src/lexer/token/mod.rs:8:5 Oct 15 11:25:10.895 INFO kablam! | Oct 15 11:25:10.895 INFO kablam! 8 | Whitespace, Oct 15 11:25:10.895 INFO kablam! | ^^^^^^^^^^ Oct 15 11:25:10.895 INFO kablam! | Oct 15 11:25:10.895 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:25:10.895 INFO kablam! Oct 15 11:25:10.895 INFO kablam! warning: variant is never constructed: `OpenBrace` Oct 15 11:25:10.895 INFO kablam! --> src/lexer/token/mod.rs:11:5 Oct 15 11:25:10.895 INFO kablam! | Oct 15 11:25:10.895 INFO kablam! 11 | OpenBrace, Oct 15 11:25:10.895 INFO kablam! | ^^^^^^^^^ Oct 15 11:25:10.895 INFO kablam! Oct 15 11:25:10.895 INFO kablam! warning: variant is never constructed: `CloseBrace` Oct 15 11:25:10.895 INFO kablam! --> src/lexer/token/mod.rs:12:5 Oct 15 11:25:10.895 INFO kablam! | Oct 15 11:25:10.895 INFO kablam! 12 | CloseBrace, Oct 15 11:25:10.895 INFO kablam! | ^^^^^^^^^^ Oct 15 11:25:10.895 INFO kablam! Oct 15 11:25:10.895 INFO kablam! warning: variant is never constructed: `Dash` Oct 15 11:25:10.895 INFO kablam! --> src/lexer/token/mod.rs:13:5 Oct 15 11:25:10.895 INFO kablam! | Oct 15 11:25:10.895 INFO kablam! 13 | Dash, Oct 15 11:25:10.895 INFO kablam! | ^^^^ Oct 15 11:25:10.895 INFO kablam! Oct 15 11:25:10.895 INFO kablam! warning: variant is never constructed: `Dot` Oct 15 11:25:10.895 INFO kablam! --> src/lexer/token/mod.rs:14:5 Oct 15 11:25:10.895 INFO kablam! | Oct 15 11:25:10.895 INFO kablam! 14 | Dot, Oct 15 11:25:10.895 INFO kablam! | ^^^ Oct 15 11:25:10.895 INFO kablam! Oct 15 11:25:10.895 INFO kablam! warning: variant is never constructed: `Wildcard` Oct 15 11:25:10.895 INFO kablam! --> src/lexer/token/mod.rs:15:5 Oct 15 11:25:10.895 INFO kablam! | Oct 15 11:25:10.895 INFO kablam! 15 | Wildcard, Oct 15 11:25:10.895 INFO kablam! | ^^^^^^^^ Oct 15 11:25:10.895 INFO kablam! Oct 15 11:25:10.895 INFO kablam! warning: method is never used: `is_letter` Oct 15 11:25:10.895 INFO kablam! --> src/lexer/token/mod.rs:23:5 Oct 15 11:25:10.895 INFO kablam! | Oct 15 11:25:10.895 INFO kablam! 23 | fn is_letter(ch: char) -> bool { Oct 15 11:25:10.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:25:10.895 INFO kablam! Oct 15 11:25:11.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 15 11:25:11.356 INFO kablam! su: No module specific data is present Oct 15 11:25:11.803 INFO running `"docker" "rm" "-f" "be20c42546a7e5bffd5ceda88745aaed04beb12821efc5f3651c1a1c2d79a3b0"` Oct 15 11:25:11.960 INFO blam! be20c42546a7e5bffd5ceda88745aaed04beb12821efc5f3651c1a1c2d79a3b0 Oct 15 11:25:11.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 11:25:12.169 INFO blam! 52b7429e2b3ac12b762951e6fece074b87592424c12ac96df0016a91732bf098 Oct 15 11:25:12.172 INFO running `"docker" "start" "-a" "52b7429e2b3ac12b762951e6fece074b87592424c12ac96df0016a91732bf098"` Oct 15 11:25:12.545 INFO kablam! usermod: no changes Oct 15 11:25:12.573 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 15 11:25:12.573 INFO kablam! Running /target/debug/deps/rex-1f9be36b91509141 Oct 15 11:25:12.581 INFO blam! Oct 15 11:25:12.581 INFO blam! running 0 tests Oct 15 11:25:12.582 INFO blam! Oct 15 11:25:12.582 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:25:12.582 INFO blam! Oct 15 11:25:12.583 INFO kablam! su: No module specific data is present Oct 15 11:25:12.900 INFO running `"docker" "rm" "-f" "52b7429e2b3ac12b762951e6fece074b87592424c12ac96df0016a91732bf098"` Oct 15 11:25:12.972 INFO blam! 52b7429e2b3ac12b762951e6fece074b87592424c12ac96df0016a91732bf098