Oct 11 10:34:25.992 INFO testing swf-parser-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:34:25.992 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:34:25.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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:34:26.414 INFO blam! bc5f88069f63df5fbc4da4fdc2c35e647929cea89438162d48c5ff8e8210a879 Oct 11 10:34:26.416 INFO running `"docker" "start" "-a" "bc5f88069f63df5fbc4da4fdc2c35e647929cea89438162d48c5ff8e8210a879"` Oct 11 10:34:27.480 INFO kablam! usermod: no changes Oct 11 10:34:27.688 INFO kablam! Compiling ordered-float v0.5.2 Oct 11 10:34:29.089 INFO kablam! Compiling swf-tree v0.0.10 Oct 11 10:34:43.456 INFO kablam! Compiling swf-parser v0.0.2 (/source) Oct 11 10:35:10.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.22s Oct 11 10:35:10.742 INFO kablam! su: No module specific data is present Oct 11 10:35:11.471 INFO running `"docker" "rm" "-f" "bc5f88069f63df5fbc4da4fdc2c35e647929cea89438162d48c5ff8e8210a879"` Oct 11 10:35:11.732 INFO blam! bc5f88069f63df5fbc4da4fdc2c35e647929cea89438162d48c5ff8e8210a879 Oct 11 10:35:11.733 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:35:11.733 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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:35:12.036 INFO blam! 91ca5abf074fde876c82b587daee471c075f2af657f954a70ef89b28942ce2c0 Oct 11 10:35:12.044 INFO running `"docker" "start" "-a" "91ca5abf074fde876c82b587daee471c075f2af657f954a70ef89b28942ce2c0"` Oct 11 10:35:12.811 INFO kablam! usermod: no changes Oct 11 10:35:12.910 INFO kablam! Compiling swf-parser v0.0.2 (/source) Oct 11 10:35:16.517 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:35:16.517 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Oct 11 10:35:16.517 INFO kablam! | Oct 11 10:35:16.517 INFO kablam! 507 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 127, x_max: 260, y_min: 15, y_max: 514 })); Oct 11 10:35:16.517 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 10:35:16.518 INFO kablam! | Oct 11 10:35:16.518 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:35:16.518 INFO kablam! Oct 11 10:35:16.518 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:35:16.518 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Oct 11 10:35:16.518 INFO kablam! | Oct 11 10:35:16.518 INFO kablam! 511 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 0 })); Oct 11 10:35:16.518 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 10:35:16.518 INFO kablam! Oct 11 10:35:16.518 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:35:16.518 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Oct 11 10:35:16.518 INFO kablam! | Oct 11 10:35:16.518 INFO kablam! 515 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 0 })); Oct 11 10:35:16.518 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 10:35:16.518 INFO kablam! Oct 11 10:35:16.518 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:35:16.518 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Oct 11 10:35:16.518 INFO kablam! | Oct 11 10:35:16.518 INFO kablam! 519 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 0 })); Oct 11 10:35:16.518 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 10:35:16.518 INFO kablam! Oct 11 10:35:16.518 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:35:16.519 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Oct 11 10:35:16.519 INFO kablam! | Oct 11 10:35:16.519 INFO kablam! 523 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 1, x_max: 0, y_min: 0, y_max: 0 })); Oct 11 10:35:16.519 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 10:35:16.519 INFO kablam! Oct 11 10:35:16.519 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:35:16.519 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Oct 11 10:35:16.519 INFO kablam! | Oct 11 10:35:16.519 INFO kablam! 527 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 1, y_min: 0, y_max: 0 })); Oct 11 10:35:16.519 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 10:35:16.519 INFO kablam! Oct 11 10:35:16.519 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:35:16.519 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Oct 11 10:35:16.519 INFO kablam! | Oct 11 10:35:16.519 INFO kablam! 531 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 1, y_max: 0 })); Oct 11 10:35:16.519 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 10:35:16.519 INFO kablam! Oct 11 10:35:16.519 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:35:16.519 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Oct 11 10:35:16.519 INFO kablam! | Oct 11 10:35:16.519 INFO kablam! 535 | assert_eq!(parse_rect(&input[..]), IResult::Done((&[][..]), ast::Rect { x_min: 0, x_max: 0, y_min: 0, y_max: 1 })); Oct 11 10:35:16.519 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 10:35:16.519 INFO kablam! Oct 11 10:35:28.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.68s Oct 11 10:35:28.519 INFO kablam! su: No module specific data is present Oct 11 10:35:28.864 INFO running `"docker" "rm" "-f" "91ca5abf074fde876c82b587daee471c075f2af657f954a70ef89b28942ce2c0"` Oct 11 10:35:29.165 INFO blam! 91ca5abf074fde876c82b587daee471c075f2af657f954a70ef89b28942ce2c0 Oct 11 10:35:29.168 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:35:29.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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:35:29.416 INFO blam! 685b1e967c8224187c1459de2414a9dab6db3e9405ca47166b62aedf195c8ce8 Oct 11 10:35:29.418 INFO running `"docker" "start" "-a" "685b1e967c8224187c1459de2414a9dab6db3e9405ca47166b62aedf195c8ce8"` Oct 11 10:35:30.136 INFO kablam! usermod: no changes Oct 11 10:35:30.357 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 11 10:35:30.368 INFO kablam! Running /target/debug/deps/swf_parser-543ba676e8113c6b Oct 11 10:35:30.374 INFO blam! Oct 11 10:35:30.374 INFO blam! running 10 tests Oct 11 10:35:30.375 INFO blam! test parsers::basic_data_types::tests::test_parse_i16_bits ... ok Oct 11 10:35:30.375 INFO blam! test parsers::basic_data_types::tests::test_parse_fixed16_p16_bits ... ok Oct 11 10:35:30.376 INFO blam! test parsers::basic_data_types::tests::test_parse_encoded_le_u32 ... ok Oct 11 10:35:30.376 INFO blam! test parsers::avm1::tests::test_parse_action_header ... ok Oct 11 10:35:30.376 INFO blam! test parsers::header::tests::test_parse_compression_method ... ok Oct 11 10:35:30.377 INFO blam! test parsers::header::tests::test_parse_swf_header_signature ... ok Oct 11 10:35:30.377 INFO blam! test parsers::avm1::tests::test_parse_action ... ok Oct 11 10:35:30.388 INFO blam! test parsers::basic_data_types::tests::test_parse_rect ... ok Oct 11 10:35:30.388 INFO blam! test parsers::basic_data_types::tests::test_parse_u16_bits ... ok Oct 11 10:35:30.388 INFO blam! test parsers::avm1::tests::test_parse_push_action ... ok Oct 11 10:35:30.388 INFO blam! Oct 11 10:35:30.388 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:35:30.388 INFO blam! Oct 11 10:35:30.390 INFO kablam! Running /target/debug/deps/swf_parser-90ebd22095612f45 Oct 11 10:35:30.394 INFO blam! Oct 11 10:35:30.394 INFO blam! running 0 tests Oct 11 10:35:30.394 INFO blam! Oct 11 10:35:30.394 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:35:30.394 INFO blam! Oct 11 10:35:30.394 INFO kablam! Doc-tests swf_parser Oct 11 10:35:34.982 INFO blam! Oct 11 10:35:34.982 INFO blam! running 0 tests Oct 11 10:35:34.982 INFO blam! Oct 11 10:35:34.982 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:35:34.982 INFO blam! Oct 11 10:35:34.992 INFO kablam! su: No module specific data is present Oct 11 10:35:35.271 INFO running `"docker" "rm" "-f" "685b1e967c8224187c1459de2414a9dab6db3e9405ca47166b62aedf195c8ce8"` Oct 11 10:35:35.367 INFO blam! 685b1e967c8224187c1459de2414a9dab6db3e9405ca47166b62aedf195c8ce8