Oct 15 17:17:08.557 INFO testing swf-parser-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:17:08.557 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 17:17:09.076 INFO blam! d91b9892fcf9cb05125aa3eda7956ece89e6080283bfb3168a2865cf809d910a Oct 15 17:17:09.078 INFO running `"docker" "start" "-a" "d91b9892fcf9cb05125aa3eda7956ece89e6080283bfb3168a2865cf809d910a"` Oct 15 17:17:10.060 INFO kablam! usermod: no changes Oct 15 17:17:10.217 INFO kablam! Compiling memchr v1.0.2 Oct 15 17:17:10.217 INFO kablam! Compiling rust-lzma v0.2.1 Oct 15 17:17:10.217 INFO kablam! Compiling ordered-float v0.5.2 Oct 15 17:17:11.462 INFO kablam! Compiling nom v3.2.1 Oct 15 17:17:13.353 INFO kablam! Compiling swf-tree v0.0.10 Oct 15 17:17:29.974 INFO kablam! Compiling swf-parser v0.0.2 (/source) Oct 15 17:17:54.581 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.50s Oct 15 17:17:54.590 INFO kablam! su: No module specific data is present Oct 15 17:17:56.289 INFO running `"docker" "rm" "-f" "d91b9892fcf9cb05125aa3eda7956ece89e6080283bfb3168a2865cf809d910a"` Oct 15 17:17:56.611 INFO blam! d91b9892fcf9cb05125aa3eda7956ece89e6080283bfb3168a2865cf809d910a Oct 15 17:17:56.620 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 17:17:57.216 INFO blam! 06158953261b413b785bf6df69a6e126659eabdb3314d8f3c7086c412dd6e78c Oct 15 17:17:57.218 INFO running `"docker" "start" "-a" "06158953261b413b785bf6df69a6e126659eabdb3314d8f3c7086c412dd6e78c"` Oct 15 17:17:58.839 INFO kablam! usermod: no changes Oct 15 17:17:59.023 INFO kablam! Compiling swf-parser v0.0.2 (/source) Oct 15 17:18:01.643 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 17:18:01.643 INFO kablam! --> src/parsers/basic_data_types.rs:507:56 Oct 15 17:18:01.643 INFO kablam! | Oct 15 17:18:01.643 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 15 17:18:01.643 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 17:18:01.643 INFO kablam! | Oct 15 17:18:01.643 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 17:18:01.643 INFO kablam! Oct 15 17:18:01.643 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 17:18:01.643 INFO kablam! --> src/parsers/basic_data_types.rs:511:56 Oct 15 17:18:01.643 INFO kablam! | Oct 15 17:18:01.643 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 15 17:18:01.643 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 17:18:01.643 INFO kablam! Oct 15 17:18:01.643 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 17:18:01.643 INFO kablam! --> src/parsers/basic_data_types.rs:515:56 Oct 15 17:18:01.643 INFO kablam! | Oct 15 17:18:01.644 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 15 17:18:01.644 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 17:18:01.644 INFO kablam! Oct 15 17:18:01.644 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 17:18:01.644 INFO kablam! --> src/parsers/basic_data_types.rs:519:56 Oct 15 17:18:01.644 INFO kablam! | Oct 15 17:18:01.644 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 15 17:18:01.644 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 17:18:01.644 INFO kablam! Oct 15 17:18:01.644 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 17:18:01.644 INFO kablam! --> src/parsers/basic_data_types.rs:523:56 Oct 15 17:18:01.644 INFO kablam! | Oct 15 17:18:01.644 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 15 17:18:01.644 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 17:18:01.644 INFO kablam! Oct 15 17:18:01.644 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 17:18:01.644 INFO kablam! --> src/parsers/basic_data_types.rs:527:56 Oct 15 17:18:01.644 INFO kablam! | Oct 15 17:18:01.644 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 15 17:18:01.644 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 17:18:01.644 INFO kablam! Oct 15 17:18:01.644 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 17:18:01.644 INFO kablam! --> src/parsers/basic_data_types.rs:531:56 Oct 15 17:18:01.644 INFO kablam! | Oct 15 17:18:01.644 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 15 17:18:01.644 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 17:18:01.644 INFO kablam! Oct 15 17:18:01.644 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 17:18:01.644 INFO kablam! --> src/parsers/basic_data_types.rs:535:56 Oct 15 17:18:01.644 INFO kablam! | Oct 15 17:18:01.644 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 15 17:18:01.644 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 17:18:01.644 INFO kablam! Oct 15 17:18:14.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.23s Oct 15 17:18:14.114 INFO kablam! su: No module specific data is present Oct 15 17:18:14.615 INFO running `"docker" "rm" "-f" "06158953261b413b785bf6df69a6e126659eabdb3314d8f3c7086c412dd6e78c"` Oct 15 17:18:14.750 INFO blam! 06158953261b413b785bf6df69a6e126659eabdb3314d8f3c7086c412dd6e78c Oct 15 17:18:14.755 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 17:18:14.991 INFO blam! 75beee47cd4f4d456b002384a66bd071171b222d489c15ddb2bc729d2ace2291 Oct 15 17:18:15.003 INFO running `"docker" "start" "-a" "75beee47cd4f4d456b002384a66bd071171b222d489c15ddb2bc729d2ace2291"` Oct 15 17:18:15.825 INFO kablam! usermod: no changes Oct 15 17:18:15.925 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 17:18:15.935 INFO kablam! Running /target/debug/deps/swf_parser-d82211c76f41028c Oct 15 17:18:15.947 INFO blam! Oct 15 17:18:15.947 INFO blam! running 10 tests Oct 15 17:18:15.959 INFO blam! test parsers::avm1::tests::test_parse_push_action ... ok Oct 15 17:18:15.959 INFO blam! test parsers::avm1::tests::test_parse_action_header ... ok Oct 15 17:18:15.959 INFO blam! test parsers::avm1::tests::test_parse_action ... ok Oct 15 17:18:15.959 INFO blam! test parsers::basic_data_types::tests::test_parse_encoded_le_u32 ... ok Oct 15 17:18:15.959 INFO blam! test parsers::basic_data_types::tests::test_parse_i16_bits ... ok Oct 15 17:18:15.959 INFO blam! test parsers::basic_data_types::tests::test_parse_rect ... ok Oct 15 17:18:15.959 INFO blam! test parsers::header::tests::test_parse_swf_header_signature ... ok Oct 15 17:18:15.963 INFO blam! test parsers::basic_data_types::tests::test_parse_u16_bits ... ok Oct 15 17:18:15.967 INFO blam! test parsers::basic_data_types::tests::test_parse_fixed16_p16_bits ... ok Oct 15 17:18:15.967 INFO kablam! Running /target/debug/deps/swf_parser-14593abebb2ea7b6 Oct 15 17:18:15.967 INFO blam! test parsers::header::tests::test_parse_compression_method ... ok Oct 15 17:18:15.967 INFO blam! Oct 15 17:18:15.967 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:18:15.967 INFO blam! Oct 15 17:18:15.971 INFO blam! Oct 15 17:18:15.971 INFO kablam! Doc-tests swf_parser Oct 15 17:18:15.972 INFO blam! running 0 tests Oct 15 17:18:15.972 INFO blam! Oct 15 17:18:15.972 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:18:15.973 INFO blam! Oct 15 17:18:19.195 INFO blam! Oct 15 17:18:19.195 INFO blam! running 0 tests Oct 15 17:18:19.195 INFO blam! Oct 15 17:18:19.195 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:18:19.195 INFO blam! Oct 15 17:18:19.211 INFO kablam! su: No module specific data is present Oct 15 17:18:19.659 INFO running `"docker" "rm" "-f" "75beee47cd4f4d456b002384a66bd071171b222d489c15ddb2bc729d2ace2291"` Oct 15 17:18:19.831 INFO blam! 75beee47cd4f4d456b002384a66bd071171b222d489c15ddb2bc729d2ace2291