Oct 11 10:10:44.706 INFO testing tgff-0.1.10 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:10:44.706 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:10:44.706 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:10:44.920 INFO blam! 83a16cccb247cc196ce1b6755ecb0f5526be0ca795de8e2c20b28bf9b88e21d3 Oct 11 10:10:44.924 INFO running `"docker" "start" "-a" "83a16cccb247cc196ce1b6755ecb0f5526be0ca795de8e2c20b28bf9b88e21d3"` Oct 11 10:10:45.486 INFO kablam! usermod: no changes Oct 11 10:10:45.521 INFO kablam! Compiling tgff v0.1.10 (/source) Oct 11 10:10:46.090 INFO kablam! warning: unused macro definition Oct 11 10:10:46.090 INFO kablam! --> src/lib.rs:48:1 Oct 11 10:10:46.090 INFO kablam! | Oct 11 10:10:46.090 INFO kablam! 48 | / macro_rules! some( Oct 11 10:10:46.090 INFO kablam! 49 | | ($parser:expr, $result:expr, $($arg:tt)*) => ( Oct 11 10:10:46.090 INFO kablam! 50 | | match $result { Oct 11 10:10:46.090 INFO kablam! 51 | | Some(result) => result, Oct 11 10:10:46.090 INFO kablam! ... | Oct 11 10:10:46.090 INFO kablam! 54 | | ); Oct 11 10:10:46.090 INFO kablam! 55 | | ); Oct 11 10:10:46.090 INFO kablam! | |__^ Oct 11 10:10:46.090 INFO kablam! | Oct 11 10:10:46.090 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 10:10:46.090 INFO kablam! Oct 11 10:10:46.090 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 10:10:46.090 INFO kablam! --> src/lib.rs:189:22 Oct 11 10:10:46.090 INFO kablam! | Oct 11 10:10:46.090 INFO kablam! 189 | for i in (0..cols) { Oct 11 10:10:46.090 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 10:10:46.090 INFO kablam! | Oct 11 10:10:46.090 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:10:46.090 INFO kablam! Oct 11 10:10:46.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 11 10:10:46.982 INFO kablam! su: No module specific data is present Oct 11 10:10:47.474 INFO running `"docker" "rm" "-f" "83a16cccb247cc196ce1b6755ecb0f5526be0ca795de8e2c20b28bf9b88e21d3"` Oct 11 10:10:47.564 INFO blam! 83a16cccb247cc196ce1b6755ecb0f5526be0ca795de8e2c20b28bf9b88e21d3 Oct 11 10:10:47.566 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:10:47.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:10:47.733 INFO blam! 278977f0c0b95cc4c71cc4071fc3032019370520712cd224e1a047595db0f730 Oct 11 10:10:47.740 INFO running `"docker" "start" "-a" "278977f0c0b95cc4c71cc4071fc3032019370520712cd224e1a047595db0f730"` Oct 11 10:10:48.320 INFO kablam! usermod: no changes Oct 11 10:10:48.370 INFO kablam! Compiling assert v0.7.4 Oct 11 10:10:49.344 INFO kablam! Compiling tgff v0.1.10 (/source) Oct 11 10:10:50.533 INFO kablam! warning: unused macro definition Oct 11 10:10:50.533 INFO kablam! --> src/lib.rs:48:1 Oct 11 10:10:50.533 INFO kablam! | Oct 11 10:10:50.534 INFO kablam! 48 | / macro_rules! some( Oct 11 10:10:50.534 INFO kablam! 49 | | ($parser:expr, $result:expr, $($arg:tt)*) => ( Oct 11 10:10:50.534 INFO kablam! 50 | | match $result { Oct 11 10:10:50.534 INFO kablam! 51 | | Some(result) => result, Oct 11 10:10:50.535 INFO kablam! ... | Oct 11 10:10:50.535 INFO kablam! 54 | | ); Oct 11 10:10:50.535 INFO kablam! 55 | | ); Oct 11 10:10:50.536 INFO kablam! | |__^ Oct 11 10:10:50.536 INFO kablam! | Oct 11 10:10:50.536 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 11 10:10:50.536 INFO kablam! Oct 11 10:10:50.537 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 10:10:50.537 INFO kablam! --> src/lib.rs:189:22 Oct 11 10:10:50.537 INFO kablam! | Oct 11 10:10:50.537 INFO kablam! 189 | for i in (0..cols) { Oct 11 10:10:50.538 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 10:10:50.538 INFO kablam! | Oct 11 10:10:50.538 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:10:50.538 INFO kablam! Oct 11 10:10:50.636 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 10:10:50.636 INFO kablam! --> tests/lib.rs:22:14 Oct 11 10:10:50.636 INFO kablam! | Oct 11 10:10:50.636 INFO kablam! 22 | for i in (0..2) { Oct 11 10:10:50.636 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 11 10:10:50.636 INFO kablam! | Oct 11 10:10:50.636 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:10:50.636 INFO kablam! Oct 11 10:10:52.480 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.13s Oct 11 10:10:52.480 INFO kablam! su: No module specific data is present Oct 11 10:10:52.926 INFO running `"docker" "rm" "-f" "278977f0c0b95cc4c71cc4071fc3032019370520712cd224e1a047595db0f730"` Oct 11 10:10:53.152 INFO blam! 278977f0c0b95cc4c71cc4071fc3032019370520712cd224e1a047595db0f730 Oct 11 10:10:53.156 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:10:53.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:10:53.733 INFO blam! 37f7194447e06d72970a28a3523480d618255fedd537c3983e134f2c1306e779 Oct 11 10:10:53.734 INFO running `"docker" "start" "-a" "37f7194447e06d72970a28a3523480d618255fedd537c3983e134f2c1306e779"` Oct 11 10:10:54.605 INFO kablam! usermod: no changes Oct 11 10:10:54.673 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 10:10:54.674 INFO kablam! Running /target/debug/deps/tgff-b218142a78796646 Oct 11 10:10:54.685 INFO blam! Oct 11 10:10:54.685 INFO blam! running 12 tests Oct 11 10:10:54.685 INFO blam! test tests::get_real ... ok Oct 11 10:10:54.685 INFO blam! test tests::get_token ... ok Oct 11 10:10:54.686 INFO blam! test tests::process_at ... ok Oct 11 10:10:54.686 INFO blam! test tests::process_block ... ok Oct 11 10:10:54.686 INFO blam! test tests::skip_void ... ok Oct 11 10:10:54.689 INFO blam! test tests::get_id ... ok Oct 11 10:10:54.689 INFO blam! test tests::skip_comment ... ok Oct 11 10:10:54.695 INFO blam! test tests::skip_char ... ok Oct 11 10:10:54.695 INFO blam! test tests::process_graph ... ok Oct 11 10:10:54.696 INFO blam! test tests::process_table ... ok Oct 11 10:10:54.696 INFO blam! test tests::get_natural ... ok Oct 11 10:10:54.697 INFO blam! test tests::skip_str ... ok Oct 11 10:10:54.697 INFO blam! Oct 11 10:10:54.697 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:10:54.698 INFO blam! Oct 11 10:10:54.700 INFO kablam! Running /target/debug/deps/lib-817e5a8c23558bed Oct 11 10:10:54.706 INFO blam! Oct 11 10:10:54.706 INFO blam! running 2 tests Oct 11 10:10:54.712 INFO blam! test parse_002_040 ... ok Oct 11 10:10:54.864 INFO blam! test parse_032_640 ... ok Oct 11 10:10:54.864 INFO kablam! Doc-tests tgff Oct 11 10:10:54.864 INFO blam! Oct 11 10:10:54.864 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:10:54.864 INFO blam! Oct 11 10:10:56.075 INFO blam! Oct 11 10:10:56.075 INFO blam! running 0 tests Oct 11 10:10:56.075 INFO blam! Oct 11 10:10:56.075 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:10:56.075 INFO blam! Oct 11 10:10:56.085 INFO kablam! su: No module specific data is present Oct 11 10:10:56.430 INFO running `"docker" "rm" "-f" "37f7194447e06d72970a28a3523480d618255fedd537c3983e134f2c1306e779"` Oct 11 10:10:56.510 INFO blam! 37f7194447e06d72970a28a3523480d618255fedd537c3983e134f2c1306e779